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:
Carmine Scarpitta 2025-02-16 09:51:22 +01:00
parent 88f4bb2761
commit f2bf1f95b3

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.sharpd]
def open_json_file(filename):