summaryrefslogtreecommitdiff
path: root/tests/topotests/lib/ltemplate.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/lib/ltemplate.py')
-rw-r--r--tests/topotests/lib/ltemplate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/lib/ltemplate.py b/tests/topotests/lib/ltemplate.py
index 1ea033a12c..ef2eb8cab0 100644
--- a/tests/topotests/lib/ltemplate.py
+++ b/tests/topotests/lib/ltemplate.py
@@ -72,7 +72,7 @@ class LTemplate:
def setup_module(self, mod):
"Sets up the pytest environment"
# This function initiates the topology build with Topogen...
- tgen = Topogen(customize.ThisTestTopo, mod.__name__)
+ tgen = Topogen(customize.build_topo, mod.__name__)
# ... and here it calls Mininet initialization functions.
tgen.start_topology()