summaryrefslogtreecommitdiffstats
path: root/tests/topotests/route_scale/scale_test_common.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/route_scale/scale_test_common.py')
-rw-r--r--tests/topotests/route_scale/scale_test_common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/route_scale/scale_test_common.py b/tests/topotests/route_scale/scale_test_common.py
index 6227e81..b3cba1c 100644
--- a/tests/topotests/route_scale/scale_test_common.py
+++ b/tests/topotests/route_scale/scale_test_common.py
@@ -151,7 +151,7 @@ def route_install_helper(iter):
logger.info(
"Limited memory available: {}, skipping x32 testcase".format(total_mem)
)
- return;
+ return
installed_file = "{}/r1/installed.routes.json".format(CWD)
expected_installed = json.loads(open(installed_file).read())