Skip to content

Commit

Permalink
tests: Fix markers in srv6_static_route topotest
Browse files Browse the repository at this point in the history
`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 <[email protected]>
  • Loading branch information
cscarpitta committed Dec 24, 2024
1 parent 9ce3b14 commit 225a1c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/topotests/srv6_static_route/test_srv6_route.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 225a1c7

Please sign in to comment.