diff options
| author | Rod Smith <rod.smith@canonical.com> | 2015-07-16 09:20:11 -0400 |
|---|---|---|
| committer | Rod Smith <rod.smith@canonical.com> | 2015-07-16 09:20:11 -0400 |
| commit | 4bc47f5fa549a77b7557dd97379f3cae5c8929d9 (patch) | |
| tree | 93166b1d3e10bb492e82b4741d51a29086dceab9 /jobs | |
| parent | e20293c99159980d899fa823d58c4cb1795db88c (diff) | |
Modified network script to support multiple tests per run (the default remains one test), and server's multi_nic test to run four tests.
Diffstat (limited to 'jobs')
| -rw-r--r-- | jobs/ethernet.txt.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jobs/ethernet.txt.in b/jobs/ethernet.txt.in index eb857aaf..9c0f8f7b 100644 --- a/jobs/ethernet.txt.in +++ b/jobs/ethernet.txt.in @@ -47,7 +47,7 @@ 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 --datasize 200 + command: network test -i $2 -t iperf --fail-threshold 80 --datasize 200 --num_runs 4 estimated_duration: 1850.0 description: Testing for NIC $2 |
