{"uid":"1cf6d077d66956ed","name":"test_01_case[EthTrcv-EthTrcvHwAccessMonitorPeriod-1]","fullName":"testcase.test_case#test_01_case","historyId":"cb13c8b46ce9d44f14a6d00f69e0ca92","time":{"start":1664025514805,"stop":1664025514805,"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 = 'EthTrcv', param_name = 'EthTrcvHwAccessMonitorPeriod'\nexpect_value = '1'\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 =