Searched refs:test_params (Results 1 – 7 of 7) 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/acts_contrib/test_utils/power/ |
D | PowerBaseTest.py | 126 self.test_params = self.user_params.get(TEST_PARAMS, {}) 127 if not self.test_params: 132 self.user_params.update(self.test_params) 259 cooldown = self.test_params.get('cooldown', None) 320 test_params = self.current_test_name.split('_') 321 values = [test_params[x] for x in indices]
|
/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/p2p/performance/ |
D | WifiP2pRvrTest.py | 484 test_params = collections.OrderedDict( 490 …_tracker_info(uuid=self.uuid_list[test_class][test_name])(partial(self._test_p2p_rvr, test_params)) 492 test_case = partial(self._test_p2p_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/ |
D | WifiRvrTest.py | 662 test_params = collections.OrderedDict( 668 setattr(self, test_name, partial(self._test_rvr, test_params)) 874 test_params = collections.OrderedDict(channel=channel, 880 setattr(self, testcase_name, partial(self._test_rvr, test_params))
|