summaryrefslogtreecommitdiff
path: root/tests/topotests/isis_rlfa_topo1
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2021-07-28 09:44:34 -0400
committerDonald Sharp <sharpd@nvidia.com>2021-07-28 09:45:38 -0400
commitdbc5be82d8023d17895a68ca11a4a4eefdc37a23 (patch)
tree820c7cac6b2fd81406132e68a4c4e9f1a8efa760 /tests/topotests/isis_rlfa_topo1
parent02546fc1d9be2a364fde31b322b1cd2731f5a590 (diff)
tests: add pytest.mark.isisd to those tests missing it
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'tests/topotests/isis_rlfa_topo1')
-rwxr-xr-xtests/topotests/isis_rlfa_topo1/test_isis_rlfa_topo1.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/isis_rlfa_topo1/test_isis_rlfa_topo1.py b/tests/topotests/isis_rlfa_topo1/test_isis_rlfa_topo1.py
index 9ad41c5934..ded1a4cc22 100755
--- a/tests/topotests/isis_rlfa_topo1/test_isis_rlfa_topo1.py
+++ b/tests/topotests/isis_rlfa_topo1/test_isis_rlfa_topo1.py
@@ -82,7 +82,7 @@ from lib.topolog import logger
# Required to instantiate the topology builder class.
from mininet.topo import Topo
-pytestmark = [pytest.mark.isisd]
+pytestmark = [pytest.mark.isisd, pytest.mark.ldpd]
# Global multi-dimensional dictionary containing all expected outputs
outputs = {}