summaryrefslogtreecommitdiffstats
path: root/src/usr/hwas/test/hwasGardTest.H
diff options
context:
space:
mode:
authorBrian Horton <brianh@linux.ibm.com>2013-08-20 16:28:44 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-09-12 14:07:44 -0500
commit24f7b770b42f2889e8970e75f1ecd8bc1bdb77d5 (patch)
tree942e1dbbf85a21b215238805ed600794df5f4764 /src/usr/hwas/test/hwasGardTest.H
parentd8fdb9f6399d602c3314fe8a0a6578364e886120 (diff)
downloadtalos-hostboot-24f7b770b42f2889e8970e75f1ecd8bc1bdb77d5.tar.gz
talos-hostboot-24f7b770b42f2889e8970e75f1ecd8bc1bdb77d5.zip
GARD: errlog event ID (EID) instead of platform log id (PLID)
gard records and deconfiguredBy use event id instead of plid. Change-Id: Ic0ccbd5b83e1738839819d471956ca700cd22fff RTC: 79346 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5853 Tested-by: Jenkins Server Reviewed-by: SHELDON R. BAILEY <baileysh@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwas/test/hwasGardTest.H')
-rw-r--r--src/usr/hwas/test/hwasGardTest.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/hwas/test/hwasGardTest.H b/src/usr/hwas/test/hwasGardTest.H
index 6a217149f..991982c22 100644
--- a/src/usr/hwas/test/hwasGardTest.H
+++ b/src/usr/hwas/test/hwasGardTest.H
@@ -1120,11 +1120,11 @@ public:
break;
}
- if ((l_records[0].iv_errlogPlid != 0x46) ||
+ if ((l_records[0].iv_errlogEid != 0x46) ||
(l_records[0].iv_errorType != GARD_Fatal))
{
TS_FAIL("testGard6: unexpected data - errl 0x%X type %x",
- l_records[0].iv_errlogPlid, l_records[0].iv_errorType);
+ l_records[0].iv_errlogEid, l_records[0].iv_errorType);
break;
}
OpenPOWER on IntegriCloud