mirror of
https://github.com/containers/podman.git
synced 2025-06-23 02:18:13 +08:00
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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user