Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/
Diperf_client.py119 def start(self, ip, iperf_args, tag, timeout=3600, iperf_binary=None): argument
140 def start(self, ip, iperf_args, tag, timeout=3600, iperf_binary=None): argument
155 if not iperf_binary:
158 iperf_binary = 'iperf3'
160 logging.debug('Using iperf3 binary located at %s' % iperf_binary)
161 iperf_cmd = [str(iperf_binary), '-c', ip] + iperf_args.split(' ')
191 def start(self, ip, iperf_args, tag, timeout=3600, iperf_binary=None): argument
206 if not iperf_binary:
209 iperf_binary = 'iperf3'
211 logging.debug('Using iperf3 binary located at %s' % iperf_binary)
[all …]
Diperf_server.py509 def start(self, extra_args='', tag='', iperf_binary=None): argument
526 if not iperf_binary:
529 iperf_binary = 'iperf3'
531 logging.debug('Using iperf3 binary located at %s' % iperf_binary)
532 iperf_command = '{} -s -J -p {}'.format(iperf_binary, self.port)
659 def start(self, extra_args='', tag='', iperf_binary=None): argument
673 if not iperf_binary:
676 iperf_binary = 'iperf3'
678 logging.debug('Using iperf3 binary located at %s' % iperf_binary)
679 iperf_command = '{} -s -J -p {}'.format(iperf_binary, self.port)