Test the registration of interrupt controller with the intc_table and verify that thru the sw_isr_table APIs. Verified registration with all 3 interrupt levels. Signed-off-by: Yong Cong Sin <ycsin@meta.com>
17 lines
410 B
YAML
17 lines
410 B
YAML
# Copyright (c) 2024 Meta
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
common:
|
|
tags:
|
|
- drivers
|
|
- interrupt
|
|
filter: CONFIG_MULTI_LEVEL_INTERRUPTS and not CONFIG_LEGACY_MULTI_LEVEL_TABLE_GENERATION
|
|
arch_allow:
|
|
- riscv
|
|
- xtensa
|
|
tests:
|
|
interrupt_controller.intc_multi_level_backend.default: {}
|
|
interrupt_controller.intc_multi_level_backend.no_assert:
|
|
extra_configs:
|
|
- CONFIG_ASSERT=n
|