mirror_frr/tests/topotests/ospf_basic_functionality
Donald Sharp 6862166ed5 tests: Fix ospf_asbr_summary_topo1.py
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>
2021-10-15 11:43:44 -04:00
..
ospf_asbr_summary_topo1.json tests : Adding 2 ospf asbr summary testcases. 2021-05-17 19:52:54 -07:00
ospf_asbr_summary_type7_lsa.json tests: Adding ospfv2 summarisation test cases. 2021-06-23 13:57:12 -07:00
ospf_authentication.json tests: ospf_basic_functionality topojson testcases. 2020-09-18 15:13:46 +05:30
ospf_chaos.json tests: Adding 3 ospf chaos testcases. 2021-01-21 04:55:58 +05:30
ospf_ecmp_lan.json tests: ospf_basic_functionality topojson testcases. 2020-09-18 15:13:46 +05:30
ospf_ecmp.json tests: ospf_basic_functionality topojson testcases. 2020-09-18 15:13:46 +05:30
ospf_lan.json tests: ospf_basic_functionality topojson testcases. 2020-09-18 15:13:46 +05:30
ospf_nssa.json tests: ospf_basic_functionality topojson testcases. 2020-09-18 15:13:46 +05:30
ospf_p2mp.json tests: Adding ospf p2mp basic test. 2021-01-12 09:28:50 +05:30
ospf_routemaps.json tests: ospf_basic_functionality topojson testcases. 2020-09-18 15:13:46 +05:30
ospf_rte_calc.json tests: ospf_basic_functionality topojson testcases. 2020-09-18 15:13:46 +05:30
ospf_single_area.json tests: ospf_basic_functionality topojson testcases. 2020-09-18 15:13:46 +05:30
test_ospf_asbr_summary_topo1.py tests: Fix ospf_asbr_summary_topo1.py 2021-10-15 11:43:44 -04:00
test_ospf_asbr_summary_type7_lsa.py tests: cleanup - remove unused imports 2021-09-04 09:04:47 -04:00
test_ospf_authentication.py tests: cleanup - remove unused imports 2021-09-04 09:04:47 -04:00
test_ospf_chaos.py tests: cleanup: rerun changed files through black 2021-09-04 09:04:47 -04:00
test_ospf_ecmp_lan.py tests: cleanup - remove unused imports 2021-09-04 09:04:47 -04:00
test_ospf_ecmp.py tests: cleanup - remove unused imports 2021-09-04 09:04:47 -04:00
test_ospf_lan.py tests: cleanup - remove unused imports 2021-09-04 09:04:47 -04:00
test_ospf_nssa.py tests: cleanup - remove unused imports 2021-09-04 09:04:47 -04:00
test_ospf_p2mp.py tests: cleanup - remove unused imports 2021-09-04 09:04:47 -04:00
test_ospf_routemaps.py tests: cleanup: rerun changed files through black 2021-09-04 09:04:47 -04:00
test_ospf_rte_calc.py tests: cleanup - remove unused imports 2021-09-04 09:04:47 -04:00
test_ospf_single_area.py tests: cleanup - remove unused imports 2021-09-04 09:04:47 -04:00