From 9add45f9ebcec629c99d462cca1d755090ff4157 Mon Sep 17 00:00:00 2001 From: Brian Bakke Date: Mon, 23 Apr 2018 13:40:06 -0500 Subject: Log an error when FAPI Attribute Overrides are attempted Attribute Overrides from FAPI tank are ignored as the Target Type is defaulted in the call tree and thus Attributes for FAPI Targets are never extracted. Add a error log if FAPI Attributes are ingested so there is an indication that these are not supported rather than throwing them silently on the floor. Change-Id: I595e07b03df4d093d7f91b0a8513a8d94c9844dc RTC:177224 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/57683 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Tested-by: Jenkins OP HW Reviewed-by: Brian E. Bakke Reviewed-by: Martin Gloff Reviewed-by: Daniel M. Crowell --- src/include/usr/targeting/common/targreasoncodes.H | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/usr') diff --git a/src/include/usr/targeting/common/targreasoncodes.H b/src/include/usr/targeting/common/targreasoncodes.H index fb2f9026c..411d686cb 100644 --- a/src/include/usr/targeting/common/targreasoncodes.H +++ b/src/include/usr/targeting/common/targreasoncodes.H @@ -78,6 +78,7 @@ enum TargetingReasonCode TARG_RC_ATTRIBUTE_ENUM_CHECK_FAIL = TARG_COMP_ID | 0x16, TARG_RC_ATTRIBUTE_RANGE_CHECK_FAIL = TARG_COMP_ID | 0x17, TARG_RC_CONCURRENT_CODE_UPDATE_FAIL = TARG_COMP_ID | 0x18, + TARG_RC_ATTR_OVER_FAPI_TANK_NOT_SUPPORTED = TARG_COMP_ID | 0x19, }; }; // End TARGETING namespace -- cgit v1.2.1