Home
last modified time | relevance | path

Searched refs:allocate_packet_capturer (Results 1 – 4 of 4) sorted by relevance

/external/autotest/server/cros/chaos_lib/
Dstatic_runner.py69 capture_host = utils.allocate_packet_capturer(
104 work_client_machine = utils.allocate_packet_capturer(
Dchaos_runner.py75 capture_host = utils.allocate_packet_capturer(
110 work_client_machine = utils.allocate_packet_capturer(
/external/autotest/server/cros/clique_lib/
Dclique_runner.py225 capture_host = utils.allocate_packet_capturer(
232 conn_worker_host = utils.allocate_packet_capturer(
/external/autotest/server/cros/network/
Dchaos_clique_utils.py24 def allocate_packet_capturer(lock_manager, hostname, prefix): function