Home
last modified time | relevance | path

Searched refs:SSHControl (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dimagefeatures.py8 from oeqa.utils.sshcontrol import SSHControl
40 ssh = SSHControl(ip=qemu.ip, logfile=qemu.sshlog, user=user)
66 ssh = SSHControl(ip=qemu.ip, logfile=qemu.sshlog, user=user)
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/
H A Dtargetcontrol.py16 from oeqa.utils.sshcontrol import SSHControl
180 self.connection = SSHControl(ip=self.ip, logfile=self.sshlog)
206 self.connection = SSHControl(ip=self.ip, logfile=self.sshlog)
238 self.connection = SSHControl(self.ip, logfile=self.sshlog, port=self.port)
H A Drunexported.py35 from oeqa.utils.sshcontrol import SSHControl
56 self.connection = SSHControl(self.ip, logfile=self.sshlog)
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/controllers/
H A Dcontrollerimage.py123 …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)
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dsshcontrol.py100 class SSHControl(object): class