OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dut_pool_spec
(Results
1 - 2
of
2
) sorted by null
/external/autotest/server/cros/clique_lib/
clique_dut_locker.py
112
def __init__(self, lock_manager,
dut_pool_spec
, retries=MAX_RETRIES):
116
@param
dut_pool_spec
: A DUTPoolSpec object corresponding to the DUT's in
122
self.duts_to_lock = self._construct_dut_lockers(
dut_pool_spec
, retries)
126
def _construct_dut_lockers(
dut_pool_spec
, retries):
129
@param
dut_pool_spec
: A DUTPoolSpec object corresponding to the DUT's in
136
for dut_set_spec in
dut_pool_spec
:
clique_runner.py
29
def __init__(self, test,
dut_pool_spec
, ap_specs):
33
@param
dut_pool_spec
: a list of pool sets. Each set contains a list of
41
self._dut_pool_spec =
dut_pool_spec
Completed in 371 milliseconds