summaryrefslogtreecommitdiffstats
path: root/src/usr/intr/test
diff options
context:
space:
mode:
authordgilbert <dgilbert@us.ibm.com>2012-03-14 13:40:15 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-03-27 11:46:39 -0500
commit6a4e3754a25659758af50f8036f2642077166f15 (patch)
tree7fb151e1685dce40c408b90eda246b3a1ecf1e5f /src/usr/intr/test
parent2b799ae5c3683fa7753bfe9527c517000c91a1d4 (diff)
downloadtalos-hostboot-6a4e3754a25659758af50f8036f2642077166f15.tar.gz
talos-hostboot-6a4e3754a25659758af50f8036f2642077166f15.zip
Move MBOX to extended image, make dd interface private
Change-Id: Ie1a94fb5f9f8da23c57af0cda2afaee88284fd2a Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/758 Tested-by: Jenkins Server Reviewed-by: Dean Sanner <dsanner@us.ibm.com> Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/intr/test')
-rw-r--r--src/usr/intr/test/intrtest.H5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/usr/intr/test/intrtest.H b/src/usr/intr/test/intrtest.H
index 5135d3371..bd9e316ca 100644
--- a/src/usr/intr/test/intrtest.H
+++ b/src/usr/intr/test/intrtest.H
@@ -44,7 +44,7 @@ class IntrTest: public CxxTest::TestSuite
*/
void test_verifyState( void )
{
-
+#if defined(__INTR_TEST__)
// TODO Temporaritly DISABLE in VBU until P8 support is added
if( TARGETING::is_vpo() )
{
@@ -105,6 +105,7 @@ class IntrTest: public CxxTest::TestSuite
}
}
}
+#endif
}
/**
@@ -112,6 +113,7 @@ class IntrTest: public CxxTest::TestSuite
*/
void test_enableDisable( void )
{
+#if defined(__INTR_TEST__)
// TODO Temporaritly DISABLE in VBU until P8 support is added
if( TARGETING::is_vpo() )
{
@@ -148,6 +150,7 @@ class IntrTest: public CxxTest::TestSuite
{
TS_FAIL("INTR not enabled");
}
+#endif
}
/**
OpenPOWER on IntegriCloud