mirror_frr/tests/topotests/ospf6_topo2
ckishimo 9a974f2292 ospf6d: fix topotest
The routes in the test_nssa_range() are E2

  "routes":{
    "2001:db8:1000::2/128":{
      "destinationType":"Network",
      "installedTimeSince":"00:06:29",
      "changedTimeSince":"00:06:29",
      "numberOfLock":2,
      "flags":"BA--",
      "associatedArea":"0.0.0.2",
      "pathType":"External-2",
      "lsOriginRoutePathType":"NSSA",
      "lsId":"0.0.0.3",
      "lsAdvertisingRouter":"10.254.254.4",
      "options":"--|-|-|--|-|--",
      "routerBits":"--------",
      "prefixOptions":"--|P|--|--|--",
      "metricType":2,
      "metricCost":10,
      "metricCostE2":20,
      "pathsCount":1,
      "nextHopCount":1,
      "nextHops":[
        {
          "nextHop":"::",
          "interfaceName":"r2-eth2"
        }
      ]
    }

This PR fixes the key from `metricCost` to `metricCostE2`

Signed-off-by: ckishimo <carles.kishimoto@gmail.com>
2022-03-28 22:19:53 +02:00
..
r1 tests: Remove debugs from topotests 2021-11-07 07:45:27 -05:00
r2 tests: Remove debugs from topotests 2021-11-07 07:45:27 -05:00
r3 tests: Remove debugs from topotests 2021-11-07 07:45:27 -05:00
r4 tests: Remove debugs from topotests 2021-11-07 07:45:27 -05:00
test_ospf6_topo2.dot topotests: add tests for OSPFv3 NSSA/Stub 2021-06-04 07:23:10 -03:00
test_ospf6_topo2.png topotests: add tests for OSPFv3 NSSA/Stub 2021-06-04 07:23:10 -03:00
test_ospf6_topo2.py ospf6d: fix topotest 2022-03-28 22:19:53 +02:00