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 + 1 file changed, 1 insertion(+) (limited to 'bin') 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, -- cgit v1.2.3