Skip to content

Commit

Permalink
asdfasdf
Browse files Browse the repository at this point in the history
  • Loading branch information
dcbw committed May 20, 2016
1 parent 2a32531 commit 0629cf0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/main/ipvlan/ipvlan_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,17 @@ var _ = Describe("ipvlan Operations", func() {
},
}
err = netlink.LinkAdd(dummy)
GinkgoT().Logf("####0 linksetup returned %v", err)
Expect(err).NotTo(HaveOccurred())
err = originalNS.Do(func(ns.NetNS) error {
defer GinkgoRecover()

_, err = netlink.LinkByName(MASTER_NAME)
GinkgoT().Logf("####0.1 linksetup returned %v", err)
Expect(err).NotTo(HaveOccurred())
return nil
})
GinkgoT().Logf("####0.2 linksetup returned %v", err)
Expect(err).NotTo(HaveOccurred())
})

Expand Down

0 comments on commit 0629cf0

Please sign in to comment.