diff options
| author | Doug Gilbert <dgilbert@us.ibm.com> | 2015-01-12 12:07:08 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-02-10 12:23:21 -0600 |
| commit | d0bdc7d65fde01afa774ee46ce5a40875459b52d (patch) | |
| tree | 9e1cd2273b97ec34ff56baa080d80d4d75b1d113 /src/usr/htmgt/test | |
| parent | 42c08eb3adaef09645324fb96358c80a18a4b96a (diff) | |
| download | blackbird-hostboot-d0bdc7d65fde01afa774ee46ce5a40875459b52d.tar.gz blackbird-hostboot-d0bdc7d65fde01afa774ee46ce5a40875459b52d.zip | |
Require proc-spi-busses.xml to exist for all hardware platforms
Change-Id: Ic9e2933371f0a6121dd15846895afd49907f3afa
RTC: 116310
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15531
Tested-by: Jenkins Server
Reviewed-by: Matt Spinler <spinler@us.ibm.com>
Reviewed-by: Christopher Cain <cjcain@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/htmgt/test')
| -rw-r--r-- | src/usr/htmgt/test/pstatetest.H | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/htmgt/test/pstatetest.H b/src/usr/htmgt/test/pstatetest.H index 6559a841c..1255b76a3 100644 --- a/src/usr/htmgt/test/pstatetest.H +++ b/src/usr/htmgt/test/pstatetest.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2014 */ +/* Contributors Listed Below - COPYRIGHT 2014,2015 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -53,7 +53,7 @@ class pstateTest: public CxxTest::TestSuite { public: - // TODO RTC: 116310 VPD needs to be fixed in simics before a valid + // TODO RTC: 123180 VPD needs to be fixed in simics before a valid // pstate table can be built in simics. void DISABLE_test_verifyPstate( void ) { @@ -97,7 +97,7 @@ class pstateTest: public CxxTest::TestSuite TS_FAIL("verifyPstate failed"); } - // TODO RTC 116310 check eyecatcher in pstate table + // TODO RTC 123180 check eyecatcher in pstate table if(pstateLibLoadedLocally) { |

