remove "print" in tempest to avoid having a message "None" in the output 55/10455/1
authorjose.lausuch <jose.lausuch@ericsson.com>
Tue, 23 Feb 2016 09:36:12 +0000 (10:36 +0100)
committerMorgan Richomme <morgan.richomme@orange.com>
Tue, 23 Feb 2016 09:53:55 +0000 (09:53 +0000)
Change-Id: If2008fa7ed1bce1b5acc40cad82c21afa55ec4e5
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
(cherry picked from commit f937af8864c6fe6d392c9b9766df98d164c64459)

testcases/VIM/OpenStack/CI/libraries/run_tempest.py

index 2946691..660e21b 100644 (file)
@@ -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