summaryrefslogtreecommitdiffstats
path: root/src/usr/errl/runtime/test
diff options
context:
space:
mode:
authorElizabeth K. Liner <eliner@us.ibm.com>2017-03-23 12:56:51 -0400
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-03-23 15:24:17 -0400
commit08fd06fdc5c3e997ebc1e978cc3b42ad7082664c (patch)
tree10571f3669b674a4abbfc268bf9ccc162e5b74b8 /src/usr/errl/runtime/test
parentae077907670f4c5442a12f20ee2f694500b4b757 (diff)
downloadtalos-hostboot-08fd06fdc5c3e997ebc1e978cc3b42ad7082664c.tar.gz
talos-hostboot-08fd06fdc5c3e997ebc1e978cc3b42ad7082664c.zip
Revert "Adding in support for PHYP SRC and all 9 words"
This reverts commit a0c2aa6132a0b49975327f5aa9238d1d3e2b750b. Change-Id: I6cfe36de59e6981ff23aa7d9aea1474f14729d2d Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38362 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/errl/runtime/test')
-rw-r--r--src/usr/errl/runtime/test/rt_errltest.H6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/errl/runtime/test/rt_errltest.H b/src/usr/errl/runtime/test/rt_errltest.H
index 404205920..5458058fd 100644
--- a/src/usr/errl/runtime/test/rt_errltest.H
+++ b/src/usr/errl/runtime/test/rt_errltest.H
@@ -173,7 +173,7 @@ public:
break;
}
- if (l_err->srcType() != HBT_ERR_INFO)
+ if (l_err->srcType() != ERRORLOG::SRC_ERR_INFO)
{
TS_FAIL("testErrl1: createErrlLog() returns incorrect SRC type!");
break;
@@ -231,7 +231,7 @@ public:
l_err->setSev(ERRORLOG::ERRL_SEV_UNKNOWN);
l_err->setEventType(ERRORLOG::ERRL_ETYPE_CAPACITY_UPGRADE);
l_err->setSubSys(ERRORLOG::EPUB_UNKNOWN);
- l_err->setSrcType(HBT_ERR_INFO);
+ l_err->setSrcType(ERRORLOG::SRC_ERR_INFO);
l_err->setTermState(ERRORLOG::TERM_STATE_NO_FLAGS);
if (l_err->sev() != ERRORLOG::ERRL_SEV_UNKNOWN)
@@ -246,7 +246,7 @@ public:
{
TS_FAIL("testErrl2: setSubSys() fails!");
}
- else if (l_err->srcType() != HBT_ERR_INFO)
+ else if (l_err->srcType() != ERRORLOG::SRC_ERR_INFO)
{
TS_FAIL("testErrl2: setSrcType() fails!");
}
OpenPOWER on IntegriCloud