{"name": "test_02_case[ComM-search_pattern6-ComMNmVariant-FULL]", "status": "broken", "statusDetails": {"message": "AttributeError: 'ModuleCfgCheck' object has no attribute 'arxml_root'", "trace": "module_name = 'ComM'\nsearch_pattern = {'xpath_rule': 'CONTAINS', 'xpath_str': './/SHORT-NAME', 'xpath_text': 'CHCANFDConnector'}\nparam_name = 'ComMNmVariant', expect_value = 'FULL'\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 = [('ComMNmVariant', 'FULL')], xpath_str = './/SHORT-NAME'\nxpath_text = 'CHCANFDConnector', 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": "'ComM'"}, {"name": "search_pattern", "value": "{'xpath_str': './/SHORT-NAME', 'xpath_text': 'CHCANFDConnector', 'xpath_rule': 'CONTAINS'}"}, {"name": "param_name", "value": "'ComMNmVariant'"}, {"name": "expect_value", "value": "'FULL'"}], "start": 1664025514890, "stop": 1664025514890, "uuid": "b6e31f86-ba85-4464-a91f-71a09bf8a2e3", "historyId": "d6b71bcf244cdbff429456d96bac251e", "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"}]}