summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOle Troan <ot@cisco.com>2017-04-21 17:14:29 +0200
committerOle Troan <ot@cisco.com>2017-04-21 17:15:26 +0200
commit511ee63cbbb1feee100a05e54b8154fff0a57111 (patch)
treee2fa92f733615bc09518b18846692a3434a1b800
parentc39ed3da62f9caee7d2e3f3f593f3ae7bfa17517 (diff)
make test: mark all BFD tests as extendedv17.04
Change-Id: Id6c482cf01f49257a05600ae1458f5db09c13cf0 Signed-off-by: Ole Troan <ot@cisco.com>
-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) """