diff options
| author | Zane Shelley <zshelle@us.ibm.com> | 2018-12-10 13:00:19 -0600 |
|---|---|---|
| committer | Zane C. Shelley <zshelle@us.ibm.com> | 2018-12-12 21:47:05 -0600 |
| commit | b711fc5353d2677037157ea2bac98b89cc211e4c (patch) | |
| tree | d3f1aa9d7845a3a6da0b4ccff5d18c2412f99f5a /src/usr/diag/prdf/test | |
| parent | 4e34d24e1cd6a3cbeaaf3af5622c3d1f2aaf3d6f (diff) | |
| download | blackbird-hostboot-b711fc5353d2677037157ea2bac98b89cc211e4c.tar.gz blackbird-hostboot-b711fc5353d2677037157ea2bac98b89cc211e4c.zip | |
PRD: Enable core unit checkstop analysis for Axone
Change-Id: Icc6f9eed5ea617e5800559c1e224e176c19a2c34
RTC: 199018
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69627
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com>
Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com>
Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69697
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/usr/diag/prdf/test')
| -rw-r--r-- | src/usr/diag/prdf/test/prdfTest_ABus.H | 3 | ||||
| -rw-r--r-- | src/usr/diag/prdf/test/prdfTest_Proc.H | 6 | ||||
| -rw-r--r-- | src/usr/diag/prdf/test/prdfTest_XBus.H | 6 |
3 files changed, 5 insertions, 10 deletions
diff --git a/src/usr/diag/prdf/test/prdfTest_ABus.H b/src/usr/diag/prdf/test/prdfTest_ABus.H index 82ff10eef..1cb740612 100644 --- a/src/usr/diag/prdf/test/prdfTest_ABus.H +++ b/src/usr/diag/prdf/test/prdfTest_ABus.H @@ -46,8 +46,7 @@ class PBESFIR:public CxxTest::TestSuite void TestRecoverable(void) { - // @todo RTC 178802 Enable test cases turned off during bring up - if ( TARGETING::MODEL_CUMULUS != PRDF::PlatServices::getChipModel( + if ( TARGETING::MODEL_NIMBUS == PRDF::PlatServices::getChipModel( PRDF::PlatServices::getMasterProc() ) ) { PRDS_BEGIN("PBIOOFIR Recoverable attention"); diff --git a/src/usr/diag/prdf/test/prdfTest_Proc.H b/src/usr/diag/prdf/test/prdfTest_Proc.H index 19f11061c..d8e40f414 100644 --- a/src/usr/diag/prdf/test/prdfTest_Proc.H +++ b/src/usr/diag/prdf/test/prdfTest_Proc.H @@ -47,8 +47,7 @@ class OCCFIR:public CxxTest::TestSuite void TestRecoverable(void) { - // @todo RTC 178802 Enable test cases turned off during bring up - if ( TARGETING::MODEL_CUMULUS != PRDF::PlatServices::getChipModel( + if ( TARGETING::MODEL_NIMBUS == PRDF::PlatServices::getChipModel( PRDF::PlatServices::getMasterProc() ) ) { PRDS_BEGIN("OCCFIR recoverable attention"); @@ -72,8 +71,7 @@ class OCCFIR:public CxxTest::TestSuite void TestCheckStop(void) { - // @todo RTC 178802 Enable test cases turned off during bring up - if ( TARGETING::MODEL_CUMULUS != PRDF::PlatServices::getChipModel( + if ( TARGETING::MODEL_NIMBUS == PRDF::PlatServices::getChipModel( PRDF::PlatServices::getMasterProc() ) ) { PRDS_BEGIN("OCCFIR checkstop attention"); diff --git a/src/usr/diag/prdf/test/prdfTest_XBus.H b/src/usr/diag/prdf/test/prdfTest_XBus.H index 44125f9d5..015ef8f6d 100644 --- a/src/usr/diag/prdf/test/prdfTest_XBus.H +++ b/src/usr/diag/prdf/test/prdfTest_XBus.H @@ -46,8 +46,7 @@ class XBUSFIR:public CxxTest::TestSuite void TestRecoverable(void) { - // @todo RTC 178802 Enable test cases turned off during bring up - if ( TARGETING::MODEL_CUMULUS != PRDF::PlatServices::getChipModel( + if ( TARGETING::MODEL_NIMBUS == PRDF::PlatServices::getChipModel( PRDF::PlatServices::getMasterProc() ) ) { PRDS_BEGIN("XBUSFIR Recoverable attention"); @@ -72,8 +71,7 @@ class XBUSFIR:public CxxTest::TestSuite void TestCheckstop(void) { - // @todo RTC 178802 Enable test cases turned off during bring up - if ( TARGETING::MODEL_CUMULUS != PRDF::PlatServices::getChipModel( + if ( TARGETING::MODEL_NIMBUS == PRDF::PlatServices::getChipModel( PRDF::PlatServices::getMasterProc() ) ) { PRDS_BEGIN("XBUSFIR Checkstop attention"); |

