diff options
author | Rod Smith <rod.smith@canonical.com> | 2015-07-16 15:54:27 +0000 |
---|---|---|
committer | Daniel Manrique <> | 2015-07-16 15:54:27 +0000 |
commit | c5d14b8f481632af8511df3a8ed5dcc60c698037 (patch) | |
tree | 24893473b01b373bee5df5c837d243df7396d327 /jobs | |
parent | 90e93ea5f6d50fcd4852d67565ccee56a07f33cd (diff) | |
parent | 896512837cc2a4c0b81a9a345177ad173e52ef69 (diff) |
"automatic merge of lp:~rodsmith/checkbox/multiple-iperf-runs/ by tarmac [r=bladernr][bug=][author=rodsmith]"
Diffstat (limited to 'jobs')
-rw-r--r-- | jobs/ethernet.txt.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jobs/ethernet.txt.in b/jobs/ethernet.txt.in index eb857aa..eccf09f 100644 --- a/jobs/ethernet.txt.in +++ b/jobs/ethernet.txt.in @@ -47,8 +47,8 @@ command: device.path == "$1" user: root environ: TEST_TARGET_FTP TEST_TARGET_IPERF TEST_USER TEST_PASS - command: network test -i $2 -t iperf --fail-threshold 80 --datasize 200 - estimated_duration: 1850.0 + command: network test -i $2 -t iperf --fail-threshold 80 --datasize 200 --num_runs 4 + estimated_duration: 7400.0 description: Testing for NIC $2 EOF |