]> git.puffer.fish Git - mirror/frr.git/commitdiff
tests: Rename `test_zebra_seg6local_routes` 15239/head
authorCarmine Scarpitta <cscarpit@cisco.com>
Fri, 26 Jan 2024 17:15:02 +0000 (18:15 +0100)
committerCarmine Scarpitta <cscarpit@cisco.com>
Fri, 26 Jan 2024 17:24:24 +0000 (18:24 +0100)
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 <cscarpit@cisco.com>
tests/topotests/zebra_seg6_route/test_zebra_seg6_route.py

index 4b462a51e522b01bf93878c252f4c190cef8f9b3..f872f7a2587f75ec779c1e24baa613ba5404edf7 100755 (executable)
@@ -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):