Code Review
/
functest-xtesting.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
9e36f4b
)
Use huge page for dpdk (ovs) scenario
author
Morgan Richomme
<morgan.richomme@orange.com>
Fri, 7 Oct 2016 14:54:50 +0000
(16:54 +0200)
committer
Morgan Richomme
<morgan.richomme@orange.com>
Mon, 10 Oct 2016 07:01:10 +0000
(09:01 +0200)
JIRA: FUNCTEST-487
Change-Id: I41d0180b622623699bccc3f7413ffbbb468f7656
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
ci/config_patch.yaml
patch
|
blob
|
history
diff --git
a/ci/config_patch.yaml
b/ci/config_patch.yaml
index
dd1aeb5
..
46064a0
100644
(file)
--- 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