Home
last modified time | relevance | path

Searched refs:key_value_outbuf_to_dict (Results 1 – 6 of 6) sorted by relevance

/openbmc/openbmc-test-automation/lib/
H A Dipmi_utils.py203 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 Dfirmware_utils.py69 firmware_dict = vf.key_value_outbuf_to_dict(stdout)
74 vf.key_value_outbuf_to_dict(stdout, delim="=", strip=' "')
H A Dutils.py152 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 Dos_utilities.py70 return var_funcs.key_value_outbuf_to_dict(stdout, delim="=", strip='"')
H A Dvar_funcs.py395 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 Dcp_post_boot152 result = key_value_outbuf_to_dict(out_buf)