From: Ondrej Lichtner olichtne@redhat.com
This is important for UDP tests where the target bitrate default is 1mbit/s.
Signed-off-by: Ondrej Lichtner olichtne@redhat.com --- lnst/Tests/Iperf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lnst/Tests/Iperf.py b/lnst/Tests/Iperf.py index 10bf974..3b5777d 100644 --- a/lnst/Tests/Iperf.py +++ b/lnst/Tests/Iperf.py @@ -136,7 +136,7 @@ class IperfClient(IperfBase): else: test = ""
- cmd = ("iperf3 -c {server} -J -t {duration}" + cmd = ("iperf3 -c {server} -b 0 -J -t {duration}" " {cpu} {test} {mss} {blksize} {parallel}" " {opts}".format( server=self.params.server, duration=self.params.duration,