X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=yardstick%2Fbenchmark%2Fcore%2F__init__.py;h=70036ea1ed7e13ae13ffed7f12db33bd1a4e63fb;hb=731a5bcfacc17c9189837d2af2d5dc1f0a95ccff;hp=79ebc732ffcbb1c3d83547ab3717ac5eb2a31d03;hpb=369167b989da80b777e3c3f165f5965cca97bf0e;p=yardstick.git 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')