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 09:01:10 +0200 |
commit | 076c556fbd0b4886cbd6ccf2bab9a2806c71a19c (patch) | |
tree | 01e305921b074e1eadc136f40bd8edd85fa5021c /ci | |
parent | 9e36f4b0f04566c814e1b6ab49e50787b1454d38 (diff) |
Use huge page for dpdk (ovs) scenario
JIRA: FUNCTEST-487
Change-Id: I41d0180b622623699bccc3f7413ffbbb468f7656
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'ci')
-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 |