diff options
author | Linda Wang <wangwulin@huawei.com> | 2017-08-24 03:17:35 +0000 |
---|---|---|
committer | Linda Wang <wangwulin@huawei.com> | 2017-08-24 12:40:59 +0000 |
commit | 07e73e65dea6526ea835cbfe3f864a7e102f658c (patch) | |
tree | 618ef8a3fd424e093535d73b3e4a6292aaf9a6e0 /functest/opnfv_tests/openstack/tempest/conf_utils.py | |
parent | 4a228ab09e59c5dfa004df0f54df7c20eba2bc0a (diff) |
Fix the tempest error when creating snapshot
Change-Id: I9682f174a835d2bdf1ef3da01e369037e5ad7247
Signed-off-by: Linda Wang <wangwulin@huawei.com>
Diffstat (limited to 'functest/opnfv_tests/openstack/tempest/conf_utils.py')
-rw-r--r-- | functest/opnfv_tests/openstack/tempest/conf_utils.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/functest/opnfv_tests/openstack/tempest/conf_utils.py b/functest/opnfv_tests/openstack/tempest/conf_utils.py index fccfebce..52fa6003 100644 --- a/functest/opnfv_tests/openstack/tempest/conf_utils.py +++ b/functest/opnfv_tests/openstack/tempest/conf_utils.py @@ -130,9 +130,6 @@ def backup_tempest_config(conf_file): """ Copy config file to tempest results directory """ - if not os.path.exists(TEMPEST_RESULTS_DIR): - os.makedirs(TEMPEST_RESULTS_DIR) - shutil.copyfile(conf_file, os.path.join(TEMPEST_RESULTS_DIR, 'tempest.conf')) |