diff options
author | baude <bbaude@redhat.com> | 2019-01-14 15:55:00 -0600 |
---|---|---|
committer | baude <bbaude@redhat.com> | 2019-01-15 08:19:26 -0600 |
commit | f9f72823ad5f773ee50b9e438c922a9cf0f3edcb (patch) | |
tree | 77351c49cc9de1c622b9bd38d18e1b37d31a1ff0 /test/e2e/libpod_suite_test.go | |
parent | 1ffb0fc2d1d0e1acb43791591ebf2225a460df6d (diff) | |
download | podman-f9f72823ad5f773ee50b9e438c922a9cf0f3edcb.tar.gz podman-f9f72823ad5f773ee50b9e438c922a9cf0f3edcb.tar.bz2 podman-f9f72823ad5f773ee50b9e438c922a9cf0f3edcb.zip |
podman remote integrations tests
add exists and rmi tests back in ...
Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'test/e2e/libpod_suite_test.go')
-rw-r--r-- | test/e2e/libpod_suite_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/e2e/libpod_suite_test.go b/test/e2e/libpod_suite_test.go index 429700bed..a7ce14239 100644 --- a/test/e2e/libpod_suite_test.go +++ b/test/e2e/libpod_suite_test.go @@ -19,6 +19,8 @@ import ( "github.com/onsi/gomega/gexec" ) +func SkipIfRemote() {} + // Podman is the exec call to podman on the filesystem func (p *PodmanTestIntegration) Podman(args []string) *PodmanSessionIntegration { podmanSession := p.PodmanBase(args) |