summaryrefslogtreecommitdiff
path: root/test/e2e/login_logout_test.go
Commit message (Collapse)AuthorAge
* Add test cases for login and logoutYiqiao Pu2019-05-22
As logout test request login to the registry, we plan to test them together. There are five test cases added: 1. Podman login and logout with default value 3. Podman login and logout with --authfile 2. Podman login and logout with --tls-verify 4. Podman login and logout with --cert-dir 5. Podman login and logout with multi registry All above test cases are using docker rgistry v2 Signed-off-by: Yiqiao Pu <ypu@redhat.com>