summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/runtime/test/testtargeting.H
diff options
context:
space:
mode:
authorCorey Swenson <cswenson@us.ibm.com>2016-07-08 11:46:04 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-07-26 14:33:16 -0400
commitdd0a8a14f53b7053bcfa107fda1209bc54fd4332 (patch)
treedd825356b60068c5f1ab781954f7b6f665b675b7 /src/usr/targeting/runtime/test/testtargeting.H
parent4414670dda8f3c4b99834a44d226ab439250f844 (diff)
downloadtalos-hostboot-dd0a8a14f53b7053bcfa107fda1209bc54fd4332.tar.gz
talos-hostboot-dd0a8a14f53b7053bcfa107fda1209bc54fd4332.zip
Enable HBRT targeting tests
Change-Id: I3aea0d203548809401b83fb853e4aeeb86095f22 RTC:153123 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26794 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/runtime/test/testtargeting.H')
-rw-r--r--src/usr/targeting/runtime/test/testtargeting.H13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/usr/targeting/runtime/test/testtargeting.H b/src/usr/targeting/runtime/test/testtargeting.H
index d5dae303a..68ef93603 100644
--- a/src/usr/targeting/runtime/test/testtargeting.H
+++ b/src/usr/targeting/runtime/test/testtargeting.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2013,2015 */
+/* Contributors Listed Below - COPYRIGHT 2013,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -31,7 +31,6 @@
#include <targeting/common/trace.H>
#include <targeting/common/utilFilter.H>
#include <targeting/attrPlatOverride.H>
-#include <hwpf/plat/fapiPlatAttrOverrideSync.H>
class TargetingTestSuite : public CxxTest::TestSuite
{
@@ -76,7 +75,7 @@ class TargetingTestSuite : public CxxTest::TestSuite
targetList.end());
targetList.clear();
- getAllChiplets(targetList, TYPE_EX);
+ getAllChiplets(targetList, TYPE_CORE);
allTargets.insert(allTargets.end(),
targetList.begin(),
@@ -109,11 +108,13 @@ class TargetingTestSuite : public CxxTest::TestSuite
if(*pTarg != target)
{
- TS_FAIL("testHBRT_targets failed for rt_chipID %x"
- "target_in %p, target_out %p",
+ TS_FAIL("testHBRT_targets failed for rt_chipID %x "
+ "target_in %p, huid %x, target_out %p, huid %x",
rt_chipid,
*pTarg,
- target);
+ get_huid(*pTarg),
+ target,
+ get_huid(target));
}
}
}
OpenPOWER on IntegriCloud