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/targeting/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/targeting/test')
| -rw-r--r-- | src/usr/targeting/test/testtargeting.H | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/usr/targeting/test/testtargeting.H b/src/usr/targeting/test/testtargeting.H index 568207c04..b0c70c188 100644 --- a/src/usr/targeting/test/testtargeting.H +++ b/src/usr/targeting/test/testtargeting.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2012,2017 */ +/* Contributors Listed Below - COPYRIGHT 2012,2018 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -334,8 +334,7 @@ class TargetingTestSuite : public CxxTest::TestSuite getAllChiplets( l_targs, TYPE_PHB); if(l_targs.size() == 0) { - //@TODO RTC:178802 - //TS_FAIL("TYPE_PHB target incorrectly returned zero size"); + TS_FAIL("TYPE_PHB target incorrectly returned zero size"); } else { |

