diff options
author | JingLu5 <lvjing5@huawei.com> | 2016-09-21 17:38:04 +0800 |
---|---|---|
committer | liang gao <jean.gaoliang@huawei.com> | 2016-09-22 03:29:56 +0000 |
commit | 42b98f2da793f62e73687642d538c22aa804d952 (patch) | |
tree | 609d5dc7258da733b76a11d3c5113459bbb48b35 /docs/templates | |
parent | 1c9eb305280b43036bb164de491d9bec6737deca (diff) |
Refine release note & Update scenario test resultscolorado.1.0
JIRA: YARDSTICK-351
JIRA: YARDSTICK-354
Also fix a error in Yardstick_task_templates.rst
Change-Id: Id9d091fce3afa7b0f62a08dfd6bca504aeaac805
Signed-off-by: JingLu5 <lvjing5@huawei.com>
(cherry picked from commit 090d493c2247ee63c9f9509191b011d2ecfa921f)
Diffstat (limited to 'docs/templates')
-rwxr-xr-x | docs/templates/Yardstick_task_templates.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/Yardstick_task_templates.rst b/docs/templates/Yardstick_task_templates.rst index 8185062b2..c8b6f6e77 100755 --- a/docs/templates/Yardstick_task_templates.rst +++ b/docs/templates/Yardstick_task_templates.rst @@ -77,7 +77,7 @@ a JSON or YAML dictionary): :: yardstick task start samples/ping-template.yaml - --task-args'{"packetsize":"200"}' + --task-args '{"packetsize":"200"}' 2.Refer to a file that specifies the argument values (JSON/YAML): |