Searched refs:test_params (Results 1 – 7 of 7) sorted by relevance
/tools/test/connectivity/acts/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/framework/acts/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/framework/acts/test_utils/power/ |
D | PowerBaseTest.py | 97 self.test_params = self.user_params.get(TEST_PARAMS, {}) 98 if not self.test_params: 103 self.user_params.update(self.test_params) 208 cooldown = self.test_params.get('cooldown', None) 263 test_params = self.current_test_name.split('_') 264 values = [test_params[x] for x in indices]
|
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
D | BtSarBaseTest.py | 62 self.test_params = self.user_params.get('bt_sar_test_params', {}) 63 if not self.test_params: 67 self.user_params.update(self.test_params)
|
/tools/test/connectivity/acts/framework/tests/test_utils/power/tel/lab/ |
D | init_simulation_test.py | 63 test_params=mock.Mock())
|
/tools/test/connectivity/acts/tests/google/wifi/ |
D | WifiRvrTest.py | 603 test_params = collections.OrderedDict( 608 setattr(self, test_name, partial(self._test_rvr, test_params)) 822 test_params = collections.OrderedDict(channel=channel, 827 setattr(self, testcase_name, partial(self._test_rvr, test_params))
|
/tools/test/connectivity/acts/framework/acts/test_utils/power/cellular/ |
D | cellular_power_base_test.py | 363 self.dut, self.test_params,
|