summaryrefslogtreecommitdiff
path: root/tests/topotests/bgp_features/test_bgp_features.py
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2021-01-23 15:42:21 -0500
committerDonald Sharp <sharpd@nvidia.com>2021-02-04 18:28:36 -0500
commit3dedee4fe19d06903df3b0914ed4f16e176df234 (patch)
treee70d6ec2bf1a28f197e74279d17fb8e8279db458 /tests/topotests/bgp_features/test_bgp_features.py
parent6907ac7e2cd032106fde177ea423a82a653194ef (diff)
tests: Add pytest.mark.ospfd to tests
Add pytest marking for ospfd. This commit also has some other test markings because I do not want to have to go through the same test multiple times. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'tests/topotests/bgp_features/test_bgp_features.py')
-rw-r--r--tests/topotests/bgp_features/test_bgp_features.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/topotests/bgp_features/test_bgp_features.py b/tests/topotests/bgp_features/test_bgp_features.py
index 3d963b4cf6..a68508c4ae 100644
--- a/tests/topotests/bgp_features/test_bgp_features.py
+++ b/tests/topotests/bgp_features/test_bgp_features.py
@@ -48,6 +48,8 @@ from lib.topolog import logger
# Required to instantiate the topology builder class.
from mininet.topo import Topo
+pytestmark = [pytest.mark.bgpd, pytest.mark.ospfd]
+
#####################################################
#
# Network Topology Definition