Skip to content

Commit

Permalink
SBE:PUTRING: Add callout support for checkword mismatch failure
Browse files Browse the repository at this point in the history
Change-Id: Ie8fab7647498e7dc753991fc3a94bbfed44506a6
CQ:SW429285
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/59866
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/59886
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
  • Loading branch information
prasrang authored and sgupta2m committed Jun 6, 2018
1 parent 512cca6 commit f283d67
Showing 1 changed file with 21 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- -->
<!-- OpenPOWER sbe Project -->
<!-- -->
<!-- Contributors Listed Below - COPYRIGHT 2017 -->
<!-- Contributors Listed Below - COPYRIGHT 2017,2018 -->
<!-- [+] International Business Machines Corp. -->
<!-- -->
<!-- -->
Expand Down Expand Up @@ -37,6 +37,16 @@
<ffdc>RINGID</ffdc>
<ffdc>RINGMODE</ffdc>
<ffdc>RETURN_CODE</ffdc>
<callout>
<target>TARGET</target>
<priority>HIGH</priority>
</callout>
<deconfigure>
<target>TARGET</target>
</deconfigure>
<gard>
<target>TARGET</target>
</gard>
</hwpError>
<!-- ******************************************************************** -->
<hwpError>
Expand All @@ -50,6 +60,16 @@
<ffdc>ROTATE_COUNT</ffdc>
<ffdc>RINGID</ffdc>
<ffdc>RETURN_CODE</ffdc>
<callout>
<target>TARGET</target>
<priority>HIGH</priority>
</callout>
<deconfigure>
<target>TARGET</target>
</deconfigure>
<gard>
<target>TARGET</target>
</gard>
</hwpError>
<!-- ******************************************************************** -->
</hwpErrors>

0 comments on commit f283d67

Please sign in to comment.