]> git.puffer.fish Git - mirror/frr.git/commitdiff
tests: Remove bgpd marker in `srv6_encap_src_addr` topotest
authorCarmine Scarpitta <cscarpit@cisco.com>
Sun, 16 Feb 2025 08:51:22 +0000 (09:51 +0100)
committerCarmine Scarpitta <cscarpit@cisco.com>
Sun, 16 Feb 2025 08:51:22 +0000 (09:51 +0100)
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>
tests/topotests/srv6_encap_src_addr/test_srv6_encap_src_addr.py

index 854bc1cdade94748ba4c02de8f5834962493baef..c46274ca01f5f67ab6d90677c0e7c4fd16532a4c 100755 (executable)
@@ -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):