diff options
author | Jeff Lane <jeffrey.lane@canonical.com> | 2015-05-01 12:11:25 +0200 |
---|---|---|
committer | Jeff Lane <jeffrey.lane@canonical.com> | 2015-05-01 12:11:25 +0200 |
commit | d7d96c817e0b38db6f6185f3fd892bb734bd0785 (patch) | |
tree | e2fc41d6c1933aa65fabba15f8464b0697f05233 /jobs | |
parent | 8a554ec96cb349f15c5b614da70e054bec622dea (diff) |
Modified Network Test to use a variable file size for standard iperf test. Cleaned up output to be less obnoxious. Modified ethernet/multi-nic for server use (as server is the only suite using ethernet/multi_nic). Modified the timeout because variable data sizes results in variable runtimes.
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 1e676a7..eb857aa 100644 --- a/jobs/ethernet.txt.in +++ b/jobs/ethernet.txt.in @@ -47,8 +47,8 @@ command: device.path == "$1" user: root environ: TEST_TARGET_FTP TEST_TARGET_IPERF TEST_USER TEST_PASS - command: network test -i $2 -t iperf --fail-threshold 80 - estimated_duration: 330.0 + command: network test -i $2 -t iperf --fail-threshold 80 --datasize 200 + estimated_duration: 1850.0 description: Testing for NIC $2 EOF |