Merge pull request #18025 from donaldsharp/remove_sbfd_pymark

tests: Remove improper pymark
This commit is contained in:
Mark Stapp 2025-02-06 08:58:27 -05:00 committed by GitHub
commit e46bd54541
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,7 +56,7 @@ test_sbfd_topo1.py: test simple sbfd with IPv6 encap. RT1 is sbfd Initiator, RT2
+----+----+ +----+----+ +----+----+ +----+----+
""" """
pytestmark = [pytest.mark.bfdd, pytest.mark.sbfd] pytestmark = [pytest.mark.bfdd]
def show_bfd_check(router, status, type='echo', encap=None): def show_bfd_check(router, status, type='echo', encap=None):
output = router.cmd("vtysh -c 'show bfd peers'") output = router.cmd("vtysh -c 'show bfd peers'")