diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2021-08-24 22:34:29 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-24 22:34:29 +0300 |
| commit | bf41d65ebed2b13a6b60ea35feb11039ab71125b (patch) | |
| tree | c397be8af0130df97c82e5702257033b799818d7 /tests/topotests/ospf6_topo2/test_ospf6_topo2.py | |
| parent | ea5e814cf777ebd701fba92b8c0db954a8ee6a3c (diff) | |
| parent | aea082d5788beea758113797e41ef7152470ca2f (diff) | |
Merge pull request #9449 from opensourcerouting/ospf6d-nssa-fixes
ospf6d: NSSA fixes
Diffstat (limited to 'tests/topotests/ospf6_topo2/test_ospf6_topo2.py')
| -rw-r--r-- | tests/topotests/ospf6_topo2/test_ospf6_topo2.py | 2 |
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, }, ) |
