From: Cédric Ollivier Date: Wed, 27 Jun 2018 13:16:31 +0000 (+0200) Subject: Modify config_patch.yaml according to the new snaps config X-Git-Tag: opnfv-6.2.0 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F61%2F59161%2F1;p=functest.git Modify config_patch.yaml according to the new snaps config It allows verifying ovs scenarios via snaps. JIRA: FUNCTEST-984 Change-Id: I0fedadc0b9e265c424ae3221469b8d28b9a68afa Signed-off-by: Cédric Ollivier (cherry picked from commit 06caf7c89f3a49185e9b9c1cfe40720b25ee2bc2) --- diff --git a/functest/ci/config_patch.yaml b/functest/ci/config_patch.yaml index dfd441b57..064d6a37c 100644 --- a/functest/ci/config_patch.yaml +++ b/functest/ci/config_patch.yaml @@ -12,9 +12,13 @@ fdio: image_properties: {'hw_mem_page_size':'large'} openstack: flavor_ram: 1024 + snaps: + flavor_extra_specs: {'hw:mem_page_size':'large'} ovs: general: flavor_extra_specs: {'hw:mem_page_size':'large'} image_properties: {'hw_mem_page_size':'large'} openstack: flavor_ram: 1024 + snaps: + flavor_extra_specs: {'hw:mem_page_size':'large'}