summaryrefslogtreecommitdiffstats
path: root/test/test_bfd.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_bfd.py')
-rw-r--r--test/test_bfd.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_bfd.py b/test/test_bfd.py
index 4e3f688b462..d8872fe234b 100644
--- a/test/test_bfd.py
+++ b/test/test_bfd.py
@@ -250,6 +250,7 @@ class BFDAPITestCase(VppTestCase):
session.activate_auth(key2)
+@unittest.skipUnless(running_extended_tests(), "part of extended tests")
class BFDTestSession(object):
""" BFD session as seen from test framework side """
@@ -611,6 +612,7 @@ def wait_for_bfd_packet(test, timeout=1, pcap_time_min=None):
return p
+@unittest.skipUnless(running_extended_tests(), "part of extended tests")
class BFD4TestCase(VppTestCase):
"""Bidirectional Forwarding Detection (BFD)"""
@@ -1393,6 +1395,7 @@ class BFD4TestCase(VppTestCase):
self.assert_equal(len(events), 0, "number of events received")
+@unittest.skipUnless(running_extended_tests(), "part of extended tests")
class BFD6TestCase(VppTestCase):
"""Bidirectional Forwarding Detection (BFD) (IPv6) """
@@ -1580,6 +1583,7 @@ class BFD6TestCase(VppTestCase):
self.test_session.send_packet()
+@unittest.skipUnless(running_extended_tests(), "part of extended tests")
class BFDSHA1TestCase(VppTestCase):
"""Bidirectional Forwarding Detection (BFD) (SHA1 auth) """