diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-11-10 15:53:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-11-10 15:53:20 +0000 |
commit | 3718b1de246a72e4cd1d10efdaa861643544db61 (patch) | |
tree | 75be42b8fe53b9874d085d194636e8794474c202 /functest/ci/config_patch.yaml | |
parent | a4ecec5b8dc4041df494a837f5030d73b15c1d3b (diff) | |
parent | 0157be0431600dd56aaaa3260b72cc40011f91ac (diff) |
Merge "change path for python ci files"
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 |