diff options
| author | lbonn <lbonn@users.noreply.github.com> | 2019-07-19 19:09:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-19 19:09:10 +0200 |
| commit | 3f4235eb200977fb1beead5d27cb3123cae1d410 (patch) | |
| tree | ca651c40c370f23ff6641a54a1dc8af30d3171fa | |
| parent | cf23d8f94bd5ef4b728588d0e070a3929b811261 (diff) | |
| parent | 76b92e5629e633e1d76b8bcf54420126595d8aed (diff) | |
| download | meta-updater-3f4235eb200977fb1beead5d27cb3123cae1d410.tar.gz | |
Give more memory for minnowboard selftest (#556)
Give more memory for minnowboard selftest
| -rw-r--r-- | lib/oeqa/selftest/cases/updater_minnowboard.py | 2 |
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) |
