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 <archana.m.shinde@intel.com>
This commit is contained in:
Archana Shinde 2018-08-14 10:00:57 -07:00
parent 0d7b476923
commit 474111c1af

View File

@ -1358,6 +1358,8 @@ func TestStartStopSandboxHyperstartAgentSuccessfulWithCNMNetwork(t *testing.T) {
t.Skip(testDisabledAsNonRoot) t.Skip(testDisabledAsNonRoot)
} }
cleanUp()
config := newTestSandboxConfigHyperstartAgentCNMNetwork() config := newTestSandboxConfigHyperstartAgentCNMNetwork()
sockDir, err := testGenerateCCProxySockDir() sockDir, err := testGenerateCCProxySockDir()