/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/lib_controllers/ |
D | wlan_controller.py | 128 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/ |
D | ChannelSweepTest.py | 178 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/ |
D | BtSarSanityTest.py | 91 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]
|
D | BtSarTpcTest.py | 157 self.set_sar_state(self.dut, read_scenario, self.country_code)
|
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan_policy/ |
D | RegulatoryRecoveryTest.py | 42 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/ |
D | WifiP2pRvrTest.py | 116 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/ |
D | BtSarBaseTest.py | 90 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/ |
D | WifiAwareRvrTest.py | 236 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/ |
D | cellular_hotspot_traffic_power_test.py | 100 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/ |
D | WifiRoamingTest.py | 41 self.country_code = wutils.WifiEnums.CountryCode.US 49 self.country_code = utils.load_config( 74 wutils.set_wifi_country_code(ad, self.country_code)
|
D | WifiBridgedApTest.py | 96 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))
|
D | WifiSoftApTest.py | 88 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/ |
D | wifi_test_utils.py | 838 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)
|
D | WifiBaseTest.py | 81 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/ |
D | tel_test_utils.py | 1560 for country_code in COUNTRY_CODE_LIST: 1561 if number.startswith(country_code): 1562 return number[len(country_code):], country_code
|