From 3dedee4fe19d06903df3b0914ed4f16e176df234 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Sat, 23 Jan 2021 15:42:21 -0500 Subject: 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 --- tests/topotests/ospf_basic_functionality/test_ospf_chaos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/topotests/ospf_basic_functionality/test_ospf_chaos.py') 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 -- cgit v1.2.3