{"uid":"60ba0f8ea493e98c","name":"test_01_case[Dem-DemResetConfirmedBitOnOverflow-false]","fullName":"testcase.test_case#test_01_case","historyId":"4d2f3375d01472f013d99ba7b2720212","time":{"start":1664025514711,"stop":1664025514711,"duration":0},"description":"\n 该用例适用于 对某一配置项值进行检查,可能有多个container 都具有该配置项,但所有配置项的值都相同。\n 当有一个值与预期值不匹配时,将报错。\n :param module_name:\n :param param_name:\n :param expect_value:\n :return:\n ","descriptionHtml":"
该用例适用于 对某一配置项值进行检查,可能有多个container 都具有该配置项,但所有配置项的值都相同。\n当有一个值与预期值不匹配时,将报错。\n:param module_name:\n:param param_name:\n:param expect_value:\n:return:\n
\n","status":"broken","statusMessage":"AttributeError: 'ModuleCfgCheck' object has no attribute 'arxml_root'","statusTrace":"module_name = 'Dem', param_name = 'DemResetConfirmedBitOnOverflow'\nexpect_value = 'false'\n\n @pytest.mark.parametrize(\"module_name, param_name, expect_value\", get_xlsx_data_by_item_type(ItemType.FIXED_VALUE))\n def test_01_case(module_name, param_name, expect_value):\n '''\n 该用例适用于 对某一配置项值进行检查,可能有多个container 都具有该配置项,但所有配置项的值都相同。\n 当有一个值与预期值不匹配时,将报错。\n :param module_name:\n :param param_name:\n :param expect_value:\n :return:\n '''\n item = (param_name, expect_value)\n> res = check_module_param_check(PROJECT, module_name, item)\n\ntestcase\\test_case.py:26: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _\nBase\\ModuleCfgCheck.py:96: in check_module_param_check\n cmp_result = mcc.do_param_check([check_item], search_pattern, costum_func)\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _\n\nself =