Home
last modified time | relevance | path

Searched refs:throughput (Results 1 – 5 of 5) sorted by relevance

/tools/test/connectivity/acts/framework/acts/test_utils/power/
DPowerWiFiBaseTest.py91 throughput = self.process_iperf_results()
93 self.RSSI, throughput)
DPowerBaseTest.py479 throughput = (math.fsum(iperf_result.instantaneous_rates[:-1]) /
481 self.log.info('The average throughput is {}'.format(throughput))
484 throughput = 0
485 return throughput
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
Dcoex_test_utils.py829 def throughput_pass_fail_check(throughput): argument
842 if len(throughput) != 0:
843 for i in range(len(throughput)):
844 if throughput[i] != 'Iperf Failed':
845 if float(throughput[i].split('Mb/s')[0]) > \
850 elif throughput[i] == 'Iperf Failed':
/tools/test/connectivity/acts/tests/google/power/tel/lab/
DPowerTelTest.py271 throughput = 0
277 throughput = iperf_result.avg_send_rate * 8
280 throughput = iperf_result.avg_receive_rate * 8
284 self.log.info("Average receive rate: %sMbps", throughput)
286 return [throughput, current]
309 throughput, current = self.measure_throughput_and_power(direction)
310 results_throughput.append(throughput)
/tools/test/connectivity/acts/tests/google/wifi/aware/
DREADME.md11 latency or throughput. Some of the tests may not have pass/fail results -