zephyr/tests
Yong Cong Sin 1782011d2c tests: devicetree: api: add tests for new DT APIs
Add tests for new DT APIs added in the previous commit:
- `DT_IRQN_BY_IDX`
- `DT_INST_IRQN_BY_IDX`

Added additional tests for the following existing DT APIs when
`CONFIG_MULTI_LEVEL_INTERRUPTS` is enabled:
- `DT_IRQN`
- `DT_INST_IRQN`

Added `qemu_riscv32` for the multi-level interrupt tests.

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
2023-10-30 11:43:39 -04:00
..
application_development tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
arch tests: fix thread function signatures 2023-10-30 12:24:34 +01:00
benchmarks tests: fix thread function signatures 2023-10-30 12:24:34 +01:00
bluetooth tests: Bluetooth: tester: Fix missing net_buf_unref 2023-10-27 10:50:30 +02:00
boards tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
boot test: test_mcuboot: enable test on NXP MCUX platforms 2023-10-27 10:51:05 +02:00
bsim tests bsim cis: Fix sim_id collision 2023-10-30 11:35:45 +01:00
cmake tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
crypto tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
drivers drivers: gnss: Add parsing utils for NMEA0183 2023-10-30 11:43:19 -04:00
kconfig/configdefault tests: Remove stray uses of CONFIG_ZTEST_NEW_API 2023-10-26 10:55:38 +02:00
kernel irq: relocate multi-level irq out of irq.h 2023-10-30 11:43:39 -04:00
lib tests: devicetree: api: add tests for new DT APIs 2023-10-30 11:43:39 -04:00
misc tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
modules tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
net tests: fix thread function signatures 2023-10-30 12:24:34 +01:00
posix tests/posix/common: Fix filtering for POSIX arch 2023-10-25 07:44:12 -04:00
robot Twister: Add integration with renode-test 2023-05-26 09:43:49 -04:00
subsys tests: logging: log_benchmark: Fix integration platform 2023-10-30 10:15:49 -04:00
unit tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
ztest tests: fix thread function signatures 2023-10-30 12:24:34 +01:00
test_config.yaml