]> git.puffer.fish Git - mirror/frr.git/commitdiff
tests: remove duplicate output
authorckishimo <carles.kishimoto@gmail.com>
Tue, 5 Jan 2021 15:57:42 +0000 (16:57 +0100)
committerckishimo <carles.kishimoto@gmail.com>
Tue, 5 Jan 2021 16:26:01 +0000 (17:26 +0100)
Signed-off-by: ckishimo <carles.kishimoto@gmail.com>
tests/topotests/lib/ospf.py

index 5c7514a6419ce4799d8f5c2d3946b86aa7e19d18..23b647d0941394418796f2c1036762d89cc4b070 100644 (file)
@@ -172,9 +172,6 @@ def __create_ospf_global(tgen, input_dict, router, build=False, load_config=True
                     if del_action:
                         cmd = "no {}".format(cmd)
                     config_data.append(cmd)
-        result = create_common_configuration(
-            tgen, router, config_data, "ospf", build, load_config
-        )
 
         # summary information
         summary_data = ospf_data.setdefault("summary-address", {})