Searched refs:exit_function (Results 1 – 15 of 15) sorted by relevance
/openbmc/openbmc-test-automation/lib/ |
H A D | gen_arg.py | 524 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 D | print_ffdc_functions | 39 def exit_function(signal_number=0, frame=None): function 70 gen_post_validation(exit_function, signal_handler)
|
H A D | validate_plug_ins.py | 58 def exit_function(signal_number=0, frame=None): function 89 gen_post_validation(exit_function, signal_handler)
|
H A D | obmc_ser_num | 53 def exit_function(signal_number=0, frame=None): function 84 gen_post_validation(exit_function, signal_handler)
|
H A D | prop_call.py | 68 def exit_function(signal_number=0, frame=None): function 123 gen_post_validation(exit_function, signal_handler)
|
H A D | generate_testsuite_info.py | 57 def exit_function(signal_number=0, frame=None): function 97 gen_post_validation(exit_function, signal_handler)
|
H A D | websocket_monitor.py | 62 def exit_function(signal_number=0, frame=None): function 101 gen_post_validation(exit_function, signal_handler)
|
/openbmc/openbmc-test-automation/templates/ |
H A D | bash_simple_template | 22 function exit_function() { function
|
H A D | python_pgm_template | 20 def exit_function():
|
/openbmc/openbmc-test-automation/bin/plug_ins/FFDC/ |
H A D | cp_ffdc_check | 38 def exit_function(signal_number=0, frame=None): function
|
/openbmc/openbmc-test-automation/tools/ct_metrics/ |
H A D | gen_csv_results.py | 122 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 D | cp_post_boot | 36 def exit_function(signal_number=0, frame=None): function
|
/openbmc/openbmc-test-automation/bin/plug_ins/Mem_tracker/ |
H A D | memcheck.sh | 36 function exit_function() { function
|
/openbmc/openbmc-test-automation/bin/plug_ins/Stop/ |
H A D | cp_stop_check | 60 def exit_function(signal_number=0, frame=None): function
|
/openbmc/openbmc-test-automation/ |
H A D | CONTRIBUTING.md | 855 - "exit_function" pre-defined.
|