From: Carmine Scarpitta Date: Sun, 16 Feb 2025 08:51:22 +0000 (+0100) Subject: tests: Remove bgpd marker in `srv6_encap_src_addr` topotest X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=f2bf1f95b3a4f0d8e44675eb3915fed0d62ba38f;p=mirror%2Ffrr.git 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 --- diff --git a/tests/topotests/srv6_encap_src_addr/test_srv6_encap_src_addr.py b/tests/topotests/srv6_encap_src_addr/test_srv6_encap_src_addr.py index 854bc1cdad..c46274ca01 100755 --- a/tests/topotests/srv6_encap_src_addr/test_srv6_encap_src_addr.py +++ b/tests/topotests/srv6_encap_src_addr/test_srv6_encap_src_addr.py @@ -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):