diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2021-07-28 09:44:34 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2021-07-28 09:45:38 -0400 |
| commit | dbc5be82d8023d17895a68ca11a4a4eefdc37a23 (patch) | |
| tree | 820c7cac6b2fd81406132e68a4c4e9f1a8efa760 /tests/topotests/isis_rlfa_topo1 | |
| parent | 02546fc1d9be2a364fde31b322b1cd2731f5a590 (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-x | tests/topotests/isis_rlfa_topo1/test_isis_rlfa_topo1.py | 2 |
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 = {} |
