mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 08:32:12 +00:00
tests: Fix markers in srv6_static_route
topotest
`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 <cscarpit@cisco.com>
This commit is contained in:
parent
9ce3b144c9
commit
225a1c7ed6
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user