Searched refs:test_params (Results 1 – 22 of 22) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/coex/hotspot_tests/ |
D | HotspotWiFiChannelTest.py | 109 test_params = OrderedDict( 115 test_params)) 120 def set_hotspot_params(self, test_params): argument 126 self.setup_lte_and_attach(test_params['lte_band'], 127 test_params['LTE_dl_channel']) 128 band = test_params['hotspot_mode'].lower() 130 test_params['LTE_ul_freq'] = self.bts.ul_frequency 131 test_params['LTE_dl_freq'] = self.bts.dl_frequency 132 test_params['wifi_channel'] = self.get_wifi_channel(self.sec_ad) 133 test_params['wifi_bandwidth'] = self.get_wifi_bandwidth(self.sec_ad) [all …]
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/coex/ |
D | CoexPerformanceBaseTest.py | 89 os.path.join(self.test_params["performance_result_path"], 91 self.test_params["performance_result_path"]) 94 self.test_params["bt_atten_start"], 95 self.test_params["bt_atten_stop"], 96 self.test_params["bt_atten_step"])) 98 self.test_params["attenuation_start"], 99 self.test_params["attenuation_stop"], 100 self.test_params["attenuation_step"])) 150 self.test_params["fixed_attenuation"][str( 402 if "fixed_attenuation" in self.test_params: [all …]
|
/tools/test/connectivity/acts_tests/tests/google/cellular/performance/ |
D | CellularLtePlusFr1PeakThroughputTest.py | 284 test_params = collections.OrderedDict( 292 partial(self._test_throughput_bler, test_params)) 336 test_params = collections.OrderedDict( 342 partial(self._test_throughput_bler, test_params)) 378 test_params = collections.OrderedDict( 386 partial(self._test_throughput_bler, test_params))
|
D | CellularFr2PeakThroughputTest.py | 377 test_params = collections.OrderedDict( 384 partial(self._test_throughput_bler, test_params)) 591 test_params = collections.OrderedDict( 597 partial(self._test_throughput_bler, test_params))
|
D | CellularLteFr1EndcSensitivityTest.py | 203 test_params = collections.OrderedDict( 214 test_params = collections.OrderedDict( 225 partial(self._test_throughput_bler, test_params))
|
D | CellularFr1RvRTest.py | 137 test_params = collections.OrderedDict( 142 partial(self._test_throughput_bler, test_params))
|
D | CellularLteRvrTest.py | 202 test_params = collections.OrderedDict( 210 partial(self._test_throughput_bler, test_params))
|
D | CellularPageDecodeTest.py | 206 test_params = collections.OrderedDict( 219 partial(self._test_page_decode, test_params))
|
D | CellularFr1SensitivityTest.py | 251 test_params = collections.OrderedDict( 256 partial(self._test_throughput_bler, test_params))
|
D | CellularLteSensitivityTest.py | 243 test_params = collections.OrderedDict( 251 partial(self._test_throughput_bler, test_params))
|
D | CellularFr2UplinkPowerSweepTest.py | 284 test_params = collections.OrderedDict( 293 test_params))
|
D | CellularRxPowerTest.py | 227 test_params = collections.OrderedDict(band=band, 231 setattr(self, test_name, partial(self._test_nr_rsrp, test_params))
|
D | CellularFr2SensitivityTest.py | 343 test_params = collections.OrderedDict( 349 partial(self._test_throughput_bler, test_params))
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/ |
D | PowerBaseTest.py | 137 self.test_params = self.user_params.get(TEST_PARAMS, {}) 138 if not self.test_params: 143 self.user_params.update(self.test_params) 283 cooldown = self.test_params.get('cooldown', None) 364 test_params = self.current_test_name.split('_') 365 values = [test_params[x] for x in indices]
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/gnss/ |
D | LabTtffTestBase.py | 88 self.test_params = None 106 self.test_params = self.user_params.get(test_param, {}) 107 if not self.test_params: 112 self.user_params.update(self.test_params)
|
/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiTdlsRvrTest.py | 302 test_params = collections.OrderedDict( 312 lambda: self._test_tdls_rvr(test_params)) 314 test_case = partial(self._test_tdls_rvr,test_params)
|
D | WifiRvrTest.py | 747 test_params = collections.OrderedDict( 753 setattr(self, test_name, partial(self._test_rvr, test_params)) 881 test_params = collections.OrderedDict( 888 setattr(self, test_name, partial(self._test_rvr, test_params)) 1071 test_params = collections.OrderedDict(channel=channel, 1077 setattr(self, testcase_name, partial(self._test_rvr, test_params)) 1169 test_params = collections.OrderedDict(channel=channel, 1176 setattr(self, testcase_name, partial(self._test_rvr, test_params))
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils_tests/power/tel/lab/ |
D | init_simulation_test.py | 63 test_params=mock.Mock())
|
/tools/test/connectivity/acts_tests/tests/google/wifi/aware/performance/ |
D | WifiAwareRvrTest.py | 435 test_params = collections.OrderedDict( 444 lambda: self._test_aware_rvr(test_params)) 446 test_case = partial(self._test_aware_rvr,test_params)
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
D | BtSarBaseTest.py | 80 self.test_params = self.user_params.get('bt_sar_test_params', {}) 81 if not self.test_params: 85 self.user_params.update(self.test_params)
|
/tools/test/connectivity/acts_tests/tests/google/wifi/p2p/performance/ |
D | WifiP2pRvrTest.py | 496 test_params = collections.OrderedDict( 505 lambda: self._test_p2p_rvr(test_params)) 507 test_case = partial(self._test_p2p_rvr, test_params)
|
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/ |
D | SoftApTest.py | 1507 test_params = self.soft_ap_test_params.get('multi_client_test_params', 1510 test_params.get('soft_ap_params', {})) 1591 test_params = self.soft_ap_test_params.get( 1596 test_params.get('ap_params', {})) 1610 test_params.get('soft_ap_params', {}))
|