Home
last modified time | relevance | path

Searched refs:test_configs (Results 1 – 21 of 21) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/power/wifi/
DPowerWiFiscanTest.py64 self.log.info('Trigger {} scans'.format(self.test_configs.scan_mode))
65 if self.test_configs.scan_type == 'apk':
66 atten_setting = self.test_configs.wifi_band + '_' + self.test_configs.rssi
69 self.APK_SCAN_CMDS[self.test_configs.scan_mode])
72 if self.test_configs.scan_mode == 'pno':
75 elif self.test_configs.scan_mode == 'connectivity':
80 elif self.test_configs.scan_mode == 'roaming':
81 atten_setting = self.test_configs.wifi_band + '_roaming'
97 … " " + CHRE_WIFI_SCAN_TYPE[self.test_configs.wifi_scan_type] + " " + \
98 … CHRE_WIFI_RADIO_CHAIN[self.test_configs.wifi_radio_chain] + " " + \
[all …]
DPowerWiFitrafficTest.py40 atten_setting = self.test_configs.band + '_' + self.test_configs.signal_level
45 network=self.main_network[self.test_configs.band],
46 bandwidth=int(self.test_configs.bandwidth))
53 if self.test_configs.screen_status == 'OFF':
72 if self.test_configs.traffic_type == "UDP":
74 if self.test_configs.traffic_direction == "DL":
DPowerWiFidtimTest.py51 gEnableModulatedDTIM=int(self.test_configs.dtim),
56 self.test_configs.dtim))
57 self.setup_ap_connection(self.main_network[self.test_configs.wifi_band])
63 gEnableModulatedDTIM=int(self.test_configs.dtim))
65 if self.test_configs.screen_status == 'OFF':
DPowerWiFiHotspotTest.py111 str(list(self.test_configs.band)[0])
122 if self.test_configs.band == self.PARAM_2G_BAND:
124 elif self.test_configs.band == self.PARAM_5G_BAND:
140 if self.test_configs.wifi_sharing == 'OFF':
145 self.main_network[self.test_configs.wifi_sharing])
152 str(list(self.test_configs.band)[0])
175 if self.test_configs.screen_status == 'OFF':
210 client_connect = self.test_configs.client_connect == 'true'
238 'traffic_type': self.test_configs.traffic_type,
242 'traffic_direction': self.test_configs.traffic_direction,
DPowerWiFibaselineTest.py38 if self.test_configs.wifi_status == 'ON':
40 if self.test_configs.screen_status == 'OFF':
DPowerWiFimulticastTest.py79 self.main_network[self.test_configs.wifi_band])
88 if self.test_configs.screen_status == 'OFF':
/tools/test/connectivity/acts_tests/tests/google/power/coex/
DPowerCoexbaselineTest.py37 self.test_configs.screen_status, self.test_configs.wifi_status,
38 self.test_configs.wifi_band, self.test_configs.bt_status,
39 self.test_configs.ble_status, self.test_configs.cellular_status,
40 self.test_configs.cellular_band)
DPowerCoexscanTest.py51 if self.test_configs.ble_scan_mode == 'lowpower':
53 elif self.test_configs.ble_scan_mode == 'lowlatency':
56 ble_scan_mode = self.test_configs.ble_scan_mode
57 self.phone_setup_for_BT(self.test_configs.bt_status,
58 self.test_configs.ble_status,
59 self.test_configs.screen_status)
60 self.coex_scan_setup(self.test_configs.wifi_scan, ble_scan_mode,
/tools/asuite/atest/
Dmodule_info_unittest_base.py122 test_configs=[
174 test_configs=[None], argument
188 test_configs=test_configs,
203 test_configs=None, argument
223 m[constants.MODULE_TEST_CONFIG] = test_configs or []
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/cellular/
Dcellular_base_test.py69 self.test_configs = {}
124 self.test_configs = config_file.get(self.TAG)
125 if not self.test_configs:
129 self.log.debug(self.test_configs)
271 sim_params = self.test_configs.get(self.test_name)
283 for key, val in self.test_configs.items():
/tools/asuite/atest/test_finders/
Dmodule_finder.py328 test_configs = []
333 test_configs = test_finder_utils.extract_selected_tests(
337 test_configs = test_config_list
338 if test_configs:
339 return test_configs
343 and len(test_configs) > 0
345 return test_configs
545 test_configs = self._get_module_test_config(module_name)
546 if not test_configs:
549 for test_config in test_configs:
[all …]
Dtest_finder_utils.py1196 test_configs = mod_info.get(constants.MODULE_TEST_CONFIG, [])
1197 if len(test_configs) == 0:
1205 if len(test_configs) >= 1:
1206 test_config = test_configs[0]
1219 test_configs = info.get(constants.MODULE_TEST_CONFIG, [])
1220 for test_config in test_configs:
/tools/test/connectivity/acts_tests/tests/google/cellular/performance/
DCellularLtePlusFr1PeakThroughputTest.py325 test_configs = csv.DictReader(csvfile)
327 test_configs, nr_channel_list, nr_mcs_pair_list):
368 test_configs = csv.DictReader(csvfile)
370 test_configs, lte_mcs_pair_list):
DCellularFr1RvRTest.py128 test_configs = csv.DictReader(csvfile)
130 test_configs, channel_list):
DCellularLteRvrTest.py194 test_configs = csv.DictReader(csvfile)
195 for test_config in test_configs:
DCellularPageDecodeTest.py199 test_configs = csv.DictReader(csvfile)
200 for test_config in test_configs:
DCellularFr1SensitivityTest.py242 test_configs = csv.DictReader(csvfile)
244 test_configs, channel_list, dl_mcs_list):
DCellularLteSensitivityTest.py234 test_configs = csv.DictReader(csvfile)
236 test_configs, dl_mcs_list):
/tools/test/connectivity/acts_tests/tests/google/power/tel/
DPowerTelTraffic_Preset_Test.py70 …self.expected_downlink_bandwidth = float(self.test_configs[self.test_name]['tput']['downlink'].spl…
71 …self.expected_uplink_bandwidth = float(self.test_configs[self.test_name]['tput']['uplink'].split()…
/tools/test/connectivity/acts/framework/acts/
Dtest_runner.py111 def __init__(self, test_configs, run_list): argument
112 self.test_run_config = test_configs
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/
DPowerBaseTest.py367 self.test_configs = ObjNew(**config_dict)