Skip to content

Commit

Permalink
Disable OCMB getVPD tests until we get better SPD
Browse files Browse the repository at this point in the history
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 <pfd-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: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
crgeddes authored and dcrowell77 committed Mar 28, 2019
1 parent 610f166 commit 30a512e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/usr/fapi2/test/fapi2Test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -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
Expand Down

0 comments on commit 30a512e

Please sign in to comment.