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