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

Class CaptureMismatchError

test/vpp_pg_interface.py:42–45  ·  view source on GitHub ↗

Exception raised if number of captured packets doesn't match expectation

Source from the content-addressed store, hash-verified

40
41
42class CaptureMismatchError(ValueError):
43 """Exception raised if number of captured packets doesn't match expectation"""
44
45 pass
46
47
48def is_ipv6_misc(p):

Callers 1

get_captureMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected