summaryrefslogtreecommitdiffstats
path: root/src/usr/fapi2
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2016-04-06 14:02:49 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-04-06 16:50:52 -0400
commitc80987faad8e9a2747c8cccf26fdf8c270d8d4be (patch)
treed5e97a4c1f7de9445f9d0483c31735a0620f4823 /src/usr/fapi2
parent2c5fa35d299cf3724a662c2b8e25ac945ca4ac41 (diff)
downloadblackbird-hostboot-c80987faad8e9a2747c8cccf26fdf8c270d8d4be.tar.gz
blackbird-hostboot-c80987faad8e9a2747c8cccf26fdf8c270d8d4be.zip
Fix targeting binary creation bug
Missed the associated change in the targeting binary creation that was required with the addition of 2 new association entries. Disable fapiGetOtherEnd testcases temporarily Change-Id: Iddaa20a90140a61333bc40801b6d87b38bff0450 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22969 Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/fapi2')
-rw-r--r--src/usr/fapi2/test/fapi2Test.H10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/usr/fapi2/test/fapi2Test.H b/src/usr/fapi2/test/fapi2Test.H
index 00a9bac46..1b7b142ec 100644
--- a/src/usr/fapi2/test/fapi2Test.H
+++ b/src/usr/fapi2/test/fapi2Test.H
@@ -76,10 +76,12 @@ void test_fapi2Test(void)
fapi2GetParentTest();
FAPI_INF("<<fapi2GetParent exiting...");
- FAPI_INF(">>fapi2GetOtherEnd starting...");
- fapi2GetOtherEnd();
- FAPI_INF(">>fapi2GetOtherEnd exiting...");
+ //@TODO-Restore with RTC:151090
+ FAPI_INF(">>fapi2GetOtherEnd skipping!!!...");
+ //FAPI_INF(">>fapi2GetOtherEnd starting...");
+ //fapi2GetOtherEnd();
+ //FAPI_INF(">>fapi2GetOtherEnd exiting...");
}
};
-#endif \ No newline at end of file
+#endif
OpenPOWER on IntegriCloud