From 474111c1af06cc0509a16b7cec78bc822abba279 Mon Sep 17 00:00:00 2001 From: Archana Shinde Date: Tue, 14 Aug 2018 10:00:57 -0700 Subject: [PATCH] tests: Add a cleanup for the CNM tests The CNM test was missing a cleanup which was handled earlier with the CNI tests. Signed-off-by: Archana Shinde --- virtcontainers/api_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/virtcontainers/api_test.go b/virtcontainers/api_test.go index 5f896806fc..0cb1086bf4 100644 --- a/virtcontainers/api_test.go +++ b/virtcontainers/api_test.go @@ -1358,6 +1358,8 @@ func TestStartStopSandboxHyperstartAgentSuccessfulWithCNMNetwork(t *testing.T) { t.Skip(testDisabledAsNonRoot) } + cleanUp() + config := newTestSandboxConfigHyperstartAgentCNMNetwork() sockDir, err := testGenerateCCProxySockDir()