diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2019-12-06 11:06:02 -0500 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2020-01-02 12:49:27 +0000 |
commit | 7ade2f51ada560c37d8ac4760f232379deb0afc5 (patch) | |
tree | 6a3f8b1c789279abc40ff97c9a6cefcf0bd02616 /test | |
parent | 306c3080d9276d020cee2cb70404a1e7d9032eb0 (diff) |
tests: bfd - move test_poll_response to EXTENDED_TESTS
test_bfd.BFD4TestCase.test_poll_response providing
inconsistent results is the per-patch tests.
Type: test
Change-Id: I8f1864511526fd330a7da1abfa19be3f565c683a
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/test_bfd.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_bfd.py b/test/test_bfd.py index 7d87a9207ac..6dc58b933db 100644 --- a/test/test_bfd.py +++ b/test/test_bfd.py @@ -1039,6 +1039,8 @@ class BFD4TestCase(VppTestCase): self.assertNotIn("P", p.sprintf("%BFD.flags%"), "Poll bit set in BFD packet") + # returning inconsistent results requiring retries in per-patch tests + @unittest.skipUnless(running_extended_tests, "part of extended tests") def test_poll_response(self): """ test correct response to control frame with poll bit set """ bfd_session_up(self) |