Home
last modified time | relevance | path

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

/openbmc/openbmc-test-automation/bin/plug_ins/FFDC/
H A Dcp_ffdc_check20 + repr(dump_ffdc_rc())
70 exit(dump_ffdc_rc())
73 exit(dump_ffdc_rc())
78 exit(dump_ffdc_rc())
87 exit(dump_ffdc_rc())
/openbmc/openbmc-test-automation/lib/
H A Dobmc_boot_test.py125 def dump_ffdc_rc(): function
1131 shell_rc=dump_ffdc_rc(),
1135 if ffdc_check == "All" or shell_rc == dump_ffdc_rc():
1284 shell_rc=dump_ffdc_rc(),
1288 if shell_rc == dump_ffdc_rc():
H A Dgen_plug_in_utils.py623 def dump_ffdc_rc(): function