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