From 7c11800c3476da53cc3712b8bde172d56f9128a2 Mon Sep 17 00:00:00 2001 From: Jeff Lane Date: Thu, 3 Mar 2016 15:33:30 -0500 Subject: p-p-c/bin/network: Added a runtime component so you can now test for DATASIZE GB (default of 1) OR RUNTIME seconds. p-p-c/jobs/ethernet.txt.in: Modified the multi_nic jobs to run for 15 minutes rather than 200GB, which can add up to 2 hours per port, or 8 hours on a quad port or longer. --- 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 5632504..776cc16 100644 --- a/jobs/ethernet.txt.in +++ b/jobs/ethernet.txt.in @@ -57,7 +57,7 @@ requires: package.name == 'nmap' user: root environ: TEST_TARGET_IPERF -command: network test -i {interface} -t iperf --fail-threshold 80 --datasize 200 --num_runs 4 +command: network test -i {interface} -t iperf --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. @@ -77,7 +77,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 --datasize 200 --num_runs 4 +command: network test -i {interface} -t iperf --iperf3 --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