Searched refs:expected_bandwidth (Results 1 – 1 of 1) sorted by relevance
126 def _iperf_log_check(self, file, expected_bandwidth): argument142 acceptable_difference = self.bandwidth_tolerance * expected_bandwidth143 self.log.debug('Expected bandwidth: %f', expected_bandwidth)152 if abs(bandwidth - expected_bandwidth) > acceptable_difference: