Home
last modified time | relevance | path

Searched refs:exit_function (Results 1 – 15 of 15) sorted by relevance

/openbmc/openbmc-test-automation/lib/
H A Dgen_arg.py524 exit_function = getattr(module, "exit_function", None)
525 if exit_function:
526 exit_function()
546 def gen_post_validation(exit_function=None, signal_handler=None): argument
562 exit_function = exit_function or gen_exit_function
565 atexit.register(exit_function)
/openbmc/openbmc-test-automation/bin/
H A Dprint_ffdc_functions39 def exit_function(signal_number=0, frame=None): function
70 gen_post_validation(exit_function, signal_handler)
H A Dvalidate_plug_ins.py58 def exit_function(signal_number=0, frame=None): function
89 gen_post_validation(exit_function, signal_handler)
H A Dobmc_ser_num53 def exit_function(signal_number=0, frame=None): function
84 gen_post_validation(exit_function, signal_handler)
H A Dprop_call.py68 def exit_function(signal_number=0, frame=None): function
123 gen_post_validation(exit_function, signal_handler)
H A Dgenerate_testsuite_info.py57 def exit_function(signal_number=0, frame=None): function
97 gen_post_validation(exit_function, signal_handler)
H A Dwebsocket_monitor.py62 def exit_function(signal_number=0, frame=None): function
101 gen_post_validation(exit_function, signal_handler)
/openbmc/openbmc-test-automation/templates/
H A Dbash_simple_template22 function exit_function() { function
H A Dpython_pgm_template20 def exit_function():
/openbmc/openbmc-test-automation/bin/plug_ins/FFDC/
H A Dcp_ffdc_check38 def exit_function(signal_number=0, frame=None): function
/openbmc/openbmc-test-automation/tools/ct_metrics/
H A Dgen_csv_results.py122 def exit_function(signal_number=0, frame=None): function
164 gen_post_validation(exit_function, signal_handler)
/openbmc/openbmc-test-automation/bin/plug_ins/Soft_errors/
H A Dcp_post_boot36 def exit_function(signal_number=0, frame=None): function
/openbmc/openbmc-test-automation/bin/plug_ins/Mem_tracker/
H A Dmemcheck.sh36 function exit_function() { function
/openbmc/openbmc-test-automation/bin/plug_ins/Stop/
H A Dcp_stop_check60 def exit_function(signal_number=0, frame=None): function
/openbmc/openbmc-test-automation/
H A DCONTRIBUTING.md855 - "exit_function" pre-defined.