diff options
| author | Matt Derksen <mderkse1@us.ibm.com> | 2017-06-06 15:39:40 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-06-23 10:29:55 -0400 |
| commit | c4dc9402e4237e5318c834f4535f6c1f58419951 (patch) | |
| tree | 95b33383281d8863c6ae6ae2532947b07c7733cd /src/usr/fapi2/test/fapi2VerifyCalloutTest.H | |
| parent | b22bfa0529a673baea56805fa4fcc1ba65c29666 (diff) | |
| download | talos-hostboot-c4dc9402e4237e5318c834f4535f6c1f58419951.tar.gz talos-hostboot-c4dc9402e4237e5318c834f4535f6c1f58419951.zip | |
Allow deconfig without a callout in error log.
Change-Id: Ia2ce6f89b4fbc4bbafa355cb1da07bdbd360c317
RTC: 174701
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42085
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: Martin Gloff <mgloff@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/fapi2/test/fapi2VerifyCalloutTest.H')
| -rw-r--r-- | src/usr/fapi2/test/fapi2VerifyCalloutTest.H | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/usr/fapi2/test/fapi2VerifyCalloutTest.H b/src/usr/fapi2/test/fapi2VerifyCalloutTest.H index eb52e7350..c5caf6ff1 100644 --- a/src/usr/fapi2/test/fapi2VerifyCalloutTest.H +++ b/src/usr/fapi2/test/fapi2VerifyCalloutTest.H @@ -86,5 +86,18 @@ public: TS_FAIL("rcTestCalloutDeconfig. Fail l_res=%d", l_res); } } + + /* + * @brief Test hw callout (none priority) with deconfig + */ + void testCalloutNoneDeconfig(void) + { + uint32_t l_res = rcTestCalloutNoneDeconfig(); + + if(l_res != 0) + { + TS_FAIL("rcTestCalloutNoneDeconfig. Fail l_res=%d", l_res); + } + } }; #endif |

