Searched refs:key_value_outbuf_to_dict (Results 1 – 6 of 6) sorted by relevance
/openbmc/openbmc-test-automation/lib/ |
H A D | ipmi_utils.py | 203 auth_type_enable_dict = vf.key_value_outbuf_to_dict( 208 lan_print_dict = vf.key_value_outbuf_to_dict( 251 result = vf.key_value_outbuf_to_dict(ret_values) 312 result = vf.key_value_outbuf_to_dict(ret_values, process_indent=1) 353 result = vf.key_value_outbuf_to_dict(ret_values, process_indent=1) 469 vf.key_value_outbuf_to_dict(x) for x in re.split("\n\n", ret_values) 551 return vf.key_value_outbuf_to_dict(ret_values, process_indent=1) 673 result = vf.key_value_outbuf_to_dict(ret_values, process_indent=1) 770 result = vf.key_value_outbuf_to_dict(ret_values, process_indent=1)
|
H A D | firmware_utils.py | 69 firmware_dict = vf.key_value_outbuf_to_dict(stdout) 74 vf.key_value_outbuf_to_dict(stdout, delim="=", strip=' "')
|
H A D | utils.py | 152 initial_time_dict = vf.key_value_outbuf_to_dict(out_buf) 311 result = vf.key_value_outbuf_to_dict(stdout, process_indent=1, strip=" \t") 352 return vf.key_value_outbuf_to_dict(out_buf, delim="=", strip='"') 385 return vf.key_value_outbuf_to_dict(out_buf, delim="=", strip='"')
|
H A D | os_utilities.py | 70 return var_funcs.key_value_outbuf_to_dict(stdout, delim="=", strip='"')
|
H A D | var_funcs.py | 395 def key_value_outbuf_to_dict(out_buf, **args): function 507 key_value_outbuf_to_dict(x, **args)
|
/openbmc/openbmc-test-automation/bin/plug_ins/Soft_errors/ |
H A D | cp_post_boot | 152 result = key_value_outbuf_to_dict(out_buf)
|