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

  /external/autotest/server/cros/network/
netperf_runner.py 17 """Encapsulates logic to parse and represent netperf results."""
21 """Parse the text output of netperf and return a NetperfResult.
24 @param results string raw results from netperf.
88 raise error.TestFail('Invalid netperf test type: %r.' % test_type)
238 """Defines a set of expectations for netperf results."""
320 """Defines a single netperf run."""
326 # MAERTS is stream backwards. Measure bitrate of a stream from the netperf
332 # This is like a TCP_STREAM test except that the netperf client will use
349 # server to the DUT by running the netperf server on the DUT and the
391 raise error.TestFail('Invalid netperf test type: %r.' % test_type
    [all...]
connection_worker.py 234 # Minimum expected throughput for netperf streaming tests
255 Create a NetperfRunner, run netperf between DUT and work_client.
261 client, self.work_client, self._config) as netperf:
268 result = netperf.run(self._config)
269 logging.info('Netperf Result: %s', result)
276 'Netperf duration too short: %0.2f < %0.2f' %
282 'Netperf throughput too low: %0.2f < %0.2f' %

Completed in 109 milliseconds