From 785eb4f72f955b40dec12c00d5c92f97f5cc7bda Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Sat, 23 Jan 2021 15:54:25 -0500 Subject: [PATCH] tests: Add pytest.mark.pathd Go through and mark tests using pathd. Signed-off-by: Donald Sharp --- tests/topotests/isis-sr-te-topo1/test_isis_sr_te_topo1.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/topotests/isis-sr-te-topo1/test_isis_sr_te_topo1.py b/tests/topotests/isis-sr-te-topo1/test_isis_sr_te_topo1.py index d7c95f28b8..da59cfe772 100755 --- a/tests/topotests/isis-sr-te-topo1/test_isis_sr_te_topo1.py +++ b/tests/topotests/isis-sr-te-topo1/test_isis_sr_te_topo1.py @@ -96,7 +96,8 @@ from lib.topolog import logger # Required to instantiate the topology builder class. from mininet.topo import Topo -pytestmark = [pytest.mark.isisd] +pytestmark = [pytest.mark.bgpd, pytest.mark.isisd, pytest.mark.pathd] + class TemplateTopo(Topo): "Test topology builder" -- 2.39.5