From 30a512e3d84df2ac47c1ad1876e3ff0811a7aa2a Mon Sep 17 00:00:00 2001 From: Christian Geddes Date: Thu, 28 Mar 2019 09:33:16 -0500 Subject: Disable OCMB getVPD tests until we get better SPD Right now we have invalid VPD being written to the OCMB eeproms. In an effort to get Axone CI running we will disable these tests for now. Change-Id: I933ff44d3c3efd994ed72be36ec1b9504b85ec8d Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/75165 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Daniel M. Crowell --- src/usr/fapi2/test/fapi2Test.mk | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/usr/fapi2') diff --git a/src/usr/fapi2/test/fapi2Test.mk b/src/usr/fapi2/test/fapi2Test.mk index 475bb62dc..dbe7268c2 100644 --- a/src/usr/fapi2/test/fapi2Test.mk +++ b/src/usr/fapi2/test/fapi2Test.mk @@ -51,13 +51,16 @@ OBJS += rcSupport.o OBJS += fapi2TestUtils.o OBJS += getVpdTest.o OBJS += p9_pm_get_poundv_bucket.o -OBJS += fapi2PlatGetVpdOcmbChipTest.o + +# TODO RTC:207707 Enable when we get better VPD for OCMB chips +#OBJS += fapi2PlatGetVpdOcmbChipTest.o ifeq (${HOSTBOOT_RUNTIME},1) ################################################################################ ## Remove non-runtime tests (grep -v testname.H) TESTS += ${shell ls ${ROOTPATH}/src/usr/fapi2/test/*Test.H | \ + grep -v fapi2PlatGetVpdOcmbChipTest.H | \ grep -v fapi2I2cAccessTest.H | \ grep -v fapi2MmioAccessTest.H | \ sort | xargs} @@ -66,9 +69,11 @@ TESTS += ${shell ls ${ROOTPATH}/src/usr/fapi2/test/*Test.H | \ else +# TODO RTC:207707 Enable when we get better VPD for OCMB chips ################################################################################ ## All hostboot IPL time tests TESTS += ${shell ls ${ROOTPATH}/src/usr/fapi2/test/*Test.H | \ + grep -v fapi2PlatGetVpdOcmbChipTest.H | \ sort | xargs} OBJS += p9_i2ctests.o OBJS += p9_mmiotests.o -- cgit v1.2.3