summaryrefslogtreecommitdiffstats
path: root/src/usr/fapi2/test/fapi2HwAccessTest.H
diff options
context:
space:
mode:
authorKahn Evans <kahnevan@us.ibm.com>2017-03-21 10:43:26 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-04-11 17:02:34 -0400
commite9c91c9d51b90d2fbc94e64d8fe8a109fcb3cbbc (patch)
treeb5c649600f6d3388870c338a132bb1645459ac36 /src/usr/fapi2/test/fapi2HwAccessTest.H
parentf9a4434b9a54ca4355e1c368f91497b629130ad8 (diff)
downloadtalos-hostboot-e9c91c9d51b90d2fbc94e64d8fe8a109fcb3cbbc.tar.gz
talos-hostboot-e9c91c9d51b90d2fbc94e64d8fe8a109fcb3cbbc.zip
Change RingID to RingId_t in putRing
Change-Id: If809a8ec82ff90a6ed9dc2763f7e609524fc75fb Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38351 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: RANGANATHPRASAD G. BRAHMASAMUDRA <prasadbgr@in.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38354 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: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/usr/fapi2/test/fapi2HwAccessTest.H')
-rw-r--r--src/usr/fapi2/test/fapi2HwAccessTest.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/fapi2/test/fapi2HwAccessTest.H b/src/usr/fapi2/test/fapi2HwAccessTest.H
index 13ad13b04..e486bed2a 100644
--- a/src/usr/fapi2/test/fapi2HwAccessTest.H
+++ b/src/usr/fapi2/test/fapi2HwAccessTest.H
@@ -174,10 +174,10 @@ void test_fapi2HwAccess()
#if 0 //@fixme-RTC:170587
//this test should not be run at runtime
numTests++;
- FAPI_INVOKE_HWP(l_errl, p9_platPutRingWRingID_pass);
+ FAPI_INVOKE_HWP(l_errl, p9_platPutRingWRingId_t_pass);
if(l_errl)
{
- TS_FAIL("Error from p9_platPutRingWRingID_pass !!");
+ TS_FAIL("Error from p9_platPutRingWRingId_t_pass !!");
numFails++;
errlCommit(l_errl,FAPI2_COMP_ID);
delete l_errl; // delete unexpected error log so we dont get
OpenPOWER on IntegriCloud