]> git.proxmox.com Git - mirror_frr.git/commitdiff
topotests: pytest mark bgpd
authorJafar Al-Gharaibeh <jafar@atcorp.com>
Tue, 15 Mar 2022 20:54:37 +0000 (15:54 -0500)
committerJafar Al-Gharaibeh <jafar@atcorp.com>
Tue, 15 Mar 2022 20:55:26 +0000 (15:55 -0500)
Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
tests/topotests/ospf_multi_vrf_bgp_route_leak/test_ospf_multi_vrf_bgp_route_leak.py

index fdae75eaff42bd9fe26c3b816c27d4dc442ac1f7..0b6b50ec068ad1690accadea2020e2c6dd3742a1 100644 (file)
@@ -71,7 +71,7 @@ sys.path.append(os.path.join(CWD, "../"))
 
 # Required to instantiate the topology builder class.
 
-pytestmark = [pytest.mark.ospfd]
+pytestmark = [pytest.mark.ospfd, pytest.mark.bgpd]
 
 
 def build_topo(tgen):