From 4bc47f5fa549a77b7557dd97379f3cae5c8929d9 Mon Sep 17 00:00:00 2001 From: Rod Smith Date: Thu, 16 Jul 2015 09:20:11 -0400 Subject: Modified network script to support multiple tests per run (the default remains one test), and server's multi_nic test to run four tests. --- jobs/ethernet.txt.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jobs') diff --git a/jobs/ethernet.txt.in b/jobs/ethernet.txt.in index eb857aa..9c0f8f7 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 -- cgit v1.2.3 From e1699b3afa383d3fd8356c4f95aa7f5cc42e9263 Mon Sep 17 00:00:00 2001 From: Rod Smith Date: Thu, 16 Jul 2015 09:57:42 -0400 Subject: Further tweaks to network script, as per Jeff's suggestion. Also modified estimated_duration field in multi_nic job description. --- jobs/ethernet.txt.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jobs') diff --git a/jobs/ethernet.txt.in b/jobs/ethernet.txt.in index 9c0f8f7..eccf09f 100644 --- a/jobs/ethernet.txt.in +++ b/jobs/ethernet.txt.in @@ -48,7 +48,7 @@ command: 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 --num_runs 4 - estimated_duration: 1850.0 + estimated_duration: 7400.0 description: Testing for NIC $2 EOF -- cgit v1.2.3