summaryrefslogtreecommitdiffstats
path: root/src/usr/hwas/test/hwasGardTest.H
diff options
context:
space:
mode:
authorBrian Horton <brianh@linux.ibm.com>2013-07-22 13:41:00 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-08-08 11:10:25 -0500
commit7555b953439d721e5da279f973792fb2c8f651e5 (patch)
tree8cae1a133363ee40008513478507d5ce7be598fe /src/usr/hwas/test/hwasGardTest.H
parentcd39b046fd75aec3b2e357f086a7da679c383353 (diff)
downloadtalos-hostboot-7555b953439d721e5da279f973792fb2c8f651e5.tar.gz
talos-hostboot-7555b953439d721e5da279f973792fb2c8f651e5.zip
add DECONFIGURE_BY_ enums for deconfigured targets
when targets are deconfigured NOT due to an errorlog (ie, FCO, memory config, manual gard) the target HwasState attribute will have a deconfiguredByPlid set to one of these enums. Change-Id: I544075defebd98b52391b6d4e241452acc6f7a48 RTC: 37737 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5512 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: SHELDON R. BAILEY <baileysh@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwas/test/hwasGardTest.H')
-rw-r--r--src/usr/hwas/test/hwasGardTest.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/hwas/test/hwasGardTest.H b/src/usr/hwas/test/hwasGardTest.H
index 74162c6ad..f69ed19f3 100644
--- a/src/usr/hwas/test/hwasGardTest.H
+++ b/src/usr/hwas/test/hwasGardTest.H
@@ -1146,7 +1146,7 @@ public:
// create GARD record, call 'doGard' step and confirm target is
// deconfigured
l_pErr = theDeconfigGard().
- createGardRecord( *l_target, 0x12, GARD_Fatal);
+ createGardRecord( *l_target, 0x12, GARD_User_Manual);
if (l_pErr)
{
TS_FAIL("testGard8: Error from createGardRecord");
OpenPOWER on IntegriCloud