diff options
| author | Mark Stapp <mjs@voltanet.io> | 2021-02-22 07:31:22 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-22 07:31:22 -0500 |
| commit | 6589cae5f8a919dbf44243f71aae33805b1660e9 (patch) | |
| tree | 151c686e037eb259d37e8917c03fccf90251236c /tests/topotests/ospf_basic_functionality/test_ospf_chaos.py | |
| parent | 2031dbf31cfbe7e6fb0028b34054db5d92de05d2 (diff) | |
| parent | efb62eeddf3a33483ca8ece0ee0635d020f292b6 (diff) | |
Merge pull request #7920 from donaldsharp/more_pytest_cleanup
More pytest cleanup
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..ca7cb736f9 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, pytest.mark.staticd] # Global variables topo = None |
