HomeSort by relevance Sort by last modified time
    Searched refs:iperf_string (Results 1 - 2 of 2) sorted by null

  /tools/test/connectivity/acts/tests/google/power/tel/lab/temp/
iperf_server.py 72 iperf_string = ''.join(iperf_output)
73 iperf_string = iperf_string.replace("-nan", '0')
74 self.result = json.loads(iperf_string)
  /tools/test/connectivity/acts/framework/acts/controllers/
iperf_server.py 84 iperf_string = ''.join(iperf_output)
85 iperf_string = iperf_string.replace("-nan", '0')
86 self.result = json.loads(iperf_string)

Completed in 76 milliseconds