tests: move bfd over gre to extended tests 07/23807/2
authorPaul Vinciguerra <pvinci@vinciconsulting.com>
Thu, 5 Dec 2019 04:38:12 +0000 (23:38 -0500)
committerOle Trøan <otroan@employees.org>
Thu, 5 Dec 2019 21:20:15 +0000 (21:20 +0000)
This test should be fixed or removed.
EXTENDED_TESTS should not become "BROKEN_TESTS"

Type: test

Change-Id: Id998f0d3b7bd31100f917d076fbd7ddb46d99ed2
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
test/test_bfd.py

index 36356c7..7d87a92 100644 (file)
@@ -1790,6 +1790,7 @@ class BFDFIBTestCase(VppTestCase):
                              packet[IPv6].dst)
 
 
+@unittest.skipUnless(running_extended_tests, "part of extended tests")
 class BFDTunTestCase(VppTestCase):
     """ BFD over GRE tunnel """