aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatej Klotton <mklotton@cisco.com>2016-07-27 09:31:29 +0200
committerMatej Klotton <mklotton@cisco.com>2016-07-27 09:31:29 +0200
commitbe0db47fd15666eaf318b81d91caca10dd43ee6d (patch)
treed9c0a625f14da5dd08e6a7835dd36dc7932c1b69
parentf45cd0ceb17f33376a04edf9b4fb5a37d9ebfb89 (diff)
CSIT-212: FIX: Weekly job gets stucked in 2nd FUNCT test attempt
- remove mem-prealloc parameter from qemu options Change-Id: I5a75f53da970c4aa772f29ed49bbf25c07bf2d87 Signed-off-by: Matej Klotton <mklotton@cisco.com>
-rw-r--r--resources/libraries/python/QemuUtils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/python/QemuUtils.py b/resources/libraries/python/QemuUtils.py
index 15c4e2315a..d2b184e4a4 100644
--- a/resources/libraries/python/QemuUtils.py
+++ b/resources/libraries/python/QemuUtils.py
@@ -346,7 +346,7 @@ class QemuUtils(object):
self._qemu_opt.get('ssh_fwd_port'))
# Memory and huge pages
mem = '-object memory-backend-file,id=mem,size={0}M,mem-path={1},' \
- 'share=on -m {0} -numa node,memdev=mem -mem-prealloc'.format(
+ 'share=on -m {0} -numa node,memdev=mem'.format(
self._qemu_opt.get('mem_size'), self._qemu_opt.get('huge_mnt'))
self._huge_page_check()
# Setup QMP via unix socket