Commit 677485b3 authored by Martín Ferrari's avatar Martín Ferrari

remove debugging

parent 48812b4f
......@@ -121,7 +121,7 @@ class TestWithDummy(unittest.TestCase):
@test_util.skipUnless(os.getuid() == 0, "Test requires root privileges")
def test_interface_migration(self):
node = netns.Node(debug = 1)
node = netns.Node()
dummyname = "dummy%d" % os.getpid()
self.assertEquals(
os.system("ip link add name %s type dummy" % dummyname), 0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment