mirror of https://github.com/containers/podman.git
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>
This commit is contained in:
parent
3e912f711b
commit
daeb6f00b2
|
@ -286,7 +286,6 @@ function _test_skopeo_credential_sharing() {
|
||||||
}
|
}
|
||||||
|
|
||||||
@test "podman login - shares credentials with skopeo - via envariable" {
|
@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
|
authfile=${PODMAN_LOGIN_WORKDIR}/auth-$(random_string 10).json
|
||||||
rm -f $authfile
|
rm -f $authfile
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue