summaryrefslogtreecommitdiffstats
path: root/src/usr/runtime/test
diff options
context:
space:
mode:
authorElizabeth Liner <eliner@us.ibm.com>2017-06-06 12:28:19 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-06-14 17:05:06 -0400
commit3608c1ff8cc3df658c095280e0dab8705a6be036 (patch)
tree1c5ef2f8cfb9406f794a991c7a85e282bcd0aafb /src/usr/runtime/test
parent16bd650cb92cae9b9794eb031db2c8d702ead11b (diff)
downloadblackbird-hostboot-3608c1ff8cc3df658c095280e0dab8705a6be036.tar.gz
blackbird-hostboot-3608c1ff8cc3df658c095280e0dab8705a6be036.zip
Changing PHYP HBRT to work on normal-core mode instead of fused.
Change-Id: Icbbdc529ed88cd19a408729e5573423b19a1eb1e RTC:154667 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41436 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/runtime/test')
-rw-r--r--src/usr/runtime/test/test_customize_attrs_for_payload.H5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/usr/runtime/test/test_customize_attrs_for_payload.H b/src/usr/runtime/test/test_customize_attrs_for_payload.H
index 130d3d2d9..dfd74eb44 100644
--- a/src/usr/runtime/test/test_customize_attrs_for_payload.H
+++ b/src/usr/runtime/test/test_customize_attrs_for_payload.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2016 */
+/* Contributors Listed Below - COPYRIGHT 2016,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -278,7 +278,8 @@ class CustomizeAttrsForPayloadTest: public CxxTest::TestSuite
{
if( (i_configForPhyp)
&& (targetingTargetType==TARGETING::TYPE_CORE)
- && (uniqueRtTargetIds[rtTargetId] <= FOUND_ONE_ID))
+ && (uniqueRtTargetIds[rtTargetId] <= FOUND_ONE_ID)
+ && (TARGETING::is_fused_mode()))
{
uniqueRtTargetIds[rtTargetId]++;
}
OpenPOWER on IntegriCloud