diff options
author | Rod Smith <rod.smith@canonical.com> | 2016-07-21 15:17:18 -0400 |
---|---|---|
committer | Rod Smith <rod.smith@canonical.com> | 2016-07-21 15:17:18 -0400 |
commit | d69ad1f5d2983f97c16b21d132ecabf530e8864c (patch) | |
tree | 3f0adcdbc2b61ef61db1efc7c745a13042b64b83 /jobs | |
parent | 18d92f21b3728a51c5836f3d7a9aaef73dea67ee (diff) |
providers:checkbox: Cause network script to keep looping over available iperf targets until one becomes available or until a timeout is reached.
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. |