diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2019-12-04 23:38:12 -0500 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2019-12-05 21:20:15 +0000 |
commit | 61e3ade8436e77730150568ad3a48058c4f49d97 (patch) | |
tree | c87a2275f2206625d3919ad5b36c5569a6d161e1 | |
parent | ce7fd674c1d8325889280230e379287f286974d4 (diff) |
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 <pvinci@vinciconsulting.com>
-rw-r--r-- | test/test_bfd.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 """ |