summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hopps <chopps@labn.net>2023-04-23 09:17:35 -0400
committerChristian Hopps <chopps@labn.net>2023-04-23 09:52:39 -0400
commitd9de3cc48bf68ffc72c34b196e6069f23f2b856d (patch)
tree43191a96efe4bdeb9181193652bccbc6842f990a
parent67afd9293d9b4dc427a05af571f88a36bb0c7048 (diff)
tests: munet now supports cfgopt directly
Signed-off-by: Christian Hopps <chopps@labn.net>
-rw-r--r--tests/topotests/lib/micronet_compat.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/topotests/lib/micronet_compat.py b/tests/topotests/lib/micronet_compat.py
index ccb3e56b61..f49db805ba 100644
--- a/tests/topotests/lib/micronet_compat.py
+++ b/tests/topotests/lib/micronet_compat.py
@@ -59,7 +59,6 @@ class Node(LinuxNamespace):
"""Node (mininet compat)."""
def __init__(self, name, rundir=None, **kwargs):
-
nkwargs = {}
if "unet" in kwargs:
@@ -177,8 +176,6 @@ class Mininet(BaseMunet):
self.host_params = {}
self.prefix_len = 8
- self.cfgopt = ConfigOptionsProxy(pytestconfig)
-
# SNMPd used to require this, which was set int he mininet shell
# that all commands executed from. This is goofy default so let's not
# do it if we don't have to. The snmpd.conf files have been updated