summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/test
diff options
context:
space:
mode:
authorMatt Ploetz <maploetz@us.ibm.com>2013-09-24 11:03:02 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-10-12 14:51:14 -0500
commit4e536844c21b0ab7c256e49c63e8e9520c9e1d19 (patch)
tree03fa743c3e3f5c00cf1d44a936a3c92c7673b48c /src/usr/targeting/test
parenteffbdc22da60af7ae67f69005f63a6a6e4db773d (diff)
downloadtalos-hostboot-4e536844c21b0ab7c256e49c63e8e9520c9e1d19.tar.gz
talos-hostboot-4e536844c21b0ab7c256e49c63e8e9520c9e1d19.zip
Hardware Reconfigure loop and Istepdispatcher redesign
Change-Id: Icc037be6b0eac67d1b5196180f8a53f083afa085 RTC: 34055 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6324 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.H8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/targeting/test/testattrsync.H b/src/usr/targeting/test/testattrsync.H
index 70b2c85b5..673c2260d 100644
--- a/src/usr/targeting/test/testattrsync.H
+++ b/src/usr/targeting/test/testattrsync.H
@@ -77,7 +77,7 @@ class AttrSyncTestSuite : public CxxTest::TestSuite
if( err )
{
- if( !INITSERVICE::spLess() )
+ if( INITSERVICE::spBaseServicesEnabled() )
{
TS_FAIL(" Error returned when syncing SECTION_TYPE_PNOR_RW");
}
@@ -92,7 +92,7 @@ class AttrSyncTestSuite : public CxxTest::TestSuite
if( err )
{
- if( !INITSERVICE::spLess() )
+ if( INITSERVICE::spBaseServicesEnabled() )
{
TS_FAIL(" Error returned when syncing SECTION_TYPE_HEAP_PNOR_INIT");
}
@@ -107,7 +107,7 @@ class AttrSyncTestSuite : public CxxTest::TestSuite
if( err )
{
- if( !INITSERVICE::spLess() )
+ if( INITSERVICE::spBaseServicesEnabled() )
{
TS_FAIL(" Error returned when syncing SECTION_TYPE_HEAP_ZERO_INIT");
}
@@ -165,7 +165,7 @@ class AttrSyncTestSuite : public CxxTest::TestSuite
if (l_errl)
{
- if( !INITSERVICE::spLess() )
+ if( INITSERVICE::spBaseServicesEnabled() )
{
TS_FAIL( "Error returned when syncing section type %d "
"from FSP", section_type[i]);
OpenPOWER on IntegriCloud