diff options
Diffstat (limited to 'tests/topotests/lib/topogen.py')
| -rw-r--r-- | tests/topotests/lib/topogen.py | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/topotests/lib/topogen.py b/tests/topotests/lib/topogen.py index 646b284ef6..ff2cc83268 100644 --- a/tests/topotests/lib/topogen.py +++ b/tests/topotests/lib/topogen.py @@ -214,6 +214,9 @@ class Topogen(object):          self.net = Mininet() +        # Adjust the parent namespace +        topotest.fix_netns_limits(self.net) +          # New direct way: Either a dictionary defines the topology or a build function          # is supplied, or a json filename all of which build the topology by calling          # Topogen methods which call Mininet(Micronet) methods to create the actual  | 
