summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/test/fapirctest.H
diff options
context:
space:
mode:
authorMike Baiocchi <baiocchi@us.ibm.com>2014-10-14 11:23:37 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-10-31 10:00:20 -0500
commitacd26bc5132d001051405e408f724fc6a1c7088b (patch)
tree5001e23e021a261871456304dc672679fa952905 /src/usr/hwpf/test/fapirctest.H
parent2e8ca6f64615f69f41db15b01342fc3dff873d6c (diff)
downloadtalos-hostboot-acd26bc5132d001051405e408f724fc6a1c7088b.tar.gz
talos-hostboot-acd26bc5132d001051405e408f724fc6a1c7088b.zip
Improve FAPI Bus Callouts (working/830)
When FAPI calls out a bus an additional procedure callout is made and there are changes in priorities of other items being called out. This commit covers the working/830 change. Change-Id: I3f265371436be100124b8ec97d808d2295ea59db CQ: SW263291 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/13974 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/test/fapirctest.H')
-rw-r--r--src/usr/hwpf/test/fapirctest.H38
1 files changed, 20 insertions, 18 deletions
diff --git a/src/usr/hwpf/test/fapirctest.H b/src/usr/hwpf/test/fapirctest.H
index f90740327..cd4c95999 100644
--- a/src/usr/hwpf/test/fapirctest.H
+++ b/src/usr/hwpf/test/fapirctest.H
@@ -5,7 +5,9 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2011,2014 */
+/* Contributors Listed Below - COPYRIGHT 2011,2014 */
+/* [+] International Business Machines Corp. */
+/* */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
/* you may not use this file except in compliance with the License. */
@@ -48,7 +50,7 @@ public:
if (l_res != 0)
{
- TS_FAIL("testRc1. Fail");
+ TS_FAIL("testRc1. Fail l_res=%d", l_res);
}
}
@@ -62,7 +64,7 @@ public:
if (l_res != 0)
{
- TS_FAIL("testRc2. Fail");
+ TS_FAIL("testRc2. Fail l_res=%d", l_res);
}
}
@@ -75,7 +77,7 @@ public:
if (l_res != 0)
{
- TS_FAIL("testRc3. Fail");
+ TS_FAIL("testRc3. Fail l_res=%d", l_res);
}
return;
}
@@ -89,7 +91,7 @@ public:
if (l_res != 0)
{
- TS_FAIL("testRc4. Fail");
+ TS_FAIL("testRc4. Fail l_res=%d", l_res);
}
return;
}
@@ -103,7 +105,7 @@ public:
if (l_res != 0)
{
- TS_FAIL("testRc5. Fail");
+ TS_FAIL("testRc5. Fail l_res=%d", l_res);
}
return;
}
@@ -117,7 +119,7 @@ public:
if (l_res != 0)
{
- TS_FAIL("testRc6. Fail");
+ TS_FAIL("testRc6. Fail l_res=%d", l_res);
}
return;
}
@@ -131,7 +133,7 @@ public:
if (l_res != 0)
{
- TS_FAIL("testRc7. Fail");
+ TS_FAIL("testRc7. Fail l_res=%d", l_res);
}
return;
}
@@ -145,7 +147,7 @@ public:
if (l_res != 0)
{
- TS_FAIL("testRc8. Fail");
+ TS_FAIL("testRc8. Fail l_res=%d", l_res);
}
}
@@ -158,7 +160,7 @@ public:
if (l_res != 0)
{
- TS_FAIL("testRc9. Fail");
+ TS_FAIL("testRc9. Fail l_res=%d", l_res);
}
return;
}
@@ -172,7 +174,7 @@ public:
if (l_res != 0)
{
- TS_FAIL("testRc10. Fail");
+ TS_FAIL("testRc10. Fail l_res=%d", l_res);
}
return;
}
@@ -186,7 +188,7 @@ public:
if (l_res != 0)
{
- TS_FAIL("testRc11. Fail");
+ TS_FAIL("testRc11. Fail l_res=%d", l_res);
}
}
@@ -200,7 +202,7 @@ public:
if (l_res != 0)
{
- TS_FAIL("testRc12. Fail");
+ TS_FAIL("testRc12. Fail l_res=%d", l_res);
}
}
@@ -213,7 +215,7 @@ public:
if (l_res != 0)
{
- TS_FAIL("testRc13. Fail");
+ TS_FAIL("testRc13. Fail l_res=%d", l_res);
}
return;
}
@@ -227,7 +229,7 @@ public:
if (l_res != 0)
{
- TS_FAIL("testRc14. Fail");
+ TS_FAIL("testRc14. Fail l_res=%d", l_res);
}
return;
}
@@ -241,7 +243,7 @@ public:
if (l_res != 0)
{
- TS_FAIL("testRc15. Fail");
+ TS_FAIL("testRc15. Fail l_res=%d", l_res);
}
return;
}
@@ -255,7 +257,7 @@ public:
if (l_res != 0)
{
- TS_FAIL("testRc16. Fail");
+ TS_FAIL("testRc16. Fail l_res=%d", l_res);
}
return;
}
@@ -269,7 +271,7 @@ public:
if (l_res != 0)
{
- TS_FAIL("testRc17. Fail");
+ TS_FAIL("testRc17. Fail l_res=%d", l_res);
}
return;
}
OpenPOWER on IntegriCloud