diff options
| author | crgeddes <crgeddes@us.ibm.com> | 2016-02-15 14:05:12 -0600 |
|---|---|---|
| committer | Stephen Cprek <smcprek@us.ibm.com> | 2016-02-19 17:06:44 -0600 |
| commit | 5ac725220e06287fca857dedb88640986e62c85b (patch) | |
| tree | b8bb187900cd98864c5aea53e4fb41475719257d /src/usr/scom | |
| parent | 3a5c4ccece1cf8f189c6d2a1a7bf50dcf2c2de24 (diff) | |
| download | talos-hostboot-5ac725220e06287fca857dedb88640986e62c85b.tar.gz talos-hostboot-5ac725220e06287fca857dedb88640986e62c85b.zip | |
Remove outdated commented from scomTest.H
Change-Id: If290df3ea6073be419f3daff38bc93d05492000e
RTC:131502
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/24322
Tested-by: Jenkins Server
Reviewed-by: Martin Gloff <mgloff@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/scom')
| -rw-r--r-- | src/usr/scom/test/scomtest.H | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/usr/scom/test/scomtest.H b/src/usr/scom/test/scomtest.H index ee429175e..37e4797c8 100644 --- a/src/usr/scom/test/scomtest.H +++ b/src/usr/scom/test/scomtest.H @@ -527,11 +527,6 @@ public: // // } - - //@TODO RTC: 131502 - //write tests to verify connection between XSCOM and FSISCOM - //write error path testcase for FSI scom using bad address - void test_P9_ScomTranslations(void) { TRACFCOMP( g_trac_scom, "ScomTest::test_P9_ScomTranslations> Start" ); @@ -864,20 +859,6 @@ public: { scom_targets[myNVBUS1], 0x050110D4, 0x050110F4,false}, { scom_targets[myNVBUS0], 0x12012826, 0x12012826, true}, { scom_targets[myNVBUS1], 0x24030008, 0x24030008, true}, -// @TODO RTC 131502 Scom Translation Test Updates -// SBE TARGETS -// { scom_targets[mySBE0], 0x000D0060, 0x000D0060, false}, -// { scom_targets[mySBE0], 0x12012826, 0x12012826, true}, -// { scom_targets[mySBE0], 0x24030008, 0x24030008, true}, -// PPE TARGETS -// { scom_targets[myPPE0], 0x00060010, 0x00060010, false}, -// { scom_targets[myPPE1], 0x00060010, 0x00000000 ,false}, -// { scom_targets[myPPE0], 0x12012826, 0x12012826, true}, -// { scom_targets[myPPE1], 0x24030008, 0x24030008, true}, -// Maybe OCC TARGETS? -// { scom_targets[myOCC0], 0x0006C070, 0x0006C070, false}, -// { scom_targets[myOCC0], 0x12012826, 0x12012826, true}, -// { scom_targets[myOCC0], 0x24030008, 0x24030008, true}, }; int numOfAddr = sizeof test_data / sizeof(test_data[0]); |

