summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/test
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2019-02-20 09:18:07 -0600
committerChristian R. Geddes <crgeddes@us.ibm.com>2019-03-07 16:35:52 -0600
commit386165c1c5dad4b0dde4a94401b4feb0435787a9 (patch)
treef43ec0e10671d3751a3d3d1eb7160306b1a8da95 /src/usr/diag/prdf/test
parentebf6fda9958f1b82742bea22e98388f38a9b62d5 (diff)
downloadtalos-hostboot-386165c1c5dad4b0dde4a94401b4feb0435787a9.tar.gz
talos-hostboot-386165c1c5dad4b0dde4a94401b4feb0435787a9.zip
Updates to testcases for Axone
Disabling a few testcases temporarily until Axone gets off the ground. Cleaned up some bad traces, etc in existing code. Add CI support for AXONE config Change-Id: I7a2140366e225971c91a50cec1f7e822e4847078 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/72186 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Matt Derksen <mderkse1@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: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/usr/diag/prdf/test')
-rwxr-xr-xsrc/usr/diag/prdf/test/prdf_hb_common_test.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/diag/prdf/test/prdf_hb_common_test.mk b/src/usr/diag/prdf/test/prdf_hb_common_test.mk
index 78c116c2a..a148e0c24 100755
--- a/src/usr/diag/prdf/test/prdf_hb_common_test.mk
+++ b/src/usr/diag/prdf/test/prdf_hb_common_test.mk
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2012,2018
+# Contributors Listed Below - COPYRIGHT 2012,2019
# [+] International Business Machines Corp.
#
#
@@ -92,7 +92,7 @@ TESTS += ${PRD_USR_TEST_PATH}/prdfTest_XBus.H
TESTS += ${PRD_USR_TEST_PATH}/prdfTest_ABus.H
TESTS += ${PRD_USR_TEST_PATH}/prdfTest_ProcCentFir.H
TESTS += ${PRD_USR_TEST_PATH}/prdfTest_Ex.H
-TESTS += ${PRD_USR_TEST_PATH}/prdfTest_NimbusTpLFir.H
+TESTS += $(if $(CONFIG_AXONE_BRING_UP),,${PRD_USR_TEST_PATH}/prdfTest_NimbusTpLFir.H)
#@TODO RTC:178802
#TESTS += ${PRD_USR_TEST_PATH}/prdfTest_Mcs.H
OpenPOWER on IntegriCloud