diff options
Diffstat (limited to 'meta/lib/oeqa/selftest')
-rw-r--r-- | meta/lib/oeqa/selftest/cases/runqemu.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/lib/oeqa/selftest/cases/runqemu.py b/meta/lib/oeqa/selftest/cases/runqemu.py index 1a8d12178d..47d41f5218 100644 --- a/meta/lib/oeqa/selftest/cases/runqemu.py +++ b/meta/lib/oeqa/selftest/cases/runqemu.py | |||
@@ -3,7 +3,6 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | import re | 5 | import re |
6 | import logging | ||
7 | 6 | ||
8 | from oeqa.selftest.case import OESelftestTestCase | 7 | from oeqa.selftest.case import OESelftestTestCase |
9 | from oeqa.utils.commands import bitbake, runqemu, get_bb_var | 8 | from oeqa.utils.commands import bitbake, runqemu, get_bb_var |
@@ -24,10 +23,6 @@ class RunqemuTests(OESelftestTestCase): | |||
24 | self.fstypes = "ext4 iso hddimg wic.vmdk wic.qcow2 wic.vdi" | 23 | self.fstypes = "ext4 iso hddimg wic.vmdk wic.qcow2 wic.vdi" |
25 | self.cmd_common = "runqemu nographic" | 24 | self.cmd_common = "runqemu nographic" |
26 | 25 | ||
27 | # Avoid emit the same record multiple times. | ||
28 | mainlogger = logging.getLogger("BitBake.Main") | ||
29 | mainlogger.propagate = False | ||
30 | |||
31 | self.write_config( | 26 | self.write_config( |
32 | """ | 27 | """ |
33 | MACHINE = "%s" | 28 | MACHINE = "%s" |