OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ap_test_type
(Results
1 - 6
of
6
) sorted by null
/external/autotest/server/cros/ap_configurators/
ap_batch_locker.py
54
ap_test_type
=ap_constants.AP_TEST_TYPE_CHAOS):
62
@param
ap_test_type
: Used to determine which type of test we're
68
factory = ap_configurator_factory.APConfiguratorFactory(
ap_test_type
,
103
ap_test_type
=ap_constants.AP_TEST_TYPE_CHAOS):
112
@param
ap_test_type
: Used to determine which type of test we're
117
ap_test_type
=
ap_test_type
)
ap_configurator_factory.py
46
def __init__(self,
ap_test_type
, spec=None):
49
self.test_type =
ap_test_type
50
for ap in ap_config.get_ap_list(
ap_test_type
):
/external/autotest/server/cros/
ap_config.py
21
def get_ap_list(
ap_test_type
):
25
@param
ap_test_type
: Used to determine which type of test we're
31
ap_config_files = AP_CONFIG_FILES.get(
ap_test_type
, None)
/external/autotest/server/cros/chaos_lib/
static_runner.py
110
ap_test_type
=ap_constants.AP_TEST_TYPE_CHAOS)
chaos_runner.py
150
ap_test_type
=ap_constants.AP_TEST_TYPE_CHAOS)
/external/autotest/server/cros/clique_lib/
clique_runner.py
246
ap_test_type
=ap_constants.AP_TEST_TYPE_CLIQUE)
Completed in 690 milliseconds