summaryrefslogtreecommitdiffstats
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__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/yardstick/benchmark/core/__init__.py b/yardstick/benchmark/core/__init__.py
index 79ebc732f..70036ea1e 100644
--- a/yardstick/benchmark/core/__init__.py
+++ b/yardstick/benchmark/core/__init__.py
@@ -20,6 +20,8 @@ class Param(object):
self.parse_only = kwargs.get('parse-only')
self.output_file = kwargs.get('output-file', '/tmp/yardstick.out')
self.suite = kwargs.get('suite')
+ self.task_id = kwargs.get('task_id')
+ self.yaml_name = kwargs.get('yaml_name')
# list
self.input_file = kwargs.get('input_file')