diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-11-10 14:31:07 +0100 |
---|---|---|
committer | jose.lausuch <jose.lausuch@ericsson.com> | 2016-11-10 16:47:02 +0100 |
commit | 0157be0431600dd56aaaa3260b72cc40011f91ac (patch) | |
tree | 7af4c4a508f6c4845dedc96491abaa7bf3e8d2a4 /functest/ci/config_patch.yaml | |
parent | 107e61635c2ab1feb5263380ea63e21cf2e6e65b (diff) |
change path for python ci files
JIRA: FUNCTEST-525
Change-Id: I6b09eaec55e42a3ee1474b21bc7ed87a71118e60
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'functest/ci/config_patch.yaml')
-rw-r--r-- | functest/ci/config_patch.yaml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/functest/ci/config_patch.yaml b/functest/ci/config_patch.yaml new file mode 100644 index 00000000..46064a07 --- /dev/null +++ b/functest/ci/config_patch.yaml @@ -0,0 +1,24 @@ +lxd: + general: + openstack: + image_name: Cirros-0.3.4 + image_file_name: cirros-0.3.4-x86_64-lxc.tar.gz + image_disk_format: raw + + healthcheck: + disk_image: /home/opnfv/functest/data/cirros-0.3.4-x86_64-lxc.tar.gz + disk_format: raw +fdio: + 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 +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 |