From 33cb0cdaeaf697ec394ab1be317cdb9c0e942b80 Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Fri, 7 Oct 2016 16:54:50 +0200 Subject: Use huge page for dpdk (ovs) scenario JIRA: FUNCTEST-487 Change-Id: I41d0180b622623699bccc3f7413ffbbb468f7656 Signed-off-by: Morgan Richomme --- ci/config_patch.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 -- cgit 1.2.3-korg