diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-01-14 13:39:09 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-14 13:39:09 -0800 |
commit | 6301f6a0a9e3989ecdf59fd5395d06c44f8bac14 (patch) | |
tree | a9aac949e6b94cd46557fa82f29ca30aa7bdedff /test/e2e/exists_test.go | |
parent | 30f115a96034275fc7136b1ec576d57ec2cf099e (diff) | |
parent | b30a56c15613428c80033b97e81db7d3d8ed84e6 (diff) | |
download | podman-6301f6a0a9e3989ecdf59fd5395d06c44f8bac14.tar.gz podman-6301f6a0a9e3989ecdf59fd5395d06c44f8bac14.tar.bz2 podman-6301f6a0a9e3989ecdf59fd5395d06c44f8bac14.zip |
Merge pull request #2155 from baude/remotetestenable
Run integrations test with remote-client
Diffstat (limited to 'test/e2e/exists_test.go')
-rw-r--r-- | test/e2e/exists_test.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/e2e/exists_test.go b/test/e2e/exists_test.go index d9652de4b..b5c91cc8d 100644 --- a/test/e2e/exists_test.go +++ b/test/e2e/exists_test.go @@ -1,3 +1,5 @@ +// +build !remoteclient + package integration import ( @@ -32,6 +34,7 @@ var _ = Describe("Podman image|container exists", func() { GinkgoWriter.Write([]byte(timedResult)) }) + It("podman image exists in local storage by fq name", func() { session := podmanTest.Podman([]string{"image", "exists", ALPINE}) session.WaitWithDefaultTimeout() |