aboutsummaryrefslogtreecommitdiffstats
path: root/functest/ci/config_patch.yaml
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-06-27 15:16:31 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2018-06-27 15:19:48 +0200
commit06caf7c89f3a49185e9b9c1cfe40720b25ee2bc2 (patch)
tree436c452e96289e40fc45c114277688e2c2ac68f6 /functest/ci/config_patch.yaml
parent0ff1a51fa53cb74f7a671edc3f1502838294d5c9 (diff)
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 <cedric.ollivier@orange.com>
Diffstat (limited to 'functest/ci/config_patch.yaml')
-rw-r--r--functest/ci/config_patch.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/functest/ci/config_patch.yaml b/functest/ci/config_patch.yaml
index 42519a551..d52257417 100644
--- a/functest/ci/config_patch.yaml
+++ b/functest/ci/config_patch.yaml
@@ -12,6 +12,8 @@ fdio:
image_properties: {'hw_mem_page_size':'large'}
openstack:
flavor_ram: 1024
+ snaps:
+ flavor_extra_specs: {'hw:mem_page_size':'large'}
vmready1:
flavor_extra_specs: {'hw:mem_page_size':'large'}
extra_properties: {'hw_mem_page_size':'large'}
@@ -31,6 +33,8 @@ ovs:
image_properties: {'hw_mem_page_size':'large'}
openstack:
flavor_ram: 1024
+ snaps:
+ flavor_extra_specs: {'hw:mem_page_size':'large'}
vmready1:
flavor_extra_specs: {'hw:mem_page_size':'large'}
extra_properties: {'hw_mem_page_size':'large'}