Skip to content

Commit

Permalink
gerrit35857> Fix for missing symbol
Browse files Browse the repository at this point in the history
Re-enable the #V tests in fapi2MvpdTestCxx.H and correct errors
from running those tests.
Place p9_pm_get_poundv_bucket.mk back in fapi2.mk.

Change-Id: I9d4518727034caf80c23a5e8c8990e65c894051a
RTC: 168957
Depends-on: I1b41fa0a175aaf9a2a6d43ce0fb7c938f203e9b4
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36855
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Prachi Gupta <pragupta@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
mgloff authored and dcrowell77 committed Feb 28, 2017
1 parent 27d7d34 commit 719d5dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/usr/fapi2/fapi2.mk
Expand Up @@ -125,6 +125,7 @@ include ${ROOTPATH}/src/import/tools/build/common.dir/script.rules.mk
include ${ROOTPATH}/src/import/hwpf/fapi2/tools/parseErrorInfo.mk
include ${ROOTPATH}/src/import/hwpf/fapi2/tools/parseAttributeInfo.mk
include ${ROOTPATH}/src/import/hwpf/fapi2/tools/createIfAttrService.mk
include $(ROOTPATH)/src/import/chips/p9/procedures/hwp/pm/p9_pm_get_poundv_bucket.mk
include $(ROOTPATH)/src/import/chips/p9/procedures/hwp/pm/p9_pm_get_poundv_bucket_attr.mk
# TODO RTC:162011 after new .mk files are mirrored
#include $(ROOTPATH)/src/import/chips/p9/procedures/hwp/pm/p9_pm_get_poundw_bucket.mk
Expand Down
1 change: 0 additions & 1 deletion src/usr/fapi2/test/fapi2MvpdTestCxx.H
Expand Up @@ -321,7 +321,6 @@ public:

void testMvpdGetPoundVBucket(void)
{
return; //@fixme-168957:enable test after fixing symbol issue
int numTests = 0;
int numFails = 0;
fapi2::ReturnCode l_rc;
Expand Down
3 changes: 2 additions & 1 deletion src/usr/fapi2/test/fapi2Test.mk
Expand Up @@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
# Contributors Listed Below - COPYRIGHT 2016
# Contributors Listed Below - COPYRIGHT 2016,2017
# [+] International Business Machines Corp.
#
#
Expand Down Expand Up @@ -45,6 +45,7 @@ OBJS += p9_hwtests.o
OBJS += rcSupport.o
OBJS += fapi2TestUtils.o
OBJS += getVpdTest.o
OBJS += p9_pm_get_poundv_bucket.o

TESTS += ${ROOTPATH}/src/usr/fapi2/test/*Test.H
TESTS += ${ROOTPATH}/src/usr/fapi2/test/*TestCxx.H
Expand Down

0 comments on commit 719d5dd

Please sign in to comment.