1 |
- {"name": "test_02_case[Rte-search_pattern1-RteExclusiveAreaImplMechanism-NONE]", "status": "broken", "statusDetails": {"message": "AttributeError: 'ModuleCfgCheck' object has no attribute 'arxml_root'", "trace": "module_name = 'Rte'\nsearch_pattern = {'xpath_rule': 'CONTAINS', 'xpath_str': './/SHORT-NAME', 'xpath_text': 'ETHTRCV_30_88Q1010_EXCLUSIVE_AREA_SEQUENCE'}\nparam_name = 'RteExclusiveAreaImplMechanism', expect_value = 'NONE'\n\n @pytest.mark.parametrize(\"module_name, search_pattern, param_name, expect_value\", get_xlsx_data_by_item_type(ItemType.CUSTOM_PATTERN))\n def test_02_case(module_name, search_pattern, param_name, expect_value):\n item = (param_name, expect_value)\n> res = check_module_param_check(PROJECT, module_name, item, search_pattern)\n\ntestcase\\test_case.py:33: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _\nBase\\ModuleCfgCheck.py:96: in check_module_param_check\n cmp_result = mcc.do_param_check([check_item], search_pattern, costum_func)\nBase\\ModuleCfgCheck.py:61: in do_param_check\n match_element = get_match_element_function(check_items, **search_pattern)\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _\n\nself = <Base.ModuleCfgCheck.ModuleCfgCheck object at 0x000001F943D65070>\ncheck_items = [('RteExclusiveAreaImplMechanism', 'NONE')]\nxpath_str = './/SHORT-NAME'\nxpath_text = 'ETHTRCV_30_88Q1010_EXCLUSIVE_AREA_SEQUENCE'\nxpath_rule = 'CONTAINS'\n\n def get_detail_element(self, check_items, xpath_str, xpath_text='', xpath_rule=None):\n ret = None\n param_name, expect_value = check_items[0]\n \n> match_element = Arxml.get_all_match_element(self.arxml_root, xpath_str, xpath_text, xpath_rule)\nE AttributeError: 'ModuleCfgCheck' object has no attribute 'arxml_root'\n\nBase\\ModuleCfgCheck.py:72: AttributeError"}, "parameters": [{"name": "module_name", "value": "'Rte'"}, {"name": "search_pattern", "value": "{'xpath_str': './/SHORT-NAME', 'xpath_text': 'ETHTRCV_30_88Q1010_EXCLUSIVE_AREA_SEQUENCE', 'xpath_rule': 'CONTAINS'}"}, {"name": "param_name", "value": "'RteExclusiveAreaImplMechanism'"}, {"name": "expect_value", "value": "'NONE'"}], "start": 1664025514849, "stop": 1664025514849, "uuid": "5cb52e6a-9bf5-4626-bc27-c548f24b4459", "historyId": "60a6a8dbc77aa4c35fbee414106c45fc", "testCaseId": "a0b4389d6ae642fc871e2d7bda2bb9ab", "fullName": "testcase.test_case#test_02_case", "labels": [{"name": "parentSuite", "value": "testcase"}, {"name": "suite", "value": "test_case"}, {"name": "host", "value": "LAPTOP-QT63IHFO"}, {"name": "thread", "value": "40940-MainThread"}, {"name": "framework", "value": "pytest"}, {"name": "language", "value": "cpython3"}, {"name": "package", "value": "testcase.test_case"}]}
|