tests: tag the tests that do not work with multi-worker configuration
[vpp.git] / src / vnet / bfd / test / test_bfd.py
index 71904a8..3e6453c 100644 (file)
@@ -21,6 +21,7 @@ from scapy.packet import Raw
 
 from bfd import VppBFDAuthKey, BFD, BFDAuthType, VppBFDUDPSession, \
     BFDDiagCode, BFDState, BFD_vpp_echo
+from framework import tag_fixme_vpp_workers
 from framework import VppTestCase, VppTestRunner, running_extended_tests
 from framework import tag_run_solo
 from util import ppp
@@ -1488,6 +1489,7 @@ class BFD4TestCase(VppTestCase):
 
 
 @tag_run_solo
+@tag_fixme_vpp_workers
 class BFD6TestCase(VppTestCase):
     """Bidirectional Forwarding Detection (BFD) (IPv6) """