/openbmc/openbmc-test-automation/lib/ |
H A D | gen_arg.py | 59 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 D | print_ffdc_functions | 36 stock_list = [("test_mode", 0), ("quiet", 1), ("debug", 0)] variable 74 gen_get_options(parser, stock_list)
|
H A D | validate_plug_ins.py | 55 stock_list = [("test_mode", 0), ("quiet", 1), ("debug", 0)] variable 104 if not gen_get_options(parser, stock_list):
|
H A D | obmc_ser_num | 50 stock_list = [("test_mode", 0), ("quiet", 1)] variable 101 if not gen_get_options(parser, stock_list):
|
H A D | prop_call.py | 65 stock_list = [("test_mode", 0), ("quiet", 1), ("debug", 0)] variable 129 if not gen_get_options(parser, stock_list):
|
H A D | generate_testsuite_info.py | 54 stock_list = [("test_mode", 0), ("quiet", 0), ("debug", 0)] variable 166 gen_get_options(parser, stock_list)
|
H A D | websocket_monitor.py | 59 stock_list = [("test_mode", 0), ("quiet", 0), ("debug", 0)] variable 243 gen_get_options(parser, stock_list)
|
H A D | event_notification_util.py | 49 stock_list = [("test_mode", 0), ("quiet", 0), ("debug", 0)] variable
|
H A D | process_plug_in_packages.py | 124 stock_list = [("test_mode", 0), ("quiet", 1), ("debug", 0)] variable
|
H A D | auto_status_file.py | 104 stock_list = [("test_mode", 0), ("quiet", 1), ("debug", 0)] variable
|
/openbmc/openbmc-test-automation/templates/ |
H A D | python_pgm_template | 17 stock_list = [("test_mode", 0), ("quiet", 0), ("debug", 0)]
|
/openbmc/openbmc-test-automation/bin/plug_ins/FFDC/ |
H A D | cp_ffdc_check | 28 stock_list = [ variable
|
/openbmc/openbmc-test-automation/tools/ct_metrics/ |
H A D | gen_csv_results.py | 118 # 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 D | cp_cleanup | 43 stock_list = [ variable
|
H A D | cp_master | 43 stock_list = [ variable
|
H A D | cp_setup | 43 stock_list = [ variable
|
H A D | cp_pre_boot | 43 stock_list = [ variable
|
H A D | cp_post_reboot | 43 stock_list = [ variable
|
/openbmc/openbmc-test-automation/bin/plug_ins/Soft_errors/ |
H A D | cp_post_boot | 29 stock_list = [ variable
|
/openbmc/openbmc-test-automation/bin/plug_ins/Stop/ |
H A D | cp_stop_check | 53 stock_list = [ variable
|
/openbmc/openbmc-test-automation/ |
H A D | CONTRIBUTING.md | 860 gen_get_options(parser, stock_list)
|