summaryrefslogtreecommitdiff
path: root/tests/topotests/example-test/test_template.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/example-test/test_template.py')
-rw-r--r--[-rwxr-xr-x]tests/topotests/example-test/test_template.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/example-test/test_template.py b/tests/topotests/example-test/test_template.py
index afe974876a..4305e0199f 100755..100644
--- a/tests/topotests/example-test/test_template.py
+++ b/tests/topotests/example-test/test_template.py
@@ -82,7 +82,7 @@ def setup_module(mod):
router_list = tgen.routers()
# For all registred routers, load the zebra configuration file
- for rname, router in router_list.iteritems():
+ for rname, router in router_list.items():
router.load_config(
TopoRouter.RD_ZEBRA,
# Uncomment next line to load configuration from ./router/zebra.conf