summaryrefslogtreecommitdiffstats
path: root/tests/topotests/ospf_p2mp/test_ospf_p2mp_non_broadcast.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/ospf_p2mp/test_ospf_p2mp_non_broadcast.py')
-rw-r--r--tests/topotests/ospf_p2mp/test_ospf_p2mp_non_broadcast.py24
1 files changed, 2 insertions, 22 deletions
diff --git a/tests/topotests/ospf_p2mp/test_ospf_p2mp_non_broadcast.py b/tests/topotests/ospf_p2mp/test_ospf_p2mp_non_broadcast.py
index 175dca74..83137a89 100644
--- a/tests/topotests/ospf_p2mp/test_ospf_p2mp_non_broadcast.py
+++ b/tests/topotests/ospf_p2mp/test_ospf_p2mp_non_broadcast.py
@@ -10,7 +10,6 @@
import os
import sys
-import json
from time import sleep
from functools import partial
import pytest
@@ -18,13 +17,10 @@ import pytest
# pylint: disable=C0413
# Import topogen and topotest helpers
from lib import topotest
-from lib.topogen import Topogen, TopoRouter, get_topogen
+from lib.topogen import Topogen, get_topogen
from lib.topolog import logger
from lib.common_config import (
- run_frr_cmd,
- shutdown_bringup_interface,
- start_router_daemons,
step,
)
@@ -116,7 +112,7 @@ def setup_module(mod):
tgen.start_router()
-def teardown_module(mod):
+def teardown_module():
"Teardown the pytest environment"
tgen = get_topogen()
tgen.stop_topology()
@@ -144,22 +140,6 @@ def verify_p2mp_interface(tgen, router, nbr_cnt, nbr_adj_cnt, non_broadcast):
"interfaces": {
"r1-eth0": {
"ospfEnabled": True,
- "interfaceIp": {
- "10.1.0.1": {
- "ipAddress": "10.1.0.1",
- "ipAddressPrefixlen": 24,
- "ospfIfType": "Broadcast",
- "routerId": "1.1.1.1",
- "networkType": "POINTOMULTIPOINT",
- "cost": 10,
- "state": "Point-To-Point",
- "nbrCount": nbr_cnt,
- "nbrAdjacentCount": nbr_adj_cnt,
- "prefixSuppression": False,
- "p2mpDelayReflood": False,
- "p2mpNonBroadcast": non_broadcast,
- }
- },
"ipAddress": "10.1.0.1",
"ipAddressPrefixlen": 24,
"ospfIfType": "Broadcast",