diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2021-01-23 15:42:21 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2021-02-04 18:28:36 -0500 |
| commit | 3dedee4fe19d06903df3b0914ed4f16e176df234 (patch) | |
| tree | e70d6ec2bf1a28f197e74279d17fb8e8279db458 /tests/topotests/ldp-oc-topo1/test_ldp_oc_topo1.py | |
| parent | 6907ac7e2cd032106fde177ea423a82a653194ef (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/ldp-oc-topo1/test_ldp_oc_topo1.py')
| -rw-r--r-- | tests/topotests/ldp-oc-topo1/test_ldp_oc_topo1.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/topotests/ldp-oc-topo1/test_ldp_oc_topo1.py b/tests/topotests/ldp-oc-topo1/test_ldp_oc_topo1.py index ead991b183..97790487f2 100644 --- a/tests/topotests/ldp-oc-topo1/test_ldp_oc_topo1.py +++ b/tests/topotests/ldp-oc-topo1/test_ldp_oc_topo1.py @@ -78,6 +78,7 @@ from lib.topolog import logger # Required to instantiate the topology builder class. from mininet.topo import Topo +pytestmark = [pytest.mark.ldpd, pytest.mark.ospfd] class TemplateTopo(Topo): "Test topology builder" |
