From: Linda Wang Date: Fri, 2 Jun 2017 08:38:03 +0000 (+0000) Subject: Fix the wrong image path X-Git-Tag: opnfv-5.0.RC1~13 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F09%2F35709%2F1;p=promise.git Fix the wrong image path The images are put in the dir /home/opnfv/functest/images now. Change-Id: I15b41782cd7a7372bdb962da575edc5d1b54d509 Signed-off-by: Linda Wang --- 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