diff options
| author | Dean Sanner <dsanner@us.ibm.com> | 2013-10-01 08:36:09 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-10-10 15:56:42 -0500 |
| commit | 75c505e0c95e8412d007801bfe8a0dd192039df3 (patch) | |
| tree | e01fc27254357b93469445ff2689d7124100647c /src/usr/targeting/test | |
| parent | 4e69f6de00bbc2de7c73ff572963e07fb498329f (diff) | |
| download | blackbird-hostboot-75c505e0c95e8412d007801bfe8a0dd192039df3.tar.gz blackbird-hostboot-75c505e0c95e8412d007801bfe8a0dd192039df3.zip | |
Split "SPless" from mailbox for Cronus control of HB
Change-Id: Ifc44ca2f54bc61163f797b8020ffdd7bf9cc3240
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6424
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/test')
| -rw-r--r-- | src/usr/targeting/test/testattrsync.H | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/usr/targeting/test/testattrsync.H b/src/usr/targeting/test/testattrsync.H index dc82566e9..70b2c85b5 100644 --- a/src/usr/targeting/test/testattrsync.H +++ b/src/usr/targeting/test/testattrsync.H @@ -53,6 +53,7 @@ #include <errl/errludtarget.H> #include <targeting/common/trace.H> #include <kernel/console.H> +#include <initservice/initserviceif.H> class AttrSyncTestSuite : public CxxTest::TestSuite { @@ -76,7 +77,7 @@ class AttrSyncTestSuite : public CxxTest::TestSuite if( err ) { - if( MBOX::mailbox_enabled() ) + if( !INITSERVICE::spLess() ) { TS_FAIL(" Error returned when syncing SECTION_TYPE_PNOR_RW"); } @@ -91,7 +92,7 @@ class AttrSyncTestSuite : public CxxTest::TestSuite if( err ) { - if( MBOX::mailbox_enabled() ) + if( !INITSERVICE::spLess() ) { TS_FAIL(" Error returned when syncing SECTION_TYPE_HEAP_PNOR_INIT"); } @@ -106,7 +107,7 @@ class AttrSyncTestSuite : public CxxTest::TestSuite if( err ) { - if( MBOX::mailbox_enabled() ) + if( !INITSERVICE::spLess() ) { TS_FAIL(" Error returned when syncing SECTION_TYPE_HEAP_ZERO_INIT"); } @@ -164,7 +165,7 @@ class AttrSyncTestSuite : public CxxTest::TestSuite if (l_errl) { - if( MBOX::mailbox_enabled() ) + if( !INITSERVICE::spLess() ) { TS_FAIL( "Error returned when syncing section type %d " "from FSP", section_type[i]); |

