]> git.proxmox.com Git - mirror_frr.git/blobdiff - tests/topotests/eigrp-topo1/test_eigrp_topo1.py
tests: Fixup to use the new `pytestmark =` syntax
[mirror_frr.git] / tests / topotests / eigrp-topo1 / test_eigrp_topo1.py
index bf94d39a4b570a3ee195d2945746bd4c637dc2c3..6993bc53e706fe545834e6ceecc48d007f874b97 100644 (file)
@@ -33,6 +33,8 @@ import sys
 import pytest
 import json
 
+pytestmark = [pytest.mark.eigrpd]
+
 # Save the Current Working Directory to find configuration files.
 CWD = os.path.dirname(os.path.realpath(__file__))
 sys.path.append(os.path.join(CWD, "../"))
@@ -91,7 +93,7 @@ class NetworkTopo(Topo):
 ##
 #####################################################
 
-@pytest.mark.eigrp
+
 def setup_module(module):
     "Setup topology"
     tgen = Topogen(NetworkTopo, module.__name__)