diff options
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, |