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