diff options
Diffstat (limited to 'tests/topotests/ospf_basic_functionality/test_ospf_ecmp.py')
| -rw-r--r-- | tests/topotests/ospf_basic_functionality/test_ospf_ecmp.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/topotests/ospf_basic_functionality/test_ospf_ecmp.py b/tests/topotests/ospf_basic_functionality/test_ospf_ecmp.py index 49ecaac9f7..5c57f8be25 100644 --- a/tests/topotests/ospf_basic_functionality/test_ospf_ecmp.py +++ b/tests/topotests/ospf_basic_functionality/test_ospf_ecmp.py @@ -68,6 +68,9 @@ from lib.ospf import ( redistribute_ospf, ) +pytestmark = [pytest.mark.ospfd, pytest.mark.staticd] + + topo = None # Reading the data from JSON File for topology creation |
