Merge pull request #375 from smarkm/master

Fixes #342, cleanup netns after test suite
This commit is contained in:
Casey Callendrello
2019-08-28 17:55:36 +02:00
committed by GitHub
7 changed files with 9 additions and 2 deletions

View File

@ -54,6 +54,7 @@ var _ = Describe("Loopback", func() {
AfterEach(func() {
Expect(networkNS.Close()).To(Succeed())
Expect(testutils.UnmountNS(networkNS)).To(Succeed())
})
Context("when given a network namespace", func() {