From fa9bfadc42d6609574dd4f45525b960d3b81619f Mon Sep 17 00:00:00 2001 From: Linda Wang Date: Tue, 30 May 2017 10:21:06 +0000 Subject: Enable tempest offline by use_custom_images=True 1. The image cirros or testvm is required for tempest.conf to run tempest testcases. 2. If no images are created in openstack, which just match the img_name_regex (default="^.*(cirros|testvm).*$"), it is needed to download cirros image online. Change-Id: Ib5a38a0135b3dd80ad685e33ed35b7b6135b9c87 Signed-off-by: Linda Wang --- functest/ci/config_patch.yaml | 3 --- 1 file changed, 3 deletions(-) (limited to 'functest/ci/config_patch.yaml') diff --git a/functest/ci/config_patch.yaml b/functest/ci/config_patch.yaml index d47766b64..ad8b0889f 100644 --- a/functest/ci/config_patch.yaml +++ b/functest/ci/config_patch.yaml @@ -13,16 +13,13 @@ fdio: flavor_extra_specs: {'hw:mem_page_size':'large'} image_properties: {'hw_mem_page_size':'large'} tempest: - use_custom_images: True use_custom_flavors: True ovs: general: flavor_extra_specs: {'hw:mem_page_size':'large'} image_properties: {'hw_mem_page_size':'large'} tempest: - use_custom_images: True use_custom_flavors: True multisite: tempest: - use_custom_images: True use_custom_flavors: True -- cgit 1.2.3-korg