summaryrefslogtreecommitdiffstats
path: root/src/usr/htmgt/test
diff options
context:
space:
mode:
authorChris Cain <cjcain@us.ibm.com>2017-11-20 13:51:39 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-11-22 10:25:12 -0500
commit4e72331566db512e82f4d320d627ed9866967a5e (patch)
tree2731eb03b1bddf6021affd072f170043c5f66bae /src/usr/htmgt/test
parenta420f6c23b46b1e582825035999e6f48f1059cb1 (diff)
downloadblackbird-hostboot-4e72331566db512e82f4d320d627ed9866967a5e.tar.gz
blackbird-hostboot-4e72331566db512e82f4d320d627ed9866967a5e.zip
HTMGT: Do not validate throttles based on oversubscription
Change-Id: I20520c38ce791a63a1f8a43e9e1afdeb8596b63f CQ: SW408496 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/49921 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sheldon R. Bailey <baileysh@us.ibm.com> Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/htmgt/test')
-rw-r--r--src/usr/htmgt/test/htmgtcfgtest.H8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/htmgt/test/htmgtcfgtest.H b/src/usr/htmgt/test/htmgtcfgtest.H
index ab71ec034..3ac3f82fc 100644
--- a/src/usr/htmgt/test/htmgtcfgtest.H
+++ b/src/usr/htmgt/test/htmgtcfgtest.H
@@ -149,17 +149,17 @@ public:
(*mba)->getAttr<ATTR_HUID>());
}
- (*mba)->tryGetAttr<ATTR_OVERSUB_N_PER_MBA>(n);
+ (*mba)->tryGetAttr<ATTR_POWERCAP_N_PER_MBA>(n);
if ((0 == n[0]) && (0 == n[1]))
{
- TS_FAIL("MBA 0x%X has value of zero for OVERSUB_N_PER_MBA",
+ TS_FAIL("MBA 0x%X has value of zero for POWERCAP_N_PER_MBA",
(*mba)->getAttr<ATTR_HUID>());
}
- (*mba)->tryGetAttr<ATTR_OVERSUB_N_PER_CHIP>(n);
+ (*mba)->tryGetAttr<ATTR_POWERCAP_N_PER_CHIP>(n);
if ((0 == n[0]) && (0 == n[1]))
{
- TS_FAIL("MBA 0x%X has value of zero for OVERSUB_N_PER_CHIP",
+ TS_FAIL("MBA 0x%X has value of zero for POWERCAP_N_PER_CHIP",
(*mba)->getAttr<ATTR_HUID>());
}
}
OpenPOWER on IntegriCloud