summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2017-05-03 14:01:08 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-05-03 23:54:00 -0400
commit39e7f9315a1f026c5890905a12d23a6bc62a0720 (patch)
treefd9a2209212b9833521979aaa5cebc8a49deed1a /src
parentb931f047a7a46f7e7f74a9b315eb4028e869ff20 (diff)
downloadtalos-hostboot-39e7f9315a1f026c5890905a12d23a6bc62a0720.tar.gz
talos-hostboot-39e7f9315a1f026c5890905a12d23a6bc62a0720.zip
Temporarily disable fapi2test case
This is to isolate the libtestfapi2.so crashed problem seeing in many Hostboot CIs Change-Id: I9de68861b2bc1908fda8eb4d0641e587f2c028b2 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40032 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Tested-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/makefile b/src/makefile
index 3a13f2971..b327a0c75 100644
--- a/src/makefile
+++ b/src/makefile
@@ -248,7 +248,8 @@ TESTCASE_MODULES += $(if $(CONFIG_VPO_COMPILE),,testruntime)
#@TODO RTC: 137561 Enable this test case when interupt story is complete
#TESTCASE_MODULES += testintr
-TESTCASE_MODULES += testfapi2
+# @thi - Disable to isolate libtestfapi2.so crash
+#TESTCASE_MODULES += testfapi2
#@TODO RTC: 123019 (p9 work in progress)
#TESTCASE_MODULES += testi2c
@@ -310,7 +311,10 @@ RUNTIME_TESTCASE_MODULES += $(if $(CONFIG_HBRT_PRD),testprdf_rt)
RUNTIME_TESTCASE_MODULES += $(if $(CONFIG_HBRT_PRD),testattn_rt)
RUNTIME_TESTCASE_MODULES += $(if $(CONFIG_BMC_IPMI),testipmi_rt)
RUNTIME_TESTCASE_MODULES += testpnor_rt
-RUNTIME_TESTCASE_MODULES += testfapi2_rt
+
+# @thi - Disable to isolate libtestfapi2.so crash
+#RUNTIME_TESTCASE_MODULES += testfapi2_rt
+
RUNTIME_TESTCASE_MODULES += testsecureboot_rt
RUNTIME_TESTCASE_MODULES += testtargeting_rt
RUNTIME_TESTCASE_MODULES += testsbeio_rt
OpenPOWER on IntegriCloud