summaryrefslogtreecommitdiff
path: root/tests/topotests/ospf_basic_functionality/test_ospf_chaos.py
diff options
context:
space:
mode:
authorMark Stapp <mjs@voltanet.io>2021-02-22 07:31:22 -0500
committerGitHub <noreply@github.com>2021-02-22 07:31:22 -0500
commit6589cae5f8a919dbf44243f71aae33805b1660e9 (patch)
tree151c686e037eb259d37e8917c03fccf90251236c /tests/topotests/ospf_basic_functionality/test_ospf_chaos.py
parent2031dbf31cfbe7e6fb0028b34054db5d92de05d2 (diff)
parentefb62eeddf3a33483ca8ece0ee0635d020f292b6 (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.py2
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