diff options
Diffstat (limited to 'meta/lib/oeqa/selftest')
| -rw-r--r-- | meta/lib/oeqa/selftest/runqemu.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/lib/oeqa/selftest/runqemu.py b/meta/lib/oeqa/selftest/runqemu.py index 58c6f96f98..89ee780115 100644 --- a/meta/lib/oeqa/selftest/runqemu.py +++ b/meta/lib/oeqa/selftest/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.base import oeSelfTest | 7 | from oeqa.selftest.base import oeSelfTest |
| 9 | from oeqa.utils.commands import bitbake, runqemu, get_bb_var | 8 | from oeqa.utils.commands import bitbake, runqemu, get_bb_var |
| @@ -21,10 +20,6 @@ class RunqemuTests(oeSelfTest): | |||
| 21 | self.fstypes = "ext4 iso hddimg vmdk qcow2 vdi" | 20 | self.fstypes = "ext4 iso hddimg vmdk qcow2 vdi" |
| 22 | self.cmd_common = "runqemu nographic" | 21 | self.cmd_common = "runqemu nographic" |
| 23 | 22 | ||
| 24 | # Avoid emit the same record multiple times. | ||
| 25 | mainlogger = logging.getLogger("BitBake.Main") | ||
| 26 | mainlogger.propagate = False | ||
| 27 | |||
| 28 | self.write_config( | 23 | self.write_config( |
| 29 | """ | 24 | """ |
| 30 | MACHINE = "%s" | 25 | MACHINE = "%s" |
