summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/attn/runtime/test/attntestRtAttns.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/diag/attn/runtime/test/attntestRtAttns.H')
-rw-r--r--src/usr/diag/attn/runtime/test/attntestRtAttns.H8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/usr/diag/attn/runtime/test/attntestRtAttns.H b/src/usr/diag/attn/runtime/test/attntestRtAttns.H
index b489bb262..6e22b094e 100644
--- a/src/usr/diag/attn/runtime/test/attntestRtAttns.H
+++ b/src/usr/diag/attn/runtime/test/attntestRtAttns.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2014 */
+/* Contributors Listed Below - COPYRIGHT 2014,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -126,6 +126,7 @@ class AttnCheckForRtAttentionsTest : public CxxTest::TestSuite
ATTN_SLOW(ENTER_MRK "AttnCheckForRtAttentionsTest::"
"testCheckForCenAttentions");
+#if 0 // Don't have any Centaurs yet -- so wait. @TODO:RTC 159174
FakePrd prd;
prd.installPrd();
FakeRegSvc fakeRegs;
@@ -164,7 +165,7 @@ class AttnCheckForRtAttentionsTest : public CxxTest::TestSuite
// Set the error for 4th Centaur
putScom( proc, 0x2000001, 0x0010000000000000ull );
- putScom( mcs, 0x2011840, 0x0009000000000000ull );
+ putScom( mcs, 0x2011840, 0x0009000000000000ull );
AttentionList expAttn;
PRDF::AttnData attn ( mb, RECOVERABLE );
@@ -187,9 +188,12 @@ class AttnCheckForRtAttentionsTest : public CxxTest::TestSuite
break;
}
}while (0);
+#endif // We don't have any Centaurs at this point in P9
ATTN_SLOW(EXIT_MRK "AttnCheckForRtAttentionsTest::"
"testCheckForCenAttentions");
}
+
+
};
#endif
OpenPOWER on IntegriCloud