diff options
-rw-r--r-- | promise/test/functest/run_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/promise/test/functest/run_tests.py b/promise/test/functest/run_tests.py index 448231c..f7e9148 100644 --- a/promise/test/functest/run_tests.py +++ b/promise/test/functest/run_tests.py @@ -46,7 +46,7 @@ PROMISE_FLAVOR_DISK = CONST.promise_flavor_disk GLANCE_IMAGE_FILENAME = CONST.openstack_image_file_name GLANCE_IMAGE_FORMAT = CONST.openstack_image_disk_format GLANCE_IMAGE_NAME = CONST.openstack_image_file_name -GLANCE_IMAGE_PATH = os.path.join(CONST.dir_functest_data, +GLANCE_IMAGE_PATH = os.path.join(CONST.dir_functest_images, GLANCE_IMAGE_FILENAME) PROMISE_NET_NAME = CONST.promise_network_name |