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/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 | 116 self.test_params = self.user_params.get(TEST_PARAMS, {}) 117 if not self.test_params: 122 self.user_params.update(self.test_params) 245 cooldown = self.test_params.get('cooldown', None) 306 test_params = self.current_test_name.split('_') 307 values = [test_params[x] for x in indices]
|
/tools/test/connectivity/acts/tests/google/wifi/ |
D | WifiRvrTest.py | 599 test_params = collections.OrderedDict( 604 setattr(self, test_name, partial(self._test_rvr, test_params)) 818 test_params = collections.OrderedDict(channel=channel, 823 setattr(self, testcase_name, partial(self._test_rvr, test_params))
|
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
D | BtSarBaseTest.py | 75 self.test_params = self.user_params.get('bt_sar_test_params', {}) 76 if not self.test_params: 80 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/framework/acts/test_utils/power/cellular/ |
D | cellular_power_base_test.py | 388 self.dut, self.test_params,
|