mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-23 17:24:18 +01:00
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:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user