diff options
author | Dan Crowell <dcrowell@us.ibm.com> | 2016-02-22 10:42:09 -0600 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-02-22 11:32:07 -0600 |
commit | a6e5f208a3d89fc0ddeb280f061c37f99dd0a7f4 (patch) | |
tree | 2a289d04078d64e16604f7e25f30d17d41f24d4c /src/usr | |
parent | 418917bfca616647aa9843a2e926938ec6ffb3cf (diff) | |
download | blackbird-hostboot-a6e5f208a3d89fc0ddeb280f061c37f99dd0a7f4.tar.gz blackbird-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/makefile | 9 |
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 |