Skip to content

Commit

Permalink
Add more test error codes
Browse files Browse the repository at this point in the history
Add test error codes to support the new set of verification
unit tests in hostboot.

Change-Id: Ic33a2f20a2d65771055db1f917bd1dcf63d377a2
RTC:161196
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40975
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Prachi Gupta <pragupta@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41065
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
  • Loading branch information
Ilya Smirnov authored and wghoffa committed May 30, 2017
1 parent 8528c56 commit dff36e4
Showing 1 changed file with 62 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,68 @@
</collectRegisterFfdc>
</hwpError>

<hwpError>
<rc>RC_TEST_PROC_ERROR</rc>
<description>
Example error that calls a procedure with a parameter.
parm1 = uint32_t
</description>
<collectFfdc>p9_collect_some_ffdc,parm1</collectFfdc>
</hwpError>

<hwpError>
<rc>RC_TEST_ERROR_GARD_DECONFIG</rc>
<description>
Deconfigure and gard test error
</description>
<callout>
<target>TARGET</target>
<priority>HIGH</priority>
</callout>
<deconfigure>
<target>TARGET</target>
</deconfigure>
<gard>
<target>TARGET</target>
</gard>
</hwpError>

<hwpError>
<rc>RC_TEST_ERROR_PROCEDURE_CALLOUT</rc>
<description>
Procedure callout test error
</description>
<callout>
<procedure>CODE</procedure>
<priority>HIGH</priority>
</callout>
</hwpError>

<hwpError>
<rc>RC_TEST_ERROR_DECONFIG</rc>
<description>
Deconfigure test error
</description>
<callout>
<target>TARGET</target>
<priority>HIGH</priority>
</callout>
<deconfigure>
<target>TARGET</target>
</deconfigure>
</hwpError>

<hwpError>
<rc>RC_TEST_ERROR_HW_CALLOUT</rc>
<description>
Hardware callout test error
</description>
<callout>
<target>TARGET</target>
<priority>LOW</priority>
</callout>
</hwpError>

</hwpErrors>


0 comments on commit dff36e4

Please sign in to comment.