diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2016-02-23 10:36:12 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-02-23 09:53:55 +0000 |
commit | ff0d26647c08967cdf741bf5b7b543c66dd96744 (patch) | |
tree | 99e8627b344f1b69b855c8d3a865969f30617b8c /testcases/VIM/OpenStack/CI/libraries/run_tempest.py | |
parent | 4d4e2f11b8ef3180dd01f7891e0e86bde195c7f5 (diff) |
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>
(cherry picked from commit f937af8864c6fe6d392c9b9766df98d164c64459)
Diffstat (limited to 'testcases/VIM/OpenStack/CI/libraries/run_tempest.py')
-rw-r--r-- | testcases/VIM/OpenStack/CI/libraries/run_tempest.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |