Skip to content

Commit

Permalink
Create sample ffdc collection procedure
Browse files Browse the repository at this point in the history
Change-Id: Icac33cab09e9a72fce2e1cd4142b720a8512d553
Original-Change-Id: I4e2c45f08c8f104caeb5b368ff6467b6d2981c48
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30384
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Matt Derksen <v2cibmd@us.ibm.com>
Reviewed-by: Deepak Kodihalli <dkodihal@in.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41064
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: William G. Hoffa <wghoffa@us.ibm.com>
  • Loading branch information
rjknight authored and wghoffa committed May 30, 2017
1 parent f40c36f commit 8528c56
Showing 1 changed file with 1 addition and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
test example
</description>
<buffer>BUFFER</buffer>
<!--collectFfdc>p9_collect_some_ffdc,parm1</collectFfdc-->
<collectFfdc>p9_collect_some_ffdc,parm1</collectFfdc>
<callout>
<procedure>CODE</procedure>
<priority>HIGH</priority>
Expand Down Expand Up @@ -113,26 +113,6 @@
</collectRegisterFfdc>
</hwpError>

<hwpError>
<sbeError/>
<rc>RC_PIB_ERROR_1</rc>
<description>
Return code used for testing collectFfdc - returns single piece of data
</description>
<ffdc>FFDC_DATA1</ffdc>
</hwpError>
<hwpError>
<sbeError/>
<rc>RC_PIB_ERROR_2</rc>
<description>
Return code used for testing collectFfdc - returns two pieces of
ffdc data
</description>
<ffdc>FFDC_DATA1</ffdc>
<ffdc>FFDC_DATA2</ffdc>
</hwpError>


</hwpErrors>


0 comments on commit 8528c56

Please sign in to comment.