summaryrefslogtreecommitdiffstats
path: root/src/usr/vpd/test/spdtest.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/vpd/test/spdtest.H')
-rwxr-xr-xsrc/usr/vpd/test/spdtest.H7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/usr/vpd/test/spdtest.H b/src/usr/vpd/test/spdtest.H
index d2c28d2e1..ce1372c2f 100755
--- a/src/usr/vpd/test/spdtest.H
+++ b/src/usr/vpd/test/spdtest.H
@@ -255,6 +255,7 @@ class SPDTest: public CxxTest::TestSuite
*/
void testSpdWriteDQ ( void )
{
+#ifndef __HOSTBOOT_RUNTIME
errlHndl_t err = NULL;
uint64_t cmds = 0x0;
uint64_t fails = 0x0;
@@ -445,6 +446,7 @@ class SPDTest: public CxxTest::TestSuite
TRACFCOMP( g_trac_spd,
"testSpdWriteDQ - %d/%d fails",
fails, cmds );
+#endif
}
/**
@@ -456,6 +458,7 @@ class SPDTest: public CxxTest::TestSuite
*/
void _testSpdWriteSmall ( void )
{
+#ifndef __HOSTBOOT_RUNTIME
errlHndl_t err = NULL;
uint64_t cmds = 0x0;
uint64_t fails = 0x0;
@@ -642,6 +645,7 @@ class SPDTest: public CxxTest::TestSuite
TRACFCOMP( g_trac_spd,
"testSpdWriteSmall - %d/%d fails",
fails, cmds );
+#endif
}
/**
* @brief Test an invalid Keyword to a DIMM target.
@@ -761,6 +765,7 @@ class SPDTest: public CxxTest::TestSuite
*/
void testSpdInvalidWrite ( void )
{
+#ifndef __HOSTBOOT_RUNTIME
errlHndl_t err = NULL;
uint64_t cmds = 0x0;
uint64_t fails = 0x0;
@@ -819,9 +824,9 @@ class SPDTest: public CxxTest::TestSuite
TRACFCOMP( g_trac_spd,
"testSpdInvalidWrite - %d/%d fails",
fails, cmds );
+#endif
}
-
/**
* @brief This test will test reading the Module specific keywords.
*/
OpenPOWER on IntegriCloud