From ff0d26647c08967cdf741bf5b7b543c66dd96744 Mon Sep 17 00:00:00 2001 From: "jose.lausuch" Date: Tue, 23 Feb 2016 10:36:12 +0100 Subject: remove "print" in tempest to avoid having a message "None" in the output Change-Id: If2008fa7ed1bce1b5acc40cad82c21afa55ec4e5 Signed-off-by: jose.lausuch (cherry picked from commit f937af8864c6fe6d392c9b9766df98d164c64459) --- 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 -- cgit 1.2.3-korg