Merge pull request #17718 from cscarpitta/fix/fix-srv6-static-route-pytestmark

tests: Fix markers in `srv6_static_route` topotest
This commit is contained in:
Donatas Abraitis 2024-12-26 14:17:21 +02:00 committed by GitHub
commit 3f6c106e48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,7 @@ from lib import topotest
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):