diff options
author | Jeff Lane <jeffrey.lane@canonical.com> | 2016-03-03 15:33:30 -0500 |
---|---|---|
committer | Jeff Lane <jeffrey.lane@canonical.com> | 2016-03-03 15:33:30 -0500 |
commit | 7c11800c3476da53cc3712b8bde172d56f9128a2 (patch) | |
tree | 28a441286f1aa81f9ef89600b4ad761555dabc17 /jobs | |
parent | 6716ddee365184bca79a9914eb0a80652c3d9c3c (diff) |
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.
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 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. |