From a8636748fbf45bb3d8faa4f12e6b34cbd96ed599 Mon Sep 17 00:00:00 2001
From: Yang Yu <Gabriel.yuyang@huawei.com>
Date: Mon, 16 Apr 2018 17:19:44 +0800
Subject: Lazy creation of VM pairs for soak throuputs tests

Add the lazy creation progress of VM pairs while testing
dataplane traffic using netperf

Change-Id: I3228ff444ea074b99cb1afaec138191358064e40
Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
(cherry picked from commit 61aafcb0ca6cab9c25d2df7d409f4fa8716ebe5f)
---
 utils/infra_setup/runner/yardstick.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'utils/infra_setup/runner')

diff --git a/utils/infra_setup/runner/yardstick.py b/utils/infra_setup/runner/yardstick.py
index 616bcc52..3eeeee6b 100644
--- a/utils/infra_setup/runner/yardstick.py
+++ b/utils/infra_setup/runner/yardstick.py
@@ -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
-- 
cgit