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/ospf_basic_functionality/test_ospf_chaos.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/ospf_basic_functionality/test_ospf_chaos.py')
| -rw-r--r-- | tests/topotests/ospf_basic_functionality/test_ospf_chaos.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/ospf_basic_functionality/test_ospf_chaos.py b/tests/topotests/ospf_basic_functionality/test_ospf_chaos.py index 37b7528490..b044bd0eeb 100644 --- a/tests/topotests/ospf_basic_functionality/test_ospf_chaos.py +++ b/tests/topotests/ospf_basic_functionality/test_ospf_chaos.py @@ -63,7 +63,7 @@ from lib.topolog import logger from lib.topojson import build_topo_from_json, build_config_from_json from ipaddress import IPv4Address - +pytestmark = [pytest.mark.ospfd] # Global variables topo = None |
