Searched refs:execute_command (Results 1 – 8 of 8) sorted by relevance
| /openbmc/openbmc-test-automation/lib/ |
| H A D | ffdc_cli_robot_script.py | 262 cmd_exit_code, err, response = ssh_remoteclient.execute_command( 274 ) = ssh_remoteclient.execute_command("cat /etc/os-release")
|
| H A D | gen_robot_ssh.py | 257 sshlib.execute_command,
|
| /openbmc/openbmc-test-automation/ffdc/plugins/ |
| H A D | telnet_execution.py | 49 result = telnet_remoteclient.execute_command(command, timeout)
|
| H A D | ssh_execution.py | 65 cmd_exit_code, err, response = ssh_remoteclient.execute_command(
|
| /openbmc/openbmc-test-automation/ffdc/lib/ |
| H A D | telnet_utility.py | 139 def execute_command(self, cmd, i_timeout=120): member in TelnetRemoteclient
|
| H A D | ssh_utility.py | 108 def execute_command(self, command, default_timeout=60): member in SSHRemoteclient
|
| /openbmc/qemu/hw/scsi/ |
| H A D | scsi-generic.c | 119 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 D | ffdc_collector.py | 617 result = self.telnet_remoteclient.execute_command( 922 ) = self.ssh_remoteclient.execute_command( 979 ) = self.ssh_remoteclient.execute_command(command)
|