summaryrefslogtreecommitdiffstats
path: root/src/usr/util/test
diff options
context:
space:
mode:
authorPrachi Gupta <pragupta@us.ibm.com>2014-12-19 14:16:51 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-01-22 17:19:04 -0600
commit32c1363b48266e3c10a37345225d35f06c863073 (patch)
tree37161ddaf45dad2f26dbfb17dac015e05beb4eb3 /src/usr/util/test
parentf8569146fb30162c9bc9d4730d0476f209071fac (diff)
downloadtalos-hostboot-32c1363b48266e3c10a37345225d35f06c863073.tar.gz
talos-hostboot-32c1363b48266e3c10a37345225d35f06c863073.zip
allow lid to be read from pnor at runtime
RTC:116595 Change-Id: I446c314e6675227293e50121b47d091276b817b0 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15000 Tested-by: Jenkins Server Reviewed-by: STEPHEN M. CPREK <smcprek@us.ibm.com> Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/util/test')
-rw-r--r--src/usr/util/test/testlidmgr.H11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/usr/util/test/testlidmgr.H b/src/usr/util/test/testlidmgr.H
index 6980c5a64..69932fe7d 100644
--- a/src/usr/util/test/testlidmgr.H
+++ b/src/usr/util/test/testlidmgr.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2014 */
+/* Contributors Listed Below - COPYRIGHT 2014,2015 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -88,7 +88,7 @@ public:
if (l_lidSize != l_lidPnorInfo.size)
{
- TS_FAIL("testLidInPnor: lidSize does not match pnor test section size 0x%.8X > 0x%.8X",
+ TS_FAIL("testLidInPnor: lidSize does not match pnor test section size 0x%.8X != 0x%.8X",
l_lidSize, l_lidPnorInfo.size);
break;
}
@@ -139,13 +139,14 @@ public:
{
errlCommit(l_errl,UTIL_COMP_ID);
TS_FAIL("testLidInPnorOcc: Error getting lidId=0x%.8x",
- Util::TEST_LIDID);
+ Util::OCC_LIDID);
break;
}
if (l_lidSize != l_lidPnorInfo.size)
{
- TS_FAIL("testLidInPnorOcc: lidSize does not match pnor OCC section size 0x%.8X > 0x%.8X",
+ TS_FAIL("testLidInPnorOcc: lidSize does not match pnor OCC"
+ " section size 0x%.8X != 0x%.8X",
l_lidSize, l_lidPnorInfo.size);
break;
}
@@ -162,4 +163,4 @@ public:
}
};
-#endif \ No newline at end of file
+#endif
OpenPOWER on IntegriCloud