diff options
author | Rod Smith <rod.smith@canonical.com> | 2015-09-11 17:10:31 -0400 |
---|---|---|
committer | Rod Smith <rod.smith@canonical.com> | 2015-09-11 17:10:31 -0400 |
commit | 18a5847a853bca90d42b6cbe06f061b6d988320b (patch) | |
tree | 375cf3511c7b1935400079f73e7abf4907ec4c8f | |
parent | 5d3bd979a706284fa409dc87b48e00b54ec1423d (diff) |
Modified ethernet.txt.in to use --cpu-load-fail-threshold rather than --cpu_load_fail_threshold
-rw-r--r-- | jobs/ethernet.txt.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jobs/ethernet.txt.in b/jobs/ethernet.txt.in index dc497e5..ee247c0 100644 --- a/jobs/ethernet.txt.in +++ b/jobs/ethernet.txt.in @@ -74,7 +74,7 @@ command: device.path == "$1" user: root environ: TEST_TARGET_IPERF - command: network test -i $2 -t iperf --iperf3 --fail-threshold 80 --cpu_load_fail_threshold 90 --datasize 200 --num_runs 4 + command: network test -i $2 -t iperf --iperf3 --fail-threshold 80 --cpu-load-fail-threshold 90 --datasize 200 --num_runs 4 estimated_duration: 7400.0 description: Testing for NIC $2 |