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>
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):