From: Morgan Richomme Date: Fri, 7 Oct 2016 14:54:50 +0000 (+0200) Subject: Use huge page for dpdk (ovs) scenario X-Git-Tag: danube.1.RC1~375^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=076c556fbd0b4886cbd6ccf2bab9a2806c71a19c;p=functest.git Use huge page for dpdk (ovs) scenario JIRA: FUNCTEST-487 Change-Id: I41d0180b622623699bccc3f7413ffbbb468f7656 Signed-off-by: Morgan Richomme --- 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