test: fix interrupt check
Fixed the interrupt type using error.
Check valid alarm should use TEST_INTERRUPT_HANDLE_VALID_ALARM.
Fixes: 493b8e173f
("eal: add device event handle in interrupt thread")
Cc: stable@dpdk.org
Signed-off-by: Qiming Yang <qiming.yang@intel.com>
This commit is contained in:
parent
651cc78f83
commit
1fc5606543
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user