The images are put under new directory while the code is still using
old path
Change-Id: I6dfa59ffe6bde316f155560449979bd10354b43c
Signed-off-by: helenyao <yaohelan@huawei.com>
             "defaults.flavor", self.config_file)
         self.image_filename = CONST.openstack_image_file_name
         self.image_format = CONST.openstack_image_disk_format
-        self.image_path = '{0}/{1}'.format(CONST.dir_functest_data,
+        self.image_path = '{0}/{1}'.format(CONST.dir_functest_images,
                                            self.image_filename)
         # This is the ubuntu image used by sfc
         # Basically vanilla ubuntu + some scripts in there