BFD: loop back echo packets
Change-Id: I772b63ac25ebfccaff9ab9d8d0b1445e85f21df7 Signed-off-by: Klement Sekera <ksekera@cisco.com>
This commit is contained in:

committed by
Damjan Marion

parent
12ba252193
commit
aeeac3bf44
@ -236,6 +236,7 @@ class VppTestCase(unittest.TestCase):
|
||||
cls.pump_thread_stop_flag = Event()
|
||||
cls.pump_thread_wakeup_pipe = os.pipe()
|
||||
cls.pump_thread = Thread(target=pump_output, args=(cls,))
|
||||
cls.pump_thread.daemon = True
|
||||
cls.pump_thread.start()
|
||||
cls.vapi = VppPapiProvider(cls.shm_prefix, cls.shm_prefix, cls)
|
||||
if cls.step:
|
||||
|
Reference in New Issue
Block a user