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.py68 capture_host = utils.allocate_packet_capturer(lock_manager)
102 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.py222 capture_host = utils.allocate_packet_capturer(
229 conn_worker_host = utils.allocate_packet_capturer(
/external/autotest/server/cros/network/
Dchaos_clique_utils.py25 def allocate_packet_capturer(lock_manager): function