diff options
| author | Marty Gloff <mgloff@us.ibm.com> | 2017-05-10 15:13:56 -0500 |
|---|---|---|
| committer | Christian R. Geddes <crgeddes@us.ibm.com> | 2017-05-10 22:04:18 -0400 |
| commit | 1c853e3fc6d4e4a5101200a1090f2b989d6e69aa (patch) | |
| tree | b72c05a00fd2434df11c99ef587e769a6ada9462 /src | |
| parent | 31ac6a9726ad142d6143910288c999af55fd2a1a (diff) | |
| download | blackbird-hostboot-1c853e3fc6d4e4a5101200a1090f2b989d6e69aa.tar.gz blackbird-hostboot-1c853e3fc6d4e4a5101200a1090f2b989d6e69aa.zip | |
Fix rt_sbeio.C include and add TS_FAIL info
Commit 39894 causes compile fails because of a deleted header file.
Fix includes in rt_sbeio.C and also make a recommended test case
change from review of the same commit.
Change-Id: Iac3d90ee80f483c695da42122013aef3c1c72017
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40351
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/usr/sbeio/runtime/rt_sbeio.C | 1 | ||||
| -rw-r--r-- | src/usr/sbeio/runtime/test/sbeiotestRt.H | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/usr/sbeio/runtime/rt_sbeio.C b/src/usr/sbeio/runtime/rt_sbeio.C index dca1dabf3..cece7ea98 100644 --- a/src/usr/sbeio/runtime/rt_sbeio.C +++ b/src/usr/sbeio/runtime/rt_sbeio.C @@ -34,7 +34,6 @@ #include <errl/errlmanager.H> #include <errl/errlreasoncodes.H> #include <devicefw/userif.H> -#include <occ/occ_common.H> // targeting support #include <targeting/common/target.H> diff --git a/src/usr/sbeio/runtime/test/sbeiotestRt.H b/src/usr/sbeio/runtime/test/sbeiotestRt.H index 970edfdbc..c11b92e77 100644 --- a/src/usr/sbeio/runtime/test/sbeiotestRt.H +++ b/src/usr/sbeio/runtime/test/sbeiotestRt.H @@ -339,7 +339,7 @@ class SbeMessagePassingRtTest : public CxxTest::TestSuite if(errl) { TS_FAIL("Not able to get TARGETING::Target for runtime " - "chip_id"); + "chip_id 0x%08X", i_procChipId); break; } |

