summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard J. Knight <rjknight@us.ibm.com>2018-02-23 14:48:48 -0600
committerSachin Gupta <sgupta2m@in.ibm.com>2018-04-03 02:07:34 -0400
commitb18d2e58415904c93dc4224d71677aa3fef5bec3 (patch)
tree481a6718613dbe680fd4bfaa94cb2b02ee0702c1 /src
parentad85537c7c3609fcaa1600bdd9a2ad3512e0f40a (diff)
downloadtalos-sbe-b18d2e58415904c93dc4224d71677aa3fef5bec3.tar.gz
talos-sbe-b18d2e58415904c93dc4224d71677aa3fef5bec3.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/54678 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+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: Kahn C. Evans <kahnevan@us.ibm.com> Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/54683 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src')
-rwxr-xr-xsrc/import/hwpf/fapi2/tools/parseErrorInfo.pl2
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 39974473..833a94a1 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} )
{
OpenPOWER on IntegriCloud