summaryrefslogtreecommitdiff
path: root/tests/topotests/lib/ospf.py
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2023-05-23 09:44:13 +0300
committerGitHub <noreply@github.com>2023-05-23 09:44:13 +0300
commitb8b30c765b5a2a446bac261f7c3dee88deee50e5 (patch)
treeed15cfdc6e38bcd6455dc808ae8fa5167da7e24e /tests/topotests/lib/ospf.py
parent4d7f6295c6487b438d50280c1d7ddfe490d4749c (diff)
parentd9dfbab71c8f508c9d90cd90228a18bb60ea43b9 (diff)
Merge pull request #13570 from donaldsharp/toooooooo_fast
Grab bag of fixes from upgrading system
Diffstat (limited to 'tests/topotests/lib/ospf.py')
-rw-r--r--tests/topotests/lib/ospf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/topotests/lib/ospf.py b/tests/topotests/lib/ospf.py
index ffe81fbd99..5486e904df 100644
--- a/tests/topotests/lib/ospf.py
+++ b/tests/topotests/lib/ospf.py
@@ -337,6 +337,7 @@ def __create_ospf_global(tgen, input_dict, router, build, load_config, ospf):
cmd = "no {}".format(cmd)
config_data.append(cmd)
+ config_data.append("exit")
logger.debug("Exiting lib API: create_ospf_global()")
return config_data