Home
last modified time | relevance | path

Searched refs:country_code (Results 1 – 15 of 15) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/lib_controllers/
Dwlan_controller.py128 def set_country_code(self, country_code): argument
139 self.log.info('Setting DUT country code to %s' % country_code)
141 country_code)
145 (country_code, country_code_response['error']))
148 country_code)
152 (country_code, phy_ids_response['error']))
167 if set_code != country_code:
170 'Expected: %s, Got: %s' % (id, country_code, set_code))
174 country_code)
179 country_code)
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/performance/
DChannelSweepTest.py178 def set_dut_country_code(self, country_code): argument
185 self.log.info('Setting DUT country code to %s' % country_code)
187 country_code)
191 (country_code, country_code_response['error']))
194 country_code)
198 (country_code, phy_ids_response['error']))
214 if set_code != country_code:
217 'Expected: %s, Got: %s' % (id, country_code, set_code))
221 country_code)
226 country_code)
[all …]
/tools/test/connectivity/acts_tests/tests/google/bt/sar/
DBtSarSanityTest.py91 self.country_code)
145 for country_code in country_code_tuple:
150 self.set_country_code(self.dut, country_code)
160 country_code, set_regulatory_domain))
164 country_code, set_regulatory_domain))
188 self.country_code = cc[0]
DBtSarTpcTest.py157 self.set_sar_state(self.dut, read_scenario, self.country_code)
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan_policy/
DRegulatoryRecoveryTest.py42 self.country_code = self.config_test_params.get("country_code", "US")
49 fd.wlan_controller.set_country_code(self.country_code)
76 fd.wlan_controller.set_country_code(self.country_code)
119 fd.wlan_controller.set_country_code(self.country_code)
/tools/test/connectivity/acts_tests/tests/google/wifi/p2p/performance/
DWifiP2pRvrTest.py116 wutils.set_wifi_country_code(ad, self.country_code)
221 wutils.set_wifi_country_code(ad, self.country_code)
506 self.country_code = 'US'
521 self.country_code = 'US'
536 self.country_code = 'GB'
551 self.country_code = 'GB'
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
DBtSarBaseTest.py90 country_code='us',
106 if self.country_code.lower() in key:
268 self.set_sar_state(self.dut, read_scenario, self.country_code)
339 self.set_sar_state(self.dut, read_scenario, self.country_code)
503 def set_sar_state(self, ad, signal_dict, country_code='us'): argument
544 sar_state_command, country_code.lower())
/tools/test/connectivity/acts_tests/tests/google/wifi/aware/performance/
DWifiAwareRvrTest.py236 wutils.set_wifi_country_code(ad, self.country_code)
439 self.country_code = 'US'
453 self.country_code = 'US'
467 self.country_code = 'GB'
481 self.country_code = 'GB'
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/cellular/
Dcellular_hotspot_traffic_power_test.py100 country_code = "US"
105 (country_code, dut.serial))
106 wutils.set_wifi_country_code(dut, country_code)
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiRoamingTest.py41 self.country_code = wutils.WifiEnums.CountryCode.US
49 self.country_code = utils.load_config(
74 wutils.set_wifi_country_code(ad, self.country_code)
DWifiBridgedApTest.py96 def set_country_code_and_verify(self, ad, country_code): argument
97 wutils.set_wifi_country_code(ad, country_code)
103 asserts.assert_true(country == country_code,
104 "country code {} is not set".format(country_code))
DWifiSoftApTest.py88 self.country_code = wutils.WifiEnums.CountryCode.US
96 self.country_code = utils.load_config(
133 wutils.set_wifi_country_code(ad, self.country_code)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
Dwifi_test_utils.py838 def set_wifi_country_code(ad, country_code): argument
849 ad.adb.shell("cmd wifi force-country-code enabled %s" % country_code)
2853 def check_available_channels_in_bands_2_5(dut, country_code): argument
2863 set_wifi_country_code(dut, country_code)
DWifiBaseTest.py81 self.country_code = utils.load_config(
83 wutils.set_wifi_country_code(ad, self.country_code)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_test_utils.py1560 for country_code in COUNTRY_CODE_LIST:
1561 if number.startswith(country_code):
1562 return number[len(country_code):], country_code