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

Class Capture

test/framework.py:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107
108
109class Capture:
110 def __init__(self, interface: VppPGInterface, packets: PacketList | None):
111 self.interface = interface
112 self.packets = packets
113
114
115class VppTestCase(VppAsfTestCase):

Callers 1

send_and_expect_multiMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected