Home
last modified time | relevance | path

Searched refs:QemuTinyRunner (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/
H A Dtargetcontrol.py18 from oeqa.utils.qemutinyrunner import QemuTinyRunner
128 self.runner = QemuTinyRunner(machine=d.getVar("MACHINE"),
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dqemutinyrunner.py20 class QemuTinyRunner(QemuRunner): class