mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 05:13:07 +00:00
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:
commit
3f6c106e48
@ -27,7 +27,7 @@ from lib import topotest
|
|||||||
from lib.topogen import Topogen, TopoRouter, get_topogen
|
from lib.topogen import Topogen, TopoRouter, get_topogen
|
||||||
from lib.topolog import logger
|
from lib.topolog import logger
|
||||||
|
|
||||||
pytestmark = [pytest.mark.bgpd, pytest.mark.sharpd]
|
pytestmark = [pytest.mark.staticd]
|
||||||
|
|
||||||
|
|
||||||
def open_json_file(filename):
|
def open_json_file(filename):
|
||||||
|
Loading…
Reference in New Issue
Block a user