mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 10:04:18 +00:00
tests: Remove bgpd marker in srv6_encap_src_addr
topotest
The `srv6_encap_src_addr` does not use bgp. As such, it should not have bgpd marker. Signed-off-by: Carmine Scarpitta <cscarpit@cisco.com>
This commit is contained in:
parent
88f4bb2761
commit
f2bf1f95b3
@ -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.sharpd]
|
||||
|
||||
|
||||
def open_json_file(filename):
|
||||
|
Loading…
Reference in New Issue
Block a user