diff options
| author | Adam Muhle <armuhle@us.ibm.com> | 2012-05-01 12:47:59 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-05-02 14:41:59 -0500 |
| commit | 3be094d3fa4618a90dcb90d1814c73fde9d7d4ac (patch) | |
| tree | 75737ed61c491811c8528045b2f319724ec33c92 /src | |
| parent | 2a1e3a399c93ef2a944fec099234ba953ed66787 (diff) | |
| download | blackbird-hostboot-3be094d3fa4618a90dcb90d1814c73fde9d7d4ac.tar.gz blackbird-hostboot-3be094d3fa4618a90dcb90d1814c73fde9d7d4ac.zip | |
Disable PNOR Flat Model testing.
Since no one is actually using the temporary "FLAT" PNOR model in
simics, I told the simics team the could default to the 'REAL'
pnor model from now on. This was causing a test case to fail,
so removing it for now. Story 35728 will add support for REAL
PNOR and corresponding test cases.
Change-Id: Ifb976dea227b4e996fedd37fb762ae1c5411aad8
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/975
Tested-by: Jenkins Server
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/usr/pnor/test/pnorddtest.H | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/usr/pnor/test/pnorddtest.H b/src/usr/pnor/test/pnorddtest.H index 9f5201f55..0b81356b6 100644 --- a/src/usr/pnor/test/pnorddtest.H +++ b/src/usr/pnor/test/pnorddtest.H @@ -393,10 +393,6 @@ class PnorDdTest : public CxxTest::TestSuite std::list<PnorDD::PnorMode_t> supported_modes; supported_modes.push_back(PnorDD::MODEL_MEMCPY); supported_modes.push_back(PnorDD::MODEL_LPC_MEM); - if( !TARGETING::is_vpo() ) - { - supported_modes.push_back(PnorDD::MODEL_FLAT_ECCB); - } uint64_t scratch_space = BASE_SCRATCH_SPACE; @@ -549,10 +545,6 @@ class PnorDdTest : public CxxTest::TestSuite std::list<PnorDD::PnorMode_t> supported_modes; supported_modes.push_back(PnorDD::MODEL_MEMCPY); supported_modes.push_back(PnorDD::MODEL_LPC_MEM); - if( !TARGETING::is_vpo() ) - { - supported_modes.push_back(PnorDD::MODEL_FLAT_ECCB); - } uint64_t scratch_space = BASE_SCRATCH_SPACE; @@ -700,10 +692,6 @@ class PnorDdTest : public CxxTest::TestSuite std::list<PnorDD::PnorMode_t> supported_modes; supported_modes.push_back(PnorDD::MODEL_MEMCPY); supported_modes.push_back(PnorDD::MODEL_LPC_MEM); - if( !TARGETING::is_vpo() ) - { - supported_modes.push_back(PnorDD::MODEL_FLAT_ECCB); - } uint64_t scratch_space = BASE_SCRATCH_SPACE; |

