Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/target/
H A Dssh.py73 status, output = SSHCall(command, self.logger, timeout)
224 def SSHCall(command, logger, timeout=None, **opts): function