diff options
author | Rod Smith <rod.smith@canonical.com> | 2015-07-16 09:57:42 -0400 |
---|---|---|
committer | Rod Smith <rod.smith@canonical.com> | 2015-07-16 09:57:42 -0400 |
commit | e1699b3afa383d3fd8356c4f95aa7f5cc42e9263 (patch) | |
tree | e00b5d29cedcc1efced493e7561984b324942bbc | |
parent | 4bc47f5fa549a77b7557dd97379f3cae5c8929d9 (diff) |
Further tweaks to network script, as per Jeff's suggestion. Also modified estimated_duration field in multi_nic job description.
-rwxr-xr-x | bin/network | 1 | ||||
-rw-r--r-- | jobs/ethernet.txt.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/bin/network b/bin/network index 24dd3a5..26729c3 100755 --- a/bin/network +++ b/bin/network @@ -397,6 +397,7 @@ def interface_test(args): while not result and run_num < args.num_runs: result = iperf_benchmark.run() run_num += 1 + logging.info("") elif args.test_type.lower() == "stress": stress_benchmark = StressPerformanceTest(args.interface, 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 |