summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bonnans <laurent.bonnans@here.com>2019-07-19 15:41:21 +0200
committerLaurent Bonnans <laurent.bonnans@here.com>2019-07-19 15:47:53 +0200
commitc42c0dbd59cb21b77d01e0c0f7d7d2e9434ae408 (patch)
treea92b7da059d707c291336ffa2b43c0f29a56705c
parentda4fbf300ee8c166aa77298d8ce2f3d794909478 (diff)
downloadmeta-updater-c42c0dbd59cb21b77d01e0c0f7d7d2e9434ae408.tar.gz
Give more memory for minnowboard selftest
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
-rw-r--r--lib/oeqa/selftest/cases/updater_minnowboard.py2
1 files changed, 1 insertions, 1 deletions
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):
24 self.append_config('MACHINE = "intel-corei7-64"') 24 self.append_config('MACHINE = "intel-corei7-64"')
25 self.append_config('OSTREE_BOOTLOADER = "grub"') 25 self.append_config('OSTREE_BOOTLOADER = "grub"')
26 self.append_config('SOTA_CLIENT_PROV = " aktualizr-shared-prov "') 26 self.append_config('SOTA_CLIENT_PROV = " aktualizr-shared-prov "')
27 self.qemu, self.s = qemu_launch(efi=True, machine='intel-corei7-64') 27 self.qemu, self.s = qemu_launch(efi=True, machine='intel-corei7-64', mem='512M')
28 28
29 def tearDownLocal(self): 29 def tearDownLocal(self):
30 qemu_terminate(self.s) 30 qemu_terminate(self.s)