summaryrefslogtreecommitdiff
path: root/tests/topotests/ospf6_topo2/test_ospf6_topo2.py
diff options
context:
space:
mode:
authorRenato Westphal <renato@opensourcerouting.org>2021-08-18 21:38:18 -0300
committerRenato Westphal <renato@opensourcerouting.org>2021-08-24 00:39:56 -0300
commit6df89791ba287a81c947dfb9fbdcd1c4a51db89b (patch)
tree17b6fd6f5fd56ff158fbd709acf62f5aa2014275 /tests/topotests/ospf6_topo2/test_ospf6_topo2.py
parentdd551b9d1f78b5856d9b6fbc5abfa5e1d31d2775 (diff)
ospf6d: remove incorrect debug guard
Also, update the ospf6_topo2 topotest since the expected output was wrong. With this fix, NSSA routes will be created on r2 ("redistribute connected"), and NSSA routes appear in the routing table as regular external routes. Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'tests/topotests/ospf6_topo2/test_ospf6_topo2.py')
-rw-r--r--tests/topotests/ospf6_topo2/test_ospf6_topo2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/ospf6_topo2/test_ospf6_topo2.py b/tests/topotests/ospf6_topo2/test_ospf6_topo2.py
index 0fe5228ce6..b6c8cf3e75 100644
--- a/tests/topotests/ospf6_topo2/test_ospf6_topo2.py
+++ b/tests/topotests/ospf6_topo2/test_ospf6_topo2.py
@@ -199,7 +199,7 @@ def test_ospfv3_expected_route_types():
{
"numberOfIntraAreaRoutes": 1,
"numberOfInterAreaRoutes": 2,
- "numberOfExternal1Routes": 0,
+ "numberOfExternal1Routes": 4,
"numberOfExternal2Routes": 0,
},
)