Lines Matching refs:_expect_command_output

434         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])
1318 return self._expect_command_output()[0]
1377 service_lines = self._expect_command_output()
1433 result = self._expect_command_output()
1457 return int(self._expect_command_output()[0])
1472 result = self._expect_command_output()
1521 return self._parse_locate_result(self._expect_command_output()[0])
1673 lines = self._expect_command_output()
1732 return self._expect_command_output()[0]
2076 output = self._expect_command_output()
2268 return self._expect_command_output()[0]
2276 return self._expect_command_output()
2293 return self._expect_command_output()
2311 return self._expect_command_output()[0]
2316 return self._expect_command_output()[0].split(" ")[0]
2325 return self._expect_command_output()[0].strip()
2346 return self._expect_command_output()[0]
2351 return self._expect_command_output()[0].split(' ')[0]
2364 for line in self._expect_command_output():
2372 result = self._expect_command_output()
2427 result = self._expect_command_output()
2482 return self._expect_command_output()
2609 for line in self._expect_command_output()[2:]:
2627 for line in self._expect_command_output()[2:]:
3366 return self._parse_linkmetrics_query_result(self._expect_command_output())
3372 return self._parse_linkmetrics_query_result(self._expect_command_output())
3454 output = self._expect_command_output()
3473 output = self._expect_command_output()
3532 output = self._expect_command_output()
3579 output = self._expect_command_output()
3606 self._expect_command_output()
3633 output = self._expect_command_output()
3668 return self._parse_history_rx_tx_ouput(self._expect_command_output())
3694 return self._parse_history_rx_tx_ouput(self._expect_command_output())
3717 self._expect_command_output()
3722 line = self._expect_command_output()[0]