Home
last modified time | relevance | path

Searched refs:create_command_string (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc-test-automation/lib/
H A Dipmi_client.py89 return gc.create_command_string("ipmitool", command, new_options)
H A Dbmc_network_utils.py168 command_string = gc.create_command_string("nping", host, options)
H A Dgen_cmd.py582 def create_command_string(command, *pos_parms, **options): function