Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/amarisoft_lib/
Dssh_utils.py57 def ssh_is_connected(self) -> bool: member in RemoteClient
72 if self.ssh_is_connected():
108 if not self.ssh_is_connected():
147 if not self.ssh_is_connected():
169 if not self.ssh_is_connected():
190 if not self.ssh_is_connected():
/tools/test/connectivity/acts_tests/tests/google/tel/lab/
DTelLabPwsTest.py137 if not self.remote.ssh_is_connected():