summaryrefslogtreecommitdiffstats
path: root/src/usr/vpd/runtime
diff options
context:
space:
mode:
authorCorey Swenson <cswenson@us.ibm.com>2016-03-29 11:09:40 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2016-04-04 09:28:07 -0400
commite12693b993520d98d72847e2fcbf72c42c476f8b (patch)
tree329d38b27741f877381fbf12d1d800a3ae56617d /src/usr/vpd/runtime
parent287d15e08990eb8ad9892ca94ac38ebe35f9229e (diff)
downloadtalos-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/makefile9
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
OpenPOWER on IntegriCloud