summaryrefslogtreecommitdiffstats
path: root/src/usr/fapi2/test/fapi2HwpTest.H
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2018-08-30 10:52:10 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-09-18 21:20:39 -0500
commitbbad6ad29aab4c1aab253d3a33adecffb0e37960 (patch)
treec02b958e02052a6919b220660ac46ead9b56c5d1 /src/usr/fapi2/test/fapi2HwpTest.H
parent5e3f78a64c7c22454b06e215ab16be4337bf455f (diff)
downloadtalos-hostboot-bbad6ad29aab4c1aab253d3a33adecffb0e37960.tar.gz
talos-hostboot-bbad6ad29aab4c1aab253d3a33adecffb0e37960.zip
Add OCMB_CHIP and MEM_PORT fapi2 test cases
This commit adds test cases for new OCMB_CHIP and MEM_PORT target types that are being added to support the new explorer memory buffer used in Axone. Also this commit fixed up the Axone target generation which was missing a break on the inner loop and removed some changes that were made in target.H which was allowing invalid parets to be looked up for dimm targets. RTC: 172970 Change-Id: I7564fbcfcdde2177ece934015fe40c79011f559f Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/65511 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Matt Derksen <mderkse1@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/fapi2/test/fapi2HwpTest.H')
-rw-r--r--src/usr/fapi2/test/fapi2HwpTest.H2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/usr/fapi2/test/fapi2HwpTest.H b/src/usr/fapi2/test/fapi2HwpTest.H
index 416086c81..63ef6af69 100644
--- a/src/usr/fapi2/test/fapi2HwpTest.H
+++ b/src/usr/fapi2/test/fapi2HwpTest.H
@@ -102,6 +102,8 @@ void test_fapi2Hwp()
HWP_TEST_MODEL_SPECIFIC_MACRO(p9_sample_procedure_omi, fapi2_omiTarget, MY_OMI)
HWP_TEST_MODEL_SPECIFIC_MACRO(p9_sample_procedure_omic, fapi2_omicTarget, MY_OMIC)
HWP_TEST_MODEL_SPECIFIC_MACRO(p9_sample_procedure_mcc, fapi2_mccTarget, MY_MCC)
+ HWP_TEST_MODEL_SPECIFIC_MACRO(p9_sample_procedure_ocmb, fapi2_ocmbTarget, MY_OCMB)
+ HWP_TEST_MODEL_SPECIFIC_MACRO(p9_sample_procedure_mem_port, fapi2_memportTarget, MY_MEM_PORT)
}while(0);
FAPI_INF("test_fapiHWP:: Test Complete. %d/%d fails", numFails,numTests);
OpenPOWER on IntegriCloud