Add "render-only" option to "task" command 93/52293/8
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Sun, 18 Feb 2018 16:11:02 +0000 (16:11 +0000)
committerRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Thu, 1 Mar 2018 19:06:57 +0000 (19:06 +0000)
commita327e29a12a3bcdc47bfe2d50107e7e6c7310f16
tree039c336fedde8530db3fc2640b30ce67d18f6534
parent9316c6c49957f2d8c680ed8acfaccac9070ed2f4
Add "render-only" option to "task" command

This new option provides to the user the ability to output the rendered
input files. This option could be useful in case the input files are
Jinja2 templates, depending on input arguments. The user can preview
the rendered input tasks files without executing them.

JIRA: YARDSTICK-1020

Change-Id: Ib15ade7e1adcb29beae5e635fb5d02045c4432bb
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
yardstick/benchmark/core/__init__.py
yardstick/benchmark/core/task.py
yardstick/cmd/commands/task.py
yardstick/common/exceptions.py
yardstick/tests/unit/benchmark/core/test_task.py