diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-06-27 15:16:31 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-06-27 21:42:15 +0200 |
commit | f7948517b7cfabf8405e64eb4c2057c0105b852f (patch) | |
tree | 65bdc90417c0fe8b7290a5c5f5759ebb6e23ec6d | |
parent | 95a0a8318e3adf95ca090a1167e538efae0e05d3 (diff) |
Modify config_patch.yaml according to the new snaps configopnfv-6.2.0
It allows verifying ovs scenarios via snaps.
JIRA: FUNCTEST-984
Change-Id: I0fedadc0b9e265c424ae3221469b8d28b9a68afa
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 06caf7c89f3a49185e9b9c1cfe40720b25ee2bc2)
-rw-r--r-- | functest/ci/config_patch.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
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'} |