diff options
author | Jhon Honce <jhonce@redhat.com> | 2020-10-05 15:46:50 -0700 |
---|---|---|
committer | Jhon Honce <jhonce@redhat.com> | 2020-10-07 10:40:30 -0700 |
commit | b490905f26bcbdd23c0c431482604ad563ea7948 (patch) | |
tree | d345133ad92e0b7891003a47fed618d45d2f562b /test/e2e | |
parent | 173e3c2faa74e5ef1b941338c06e5dd7dca68ac2 (diff) | |
download | podman-b490905f26bcbdd23c0c431482604ad563ea7948.tar.gz podman-b490905f26bcbdd23c0c431482604ad563ea7948.tar.bz2 podman-b490905f26bcbdd23c0c431482604ad563ea7948.zip |
Port commands to V2 --format 'table...'
* 'containers mount'
* 'image history'
* 'images mount'
* 'images search'
* Correct spelling errors
Signed-off-by: Jhon Honce <jhonce@redhat.com>
Diffstat (limited to 'test/e2e')
-rw-r--r-- | test/e2e/search_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/e2e/search_test.go b/test/e2e/search_test.go index 497949bbc..043da9059 100644 --- a/test/e2e/search_test.go +++ b/test/e2e/search_test.go @@ -237,7 +237,7 @@ registries = ['{{.Host}}:{{.Port}}']` }) It("podman search attempts HTTP if registry is in registries.insecure and force secure is false", func() { - SkipIfRemote("--tls-verify is not supportedon podman-remote search") + SkipIfRemote("--tls-verify is not supported on podman-remote search") if podmanTest.Host.Arch == "ppc64le" { Skip("No registry image for ppc64le") } @@ -278,7 +278,7 @@ registries = ['{{.Host}}:{{.Port}}']` }) It("podman search doesn't attempt HTTP if force secure is true", func() { - SkipIfRemote("--tls-verify is not supportedon podman-remote search") + SkipIfRemote("--tls-verify is not supported on podman-remote search") if podmanTest.Host.Arch == "ppc64le" { Skip("No registry image for ppc64le") } @@ -317,7 +317,7 @@ registries = ['{{.Host}}:{{.Port}}']` }) It("podman search doesn't attempt HTTP if registry is not listed as insecure", func() { - SkipIfRemote("--tls-verify is not supportedon podman-remote search") + SkipIfRemote("--tls-verify is not supported on podman-remote search") if podmanTest.Host.Arch == "ppc64le" { Skip("No registry image for ppc64le") } |