diff options
author | Rod Smith <rod.smith@canonical.com> | 2016-08-17 19:32:17 +0000 |
---|---|---|
committer | Sylvain Pineau <> | 2016-08-17 19:32:17 +0000 |
commit | 7e2e34f86f43c4f6e0a65954fd6326f8511f1ddb (patch) | |
tree | 83c8b8822e8af0c6eedf7df2d54f3a68d1813eae /jobs | |
parent | e8fb59cb9de4a018bc0a6891c00e28466b3d2783 (diff) | |
parent | d69ad1f5d2983f97c16b21d132ecabf530e8864c (diff) |
"automatic merge of lp:~rodsmith/checkbox/network-test-loop/ 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 2b815d2..151325b 100644 --- a/jobs/ethernet.txt.in +++ b/jobs/ethernet.txt.in @@ -60,7 +60,7 @@ requires: package.name == 'nmap' user: root environ: TEST_TARGET_IPERF -command: network test -i {interface} -t iperf --fail-threshold 80 --runtime 900 --num_runs 4 +command: network test -i {interface} -t iperf --scan-timeout 3600 --fail-threshold 80 --runtime 900 --num_runs 4 _description: This test uses iperf to ensure network devices pass data at an acceptable minimum percentage of advertized speed. @@ -79,7 +79,7 @@ requires: package.name == 'nmap' user: root environ: TEST_TARGET_IPERF -command: network test -i {interface} -t iperf --iperf3 --fail-threshold 80 --cpu-load-fail-threshold 90 --runtime 900 --num_runs 4 +command: network test -i {interface} -t iperf --iperf3 --scan-timeout 3600 --fail-threshold 80 --cpu-load-fail-threshold 90 --runtime 900 --num_runs 4 _description: This test uses iperf3 to ensure network devices pass data at an acceptable minimum percentage of advertized speed. |