make test: mark all BFD tests as extended 41/6341/1 v17.04
authorOle Troan <ot@cisco.com>
Fri, 21 Apr 2017 15:14:29 +0000 (17:14 +0200)
committerOle Troan <ot@cisco.com>
Fri, 21 Apr 2017 15:15:26 +0000 (17:15 +0200)
Change-Id: Id6c482cf01f49257a05600ae1458f5db09c13cf0
Signed-off-by: Ole Troan <ot@cisco.com>
test/test_bfd.py

index 4e3f688..d8872fe 100644 (file)
@@ -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) """