Home | History | Annotate | Download | only in wifi

Lines Matching refs:test_params

47         self.test_params = self.rvr_test_params
145 if failure_count >= self.test_params["failure_count_tolerance"]:
194 self.test_params["abs_tolerance"], closest_throughputs[0] *
195 self.test_params["pct_tolerance"] / 100), 0))
197 self.test_params["abs_tolerance"], closest_throughputs[-1] *
198 self.test_params["pct_tolerance"] / 100))
290 timeout=self.test_params["iperf_duration"] +
308 self.test_params["iperf_ignored_interval"]:-1]) / len(
309 iperf_result.instantaneous_rates[self.test_params[
335 num_atten_steps = int((self.test_params["rvr_atten_stop"] -
336 self.test_params["rvr_atten_start"]) /
337 self.test_params["rvr_atten_step"])
339 self.test_params["rvr_atten_start"] +
340 x * self.test_params["rvr_atten_step"]
382 test_params = self.current_test_name.split("_")
383 channel = int(test_params[4][2:])
384 mode = test_params[5]
386 self.test_params["iperf_duration"])
387 if test_params[2] == "UDP":
389 self.test_params["UDP_rates"][mode])
390 if test_params[3] == "DL":