diff options
author | PMR <pmr@pmr-lander> | 2018-10-23 16:46:24 +0000 |
---|---|---|
committer | PMR <pmr@pmr-lander> | 2018-10-23 16:46:24 +0000 |
commit | 120c9b4e4c5ee5d41290bccf3095dea818a2a579 (patch) | |
tree | c98e4d6e99ac3652f9f519b683ba55db4074176b | |
parent | d546e8a546b28471b8897aa889ea611e55943c7a (diff) | |
parent | 96a18012327591095e9e4a0c5bf62a72db457408 (diff) |
Merge #357647 from ~jocave/plainbox-provider-checkbox:use-local-network-script
-rw-r--r-- | units/ethernet/jobs.pxu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/ethernet/jobs.pxu b/units/ethernet/jobs.pxu index e5729cb..cf684c0 100644 --- a/units/ethernet/jobs.pxu +++ b/units/ethernet/jobs.pxu @@ -365,7 +365,7 @@ user: root environ: TEST_TARGET_IPERF LD_LIBRARY_PATH -command: checkbox-support-network test -i {interface} -t iperf --iperf3 --scan-timeout 3600 --fail-threshold 80 --cpu-load-fail-threshold 90 --runtime 90 --num_runs 4 +command: network test -i {interface} -t iperf --iperf3 --scan-timeout 3600 --fail-threshold 80 --cpu-load-fail-threshold 90 --runtime 90 --num_runs 4 _description: This test uses iperf3 to ensure network devices pass data at an acceptable minimum percentage of advertized speed. |