diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2016-02-23 10:36:12 +0100 |
---|---|---|
committer | jose.lausuch <jose.lausuch@ericsson.com> | 2016-02-23 10:36:12 +0100 |
commit | f937af8864c6fe6d392c9b9766df98d164c64459 (patch) | |
tree | 6bcbae974d075db973d02df4aed40c7c0413a8f0 /testcases/VIM | |
parent | e0e52cec1e43491714f0ce078a7722e2cc3d9fca (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>
Diffstat (limited to 'testcases/VIM')
-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 |