Skip to content

Commit

Permalink
tests: Rename test_zebra_seg6local_routes
Browse files Browse the repository at this point in the history
The name of the `test_zebra_seg6local_routes` test is wrong. The goal of this test is to verify seg6 routes (not seg6local routes).

Let's put the correct name.

Signed-off-by: Carmine Scarpitta <[email protected]>
  • Loading branch information
cscarpitta committed Jan 26, 2024
1 parent 9384ff4 commit 893c10a
Showing 1 changed file 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 893c10a

Please sign in to comment.