diff options
Diffstat (limited to 'tests/topotests/bgp_llgr/test_bgp_llgr.py')
-rw-r--r-- | tests/topotests/bgp_llgr/test_bgp_llgr.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/topotests/bgp_llgr/test_bgp_llgr.py b/tests/topotests/bgp_llgr/test_bgp_llgr.py index d604871..d7897cf 100644 --- a/tests/topotests/bgp_llgr/test_bgp_llgr.py +++ b/tests/topotests/bgp_llgr/test_bgp_llgr.py @@ -36,8 +36,6 @@ from lib.common_config import ( step, ) -pytestmark = [pytest.mark.bgpd] - def build_topo(tgen): for routern in range(0, 6): |