@@ -177,7 +177,7 @@ class PackageTests(OESelftestTestCase):
self.logger.error("GDB result:\n%d: %s", status, output)
return False
- with runqemu('core-image-minimal') as qemu:
+ with runqemu('core-image-minimal', runqemuparams='nographic') as qemu:
for binary in ['/usr/bin/hello1',
'/usr/bin/hello2',
'/usr/libexec/hello3',
@@ -202,7 +202,7 @@ class PackageTests(OESelftestTestCase):
self.fail("Cannot parse output: " + output)
sysconfdir = get_bb_var('sysconfdir', 'selftest-chown')
- with runqemu('core-image-minimal') as qemu:
+ with runqemu('core-image-minimal', runqemuparams='nographic') as qemu:
for path in [ sysconfdir + "/selftest-chown/file",
sysconfdir + "/selftest-chown/dir",
sysconfdir + "/selftest-chown/symlink",
Test does not need it and graphics can cause boot failures. Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> --- meta/lib/oeqa/selftest/cases/package.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)