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. --- bin/network | 1 + jobs/ethernet.txt.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3