diff options
| author | Prachi Gupta <pragupta@us.ibm.com> | 2014-09-23 16:12:05 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-11-12 13:44:53 -0600 |
| commit | 85a60a8998a743e65660a8282bc758b3e3ed0056 (patch) | |
| tree | f7463f8f4dcc2374c7d4a1de2e2cdb045c6d1ab6 /src/usr/hwpf/test/runtime | |
| parent | 6313118b632d0f985d9595dfad54e942a6ed02cf (diff) | |
| download | talos-hostboot-85a60a8998a743e65660a8282bc758b3e3ed0056.tar.gz talos-hostboot-85a60a8998a743e65660a8282bc758b3e3ed0056.zip | |
added activateOCC during IPL and occ_error during runtime
Change-Id: Icdba24cc9d8fadc597bd79b8bea60f1c358d636e
RTC: 114906
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/13551
Tested-by: Jenkins Server
Reviewed-by: STEPHEN M. CPREK <smcprek@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.H | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/hwpf/test/runtime/rt_occtest.H b/src/usr/hwpf/test/runtime/rt_occtest.H index 2ddfd5dbe..33a189d10 100644 --- a/src/usr/hwpf/test/runtime/rt_occtest.H +++ b/src/usr/hwpf/test/runtime/rt_occtest.H @@ -54,17 +54,17 @@ class OccTest: public CxxTest::TestSuite TS_FAIL("runtimeInterfaces->get_lid_list not set"); } - if( rt_intf->loadOCC == NULL ) + if( rt_intf->occ_load == NULL ) { TS_FAIL("runtimeInterfaces->loadOCC not set"); } - if( rt_intf->startOCCs == NULL ) + if( rt_intf->occ_start == NULL ) { TS_FAIL("runtimeInterfaces->startOCCs not set"); } - if( rt_intf->stopOCCs == NULL ) + if( rt_intf->occ_stop == NULL ) { TS_FAIL("runtimeInterfaces->stopOCCs not set"); } |

