tests: bfd - move test_poll_response to EXTENDED_TESTS 54/23854/2
authorPaul Vinciguerra <pvinci@vinciconsulting.com>
Fri, 6 Dec 2019 16:06:02 +0000 (11:06 -0500)
committerAndrew Yourtchenko <ayourtch@gmail.com>
Thu, 2 Jan 2020 12:49:27 +0000 (12:49 +0000)
  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>
test/test_bfd.py

index 7d87a92..6dc58b9 100644 (file)
@@ -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)