diff options
| author | Bill Hoffa <wghoffa@us.ibm.com> | 2018-02-15 09:57:16 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2018-02-16 20:24:04 -0500 |
| commit | 8acb64aeb8e4174764496ee1a1777980629800a8 (patch) | |
| tree | bcd340215c7a163699e021a099084432a7855520 /src/usr/scom/runtime/test | |
| parent | 35165b3476254ee9a6f95786b93e6425ed6482a2 (diff) | |
| download | talos-hostboot-8acb64aeb8e4174764496ee1a1777980629800a8.tar.gz talos-hostboot-8acb64aeb8e4174764496ee1a1777980629800a8.zip | |
Enable Scom + Targeting unit tests for Cumulus model
Change-Id: Ib02c0af30d6b06418f2ed6a2356cee93162aaffb
RTC: 178802
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/54136
Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com>
Reviewed-by: Prachi Gupta <pragupta@us.ibm.com>
Tested-by: Jenkins Server <pfd-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>
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/scom/runtime/test')
| -rw-r--r-- | src/usr/scom/runtime/test/testscom_rt.H | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/usr/scom/runtime/test/testscom_rt.H b/src/usr/scom/runtime/test/testscom_rt.H index 38b265efe..bfa92afde 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,2017 */ +/* Contributors Listed Below - COPYRIGHT 2013,2018 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -183,8 +183,6 @@ 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; @@ -350,7 +348,6 @@ public: } TRACFCOMP( g_trac_scom, "ScomTest::test_FSISCOMreadWrite_centaur> %d/%d fails", fails, total ); -#endif } |

