mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-17 23:07:55 +00: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)
|
||||
}
|
||||
|
||||
cleanUp()
|
||||
|
||||
config := newTestSandboxConfigHyperstartAgentCNMNetwork()
|
||||
|
||||
sockDir, err := testGenerateCCProxySockDir()
|
||||
|
Reference in New Issue
Block a user