Searched refs:os_execute_command (Results 1 – 6 of 6) sorted by relevance
| /openbmc/openbmc-test-automation/lib/ |
| H A D | firmware_utils.py | 67 stdout, stderr, rc = bsu.os_execute_command(cmd_buf) 72 stdout, stderr, rc = bsu.os_execute_command(cmd_buf)
|
| H A D | os_utilities.py | 68 stdout, stderr, rc = bmc_ssh_utils.os_execute_command(default_cmd)
|
| H A D | utils.py | 315 stdout, stderr, rc = bsu.os_execute_command(cmd_buf) 389 out_buf, stderr, rc = bsu.os_execute_command("cat /etc/os-release")
|
| H A D | bmc_ssh_utils.py | 95 def os_execute_command( function
|
| H A D | ipmi_utils.py | 118 return bsu.os_execute_command(
|
| H A D | state.py | 553 output, stderr, rc = bsu.os_execute_command(
|