MCPcopy Create free account
hub / github.com/FDio/vpp / CaptureTimeoutError

Class CaptureTimeoutError

test/vpp_pg_interface.py:36–39  ·  view source on GitHub ↗

Exception raised if capture or packet doesn't appear within timeout

Source from the content-addressed store, hash-verified

34
35
36class CaptureTimeoutError(TimeoutError):
37 """Exception raised if capture or packet doesn't appear within timeout"""
38
39 pass
40
41
42class CaptureMismatchError(ValueError):

Callers 4

wait_for_bfd_packetFunction · 0.90
get_captureMethod · 0.85
wait_for_packetMethod · 0.85
resolve_ndpMethod · 0.85

Calls

no outgoing calls

Tested by 1

wait_for_bfd_packetFunction · 0.72