From 5e3f78a64c7c22454b06e215ab16be4337bf455f Mon Sep 17 00:00:00 2001 From: Christian Geddes Date: Fri, 24 Aug 2018 16:58:25 -0500 Subject: Update fapi2 tests cases with Axone targets This commit will add new fapi2 tests case to make sure that the new MCC, OMI, and OMIC target types work correctly. Also in this commit I realized how much of a pain adding new targets can be for these tests so I added some macros to reduce the amount of changes required for some of the tests when new targets get added Change-Id: I5879c23dcd756686e369b1f81e58d56b73b1607f Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/65204 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Ilya Smirnov Reviewed-by: Daniel M. Crowell --- src/include/usr/fapi2/hwpf_fapi2_reasoncodes.H | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'src/include') diff --git a/src/include/usr/fapi2/hwpf_fapi2_reasoncodes.H b/src/include/usr/fapi2/hwpf_fapi2_reasoncodes.H index 24aa4767d..c8c61211d 100644 --- a/src/include/usr/fapi2/hwpf_fapi2_reasoncodes.H +++ b/src/include/usr/fapi2/hwpf_fapi2_reasoncodes.H @@ -94,26 +94,6 @@ namespace fapi2 //Platform generated errors RC_NO_PROCS_FOUND = FAPI2_COMP_ID | 0x0B, RC_NO_PATH_TO_TARGET_FOUND = FAPI2_COMP_ID | 0x0C, - RC_CORE_NO_EX_FOUND = FAPI2_COMP_ID | 0x0D, - RC_CORE_NO_EQ_FOUND = FAPI2_COMP_ID | 0x0E, - RC_CORE_NO_PROC_FOUND = FAPI2_COMP_ID | 0x10, - RC_EX_NO_EQ_FOUND = FAPI2_COMP_ID | 0x11, - RC_EX_NO_PROC_FOUND = FAPI2_COMP_ID | 0x12, - RC_EQ_NO_PROC_FOUND = FAPI2_COMP_ID | 0x13, - RC_MCA_NO_MCS_FOUND = FAPI2_COMP_ID | 0x14, - RC_MCA_NO_PROC_FOUND = FAPI2_COMP_ID | 0x15, - RC_MCS_NO_PROC_FOUND = FAPI2_COMP_ID | 0x16, - RC_MCBIST_NO_PROC_FOUND = FAPI2_COMP_ID | 0x17, - RC_PHB_NO_PEC_FOUND = FAPI2_COMP_ID | 0x18, - RC_PHB_NO_PROC_FOUND = FAPI2_COMP_ID | 0x19, - RC_PEC_NO_PROC_FOUND = FAPI2_COMP_ID | 0x1a, - RC_XBUS_NO_PROC_FOUND = FAPI2_COMP_ID | 0x1b, - RC_OBUS_NO_PROC_FOUND = FAPI2_COMP_ID | 0x1c, - RC_OBRICK_NO_PROC_FOUND = FAPI2_COMP_ID | 0x1d, - RC_PPE_NO_PROC_FOUND = FAPI2_COMP_ID | 0x1e, - RC_PERV_NO_PROC_FOUND = FAPI2_COMP_ID | 0x1f, - RC_CAPP_NO_PROC_FOUND = FAPI2_COMP_ID | 0x20, - RC_SBE_NO_PROC_FOUND = FAPI2_COMP_ID | 0x21, RC_INVALID_CHILD_COUNT = FAPI2_COMP_ID | 0x22, RC_UNIT_NO_PERV_FOUND = FAPI2_COMP_ID | 0x23, RC_INCORRECT_OTHER_END = FAPI2_COMP_ID | 0x24, -- cgit v1.2.3