summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bonnans <laurent.bonnans@here.com>2019-07-19 15:41:21 +0200
committerMykhaylo Sul <ext-mykhaylo.sul@here.com>2019-07-19 16:03:39 +0200
commit83a31da86d75df802a98c41e22cbc9ca1f806f2e (patch)
tree46651b59f8350d686b3d15b47758cf279e515964
parent29ecc8c35206e795f60c6e878b4647d320591875 (diff)
downloadmeta-updater-Backport/rocko/secondaries-and-CI-improvement.tar.gz
Give more memory for minnowboard selftestBackport/rocko/secondaries-and-CI-improvement
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)