Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/tests/scripts/thread-cert/
H A Dnode.py434 cidr = self._expect_command_output()[0].strip()
831 output = self._expect_command_output()
857 def _expect_command_output(self, ignore_logs=True): member in NodeImpl
1106 rcp_version = self._expect_command_output()[0].strip()
1159 lines = self._expect_command_output()
1218 lines = self._expect_command_output()
1290 return self._expect_command_output()[0]
1295 return self._expect_command_output()[0]
1308 return self._expect_command_output()[0]
1313 return int(self._expect_command_output()[0])
[all …]