From d69ad1f5d2983f97c16b21d132ecabf530e8864c Mon Sep 17 00:00:00 2001 From: Rod Smith Date: Thu, 21 Jul 2016 15:17:18 -0400 Subject: providers:checkbox: Cause network script to keep looping over available iperf targets until one becomes available or until a timeout is reached. --- jobs/ethernet.txt.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jobs') 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. -- cgit v1.2.3