Skip to content

Commit

Permalink
Remove workaround ignoring setup_evid errlogs
Browse files Browse the repository at this point in the history
Change-Id: I904739d01678f76aca2ada8fbad6ed36fe8bfaba
RTC: 176741
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48262
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: Matt Derksen <mderkse1@us.ibm.com>
Reviewed-by: Martin Gloff <mgloff@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
crgeddes authored and dcrowell77 committed Oct 15, 2017
1 parent c805798 commit 54a8098
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions src/usr/isteps/istep06/call_host_voltage_config.C
Expand Up @@ -622,9 +622,7 @@ void* call_host_voltage_config( void *io_pArgs )
"Error in call_host_voltage_config::p9_setup_evid");

// Create IStep error log and cross reference occurred error
//@fixme-RTC:176741-Ignore these logs until HWPs are fixed
//l_stepError.addErrorDetails( l_err );
l_err->setSev(ERRORLOG::ERRL_SEV_INFORMATIONAL);
l_stepError.addErrorDetails( l_err );

// Commit Error
errlCommit( l_err, ISTEP_COMP_ID );
Expand Down
4 changes: 1 addition & 3 deletions src/usr/isteps/istep10/call_host_set_voltages.C
Expand Up @@ -846,9 +846,7 @@ void* call_host_set_voltages(void *io_pArgs)
"Error in call_host_set_voltages::platform_set_nest_voltages()")

// Create IStep error log and cross reference occurred error
//@fixme-RTC:176741-Ignore these logs until HWPs are fixed
//l_stepError.addErrorDetails( l_err );
l_err->setSev(ERRORLOG::ERRL_SEV_INFORMATIONAL);
l_stepError.addErrorDetails( l_err );

//Commit Error
errlCommit( l_err, ISTEP_COMP_ID );
Expand Down

0 comments on commit 54a8098

Please sign in to comment.