Searched refs:create_command_string (Results 1 – 3 of 3) sorted by relevance
89 return gc.create_command_string("ipmitool", command, new_options)
168 command_string = gc.create_command_string("nping", host, options)
582 def create_command_string(command, *pos_parms, **options): function