diff options
author | Jonathan Cave <jonathan.cave@canonical.com> | 2018-10-22 17:21:34 +0100 |
---|---|---|
committer | Jonathan Cave <jonathan.cave@canonical.com> | 2018-10-22 17:21:34 +0100 |
commit | 96a18012327591095e9e4a0c5bf62a72db457408 (patch) | |
tree | c98e4d6e99ac3652f9f519b683ba55db4074176b /units | |
parent | d546e8a546b28471b8897aa889ea611e55943c7a (diff) |
network: use local script as most up-to-date
Diffstat (limited to 'units')
-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. |