Skip to content

Commit

Permalink
Merge pull request #17718 from cscarpitta/fix/fix-srv6-static-route-p…
Browse files Browse the repository at this point in the history
…ytestmark

tests: Fix markers in `srv6_static_route` topotest
  • Loading branch information
ton31337 authored Dec 26, 2024
2 parents 803ff41 + 225a1c7 commit 3f6c106
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 3f6c106

Please sign in to comment.