summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/test/runtime
diff options
context:
space:
mode:
authorAndres Lugo-Reyes <aalugore@us.ibm.com>2015-01-12 13:03:40 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-01-30 10:26:55 -0600
commit28ffc52b25ecd146e26d3b4de09601bd5fce5fea (patch)
tree4a5ae9b621e365d48ddc683067e4acca8332f387 /src/usr/hwpf/test/runtime
parenta6a045feeaea8758ce03d4b86da86c72ab10edac (diff)
downloadtalos-hostboot-28ffc52b25ecd146e26d3b4de09601bd5fce5fea.tar.gz
talos-hostboot-28ffc52b25ecd146e26d3b4de09601bd5fce5fea.zip
Add support for stopAllOCCs in runtime
RTC:119085 Change-Id: I9576bddd1d7abf7b221e56e7fbb3450fd8b2d54a Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15092 Reviewed-by: PRACHI GUPTA <pragupta@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/test/runtime')
-rw-r--r--src/usr/hwpf/test/runtime/rt_occtest.H11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/usr/hwpf/test/runtime/rt_occtest.H b/src/usr/hwpf/test/runtime/rt_occtest.H
index 907e82f48..2072182ed 100644
--- a/src/usr/hwpf/test/runtime/rt_occtest.H
+++ b/src/usr/hwpf/test/runtime/rt_occtest.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2014 */
+/* Contributors Listed Below - COPYRIGHT 2014,2015 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -68,6 +68,15 @@ class OccTest: public CxxTest::TestSuite
{
TS_FAIL("runtimeInterfaces->stopOCCs not set");
}
+
+ /* Test case for stopAllOCCs
+ int err = stopAllOCCs();
+ if( err == -1 )
+ {
+ TS_FAIL("FAILURE!");
+ }
+ */
+
}
void testGetLidList()
OpenPOWER on IntegriCloud