summaryrefslogtreecommitdiffstats
path: root/src/usr/cxxtest
diff options
context:
space:
mode:
authorMatt Derksen <mderkse1@us.ibm.com>2019-07-10 09:20:45 -0500
committerDaniel M Crowell <dcrowell@us.ibm.com>2019-08-20 10:04:30 -0500
commit052182c0de15d0d3ce3ffc06100f6b60459704ed (patch)
treef8d048ca8abcf17742724c3e4ae32e0ff1ec64a9 /src/usr/cxxtest
parenta950157bfa82be76566ba9a81783592f42f727c9 (diff)
downloadtalos-hostboot-052182c0de15d0d3ce3ffc06100f6b60459704ed.tar.gz
talos-hostboot-052182c0de15d0d3ce3ffc06100f6b60459704ed.zip
Test runtime scom support in Axone
Needed to disable i2c explorer command tests during runtime. Currently just support mmio operations for runtime. Change-Id: Ifd2888b1deb03b76408b03516a9dd030896e1ee1 RTC:210321 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/80236 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R Geddes <crgeddes@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Roland Veloz <rveloz@us.ibm.com> Reviewed-by: Daniel M Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/cxxtest')
-rwxr-xr-xsrc/usr/cxxtest/TestSuite.C5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/usr/cxxtest/TestSuite.C b/src/usr/cxxtest/TestSuite.C
index 92feb4886..6f7e3fb2a 100755
--- a/src/usr/cxxtest/TestSuite.C
+++ b/src/usr/cxxtest/TestSuite.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2011,2017 */
+/* Contributors Listed Below - COPYRIGHT 2011,2019 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -115,10 +115,11 @@ void doFailTest( )
void doFailTest( const char *filename, uint32_t linenum )
{
- TRACDCOMP( g_trac_test,
+ TRACFCOMP( g_trac_test,
"!!! > Test %s Failed at line %d ",
filename,
linenum );
+
if(g_FailedTests < CXXTEST_FAIL_LIST_SIZE)
{
memcpy(g_FailedTestList[g_FailedTests].failTestFile,
OpenPOWER on IntegriCloud