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 /bin | |
parent | 4bc47f5fa549a77b7557dd97379f3cae5c8929d9 (diff) |
Further tweaks to network script, as per Jeff's suggestion. Also modified estimated_duration field in multi_nic job description.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/network | 1 |
1 files changed, 1 insertions, 0 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, |