Home
last modified time | relevance | path

Searched defs:stock_list (Results 1 – 19 of 19) sorted by relevance

/openbmc/openbmc-test-automation/bin/
H A Devent_notification_util.py49 stock_list = [("test_mode", 0), ("quiet", 0), ("debug", 0)] variable
H A Dprop_call.py65 stock_list = [("test_mode", 0), ("quiet", 1), ("debug", 0)] variable
H A Dprocess_plug_in_packages.py124 stock_list = [("test_mode", 0), ("quiet", 1), ("debug", 0)] variable
H A Dprint_ffdc_functions36 stock_list = [("test_mode", 0), ("quiet", 1), ("debug", 0)] variable
H A Dvalidate_plug_ins.py55 stock_list = [("test_mode", 0), ("quiet", 1), ("debug", 0)] variable
H A Dauto_status_file.py104 stock_list = [("test_mode", 0), ("quiet", 1), ("debug", 0)] variable
H A Dobmc_ser_num50 stock_list = [("test_mode", 0), ("quiet", 1)] variable
H A Dgenerate_testsuite_info.py54 stock_list = [("test_mode", 0), ("quiet", 0), ("debug", 0)] variable
H A Dwebsocket_monitor.py59 stock_list = [("test_mode", 0), ("quiet", 0), ("debug", 0)] variable
/openbmc/openbmc-test-automation/bin/plug_ins/Auto_reboot/
H A Dcp_master43 stock_list = [ variable
H A Dcp_cleanup43 stock_list = [ variable
H A Dcp_setup43 stock_list = [ variable
H A Dcp_post_reboot43 stock_list = [ variable
H A Dcp_pre_boot43 stock_list = [ variable
/openbmc/openbmc-test-automation/bin/plug_ins/FFDC/
H A Dcp_ffdc_check28 stock_list = [ variable
/openbmc/openbmc-test-automation/bin/plug_ins/Soft_errors/
H A Dcp_post_boot29 stock_list = [ variable
/openbmc/openbmc-test-automation/bin/plug_ins/Stop/
H A Dcp_stop_check53 stock_list = [ variable
/openbmc/openbmc-test-automation/tools/ct_metrics/
H A Dgen_csv_results.py119 stock_list = [("test_mode", 0), ("quiet", 0), ("debug", 0)] variable
/openbmc/openbmc-test-automation/lib/
H A Dgen_arg.py59 def gen_get_options(parser, stock_list=[]): argument