From 76b92e5629e633e1d76b8bcf54420126595d8aed Mon Sep 17 00:00:00 2001 From: Laurent Bonnans Date: Fri, 19 Jul 2019 15:41:21 +0200 Subject: Give more memory for minnowboard selftest Signed-off-by: Laurent Bonnans --- lib/oeqa/selftest/cases/updater_minnowboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/oeqa/selftest/cases/updater_minnowboard.py b/lib/oeqa/selftest/cases/updater_minnowboard.py index 855bd20..f4da360 100644 --- a/lib/oeqa/selftest/cases/updater_minnowboard.py +++ b/lib/oeqa/selftest/cases/updater_minnowboard.py @@ -24,7 +24,7 @@ class MinnowTests(OESelftestTestCase): self.append_config('MACHINE = "intel-corei7-64"') self.append_config('OSTREE_BOOTLOADER = "grub"') self.append_config('SOTA_CLIENT_PROV = " aktualizr-shared-prov "') - self.qemu, self.s = qemu_launch(efi=True, machine='intel-corei7-64') + self.qemu, self.s = qemu_launch(efi=True, machine='intel-corei7-64', mem='512M') def tearDownLocal(self): qemu_terminate(self.s) -- cgit v1.2.3-54-g00ecf