Exemple #1
0
    def __init__(self):
        ImportBase.__init__(self)
        self.hu_file_name = ''
        self._col_list = [
            "author", "arl_id", "basic_req", "hu_id", "unique_id", "amp",
            "dsrc", "dcm", "rse", "touch_pad", "separate_disp", "system_conf",
            "rel_requirement", "exception", "dcu_status", "dcu_trigger",
            "dcu_action", "meu_status", "meu_trigger", "meu_action",
            "hu_category_id", "remark", "sys_spec_chapter", "common_chapter",
            "common_seq_spec", "common_seq_no", "common_cmd_guide",
            "common_opc", "inter_loc_spec", "inter_chapter", "other_doc",
            "other_chapter", "test_results", "future_req", "remark1",
            "remark2", "leak_check", "last_modifier", "new_date", "reason"
        ]

        self._point_col_list = [
            "review_result", "pointout_no", "pointout_status",
            "pointout_comment", "reader_check", "reader2_check", "final_check",
            "pointout_charger", "pointout_priority", "pointout_date",
            "suntec_status", "fixed", "suntec_remark", "arl_rel",
            "suntec_cannot_modify"
        ]
        self._from = [
            "major_category", "medium_category", "small_category", "detail",
            "arl_req_post", "arl_status", "arl_trigger", "arl_action",
            "arl_remark", "group_name", 'lock_status'
        ]

        self.covert_dict = {
            'hu_remark': 'remark',
            'hu_remark1': 'remark1',
            'hu_remark2': 'remark2',
            'hu_md5': 'md5_key'
        }
Exemple #2
0
 def __init__(self):
     ImportBase.__init__(self)
     self.file_name = ''
     self._point_col_list = []
     self._from = []
     self.covert_dict = {}
     self._point_col_list = [
         "review_result", "pointout_no", "pointout_status",
         "pointout_comment", "reader_check", "reader2_check", "final_check",
         "pointout_charger", "pointout_priority", "pointout_date",
         "suntec_status", "fixed", "suntec_remark", "arl_rel",
         "suntec_cannot_modify"
     ]
Exemple #3
0
 def __init__(self):
     ImportBase.__init__(self)
Exemple #4
0
 def __init__(self):
     ImportBase.__init__(self)
     self.file_name = ''
Exemple #5
0
 def __init__(self):
     ImportBase.__init__(self)
     self._attr_dict = dict()
     self._pg.connect()