test: fixed uncorrect interrupt type
Checks
Commit Message
Fixed the interrupt type using error. Check valid alarm should use
TEST_INTERRUPT_HANDLE_VALID_ALARM.
Fixes: 493b8e173fe6 ("eal: add device event handle in interrupt thread")
Signed-off-by: Qiming Yang <qiming.yang@intel.com>
---
test/test/test_interrupts.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Comments
16/11/2018 18:04, Qiming Yang:
> Fixed the interrupt type using error. Check valid alarm should use
> TEST_INTERRUPT_HANDLE_VALID_ALARM.
>
> Fixes: 493b8e173fe6 ("eal: add device event handle in interrupt thread")
>
> Signed-off-by: Qiming Yang <qiming.yang@intel.com>
Applied, thanks
@@ -424,7 +424,7 @@ test_interrupt(void)
printf("Check valid alarm interrupt full path\n");
if (test_interrupt_full_path_check(
- TEST_INTERRUPT_HANDLE_VALID_DEV_EVENT) < 0) {
+ TEST_INTERRUPT_HANDLE_VALID_ALARM) < 0) {
printf("failure occurred during checking valid alarm "
"interrupt full path\n");
goto out;