diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-10-07 16:54:50 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-10-10 07:05:23 +0000 |
commit | 33cb0cdaeaf697ec394ab1be317cdb9c0e942b80 (patch) | |
tree | d593d6154939c23e76ee3f7046aad0f92e45670f | |
parent | dcaef3464dd6923926735a2c2e984c0b036b0797 (diff) |
Use huge page for dpdk (ovs) scenario
JIRA: FUNCTEST-487
Change-Id: I41d0180b622623699bccc3f7413ffbbb468f7656
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
-rw-r--r-- | ci/config_patch.yaml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ci/config_patch.yaml b/ci/config_patch.yaml index dd1aeb54c..46064a07f 100644 --- a/ci/config_patch.yaml +++ b/ci/config_patch.yaml @@ -14,4 +14,11 @@ fdio: image_properties: {'hw_mem_page_size':'large'} tempest: use_custom_images: True - use_custom_flavors: True
\ No newline at end of file + 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 |