summaryrefslogtreecommitdiffstats
path: root/src/usr/scom
diff options
context:
space:
mode:
authorPrachi Gupta <pragupta@us.ibm.com>2017-08-13 21:03:58 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-08-29 10:30:25 -0400
commitbcb755c898aab3a0aa97df53f97ba1989fb223f0 (patch)
treeb2af3121afb279bd0b4cc6ae740774ebbaf12f34 /src/usr/scom
parentf54485747a6669f7bd33c021f46c9d8a28145b9e (diff)
downloadtalos-hostboot-bcb755c898aab3a0aa97df53f97ba1989fb223f0.tar.gz
talos-hostboot-bcb755c898aab3a0aa97df53f97ba1989fb223f0.zip
cumulus: changes to boot simics all the way to test cases
Change-Id: Ibc62f59635db28e50197139276b9b4c6b59ccc3e Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44768 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/scom')
-rw-r--r--src/usr/scom/runtime/test/testscom_rt.H10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/usr/scom/runtime/test/testscom_rt.H b/src/usr/scom/runtime/test/testscom_rt.H
index a098cb004..38b265efe 100644
--- a/src/usr/scom/runtime/test/testscom_rt.H
+++ b/src/usr/scom/runtime/test/testscom_rt.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2013,2016 */
+/* Contributors Listed Below - COPYRIGHT 2013,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -183,6 +183,8 @@ public:
*/
void test_FSISCOMreadWrite_centaur(void)
{
+//@TODO RTC:178802
+#if 0
TRACFCOMP( g_trac_scom, "ScomTest::test_FSISCOMreadWrite_centaur> Start" );
uint64_t fails = 0;
uint64_t total = 0;
@@ -348,7 +350,7 @@ public:
}
TRACFCOMP( g_trac_scom, "ScomTest::test_FSISCOMreadWrite_centaur> %d/%d fails", fails, total );
-
+#endif
}
@@ -742,7 +744,7 @@ public:
void test_TranslateScom_MBA_MBS(void)
{
TRACFCOMP( g_trac_scom, "ScomTest::test_TranslateScom_MBA_MBS Start" );
-
+#if 0
uint64_t fails = 0;
uint64_t total = 0;
errlHndl_t l_err = NULL;
@@ -907,7 +909,7 @@ public:
}
TRACFCOMP( g_trac_scom, "ScomTest::test_translateScom_MBA_MBS> %d/%d fails", fails, total );
-
+#endif
}
//@todo - write tests to verify connection between XSCOM and FSISCOM
OpenPOWER on IntegriCloud