From a4e0f9f2b7e1abbc7062bbc6a023a01227875eee Mon Sep 17 00:00:00 2001 From: crgeddes Date: Thu, 22 Oct 2015 15:35:56 -0500 Subject: Re-enable test cases for P9 Work This commit re-enables the test modules that were shut off for the initial start of of the p9 simics model. Most of the changes were updating hardcoded values and changing the definition of a "fail" for some of the test that were assuming certain components to be contained in the system Change-Id: I1860f49ea83ba1946f5181a05a4e97f10f1522f3 RTC: 129630 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/22826 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell --- src/usr/vpd/test/makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src/usr/vpd/test/makefile') diff --git a/src/usr/vpd/test/makefile b/src/usr/vpd/test/makefile index 06fe8c53d..3902c51b9 100644 --- a/src/usr/vpd/test/makefile +++ b/src/usr/vpd/test/makefile @@ -5,7 +5,9 @@ # # OpenPOWER HostBoot Project # -# COPYRIGHT International Business Machines Corp. 2012,2014 +# Contributors Listed Below - COPYRIGHT 2013,2016 +# [+] International Business Machines Corp. +# # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -23,6 +25,9 @@ ROOTPATH = ../../../.. MODULE = testvpd -TESTS = *.H +#TESTS = *.H +TESTS += spdtest.H dimmPrestest.H cvpdtest.H +#@TODO: RTC 131121 Reenable mvpd test cases after mvpd available +#TEST += mvpdtest.H include ${ROOTPATH}/config.mk -- cgit v1.2.1