Home
last modified time | relevance | path

Searched refs:country_code (Results 1 – 12 of 12) 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/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]
/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/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/
DWifiCountrySoftApAcsTest.py86 def set_country_code_and_verify(self, ad, country_code): argument
93 wutils.set_wifi_country_code(ad, country_code)
99 asserts.assert_true(country == country_code,
100 "country code {} is not set".format(country_code))
DWifiBridgedApTest.py106 def set_country_code_and_verify(self, ad, country_code): argument
107 wutils.set_wifi_country_code(ad, country_code)
113 asserts.assert_true(country == country_code,
114 "country code {} is not set".format(country_code))
DWifiRoamingTest.py42 self.country_code = wutils.WifiEnums.CountryCode.US
50 self.country_code = utils.load_config(
75 wutils.set_wifi_country_code(ad, self.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)
DWifiCellCoexChannelAvoidTest.py239 wutils.set_wifi_country_code(self.dut, country_code='US')
/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/acts_contrib/test_utils/wifi/
DWifiBaseTest.py81 self.country_code = utils.load_config(
83 wutils.set_wifi_country_code(ad, self.country_code)