mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
oeqa/targetcontrol: remove unused imports
(From OE-Core rev: 6659360828b5d022b90e71883159a75f4def7382) Signed-off-by: Enrico Jorns <ejo@pengutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 46b42edbf814d15be3a18283018ede2d4f817bc6) Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
565850740c
commit
2e26dcb7ed
@@ -7,18 +7,14 @@
|
||||
# This module is used by testimage.bbclass for setting up and controlling a target machine.
|
||||
|
||||
import os
|
||||
import shutil
|
||||
import subprocess
|
||||
import bb
|
||||
import traceback
|
||||
import sys
|
||||
import logging
|
||||
from oeqa.utils.sshcontrol import SSHControl
|
||||
from oeqa.utils.qemurunner import QemuRunner
|
||||
from oeqa.utils.qemutinyrunner import QemuTinyRunner
|
||||
from oeqa.utils.dump import TargetDumper
|
||||
from oeqa.utils.dump import MonitorDumper
|
||||
from oeqa.controllers.testtargetloader import TestTargetLoader
|
||||
from abc import ABCMeta, abstractmethod
|
||||
|
||||
class BaseTarget(object, metaclass=ABCMeta):
|
||||
|
||||
Reference in New Issue
Block a user