diff options
| -rw-r--r-- | meta/lib/oeqa/selftest/cases/runqemu.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/lib/oeqa/selftest/cases/runqemu.py b/meta/lib/oeqa/selftest/cases/runqemu.py index c1d277a095..72ca77b845 100644 --- a/meta/lib/oeqa/selftest/cases/runqemu.py +++ b/meta/lib/oeqa/selftest/cases/runqemu.py | |||
| @@ -4,13 +4,13 @@ | |||
| 4 | # SPDX-License-Identifier: MIT | 4 | # SPDX-License-Identifier: MIT |
| 5 | # | 5 | # |
| 6 | 6 | ||
| 7 | import os | ||
| 7 | import re | 8 | import re |
| 8 | import tempfile | ||
| 9 | import time | 9 | import time |
| 10 | import oe.types | 10 | import oe.types |
| 11 | from oeqa.core.decorator import OETestTag | 11 | from oeqa.core.decorator import OETestTag |
| 12 | from oeqa.selftest.case import OESelftestTestCase | 12 | from oeqa.selftest.case import OESelftestTestCase |
| 13 | from oeqa.utils.commands import bitbake, runqemu, get_bb_var, runCmd | 13 | from oeqa.utils.commands import bitbake, runqemu, get_bb_var |
| 14 | 14 | ||
| 15 | @OETestTag("runqemu") | 15 | @OETestTag("runqemu") |
| 16 | class RunqemuTests(OESelftestTestCase): | 16 | class RunqemuTests(OESelftestTestCase): |
