summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2016-02-22 10:42:09 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-02-22 11:32:07 -0600
commita6e5f208a3d89fc0ddeb280f061c37f99dd0a7f4 (patch)
tree2a289d04078d64e16604f7e25f30d17d41f24d4c /src/usr
parent418917bfca616647aa9843a2e926938ec6ffb3cf (diff)
downloadtalos-hostboot-a6e5f208a3d89fc0ddeb280f061c37f99dd0a7f4.tar.gz
talos-hostboot-a6e5f208a3d89fc0ddeb280f061c37f99dd0a7f4.zip
Remove SFC PNOR Tests
Temporarily disable some of the PNOR testcases due to a mysterious ECC fail. Change-Id: Ib343084d417e78bfeb8dc8d4fef2409bce7b1173 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/24587 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/pnor/test/makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/usr/pnor/test/makefile b/src/usr/pnor/test/makefile
index 2c13da7b1..35af02afc 100644
--- a/src/usr/pnor/test/makefile
+++ b/src/usr/pnor/test/makefile
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2011,2014
+# Contributors Listed Below - COPYRIGHT 2011,2016
# [+] Google Inc.
# [+] International Business Machines Corp.
#
@@ -27,10 +27,13 @@ ROOTPATH = ../../../..
MODULE = testpnor
-TESTS = pnorddtest.H ecctest.H pnorrptest.H
+TESTS = pnorddtest.H
+TESTS += ecctest.H
+TESTS += pnorrptest.H
#SFC Implementations
TESTS += $(if $(CONFIG_SFC_IS_IBM_DPSS),sfc_ibmtest.H)
-TESTS += $(if $(CONFIG_SFC_IS_AST2400),sfc_ast2400test.H)
+#@fixme-RTC:146146-Reenable testcases once ECC issues are resolved
+#TESTS += $(if $(CONFIG_SFC_IS_AST2400),sfc_ast2400test.H)
include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud