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

Method register_pcap

test/framework.py:161–164  ·  view source on GitHub ↗

Register a pcap in the testclass

(cls, intf, worker)

Source from the content-addressed store, hash-verified

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):

Callers 1

add_streamMethod · 0.80

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected