Skip to content

Commit

Permalink
Merge pull request FRRouting#15239 from cscarpitta/fix/fix-srv6-topot…
Browse files Browse the repository at this point in the history
…ests

tests: Fix SRv6 topotest names
  • Loading branch information
ton31337 authored Jan 27, 2024
2 parents 3f96dcf + de8f61e commit 03fd7d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/topotests/zebra_seg6_route/test_zebra_seg6_route.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ def teardown_module(_mod):
tgen.stop_topology()


def test_zebra_seg6local_routes():
def test_zebra_seg6_routes():
tgen = get_topogen()
if tgen.routers_have_failure():
pytest.skip(tgen.errors)
logger.info("Test for seg6local route install via ZAPI was start.")
logger.info("Test for seg6 route install via ZAPI was start.")
r1 = tgen.gears["r1"]

def check(router, dest, expected):
Expand Down

0 comments on commit 03fd7d5

Please sign in to comment.