Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
tests: Add a cleanup for the CNM tests
Browse files Browse the repository at this point in the history
The CNM test was missing a cleanup which was handled earlier
with the CNI tests.

Signed-off-by: Archana Shinde <[email protected]>
  • Loading branch information
amshinde committed Aug 15, 2018
1 parent 0d7b476 commit 474111c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions virtcontainers/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1358,6 +1358,8 @@ func TestStartStopSandboxHyperstartAgentSuccessfulWithCNMNetwork(t *testing.T) {
t.Skip(testDisabledAsNonRoot)
}

cleanUp()

config := newTestSandboxConfigHyperstartAgentCNMNetwork()

sockDir, err := testGenerateCCProxySockDir()
Expand Down

0 comments on commit 474111c

Please sign in to comment.