Searched refs:run_test_only (Results 1 – 15 of 15) sorted by relevance
/external/autotest/server/cros/cfm/configurable_test/ |
D | configuration.py | 5 def __init__(self, run_test_only=False, skip_enrollment=False): argument 16 self.run_test_only = run_test_only
|
D | configurable_cfm_test.py | 71 cfm_test.configuration.run_test_only,
|
D | README.md | 19 run_test_only = False
|
/external/autotest/server/site_tests/enterprise_CFM_Test/ |
D | control.demo | 168 'run_test_only': True, 179 run_test_only = test_flow_control['run_test_only'] 181 run_test_only=run_test_only,
|
D | control.test | 195 'run_test_only': True, 206 run_test_only = test_flow_control['run_test_only'] 208 run_test_only=run_test_only,
|
D | control.qual | 195 'run_test_only': True, 208 run_test_only = test_flow_control['run_test_only'] 210 run_test_only=run_test_only,
|
D | control.sanity | 195 'run_test_only': True, 206 run_test_only = test_flow_control['run_test_only'] 208 run_test_only=run_test_only,
|
D | control.mimo | 239 run_test_only = test_flow_control['runtestonly'] 241 run_test_only=run_test_only,
|
D | control.atrus | 240 run_test_only = test_flow_control['runtestonly'] 242 run_test_only=run_test_only,
|
D | control.huddly | 238 run_test_only = test_flow_control['runtestonly'] 240 run_test_only=run_test_only,
|
D | enterprise_CFM_Test.py | 852 def run_once(self, host, run_test_only, test_config, action_config, argument
|
/external/autotest/server/cros/cfm/ |
D | cfm_base_test.py | 26 def initialize(self, host, run_test_only=False, skip_enrollment=False): argument 40 self._run_test_only = run_test_only 92 def cleanup(self, run_test_only=False): argument
|
/external/autotest/server/site_tests/enterprise_CFM_Perf/ |
D | enterprise_CFM_Perf.py | 76 def initialize(self, host, run_test_only=False, use_bond=True): argument 86 super(enterprise_CFM_Perf, self).initialize(host, run_test_only)
|
/external/autotest/server/site_tests/enterprise_CFM_ConfigurableCfmTestSanity/ |
D | control.join_leave | 32 run_test_only = False
|
D | control.verifications | 46 run_test_only = True
|