summaryrefslogtreecommitdiffstats
path: root/src/import/chips/centaur/procedures/hwp/memory
diff options
context:
space:
mode:
authorLouis Stermole <stermole@us.ibm.com>2018-09-07 07:54:32 -0500
committerChristian R. Geddes <crgeddes@us.ibm.com>2018-09-18 10:09:42 -0500
commit7fa5843dd1b5335c8bac0368b1342f9d068b5507 (patch)
treeffb0b2b14570f2af19d54242b7f6013e9cbb26fd /src/import/chips/centaur/procedures/hwp/memory
parente49b630b208fd2ce1753b16a7d2500637b15eb2c (diff)
downloadtalos-hostboot-7fa5843dd1b5335c8bac0368b1342f9d068b5507.tar.gz
talos-hostboot-7fa5843dd1b5335c8bac0368b1342f9d068b5507.zip
Change p9c box shmoo callouts from recovered to predictive
Change-Id: I5b11e39548aab2900c57bd1aae68ccf71a2c000d CQ:SW444962 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/65824 Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: BRIANA E. FOXWORTH <befoxwor@us.ibm.com> Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/65829 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/chips/centaur/procedures/hwp/memory')
-rwxr-xr-xsrc/import/chips/centaur/procedures/hwp/memory/p9c_mss_generic_shmoo.C5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_generic_shmoo.C b/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_generic_shmoo.C
index 026668f45..649527227 100755
--- a/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_generic_shmoo.C
+++ b/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_generic_shmoo.C
@@ -4583,9 +4583,8 @@ extern "C"
return fapi2::FAPI2_RC_SUCCESS;
fapi_try_exit:
- // We're here, so we took a fail - log it as recovered, as we just want it to be informational
- // Box shmoo is just used to collect data in case we take fails later
- fapi2::logError(fapi2::current_err, fapi2::FAPI2_ERRL_SEV_RECOVERED);
+ // We're here, so we took a fail - log it as predictive, so we get callouts in MFG test but don't fail out of training_adv
+ fapi2::logError(fapi2::current_err, fapi2::FAPI2_ERRL_SEV_PREDICTIVE);
fapi2::current_err = fapi2::FAPI2_RC_SUCCESS;
return fapi2::FAPI2_RC_SUCCESS;
}
OpenPOWER on IntegriCloud