]> git.puffer.fish Git - mirror/frr.git/commit
test: Fix tests for zebra changes
authorNathan Bahr <nbahr@atcorp.com>
Tue, 24 Sep 2024 22:10:41 +0000 (22:10 +0000)
committerNathan Bahr <nbahr@atcorp.com>
Thu, 12 Dec 2024 13:50:31 +0000 (13:50 +0000)
commitba0a6868e53ecb87eb3101b0926e42152046f931
tree957836e7f486a6973a5201b60b37302fb5dd0777
parent8983d2428208a5b8ddb7f069b015e9970abfb85a
test: Fix tests for zebra changes

Remove use of `ip multicast rpf-lookup-mode` from unrelated tests.
Looks like this test was just unlucky enough to pick that command as an
example for use here. Just changed it to something less likely to be
removed in the future.
Update route table output to include AFI SAFI output.

Signed-off-by: Nathan Bahr <nbahr@atcorp.com>
21 files changed:
tests/topotests/all_protocol_startup/r1/ipv4_routes.ref
tests/topotests/all_protocol_startup/r1/ipv6_routes.ref
tests/topotests/mgmt_config/r1/early-end-zebra.conf
tests/topotests/mgmt_config/r1/early-end2-zebra.conf
tests/topotests/mgmt_config/r1/early-exit-zebra.conf
tests/topotests/mgmt_config/r1/early-exit2-zebra.conf
tests/topotests/mgmt_config/r1/one-exit-zebra.conf
tests/topotests/mgmt_config/r1/one-exit2-zebra.conf
tests/topotests/mgmt_config/test_config.py
tests/topotests/ospf_multi_vrf_bgp_route_leak/r1/zebra-vrf-default.txt
tests/topotests/ospf_multi_vrf_bgp_route_leak/r1/zebra-vrf-neno.txt
tests/topotests/ospf_multi_vrf_bgp_route_leak/r2/zebra-vrf-default.txt
tests/topotests/ospf_multi_vrf_bgp_route_leak/r2/zebra-vrf-ray.txt
tests/topotests/ospf_multi_vrf_bgp_route_leak/r3/zebra-vrf-default.txt
tests/topotests/ospf_multi_vrf_bgp_route_leak/r4/zebra-vrf-default.txt
tests/topotests/ospf_netns_vrf/r1/zebraroute.txt
tests/topotests/ospf_netns_vrf/r1/zebraroutedown.txt
tests/topotests/ospf_netns_vrf/r2/zebraroute.txt
tests/topotests/ospf_netns_vrf/r2/zebraroutedown.txt
tests/topotests/ospf_netns_vrf/r3/zebraroute.txt
tests/topotests/ospf_netns_vrf/r3/zebraroutedown.txt