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

Method get_in_path

test/vpp_pg_interface.py:101–105  ·  view source on GitHub ↗

pcap file path - injected packets

(self, worker)

Source from the content-addressed store, hash-verified

99 return self._out_path
100
101 def get_in_path(self, worker):
102 """pcap file path - injected packets"""
103 if worker is not None:
104 return "%s/pg%u_wrk%u_in.pcap" % (self.test.tempdir, self.pg_index, worker)
105 return "%s/pg%u_in.pcap" % (self.test.tempdir, self.pg_index)
106
107 @property
108 def capture_cli(self):

Callers 3

get_input_cliMethod · 0.95
add_streamMethod · 0.95
pg_startMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected