mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-21 08:01:13 +00:00
![]() This script is failing occassionally in our upstream topotests. Where it was changing route-maps and attempting to see if summarization was working correctly. The problem was that the code appeared to be attempting to add route-maps to redistribution in ospf then modifying the route-maps behavior to affect summarization as well as the metric type of that summarization. The problem is of course that ospf does not appear to modify the summary routes metric-type when the components of that summary change it's metric-type. So the test is testing nothing. In addition the test had messed up the usage of the route-map generation code and all the generated config was in different sequence numbers but route-map processing would never get to those new sequence numbers because of how route-maps are processed. Let's just remove this part of the test instead of trying to unwind it into anything meaningfull Signed-off-by: Donald Sharp <sharpd@nvidia.com> |
||
---|---|---|
.. | ||
ospf_asbr_summary_topo1.json | ||
ospf_asbr_summary_type7_lsa.json | ||
ospf_authentication.json | ||
ospf_chaos.json | ||
ospf_ecmp_lan.json | ||
ospf_ecmp.json | ||
ospf_lan.json | ||
ospf_nssa.json | ||
ospf_p2mp.json | ||
ospf_routemaps.json | ||
ospf_rte_calc.json | ||
ospf_single_area.json | ||
test_ospf_asbr_summary_topo1.py | ||
test_ospf_asbr_summary_type7_lsa.py | ||
test_ospf_authentication.py | ||
test_ospf_chaos.py | ||
test_ospf_ecmp_lan.py | ||
test_ospf_ecmp.py | ||
test_ospf_lan.py | ||
test_ospf_nssa.py | ||
test_ospf_p2mp.py | ||
test_ospf_routemaps.py | ||
test_ospf_rte_calc.py | ||
test_ospf_single_area.py |