{"name": "test_02_case[TcpIp-search_pattern3-TcpIpAssignmentTrigger-TCPIP_MANUAL]", "status": "broken", "statusDetails": {"message": "AttributeError: 'ModuleCfgCheck' object has no attribute 'arxml_root'", "trace": "module_name = 'TcpIp'\nsearch_pattern = {'xpath_rule': 'CONTAINS', 'xpath_str': './/SHORT-NAME', 'xpath_text': 'NE_CCP_MCU'}\nparam_name = 'TcpIpAssignmentTrigger', expect_value = 'TCPIP_MANUAL'\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 = \ncheck_items = [('TcpIpAssignmentTrigger', 'TCPIP_MANUAL')]\nxpath_str = './/SHORT-NAME', xpath_text = 'NE_CCP_MCU', xpath_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": "'TcpIp'"}, {"name": "search_pattern", "value": "{'xpath_str': './/SHORT-NAME', 'xpath_text': 'NE_CCP_MCU', 'xpath_rule': 'CONTAINS'}"}, {"name": "param_name", "value": "'TcpIpAssignmentTrigger'"}, {"name": "expect_value", "value": "'TCPIP_MANUAL'"}], "start": 1664025514865, "stop": 1664025514865, "uuid": "edfde31c-eb38-4589-aa92-84d2e69108aa", "historyId": "9e5b50633310cea3080db62684193d38", "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"}]}