mirror_frr/tests/topotests/ospf_basic_functionality
Donald Sharp 4b2e09df96 tests: Do not pick an ip address that overlaps with ourselves
The ospf_basic_functionality/test_ospf_lan.py creates
a ethernet segment and attaches 4 routers to it and
assigns ip addresses in a /24.  As one of the tests
it picks a new address for r0 which coincides with
a ip address on r3.  Then the test immediatly
checks for other data.  The problem is of course
that if a test is `slow` enough hello's will
start to be ignored from r3 to r0 and the
neighbor relationships will come down.  Choose
an ip address that doesn't cause this issue.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
2021-11-24 07:05:19 -05: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: Do not pick an ip address that overlaps with ourselves 2021-11-24 07:05:19 -05: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