From a10d5b42ab781932d4738334878bafa8406e5f23 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 11 Jun 2020 08:21:20 -0400 Subject: Change buildtag for remoteclient to remote for testing Signed-off-by: Daniel J Walsh --- test/e2e/common_test.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/e2e/common_test.go') 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) -- cgit v1.2.3-54-g00ecf