summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Stapp <mjs.ietf@gmail.com>2025-02-06 08:58:27 -0500
committerGitHub <noreply@github.com>2025-02-06 08:58:27 -0500
commite46bd545416f34d2f6dd1a2764a171c202b601f0 (patch)
tree9cc2526293deeba2fa4fc3230044fc4aa40da202
parenta02ec27693ddfa708ec1f62400af6cea533bf1e8 (diff)
parent3b9595e91ce429b4f04f76d9c30caff0c397903e (diff)
Merge pull request #18025 from donaldsharp/remove_sbfd_pymark
tests: Remove improper pymark
-rw-r--r--tests/topotests/sbfd_topo1/test_sbfd_topo1.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/sbfd_topo1/test_sbfd_topo1.py b/tests/topotests/sbfd_topo1/test_sbfd_topo1.py
index e20902ebf5..274fbe6138 100644
--- a/tests/topotests/sbfd_topo1/test_sbfd_topo1.py
+++ b/tests/topotests/sbfd_topo1/test_sbfd_topo1.py
@@ -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):
output = router.cmd("vtysh -c 'show bfd peers'")