diff options
Diffstat (limited to 'tests/topotests/ospfv3_basic_functionality/test_ospfv3_ecmp.py')
| -rw-r--r-- | tests/topotests/ospfv3_basic_functionality/test_ospfv3_ecmp.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/topotests/ospfv3_basic_functionality/test_ospfv3_ecmp.py b/tests/topotests/ospfv3_basic_functionality/test_ospfv3_ecmp.py index a439375be8..50c5144b3f 100644 --- a/tests/topotests/ospfv3_basic_functionality/test_ospfv3_ecmp.py +++ b/tests/topotests/ospfv3_basic_functionality/test_ospfv3_ecmp.py @@ -73,6 +73,9 @@ from lib.ospf import ( from ipaddress import IPv6Address +pytestmark = [pytest.mark.ospfd, pytest.mark.staticd] + + # Global variables topo = None |
