diff options
author | Richard J. Knight <rjknight@us.ibm.com> | 2018-02-23 14:48:48 -0600 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2018-03-23 17:47:19 -0400 |
commit | eea4b09a3e85ad869a445d8eda5b0040b9b2c10b (patch) | |
tree | 8c52c4af90269015227a1b46f04b322907c6022e /src/import/hwpf/fapi2 | |
parent | a4d47c4e68cc9aeb2cac4ab4e77669be42503765 (diff) | |
download | talos-hostboot-eea4b09a3e85ad869a445d8eda5b0040b9b2c10b.tar.gz talos-hostboot-eea4b09a3e85ad869a445d8eda5b0040b9b2c10b.zip |
Fix missing set_XX method for sbeTarget callout
-Update the error xml parser to include a set method for
the callout target tag.
Change-Id: I3ee886ed6a3665e1de5287ac17a008818268c1db
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/54681
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: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/hwpf/fapi2')
-rwxr-xr-x | src/import/hwpf/fapi2/tools/parseErrorInfo.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/import/hwpf/fapi2/tools/parseErrorInfo.pl b/src/import/hwpf/fapi2/tools/parseErrorInfo.pl index 1fa756f5d..88f9ae663 100755 --- a/src/import/hwpf/fapi2/tools/parseErrorInfo.pl +++ b/src/import/hwpf/fapi2/tools/parseErrorInfo.pl @@ -1125,6 +1125,8 @@ foreach my $argnum ( 0 .. $#ARGV ) $callout->{priority}; $elementsFound++; + + addFfdcMethod( \%methods, $callout->{target}, $err->{rc}, $target_ffdc_type ); } if ( exists $callout->{childTargets} ) { |