summaryrefslogtreecommitdiffstats
path: root/src/makefile
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2017-10-27 16:38:35 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2017-10-31 14:33:06 -0400
commitac7f3d7b4b95342de5a692b623dba7ae4b875ec4 (patch)
treeea081be6b129458a89e2247b34e2150333151c50 /src/makefile
parent0abd9ab92d13875ab7898847fde9e985279512b8 (diff)
downloadtalos-hostboot-ac7f3d7b4b95342de5a692b623dba7ae4b875ec4.tar.gz
talos-hostboot-ac7f3d7b4b95342de5a692b623dba7ae4b875ec4.zip
Re-enable fapi2 test case module
We determined the problem to be with the getVPD test case when we tried to get the section info for the MEMD pnor section the section was not currently loaded. The reason this was sometimes passing was because the PNOR tests were loading and unloading the MEMD module. My guess was that we were getting lucking and reading MEMD while the pnor test has the section loaded Change-Id: I50c12993d639554ab919ec01bba45e5f4aae761c RTC: 181401 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48955 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-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> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: Matt Derksen <mderkse1@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/makefile b/src/makefile
index 0c456373d..0278a53c9 100644
--- a/src/makefile
+++ b/src/makefile
@@ -241,8 +241,7 @@ TESTCASE_MODULES += testsyslib
TESTCASE_MODULES += testscom
TESTCASE_MODULES += $(if $(CONFIG_VPO_COMPILE),,testruntime)
TESTCASE_MODULES += testintr
-# RTC:181401 figure out why we are seeing a data storage exception during fapi2 tests
-#TESTCASE_MODULES += testfapi2
+TESTCASE_MODULES += testfapi2
#******************************************************************
#KNOWN ISSUES (I might let these run but there is something wrong)
OpenPOWER on IntegriCloud