summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bonnans <laurent.bonnans@here.com>2019-07-17 10:37:37 +0200
committerLaurent Bonnans <laurent.bonnans@here.com>2019-07-18 16:14:14 +0200
commit8ef25f5d832f0e990fede9e554c04de3a6f7a839 (patch)
treec9fa0994b9a937576a5b4ff63d833329b4b15c8b
parent7d7f5ac05e595d97eda1faf7f1c709ce4a05c12b (diff)
downloadmeta-updater-8ef25f5d832f0e990fede9e554c04de3a6f7a839.tar.gz
Give 768M of ram to ptest
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
-rw-r--r--lib/oeqa/selftest/cases/updater_qemux86_64_ptest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/oeqa/selftest/cases/updater_qemux86_64_ptest.py b/lib/oeqa/selftest/cases/updater_qemux86_64_ptest.py
index 6b300f7..d20a9f0 100644
--- a/lib/oeqa/selftest/cases/updater_qemux86_64_ptest.py
+++ b/lib/oeqa/selftest/cases/updater_qemux86_64_ptest.py
@@ -21,7 +21,7 @@ class PtestTests(OESelftestTestCase):
21 self.append_config('PTEST_ENABLED_pn-aktualizr = "1"') 21 self.append_config('PTEST_ENABLED_pn-aktualizr = "1"')
22 self.append_config('IMAGE_INSTALL_append += "aktualizr-ptest ptest-runner "') 22 self.append_config('IMAGE_INSTALL_append += "aktualizr-ptest ptest-runner "')
23 self.append_config('IMAGE_FSTYPES_remove = "ostreepush garagesign garagecheck"') 23 self.append_config('IMAGE_FSTYPES_remove = "ostreepush garagesign garagecheck"')
24 self.qemu, self.s = qemu_launch(machine='qemux86-64', mem="256M") 24 self.qemu, self.s = qemu_launch(machine='qemux86-64', mem="768M")
25 25
26 def tearDownLocal(self): 26 def tearDownLocal(self):
27 qemu_terminate(self.s) 27 qemu_terminate(self.s)