Home
last modified time | relevance | path

Searched refs:sshcontrol (Results 1 – 6 of 6) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/controllers/
H A Dcontrollerimage.py21 import oeqa.utils.sshcontrol as sshcontrol namespace
123 …self.controller = sshcontrol.SSHControl(ip=self.ip, logfile=self.sshlog, timeout=600, port=self.po…
150 self.connection = sshcontrol.SSHControl(self.ip, logfile=self.sshlog, port=self.port)
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Drust.py9 from oeqa.utils.sshcontrol import SSHControl
H A Dimagefeatures.py10 from oeqa.utils.sshcontrol import SSHControl
/openbmc/openbmc/poky/meta/lib/oeqa/
H A Drunexported.py35 from oeqa.utils.sshcontrol import SSHControl
H A Dtargetcontrol.py13 from oeqa.utils.sshcontrol import SSHControl
/openbmc/openbmc/poky/documentation/dev-manual/
H A Druntime-testing.rst548 ``sshcontrol`` class.