diff options
| -rw-r--r-- | meta/lib/oeqa/targetcontrol.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/lib/oeqa/targetcontrol.py b/meta/lib/oeqa/targetcontrol.py index bc6b91e994..f5f2ce2f12 100644 --- a/meta/lib/oeqa/targetcontrol.py +++ b/meta/lib/oeqa/targetcontrol.py | |||
| @@ -7,18 +7,14 @@ | |||
| 7 | # This module is used by testimage.bbclass for setting up and controlling a target machine. | 7 | # This module is used by testimage.bbclass for setting up and controlling a target machine. |
| 8 | 8 | ||
| 9 | import os | 9 | import os |
| 10 | import shutil | ||
| 11 | import subprocess | 10 | import subprocess |
| 12 | import bb | 11 | import bb |
| 13 | import traceback | ||
| 14 | import sys | ||
| 15 | import logging | 12 | import logging |
| 16 | from oeqa.utils.sshcontrol import SSHControl | 13 | from oeqa.utils.sshcontrol import SSHControl |
| 17 | from oeqa.utils.qemurunner import QemuRunner | 14 | from oeqa.utils.qemurunner import QemuRunner |
| 18 | from oeqa.utils.qemutinyrunner import QemuTinyRunner | 15 | from oeqa.utils.qemutinyrunner import QemuTinyRunner |
| 19 | from oeqa.utils.dump import TargetDumper | 16 | from oeqa.utils.dump import TargetDumper |
| 20 | from oeqa.utils.dump import MonitorDumper | 17 | from oeqa.utils.dump import MonitorDumper |
| 21 | from oeqa.controllers.testtargetloader import TestTargetLoader | ||
| 22 | from abc import ABCMeta, abstractmethod | 18 | from abc import ABCMeta, abstractmethod |
| 23 | 19 | ||
| 24 | class BaseTarget(object, metaclass=ABCMeta): | 20 | class BaseTarget(object, metaclass=ABCMeta): |
