From f937af8864c6fe6d392c9b9766df98d164c64459 Mon Sep 17 00:00:00 2001
From: "jose.lausuch" <jose.lausuch@ericsson.com>
Date: Tue, 23 Feb 2016 10:36:12 +0100
Subject: [PATCH] remove "print" in tempest to avoid having a message "None" in
 the output

Change-Id: If2008fa7ed1bce1b5acc40cad82c21afa55ec4e5
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
---
 testcases/VIM/OpenStack/CI/libraries/run_tempest.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testcases/VIM/OpenStack/CI/libraries/run_tempest.py b/testcases/VIM/OpenStack/CI/libraries/run_tempest.py
index 294669182..660e21bc2 100644
--- a/testcases/VIM/OpenStack/CI/libraries/run_tempest.py
+++ b/testcases/VIM/OpenStack/CI/libraries/run_tempest.py
@@ -217,7 +217,7 @@ def configure_tempest():
 
 
     # Copy tempest.conf to /home/opnfv/functest/results/tempest/
-    print shutil.copyfile(tempest_conf_file,TEMPEST_RESULTS_DIR+'/tempest.conf')
+    shutil.copyfile(tempest_conf_file,TEMPEST_RESULTS_DIR+'/tempest.conf')
     return True
 
 
-- 
2.16.6