Lines Matching refs:err_dic
73 err_dic = {}
84 err_dic['acrn_config_utilities error: wrong parameter'] = "wrong usage"
85 … return (err_dic, board_info_file, scenario_info_file, launch_info_file, int(vm_th), output_folder)
102 err_dic['common error: wrong parameter'] = "--user_vmid should be a number"
103 … return (err_dic, board_info_file, scenario_info_file, launch_info_file, int(vm_th), output_folder)
107 err_dic['common error: wrong parameter'] = "wrong usage"
108 … return (err_dic, board_info_file, scenario_info_file, launch_info_file, int(vm_th), output_folder)
111 err_dic['common error: wrong parameter'] = "{} does not exist!".format(board_info_file)
112 … return (err_dic, board_info_file, scenario_info_file, launch_info_file, int(vm_th), output_folder)
115 err_dic['common error: wrong parameter'] = "{} does not exist!".format(scenario_info_file)
116 … return (err_dic, board_info_file, scenario_info_file, launch_info_file, int(vm_th), output_folder)
119 err_dic['common error: wrong parameter'] = "{} does not exist!".format(launch_info_file)
120 … return (err_dic, board_info_file, scenario_info_file, launch_info_file, int(vm_th), output_folder)
122 … return (err_dic, board_info_file, scenario_info_file, launch_info_file, int(vm_th), output_folder)