The tests should only be allowed on supported platforms instead of blanket enabling on architectures. There are platforms which do multi level interrupts but cannot run the tests. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
21 lines
606 B
YAML
21 lines
606 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
|
|
platform_allow:
|
|
- m2gl025_miv/miv
|
|
- qemu_riscv32/qemu_virt_riscv32
|
|
- qemu_riscv32/qemu_virt_riscv32/smp
|
|
- qemu_riscv64/qemu_virt_riscv64
|
|
- qemu_riscv64/qemu_virt_riscv64/smp
|
|
- qemu_riscv32e/qemu_virt_riscv32e
|
|
tests:
|
|
interrupt_controller.intc_multi_level_backend.default: {}
|
|
interrupt_controller.intc_multi_level_backend.no_assert:
|
|
extra_configs:
|
|
- CONFIG_ASSERT=n
|