From a6ac440a808ae60ecdcafbf83953d0694be7d08f Mon Sep 17 00:00:00 2001 From: Christian Geddes Date: Wed, 10 Apr 2019 12:57:35 -0500 Subject: Re-enable OCMB VPD fapi2 tests We changed what SPD we were use for standalone Axone simics so we can turn these tests back on. Change-Id: I538ecf5fbd651622fc8fcf709bc270a16d9096ad RTC: 207707 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/75844 Tested-by: Jenkins Server Reviewed-by: Matt Derksen Tested-by: FSP CI Jenkins Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Matthew Raybuck Reviewed-by: Michael Baiocchi Reviewed-by: Daniel M. Crowell --- src/usr/fapi2/test/fapi2Test.mk | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/usr/fapi2/test/fapi2Test.mk b/src/usr/fapi2/test/fapi2Test.mk index 54d8b37da..f7dc4d002 100644 --- a/src/usr/fapi2/test/fapi2Test.mk +++ b/src/usr/fapi2/test/fapi2Test.mk @@ -52,9 +52,7 @@ OBJS += fapi2TestUtils.o OBJS += fapi2DdimmGetEfdTest.o OBJS += getVpdTest.o OBJS += p9_pm_get_poundv_bucket.o - -# TODO RTC:207707 Enable when we get better VPD for OCMB chips -#OBJS += fapi2PlatGetVpdOcmbChipTest.o +OBJS += fapi2PlatGetVpdOcmbChipTest.o ifeq (${HOSTBOOT_RUNTIME},1) @@ -70,11 +68,9 @@ 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.1