diff options
| author | Louis Scalbert <louis.scalbert@6wind.com> | 2022-05-20 14:21:41 +0200 |
|---|---|---|
| committer | Louis Scalbert <louis.scalbert@6wind.com> | 2022-10-24 14:56:42 +0200 |
| commit | 3a03bf9f500559c4f025a69df723e2fbf919c2cb (patch) | |
| tree | f75563d757c919c5a7581c6f17b6c6291a766568 /tests/topotests/isis_tilfa_topo1 | |
| parent | e87245d038e227df76fc24c0e6d2366f33905468 (diff) | |
topotests: isis-lfa add a switchover test after neighbor clear
Add a switchover test that consists in clearing the rt2 neighbor on rt1.
Check that the switchover between primary and backup happens before the
SPF re-computation.
Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
Diffstat (limited to 'tests/topotests/isis_tilfa_topo1')
| -rwxr-xr-x | tests/topotests/isis_tilfa_topo1/test_isis_tilfa_topo1.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/topotests/isis_tilfa_topo1/test_isis_tilfa_topo1.py b/tests/topotests/isis_tilfa_topo1/test_isis_tilfa_topo1.py index 8c951970b2..5a5b9c59de 100755 --- a/tests/topotests/isis_tilfa_topo1/test_isis_tilfa_topo1.py +++ b/tests/topotests/isis_tilfa_topo1/test_isis_tilfa_topo1.py @@ -1008,9 +1008,7 @@ def test_rt6_step14(): if tgen.routers_have_failure(): pytest.skip(tgen.errors) - logger.info( - "Drop traffic between rt5 and rt6" - ) + logger.info("Drop traffic between rt5 and rt6") tgen.net.cmd_raises("ip link set s8 down") rname = "rt6" |
