Searched refs:ssh_is_connected (Results 1 – 2 of 2) sorted by relevance
29 from acts.controllers.fuchsia_lib.utils_lib import ssh_is_connected221 if not ssh_is_connected(self._ssh_session):
110 def ssh_is_connected(ssh_client): function