summaryrefslogtreecommitdiffstats
path: root/src/usr/pnor/test
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2016-02-20 14:07:15 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-02-20 14:17:36 -0600
commitb8f1f5e6418f39186742345c87ac1394a62923fa (patch)
tree72d539577a4f0d49eb89d4de141554853ed8557f /src/usr/pnor/test
parentf694de64648cca4dc979b99ec8d323c6abbba1ae (diff)
downloadtalos-hostboot-b8f1f5e6418f39186742345c87ac1394a62923fa.tar.gz
talos-hostboot-b8f1f5e6418f39186742345c87ac1394a62923fa.zip
Disable testcase that corrupt pnor TOC
Recent builds are seeing ECC errors during testcase runs, turning off a test that seems suspect. Change-Id: I7a908aeca3ff27757eb3d7a37510a0bc700d65e1 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/24554 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/pnor/test')
-rw-r--r--src/usr/pnor/test/pnorrptest.H6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/usr/pnor/test/pnorrptest.H b/src/usr/pnor/test/pnorrptest.H
index eda50ec6e..92d82a397 100644
--- a/src/usr/pnor/test/pnorrptest.H
+++ b/src/usr/pnor/test/pnorrptest.H
@@ -506,7 +506,8 @@ class PnorRpTest : public CxxTest::TestSuite
* first entry because they are checked separately in pnorrp.C
*
*/
- void test_TOC(void)
+ //TODO RTC:146146 Re-enable test_TOC testcase in pnorrptest.H
+ void _test_TOC(void)
{
TRACFCOMP(g_trac_pnor, "PnorRpTest::test_TOC Start" );
@@ -597,6 +598,9 @@ class PnorRpTest : public CxxTest::TestSuite
// Fix cur_TOC first entry
PnorRP::getInstance().writeToDevice( offset + FFS_HDR_SIZE, 0,
false, tocEntry );
+ //Read the corrected entry into iv_TOC
+ PnorRP::getInstance().readTOC();
+
}
delete tocHeader;
OpenPOWER on IntegriCloud