summaryrefslogtreecommitdiff
path: root/test/e2e/common_test.go
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2020-06-11 08:21:20 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2020-07-06 15:22:24 -0400
commita10d5b42ab781932d4738334878bafa8406e5f23 (patch)
tree730fb8de74d5e2dd7d8bc42e8b434836494d0973 /test/e2e/common_test.go
parentf4708a5c49e49694307a63ce70d0b9c5fe5c310f (diff)
downloadpodman-a10d5b42ab781932d4738334878bafa8406e5f23.tar.gz
podman-a10d5b42ab781932d4738334878bafa8406e5f23.tar.bz2
podman-a10d5b42ab781932d4738334878bafa8406e5f23.zip
Change buildtag for remoteclient to remote for testing
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'test/e2e/common_test.go')
-rw-r--r--test/e2e/common_test.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/e2e/common_test.go b/test/e2e/common_test.go
index 6633f3a53..51f290159 100644
--- a/test/e2e/common_test.go
+++ b/test/e2e/common_test.go
@@ -468,6 +468,10 @@ func (p *PodmanTestIntegration) CleanupVolume() {
// Remove all containers
session := p.Podman([]string{"volume", "rm", "-fa"})
session.Wait(90)
+
+ // Stop remove service on volume cleanup
+ p.StopRemoteService()
+
// Nuke tempdir
if err := os.RemoveAll(p.TempDir); err != nil {
fmt.Printf("%q\n", err)