summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorjuraj.linkes <jlinkes@cisco.com>2016-09-13 14:08:31 +0200
committerJose Lausuch <jose.lausuch@ericsson.com>2016-09-13 13:54:30 +0000
commit250d7019423b94ec9942667591be0de12112d30e (patch)
tree391c637d2ae17f6994a44d289bf4e13d9417cd2e /ci
parenta88f889ccef43cebe100d8eeba6ec788fe358f21 (diff)
Refactored support for flavor and image hugepages based on Morgan's suggestins
Change-Id: I414338616aecda161a51a780abb24c9e3a8f5c54 Signed-off-by: juraj.linkes <jlinkes@cisco.com> (cherry picked from commit a31877af04542bb0cd3c4da6d53f4d4ab580a295)
Diffstat (limited to 'ci')
-rw-r--r--ci/config_patch.yaml6
1 files changed, 5 insertions, 1 deletions
diff --git a/ci/config_patch.yaml b/ci/config_patch.yaml
index 4994d49d1..251ab1c4d 100644
--- a/ci/config_patch.yaml
+++ b/ci/config_patch.yaml
@@ -7,4 +7,8 @@ lxd:
healthcheck:
disk_image: /home/opnfv/functest/data/cirros-0.3.4-x86_64-lxc.tar.gz
- disk_format: raw \ No newline at end of file
+ disk_format: raw
+fdio:
+ general:
+ flavor_extra_specs: {'hw:mem_page_size':'large'}
+ image_properties: {'hw_mem_page_size':'large'} \ No newline at end of file