From c9fd7ceab29ff755aa8a9ee1bcb6ab958e5e0420 Mon Sep 17 00:00:00 2001 From: Linda Wang Date: Tue, 13 Mar 2018 01:36:40 +0000 Subject: Create 2 images and flavors for tempest tests Also 1. remove the obsolete function: generate_test_accounts_file 2. Use patch mechanism to get config Change-Id: I455ac37de71519bcaf9a51e5f1de1b9bc83b9ba6 Signed-off-by: Linda Wang --- functest/ci/config_patch.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'functest/ci/config_patch.yaml') diff --git a/functest/ci/config_patch.yaml b/functest/ci/config_patch.yaml index 32b67057f..dfd441b57 100644 --- a/functest/ci/config_patch.yaml +++ b/functest/ci/config_patch.yaml @@ -10,11 +10,11 @@ fdio: general: flavor_extra_specs: {'hw:mem_page_size':'large'} image_properties: {'hw_mem_page_size':'large'} - tempest: - use_custom_flavors: 'True' + openstack: + flavor_ram: 1024 ovs: general: flavor_extra_specs: {'hw:mem_page_size':'large'} image_properties: {'hw_mem_page_size':'large'} - tempest: - use_custom_flavors: 'True' + openstack: + flavor_ram: 1024 -- cgit 1.2.3-korg