diff options
author | Corey Swenson <cswenson@us.ibm.com> | 2016-03-29 11:09:40 -0500 |
---|---|---|
committer | William G. Hoffa <wghoffa@us.ibm.com> | 2016-04-04 09:28:07 -0400 |
commit | e12693b993520d98d72847e2fcbf72c42c476f8b (patch) | |
tree | 329d38b27741f877381fbf12d1d800a3ae56617d /src/usr/vpd/runtime | |
parent | 287d15e08990eb8ad9892ca94ac38ebe35f9229e (diff) | |
download | talos-hostboot-e12693b993520d98d72847e2fcbf72c42c476f8b.tar.gz talos-hostboot-e12693b993520d98d72847e2fcbf72c42c476f8b.zip |
Re-enable hbrt testcases in P9
Change-Id: Ief5cebf6af399514054f9f834d53a45177da1ad3
RTC:138280
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22593
Tested-by: Jenkins Server
Tested-by: FSP CI Jenkins
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/vpd/runtime')
-rw-r--r-- | src/usr/vpd/runtime/test/makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/usr/vpd/runtime/test/makefile b/src/usr/vpd/runtime/test/makefile index bd2146401..9a68bfaf1 100644 --- a/src/usr/vpd/runtime/test/makefile +++ b/src/usr/vpd/runtime/test/makefile @@ -5,7 +5,9 @@ # # OpenPOWER HostBoot Project # -# COPYRIGHT International Business Machines Corp. 2013,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. @@ -24,6 +26,9 @@ HOSTBOOT_RUNTIME = 1 ROOTPATH = ../../../../.. MODULE = testvpd_rt -TESTS = ../../test/*.H +#TESTS = ../../test/*.H +TESTS = ../../test/spdtest.H ../../test/dimmPrestest.H ../../test/cvpdtest.H +#@TODO: RTC 131121 Reenable mvpd test cases after mvpd available +#TEST += mvpdtest.H include ${ROOTPATH}/config.mk |