Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/
Dapollo_lib.py814 res = self.read_serial_port(read_until=6)
1296 def read_serial_port(self, read_until=None): argument
1299 if read_until:
1300 time.sleep(read_until)
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Drpm_controller_utils.py78 res = self.tn.read_until(_ascii_string(prompt), TIMEOUT)
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/
D_tnhelper.py111 self._tn.read_until(_ascii_string(self.prompt), 2)