From 225a1c7ed66720dc8880b84c85511ff852e04476 Mon Sep 17 00:00:00 2001 From: Carmine Scarpitta Date: Tue, 24 Dec 2024 10:38:37 +0100 Subject: [PATCH] =?UTF-8?q?tests:=20Fix=20markers=20in=20`srv6=5Fstatic=5F?= =?UTF-8?q?route`=C2=A0topotest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `srv6_static_route` is a pure staticd topotest. It does not have any dependency on bgpd and sharpd. Let's fix the pytestmark to include only staticd. Signed-off-by: Carmine Scarpitta --- tests/topotests/srv6_static_route/test_srv6_route.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/topotests/srv6_static_route/test_srv6_route.py b/tests/topotests/srv6_static_route/test_srv6_route.py index f23e199d4a6f..e26775daf74e 100755 --- a/tests/topotests/srv6_static_route/test_srv6_route.py +++ b/tests/topotests/srv6_static_route/test_srv6_route.py @@ -27,7 +27,7 @@ from lib.topogen import Topogen, TopoRouter, get_topogen from lib.topolog import logger -pytestmark = [pytest.mark.bgpd, pytest.mark.sharpd] +pytestmark = [pytest.mark.staticd] def open_json_file(filename):