Home
last modified time | relevance | path

Searched refs:stock_list (Results 1 – 21 of 21) sorted by relevance

/openbmc/openbmc-test-automation/lib/
H A Dgen_arg.py59 def gen_get_options(parser, stock_list=[]): argument
85 for ix in range(0, len(stock_list)):
86 if len(stock_list[ix]) < 1:
93 + gp.sprint_var(stock_list)
96 if isinstance(stock_list[ix], tuple):
97 arg_name = stock_list[ix][0]
98 default = stock_list[ix][1]
100 arg_name = stock_list[ix]
184 for ix in range(0, len(stock_list)):
185 if isinstance(stock_list[ix], tuple):
[all …]
/openbmc/openbmc-test-automation/bin/
H A Dprint_ffdc_functions36 stock_list = [("test_mode", 0), ("quiet", 1), ("debug", 0)] variable
74 gen_get_options(parser, stock_list)
H A Dvalidate_plug_ins.py55 stock_list = [("test_mode", 0), ("quiet", 1), ("debug", 0)] variable
104 if not gen_get_options(parser, stock_list):
H A Dobmc_ser_num50 stock_list = [("test_mode", 0), ("quiet", 1)] variable
101 if not gen_get_options(parser, stock_list):
H A Dprop_call.py65 stock_list = [("test_mode", 0), ("quiet", 1), ("debug", 0)] variable
129 if not gen_get_options(parser, stock_list):
H A Dgenerate_testsuite_info.py54 stock_list = [("test_mode", 0), ("quiet", 0), ("debug", 0)] variable
166 gen_get_options(parser, stock_list)
H A Dwebsocket_monitor.py59 stock_list = [("test_mode", 0), ("quiet", 0), ("debug", 0)] variable
243 gen_get_options(parser, stock_list)
H A Devent_notification_util.py49 stock_list = [("test_mode", 0), ("quiet", 0), ("debug", 0)] variable
H A Dprocess_plug_in_packages.py124 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
/openbmc/openbmc-test-automation/templates/
H A Dpython_pgm_template17 stock_list = [("test_mode", 0), ("quiet", 0), ("debug", 0)]
/openbmc/openbmc-test-automation/bin/plug_ins/FFDC/
H A Dcp_ffdc_check28 stock_list = [ variable
/openbmc/openbmc-test-automation/tools/ct_metrics/
H A Dgen_csv_results.py118 # Populate stock_list with options we want.
119 stock_list = [("test_mode", 0), ("quiet", 0), ("debug", 0)] variable
440 if not gen_get_options(parser, stock_list):
/openbmc/openbmc-test-automation/bin/plug_ins/Auto_reboot/
H A Dcp_cleanup43 stock_list = [ variable
H A Dcp_master43 stock_list = [ variable
H A Dcp_setup43 stock_list = [ variable
H A Dcp_pre_boot43 stock_list = [ variable
H A Dcp_post_reboot43 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/
H A DCONTRIBUTING.md860 gen_get_options(parser, stock_list)