Searched refs:send_command_get_output (Results 1 – 21 of 21) sorted by relevance
173 result = self.send_command_get_output('help', [command])178 def send_command_get_output(self, command, regexp_list): member in ChromeConsole229 ret = self.send_command_get_output("pd %d state" % port, ["DFP"])369 l = self.send_command_get_output('chan', [regexp])385 l = self.send_command_get_output("version", expected_output)403 result = self.send_command_get_output('sysinfo', [r'Copy:\s*(RO|RW)'])426 result = self.send_command_get_output('feat', [regexp])
187 rv = super(ChromeCr50, self).send_command_get_output(393 def send_command_get_output(self, command, regexp_list): member in ChromeCr50421 return super(ChromeCr50, self).send_command_get_output(command,440 rv = self.send_command_get_output(command, regexp_list)458 self.send_command_get_output)540 self.send_command_get_output(cmd, self.START_STR)839 rv = self.send_command_get_output('ccd testlab %s' % request_str,
51 output = self.console.send_command_get_output(cmd, regexp)80 l = self.console.send_command_get_output('help', ['(pd)\s+([\w]+)'])92 matches = self.console.send_command_get_output('pd version',
713 m = console.send_command_get_output(cmd, [regex])742 m = console.send_command_get_output('help', [r'(pd)\s+'])758 m = console.send_command_get_output('help', [r'(usbc_action)'])
56 battery_regex_match = self.ec.send_command_get_output('battery',107 voltage = int(self.ec.send_command_get_output("charger",115 current = int(self.ec.send_command_get_output("charger",156 match = self.ec.send_command_get_output("battery",
68 rv = self.ec.send_command_get_output('chgstate',166 rv = self.cr50.send_command_get_output('ecrst',184 rv = self.ec.send_command_get_output('help', ['.*>'])[0].strip()
73 reboot = self.ec.send_command_get_output(105 power_press = self.ec.send_command_get_output(
52 ac_state = int(self.ec.send_command_get_output("chgstate",63 batt_level = int(self.ec.send_command_get_output("battery",
65 self.ec.send_command_get_output('help', ['.*>'])141 result = self.ec.send_command_get_output(
26 t = int(self.ec.send_command_get_output("temps",
37 match = self.ec.send_command_get_output("shmem",
33 return self._test_console_obj.send_command_get_output(cmd,
44 self.cr50.send_command_get_output('ccd unlock ' + self.CCD_PASSWORD,
54 self.ec.send_command_get_output('time', ['.*>'])
46 rv = self.cr50.send_command_get_output('ccd testlab %s' % mode,
82 _, val = self.ec.send_command_get_output(
130 battery_temp = float(self.ec.send_command_get_output("battery",
124 def send_command_get_output(self, _cmd, regex_list): member in TestCheckPowerState.MockedECFirmwareTest.FakeEC
749 self.ec.send_command_get_output("dsleep",1188 match = self.ec.send_command_get_output("powerinfo", [pattern])1209 return self.ec.send_command_get_output("powerinfo",
144 result = self.cr50.send_command_get_output(cmd, [resp])
103 match = self.ec.send_command_get_output("thermalfan 0", expected_pat)