diff options
author | Bill Hoffa <wghoffa@us.ibm.com> | 2019-06-25 10:32:16 -0500 |
---|---|---|
committer | Nicholas E Bofferding <bofferdn@us.ibm.com> | 2019-08-30 13:15:28 -0500 |
commit | e22e362f3cd9b96b845f8c51acd6da97c78554a4 (patch) | |
tree | 4b37414e32dbbdb9cc7cdbdd8aabb27fba49e918 /src/usr/fapi2/test | |
parent | 38845b6460903998891709c6a4bfcaec2a9ed837 (diff) | |
download | blackbird-hostboot-e22e362f3cd9b96b845f8c51acd6da97c78554a4.tar.gz blackbird-hostboot-e22e362f3cd9b96b845f8c51acd6da97c78554a4.zip |
Axone 2-Proc Standalone Sim Enablement
- XML Additions for all targets on 2nd proc
Change-Id: Ib8a860e4679e08253076abbbade98f4ba172e81d
RTC: 208448
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/82685
Reviewed-by: Christian R Geddes <crgeddes@us.ibm.com>
Reviewed-by: Michael Baiocchi <mbaiocch@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: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Nicholas E Bofferding <bofferdn@us.ibm.com>
Diffstat (limited to 'src/usr/fapi2/test')
-rw-r--r-- | src/usr/fapi2/test/fapi2GetChildrenTest.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/fapi2/test/fapi2GetChildrenTest.H b/src/usr/fapi2/test/fapi2GetChildrenTest.H index 9eb595dcd..09ed9a401 100644 --- a/src/usr/fapi2/test/fapi2GetChildrenTest.H +++ b/src/usr/fapi2/test/fapi2GetChildrenTest.H @@ -224,7 +224,7 @@ void test_fapi2GetChildren() numTests++; if(l_actualSize != l_expectedSize) { - TS_FAIL("test_fapi2GetChildren:: OMIs per proc mismatch"); + TS_FAIL("test_fapi2GetChildren:: OMIs per proc mismatch. Actual size: %d, Expected size: %d", l_actualSize, l_expectedSize); numFails++; break; } |