add support for Jinja2 in task file 36/1236/7
authorkubi <jean.gaoliang@huawei.com>
Wed, 19 Aug 2015 10:19:25 +0000 (06:19 -0400)
committerkubi <jean.gaoliang@huawei.com>
Tue, 1 Sep 2015 11:19:11 +0000 (07:19 -0400)
commitc2d65daf876dca1c9bade1e7fa91653251c0c01b
treebdb876f6d50fe0d0d4e8de8905f49013fc6bbd5d
parent6d202fe4ba773d785959a4112373f2766a9ebe47
add support for Jinja2 in task file

Add support in task file for the template syntax based on Jinja2.

JIRA:YARDSTICK-101

Change-Id: I24be133ba590510612d97a1fce6c024e6edb57e4
Signed-off-by: kubi <jean.gaoliang@huawei.com>
docs/Yardstick_task_templates.rst [new file with mode: 0755]
samples/fio-template.yaml [new file with mode: 0644]
samples/ping-template.yaml [new file with mode: 0644]
setup.py [changed mode: 0644->0755]
yardstick/cmd/commands/task.py [changed mode: 0644->0755]
yardstick/common/task_template.py [new file with mode: 0755]