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

Method disable_capture

test/vpp_pg_interface.py:235–236  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

233 self._pcap_reader = None
234
235 def disable_capture(self):
236 self.test.vapi.cli("%s disable" % self.capture_cli)
237
238 def coalesce_enable(self):
239 """Enable packet coalesce on this packet-generator interface"""

Callers 2

remove_vpp_configMethod · 0.95
enable_captureMethod · 0.95

Calls 1

cliMethod · 0.45

Tested by

no test coverage detected