diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-02-09 14:40:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-09 14:40:13 -0500 |
commit | cd8a061214347c8a148f1ce682bec66a31a4bc6a (patch) | |
tree | d62279b6ec04b7bc736e330e941020b1c0a983ff /test/apiv2/12-imagesMore.at | |
parent | a8c7aedc74cf2f6d479d6dcdf87d526c4344bdd4 (diff) | |
parent | ea704da726177a75c5635b3fbaf2d86cec759ee7 (diff) | |
download | podman-cd8a061214347c8a148f1ce682bec66a31a4bc6a.tar.gz podman-cd8a061214347c8a148f1ce682bec66a31a4bc6a.tar.bz2 podman-cd8a061214347c8a148f1ce682bec66a31a4bc6a.zip |
Merge pull request #9289 from edsantiago/apiv2_test_fixes
apiv2 test fixes
Diffstat (limited to 'test/apiv2/12-imagesMore.at')
-rw-r--r-- | test/apiv2/12-imagesMore.at | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/apiv2/12-imagesMore.at b/test/apiv2/12-imagesMore.at index d17df79a4..fe6a271ce 100644 --- a/test/apiv2/12-imagesMore.at +++ b/test/apiv2/12-imagesMore.at @@ -24,7 +24,7 @@ t GET libpod/images/$IMAGE/json 200 \ # Run registry container podman run -d --name registry -p 5000:5000 quay.io/libpod/registry:2.6 /entrypoint.sh /etc/docker/registry/config.yml -sleep 2 +wait_for_port localhost 5000 # Push to local registry t POST "images/localhost:5000/myrepo/push?tlsVerify=false&tag=mytag" '' 200 |