Home
last modified time | relevance | path

Searched refs:create_ipmi_ext_command_string (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc-test-automation/lib/
H A Dipmi_client.py37 def create_ipmi_ext_command_string(command, **options): function
102 command_string = create_ipmi_ext_command_string("power status")
116 command_string = create_ipmi_ext_command_string("power status")
H A Dipmi_utils.py123 cmd_buf = ic.create_ipmi_ext_command_string(cmd_string, **options)