Register a pcap in the testclass
(cls, intf, worker)
| 159 | |
| 160 | @classmethod |
| 161 | def register_pcap(cls, intf, worker): |
| 162 | """Register a pcap in the testclass""" |
| 163 | # add to the list of captures with current timestamp |
| 164 | cls._pcaps.append((intf, worker)) |
| 165 | |
| 166 | @classmethod |
| 167 | def pg_start(cls, trace=True, traceFilter=False): |