Searched refs:ap_constants (Results 1 - 11 of 11) sorted by relevance

/external/autotest/server/site_tests/network_WiFi_ChaosConfigFailure/
H A Dnetwork_WiFi_ChaosConfigFailure.py6 from autotest_lib.client.common_lib.cros.network import ap_constants namespace
27 if ap_constants.AP_CONFIG_FAIL in error_string:
32 if ap_constants.AP_PDU_DOWN in error_string:
37 if ap_constants.AP_CONFIG_FAIL in error_string:
41 elif ap_constants.AP_SECURITY_MISMATCH in error_string:
45 elif ap_constants.WORK_CLI_CONNECT_FAIL in error_string:
/external/autotest/server/cros/ap_configurators/
H A Dap_cartridge.py10 from autotest_lib.client.common_lib.cros.network import ap_constants namespace
50 configurator.configuration_success = ap_constants.PDU_FAIL
57 configurator.configuration_success = ap_constants.CONFIG_FAIL
H A Dap_batch_locker.py15 from autotest_lib.client.common_lib.cros.network import ap_constants namespace
53 ap_test_type=ap_constants.AP_TEST_TYPE_CHAOS):
102 ap_test_type=ap_constants.AP_TEST_TYPE_CHAOS):
H A Dap_configurator.py7 from autotest_lib.client.common_lib.cros.network import ap_constants namespace
53 """Returns configuration status as defined in ap_constants"""
91 self.configuration_success = ap_constants.PDU_FAIL
H A Ddynamic_ap_configurator.py22 from autotest_lib.client.common_lib.cros.network import ap_constants namespace
82 self._configuration_success = ap_constants.CONFIG_SUCCESS
696 self.configuration_success = ap_constants.CONFIG_FAIL
748 self.configuration_success = ap_constants.CONFIG_SUCCESS
793 if self.configuration_success != ap_constants.PDU_FAIL:
H A Dap_configurator_factory.py10 from autotest_lib.client.common_lib.cros.network import ap_constants namespace
378 if self.test_type == ap_constants.AP_TEST_TYPE_CHAOS:
H A Dstatic_ap_configurator.py11 from autotest_lib.client.common_lib.cros.network import ap_constants namespace
62 self._configuration_success = ap_constants.CONFIG_SUCCESS
/external/autotest/server/cros/network/
H A Dchaos_clique_utils.py11 from autotest_lib.client.common_lib.cros.network import ap_constants namespace
150 error_string=ap_constants.WORK_CLI_CONNECT_FAIL,
192 ap.configuration_success = ap_constants.PDU_FAIL
193 if (ap.configuration_success == ap_constants.PDU_FAIL):
195 error_string = ap_constants.AP_PDU_DOWN
197 elif (ap.configuration_success == ap_constants.CONFIG_FAIL):
199 error_string = ap_constants.AP_CONFIG_FAIL
208 if error_string == ap_constants.AP_CONFIG_FAIL:
283 error_string=ap_constants.AP_SSID_NOTFOUND,
300 error_string=ap_constants
[all...]
/external/autotest/server/cros/chaos_lib/
H A Dchaos_runner.py13 from autotest_lib.client.common_lib.cros.network import ap_constants namespace
81 while time.time() - start_time <= ap_constants.MAX_SCAN_TIMEOUT:
85 ap_constants.MAX_SCAN_TIMEOUT):
90 elif len(networks) < ap_constants.MAX_SSID_COUNT:
92 elif len(networks) >= ap_constants.MAX_SSID_COUNT:
118 ap_test_type=ap_constants.AP_TEST_TYPE_CHAOS)
/external/autotest/server/cros/
H A Dap_config.py10 from autotest_lib.client.common_lib.cros.network import ap_constants namespace
14 AP_CONFIG_FILES = { ap_constants.AP_TEST_TYPE_CHAOS:
16 ap_constants.AP_TEST_TYPE_CLIQUE:
/external/autotest/server/cros/clique_lib/
H A Dclique_runner.py14 from autotest_lib.client.common_lib.cros.network import ap_constants namespace
246 ap_test_type=ap_constants.AP_TEST_TYPE_CLIQUE)

Completed in 561 milliseconds