Home
last modified time | relevance | path

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

/openbmc/openbmc-test-automation/lib/
H A Dffdc_cli_robot_script.py262 cmd_exit_code, err, response = ssh_remoteclient.execute_command(
274 ) = ssh_remoteclient.execute_command("cat /etc/os-release")
H A Dgen_robot_ssh.py257 sshlib.execute_command,
/openbmc/openbmc-test-automation/ffdc/plugins/
H A Dtelnet_execution.py49 result = telnet_remoteclient.execute_command(command, timeout)
H A Dssh_execution.py65 cmd_exit_code, err, response = ssh_remoteclient.execute_command(
/openbmc/openbmc-test-automation/ffdc/lib/
H A Dtelnet_utility.py139 def execute_command(self, cmd, i_timeout=120): member in TelnetRemoteclient
H A Dssh_utility.py108 def execute_command(self, command, default_timeout=60): member in SSHRemoteclient
/openbmc/qemu/hw/scsi/
H A Dscsi-generic.c119 static int execute_command(BlockBackend *blk, in execute_command() function
371 ret = execute_command(s->conf.blk, r, SG_DXFER_FROM_DEV, in scsi_read_data()
419 ret = execute_command(s->conf.blk, r, SG_DXFER_TO_DEV, scsi_write_complete); in scsi_write_data()
469 ret = execute_command(s->conf.blk, r, SG_DXFER_NONE, in scsi_send_command()
/openbmc/openbmc-test-automation/ffdc/
H A Dffdc_collector.py617 result = self.telnet_remoteclient.execute_command(
922 ) = self.ssh_remoteclient.execute_command(
979 ) = self.ssh_remoteclient.execute_command(command)