Home
last modified time | relevance | path

Searched refs:CONFIG_FAIL (Results 1 – 5 of 5) sorted by relevance

/external/autotest/server/cros/chaos_lib/
Dchaos_parser.py14 CONFIG_FAIL = object() variable
187 failure_type = CONFIG_FAIL
191 if (failure_type == CONFIG_FAIL and
204 or failure_type == CONFIG_FAIL):
/external/autotest/client/common_lib/cros/network/
Dap_constants.py17 CONFIG_FAIL = 2 variable
/external/autotest/server/cros/ap_configurators/
Dap_cartridge.py57 configurator.configuration_success = ap_constants.CONFIG_FAIL
Ddynamic_ap_configurator.py696 self.configuration_success = ap_constants.CONFIG_FAIL
/external/autotest/server/cros/network/
Dchaos_clique_utils.py197 elif (ap.configuration_success == ap_constants.CONFIG_FAIL):