Searched refs:pgm_name (Results 1 – 14 of 14) sorted by relevance
/openbmc/openbmc-test-automation/bin/plug_ins/Auto_reboot/ |
H A D | cp_cleanup | 61 if pgm_name == "cp_cleanup": 75 if pgm_name == "cp_setup" or pgm_name == "cp_cleanup": 78 init_robot_out_parms(get_plug_in_package_name() + "." + pgm_name + ".")
|
H A D | cp_master | 61 if pgm_name == "cp_cleanup": 75 if pgm_name == "cp_setup" or pgm_name == "cp_cleanup": 78 init_robot_out_parms(get_plug_in_package_name() + "." + pgm_name + ".")
|
H A D | cp_setup | 61 if pgm_name == "cp_cleanup": 75 if pgm_name == "cp_setup" or pgm_name == "cp_cleanup": 78 init_robot_out_parms(get_plug_in_package_name() + "." + pgm_name + ".")
|
H A D | cp_pre_boot | 61 if pgm_name == "cp_cleanup": 75 if pgm_name == "cp_setup" or pgm_name == "cp_cleanup": 78 init_robot_out_parms(get_plug_in_package_name() + "." + pgm_name + ".")
|
H A D | cp_post_reboot | 61 if pgm_name == "cp_cleanup": 75 if pgm_name == "cp_setup" or pgm_name == "cp_cleanup": 78 init_robot_out_parms(get_plug_in_package_name() + "." + pgm_name + ".")
|
/openbmc/openbmc-test-automation/lib/ |
H A D | gen_arg.py | 312 def match_process_by_pgm_name(process, pgm_name): argument 363 optional_dir_path_regex + pgm_name + "( |$)", cmdline[0] 364 ) or re.match(optional_dir_path_regex + pgm_name + "( |$)", cmdline[1]) 366 def select_processes_by_pgm_name(processes, pgm_name): argument 380 if match_process_by_pgm_name(process, pgm_name) 460 gp.sprint_varx("pgm_name", gp.pgm_name) 475 for pgm_name in term_options["term_requests"]["pgm_names"]: 477 select_processes_by_pgm_name(descendants, pgm_name)
|
H A D | boot_data.py | 313 def create_boot_results_file_path(pgm_name, openbmc_nickname, master_pid): argument 329 file_name_dict = vf.create_var_dict(pgm_name, openbmc_nickname, master_pid)
|
H A D | obmc_boot_test.py | 51 pgm_name = re.sub("\\.py$", "", os.path.basename(__file__)) variable 268 pgm_name, openbmc_nickname, master_pid 919 gpu.save_plug_in_value(soft_errors, pgm_name) 1143 gpu.save_plug_in_value(soft_errors, pgm_name) 1296 gpu.save_plug_in_value(soft_errors, pgm_name)
|
H A D | gen_print.py | 45 pgm_name = os.path.basename(pgm_file_path) variable 47 os.path.normpath(re.sub("/" + pgm_name, "", pgm_file_path)) + os.path.sep 53 pgm_name_var_name = pgm_name.replace(".", "_") 1535 buffer += sindent(sprint_time() + "Running " + pgm_name + ".\n", indent) 1713 buffer = "\n" + sprint_time() + "Finished running " + pgm_name + ".\n\n"
|
H A D | gen_plug_in_utils.py | 578 + gp.pgm_name
|
H A D | gen_misc.py | 726 gp.pgm_name,
|
/openbmc/openbmc-test-automation/bin/plug_ins/Soft_errors/ |
H A D | cp_post_boot | 71 init_robot_out_parms(get_plug_in_package_name() + "." + pgm_name + ".")
|
/openbmc/openbmc-test-automation/bin/plug_ins/Stop/ |
H A D | cp_stop_check | 109 init_robot_out_parms(get_plug_in_package_name() + "." + pgm_name + ".")
|
/openbmc/openbmc-test-automation/bin/ |
H A D | auto_status_file.py | 227 ret_code_str = re.sub("\\.py$", "", pgm_name) + "_ret_code"
|