diff options
| author | Stephen Worley <sworley@cumulusnetworks.com> | 2019-09-03 13:53:45 -0400 | 
|---|---|---|
| committer | Stephen Worley <sworley@cumulusnetworks.com> | 2019-10-25 11:13:43 -0400 | 
| commit | 737170f5bf7e9f999543c30eff4824646885652b (patch) | |
| tree | a7ca530b2250e8f9c9845cd5db21d06ea2cdf92f /tests/topotests/bgp_ipv6_rtadv | |
| parent | d7b5921c580591aca80da561aa84dc32fa4f2222 (diff) | |
topotests: Expect shared nexthop memory
A few topotests were failing since they were not aware
of shared nexthops and, therefore, matching on flags that
could be changed when another route sharing that nexthop is
installed.
Update routes that are not installed to not match their json output
on the nexthop flag information. The ones that are installed will
still retain their matches though since they can be sure the nexthop
should have those flags (they would be the route that set them).
Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
Diffstat (limited to 'tests/topotests/bgp_ipv6_rtadv')
| -rw-r--r-- | tests/topotests/bgp_ipv6_rtadv/r1/ipv6_routes.json | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/topotests/bgp_ipv6_rtadv/r1/ipv6_routes.json b/tests/topotests/bgp_ipv6_rtadv/r1/ipv6_routes.json index d0378b5649..acf5c8b276 100644 --- a/tests/topotests/bgp_ipv6_rtadv/r1/ipv6_routes.json +++ b/tests/topotests/bgp_ipv6_rtadv/r1/ipv6_routes.json @@ -10,7 +10,6 @@          {            "interfaceName": "r1-eth0",            "interfaceIndex": 2, -          "flags": 1,            "active": true,            "afi": "ipv6"          }  | 
