summaryrefslogtreecommitdiff
path: root/test/system
diff options
context:
space:
mode:
authorEd Santiago <santiago@redhat.com>2020-03-23 14:54:45 -0600
committerEd Santiago <santiago@redhat.com>2020-04-29 05:45:11 -0600
commitdaeb6f00b2510e4aaf95a1010b038b6b076f11f5 (patch)
tree598964b6f332c29a33a611b3df9911990e90952c /test/system
parent3e912f711b875b40709075e22be3f94e21e1639a (diff)
downloadpodman-daeb6f00b2510e4aaf95a1010b038b6b076f11f5.tar.gz
podman-daeb6f00b2510e4aaf95a1010b038b6b076f11f5.tar.bz2
podman-daeb6f00b2510e4aaf95a1010b038b6b076f11f5.zip
system tests: enable skopeo REGISTRY_AUTH_FILE
skopeo pr #829 adds REGISTRY_AUTH_FILE support; this lets us enable the following test: podman login - shares credentials with skopeo - via envariable (I seriously doubt that the CI VMs have been updated with the new skopeo, but I can leave this PR in limbo until that happens. Otherwise I'll forget to enable the test). Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'test/system')
-rw-r--r--test/system/150-login.bats1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/system/150-login.bats b/test/system/150-login.bats
index 3edb11c2f..611db8bcf 100644
--- a/test/system/150-login.bats
+++ b/test/system/150-login.bats
@@ -286,7 +286,6 @@ function _test_skopeo_credential_sharing() {
}
@test "podman login - shares credentials with skopeo - via envariable" {
- skip "skopeo does not yet support REGISTRY_AUTH_FILE; #822"
authfile=${PODMAN_LOGIN_WORKDIR}/auth-$(random_string 10).json
rm -f $authfile