summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/test/runtime/rt_occtest.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/hwpf/test/runtime/rt_occtest.H')
-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