Searched defs:ap_constants (Results 1 - 12 of 12) 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
54 ap_test_type=ap_constants.AP_TEST_TYPE_CHAOS):
103 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 Dap_configurator_factory.py9 from autotest_lib.client.common_lib.cros.network import ap_constants namespace
384 if self.test_type == ap_constants.AP_TEST_TYPE_CHAOS:
387 elif self.test_type == ap_constants.AP_TEST_TYPE_CLIQUE:
390 elif self.test_type == ap_constants.AP_TEST_TYPE_CASEY5:
393 elif self.test_type == ap_constants.AP_TEST_TYPE_CASEY7:
420 if self.test_type == ap_constants.AP_TEST_TYPE_CHAOS:
423 elif self.test_type == ap_constants.AP_TEST_TYPE_CLIQUE:
426 elif self.test_type == ap_constants.AP_TEST_TYPE_CASEY5:
429 elif self.test_type == ap_constants.AP_TEST_TYPE_CASEY7:
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
H A Ddynamic_ap_configurator.py22 from autotest_lib.client.common_lib.cros.network import ap_constants namespace
84 self._configuration_success = ap_constants.CONFIG_SUCCESS
759 self.configuration_success = ap_constants.CONFIG_FAIL
811 self.configuration_success = ap_constants.CONFIG_SUCCESS
856 if self.configuration_success != ap_constants.PDU_FAIL:
/external/autotest/server/cros/chaos_lib/
H A Dstatic_runner.py13 from autotest_lib.client.common_lib.cros.network import ap_constants namespace
68 if ap_constants.CASEY5 in host_prefix:
69 test_type = ap_constants.AP_TEST_TYPE_CASEY5
70 elif ap_constants.CASEY7 in host_prefix:
71 test_type = ap_constants.AP_TEST_TYPE_CASEY7
94 while time.time() - start_time <= ap_constants.MAX_SCAN_TIMEOUT:
98 ap_constants.MAX_SCAN_TIMEOUT):
103 elif len(networks) < ap_constants.MAX_SSID_COUNT:
105 elif len(networks) >= ap_constants.MAX_SSID_COUNT:
H A Dchaos_runner.py14 from autotest_lib.client.common_lib.cros.network import ap_constants namespace
94 while time.time() - start_time <= ap_constants.MAX_SCAN_TIMEOUT:
98 ap_constants.MAX_SCAN_TIMEOUT):
103 elif len(networks) < ap_constants.MAX_SSID_COUNT:
105 elif len(networks) >= ap_constants.MAX_SSID_COUNT:
151 ap_test_type=ap_constants.AP_TEST_TYPE_CHAOS)
287 ap_constants.AP_TEST_TYPE_CHAOS)
/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)
/external/autotest/server/cros/network/
H A Dchaos_clique_utils.py13 from autotest_lib.client.common_lib.cros.network import ap_constants namespace
180 error_string=ap_constants.WORK_CLI_CONNECT_FAIL,
222 ap.configuration_success = ap_constants.PDU_FAIL
223 if (ap.configuration_success == ap_constants.PDU_FAIL):
225 error_string = ap_constants.AP_PDU_DOWN
227 elif (ap.configuration_success == ap_constants.CONFIG_FAIL):
229 error_string = ap_constants.AP_CONFIG_FAIL
238 if error_string == ap_constants.AP_CONFIG_FAIL:
313 error_string=ap_constants.AP_SSID_NOTFOUND,
330 error_string=ap_constants
[all...]
/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:
18 ap_constants.AP_TEST_TYPE_CASEY5:
20 ap_constants.AP_TEST_TYPE_CASEY7:

Completed in 362 milliseconds