Lazy creation of VM pairs for soak throuputs tests
[bottlenecks.git] / utils / infra_setup / runner / yardstick.py
index 616bcc5..3eeeee6 100644 (file)
@@ -45,7 +45,7 @@ def yardstick_command_parser(debug, cidr, outfile, parameter):
     cmd += " --output-file " + outfile
     image_name = config.bottlenecks_config["yardstick_image_name"]
     parameter["image_name"] = image_name
-    print parameter
+    LOG.info(parameter)
     if parameter is not None:
         cmd += " --task-args " + '"' + str(parameter) + '"'
     return cmd