diff options
author | Marty Gloff <mgloff@us.ibm.com> | 2016-03-21 16:47:47 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-07-26 13:10:36 -0400 |
commit | 4414670dda8f3c4b99834a44d226ab439250f844 (patch) | |
tree | 013e5855ba4f040048411136bb9f4f312f7cf95d /src/usr/vpd/test | |
parent | 851467dd485ccfa61c4039f347ebe490173f859c (diff) | |
download | blackbird-hostboot-4414670dda8f3c4b99834a44d226ab439250f844.tar.gz blackbird-hostboot-4414670dda8f3c4b99834a44d226ab439250f844.zip |
Reenable mvpd testcases after new mvpd available
Reenable mvpd testcases now that mvpd is available.
Change-Id: Ib725d6c5d7b6f5e8615b759edb1f81d4900a6487
RTC:131121
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22314
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/vpd/test')
-rw-r--r-- | src/usr/vpd/test/makefile | 5 | ||||
-rwxr-xr-x | src/usr/vpd/test/mvpdtest.H | 6 |
2 files changed, 4 insertions, 7 deletions
diff --git a/src/usr/vpd/test/makefile b/src/usr/vpd/test/makefile index 85a0f9441..764f4c275 100644 --- a/src/usr/vpd/test/makefile +++ b/src/usr/vpd/test/makefile @@ -25,9 +25,6 @@ ROOTPATH = ../../../.. MODULE = testvpd -#TESTS = *.H +TESTS = *.H -TESTS += spdtest.H dimmPrestest.H cvpdtest.H dvpdtest.H -#@TODO: RTC 131121 Reenable mvpd test cases after mvpd available -#TEST += mvpdtest.H include ${ROOTPATH}/config.mk diff --git a/src/usr/vpd/test/mvpdtest.H b/src/usr/vpd/test/mvpdtest.H index 1133a8968..04fac6476 100755 --- a/src/usr/vpd/test/mvpdtest.H +++ b/src/usr/vpd/test/mvpdtest.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2013,2015 */ +/* Contributors Listed Below - COPYRIGHT 2013,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -399,7 +399,7 @@ class MVPDTest: public CxxTest::TestSuite ERR_MRK"testMvpdReadRecords() - failure" " reading record size!! rec: 0x%04x", theRecord); - TS_FAIL("testMvpdReadRecords() -Failure reading keyword size!"); + TS_FAIL("testMvpdReadRecords() -Failure reading record size!"); errlCommit( err, VPD_COMP_ID ); continue; @@ -413,7 +413,7 @@ class MVPDTest: public CxxTest::TestSuite ERR_MRK"testMvpdReadRecords() - failure" " reading record 0x%04x had size of zero!", theRecord); - TS_FAIL("testMvpdReadRecords() -Failure on keyword size of zero!"); + TS_FAIL("testMvpdReadRecords() -Failure on record size of zero!"); continue; } |