mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-04 11:06:21 +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:
parent
0d7b476923
commit
474111c1af
@ -1358,6 +1358,8 @@ func TestStartStopSandboxHyperstartAgentSuccessfulWithCNMNetwork(t *testing.T) {
|
||||
t.Skip(testDisabledAsNonRoot)
|
||||
}
|
||||
|
||||
cleanUp()
|
||||
|
||||
config := newTestSandboxConfigHyperstartAgentCNMNetwork()
|
||||
|
||||
sockDir, err := testGenerateCCProxySockDir()
|
||||
|
Loading…
Reference in New Issue
Block a user