aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/benchmark/core/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'yardstick/benchmark/core/__init__.py')
-rw-r--r--yardstick/benchmark/core/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/yardstick/benchmark/core/__init__.py b/yardstick/benchmark/core/__init__.py
index 3e3aa99a1..3914e3237 100644
--- a/yardstick/benchmark/core/__init__.py
+++ b/yardstick/benchmark/core/__init__.py
@@ -23,6 +23,7 @@ class Param(object):
self.task_args_file = kwargs.get('task-args-file')
self.keep_deploy = kwargs.get('keep-deploy')
self.parse_only = kwargs.get('parse-only')
+ self.render_only = kwargs.get('render-only')
self.output_file = kwargs.get('output-file', '/tmp/yardstick.out')
self.suite = kwargs.get('suite')
self.task_id = kwargs.get('task_id')