From: Paul Vinciguerra Date: Thu, 5 Dec 2019 04:38:12 +0000 (-0500) Subject: tests: move bfd over gre to extended tests X-Git-Tag: v20.05-rc0~246 X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commitdiff_plain;h=61e3ade8436e77730150568ad3a48058c4f49d97 tests: move bfd over gre to extended tests This test should be fixed or removed. EXTENDED_TESTS should not become "BROKEN_TESTS" Type: test Change-Id: Id998f0d3b7bd31100f917d076fbd7ddb46d99ed2 Signed-off-by: Paul Vinciguerra --- diff --git a/test/test_bfd.py b/test/test_bfd.py index 36356c7d4ad..7d87a9207ac 100644 --- a/test/test_bfd.py +++ b/test/test_bfd.py @@ -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 """