Searched refs:cmd_netdump (Results 1 – 1 of 1) sorted by relevance
/external/autotest/server/cros/network/ |
D | packet_capturer.py | 99 cmd_netdump=None, ignore_failures=False, logdir=None): argument 102 cmd_netdump = (cmd_netdump or 105 if None in [cmd_iw, cmd_ip, cmd_netdump, host_description, logdir]: 114 return PacketCapturer(host, host_description, cmd_ip, cmd_iw, cmd_netdump, 215 def __init__(self, host, host_description, cmd_ip, cmd_iw, cmd_netdump, argument 217 self._cmd_netdump = cmd_netdump
|