Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/power/tel/
DPowerTelTraffic_Preset_Test.py126 def _iperf_log_check(self, file, expected_bandwidth): argument
142 acceptable_difference = self.bandwidth_tolerance * expected_bandwidth
143 self.log.debug('Expected bandwidth: %f', expected_bandwidth)
152 if abs(bandwidth - expected_bandwidth) > acceptable_difference: