[bugfix] report generate command print error 95/53295/1
authorrexlee8776 <limingjiang@huawei.com>
Thu, 8 Mar 2018 11:01:37 +0000 (11:01 +0000)
committerrexlee8776 <limingjiang@huawei.com>
Thu, 8 Mar 2018 11:05:30 +0000 (11:05 +0000)
JIRA: YARDSTICK-1056

Change-Id: I32ab9ae7482f6b81e00d6d3e7e858d980a2dd95f
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
yardstick/benchmark/core/task.py

index 7f6309a..e7acde6 100644 (file)
@@ -149,7 +149,7 @@ class Task(object):     # pragma: no cover
                  total_end_time - total_start_time)
 
         LOG.info('To generate report, execute command "yardstick report '
-                 'generate %(task_id)s <yaml_name>s"', self.task_id)
+                 'generate %s <YAML_NAME>"', self.task_id)
         LOG.info("Task ALL DONE, exiting")
         return result