Home
last modified time | relevance | path

Searched refs:testcase_params (Results 1 – 7 of 7) sorted by relevance

/tools/test/connectivity/acts/tests/google/wifi/
DWifiRssiTest.py104 def pass_fail_check_rssi_stability(self, testcase_params, argument
150 def pass_fail_check_rssi_accuracy(self, testcase_params, argument
170 if testcase_params['absolute_accuracy']:
182 if testcase_params['absolute_accuracy']:
201 if rssi_failure and key in testcase_params['rssi_under_test']:
436 def run_rssi_test(self, testcase_params): argument
451 rssi_result['testcase_params'] = testcase_params
453 rssi_result['attenuation'] = list(testcase_params['rssi_atten_range'])
455 testcase_params['band']].get('BSSID', '00:00:00:00')
456 channel_mode_combo = '{}_{}'.format(str(testcase_params['channel']),
[all …]
DWifiSoftApPerformanceTest.py116 def setup_sap_rvr_test(self, testcase_params): argument
136 testcase_params['sap_band_enum'])
150 testcase_params['connection_info'] = self.get_sap_connection_info()
151 testcase_params['channel'] = testcase_params['connection_info'][
153 if testcase_params['channel'] < 13:
154 testcase_params['mode'] = 'VHT20'
156 testcase_params['mode'] = 'VHT80'
157 testcase_params['iperf_server_address'] = testcase_params[
160 def compile_test_params(self, testcase_params): argument
169 testcase_params['atten_range'] = [
[all …]
DWifiRoamingPerformanceTest.py160 def process_traffic_continuity_results(self, testcase_params, result): argument
177 testcase_params, result, output_file_path=plot_file_path)
181 testcase_params, result, output_file_path=plot_file_path)
188 def process_consistency_results(self, testcase_params, results_dict): argument
224 plot_result(testcase_params, result, figure=figure)
350 testcase_params, argument
384 testcase_params, argument
418 def setup_ap(self, testcase_params): argument
436 def setup_dut(self, testcase_params): argument
458 if testcase_params['screen_on']:
[all …]
DWifiThroughputStabilityTest.py82 testcase_params = collections.OrderedDict(
93 partial(self._test_throughput_stability, testcase_params))
241 def setup_ap(self, testcase_params): argument
248 testcase_params['channel'])
251 testcase_params['channel']]
254 testcase_params['channel']]
259 self.access_point.set_channel(band, testcase_params['channel'])
260 self.access_point.set_bandwidth(band, testcase_params['mode'])
264 def setup_dut(self, testcase_params): argument
276 testcase_params['channel'])
[all …]
DWifiSensitivityTest.py229 testcase_params = result['testcase_params']
230 test_id = self.extract_test_id(testcase_params, id_fields)
234 channel = testcase_params['channel']
296 def process_rvr_test_results(self, testcase_params, rvr_result): argument
325 testcase_params['channel'])] - rvr_result['range'])
328 def process_ping_test_results(self, testcase_params, ping_result): argument
340 WifiPingTest.process_ping_results(self, testcase_params, ping_result)
343 testcase_params['channel'])] - ping_result['range'])
345 def setup_sensitivity_test(self, testcase_params): argument
346 if testcase_params['traffic_type'].lower() == 'ping':
[all …]
DWifiPingTest.py206 def process_ping_results(self, testcase_params, ping_range_result): argument
227 ping_range_result['atten_at_range'] = testcase_params['atten_range'][
301 def run_ping_test(self, testcase_params): argument
315 test_result['testcase_params'] = testcase_params.copy()
318 test_result['attenuation'] = testcase_params['atten_range']
320 'fixed_attenuation'][str(testcase_params['channel'])]
327 testcase_params['test_network'],
328 testcase_params['ping_duration'] *
329 len(testcase_params['atten_range']) + self.TEST_TIMEOUT)
332 for atten in testcase_params['atten_range']:
[all …]
DWifiRvrTest.py347 def run_rvr_test(self, testcase_params): argument
366 for atten in testcase_params['atten_range']:
378 network=testcase_params['test_network'],
385 testcase_params['iperf_server_address'],
386 testcase_params['iperf_args'], str(atten),
400 if testcase_params['use_client_output']:
434 (len(testcase_params['atten_range']) - len(throughput)))
441 rvr_result['testcase_params'] = testcase_params.copy()
444 'fixed_attenuation'][str(testcase_params['channel'])]
445 rvr_result['attenuation'] = list(testcase_params['atten_range'])
[all …]