podman remote integrations tests

add exists and rmi tests back in ...

Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
baude
2019-01-14 15:55:00 -06:00
parent 1ffb0fc2d1
commit f9f72823ad
5 changed files with 26 additions and 12 deletions

View File

@ -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)