zephyr/tests
Torsten Rasmussen f24f5288f3 cmake: support array of maps in yaml module
This commit introduce support for maps in a yaml list.

The yaml_set() function has been extended with the following signature:
> yaml_set(NAME <name> KEY <key>...
>          [APPEND] LIST MAP <map1> MAP <map2> MAP ...
> )

where a `MAP <map>` has the form:
`MAP "<key1>: <value1>, <key2>: <value2>, ...`

Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
2025-01-27 13:24:23 +01:00
..
application_development tests: application_development: Add spdx SBOM test 2025-01-15 15:03:59 +01:00
arch tests: arm_irq_vector_table: Disable bellboard for nRF54/nRF92 2025-01-22 13:43:47 +01:00
benchmarks tests: app_kernel: restore the PIPE_NOBUFF variant 2025-01-21 19:44:57 +01:00
bluetooth Bluetooth: Host: Remove HCI ECC emulation 2025-01-23 10:14:46 +01:00
boards soc: esp32xx: remove unused kconfig entry 2025-01-23 13:45:31 +01:00
boot tests: boot: mcuboot_recovery_retention: Fix testcase 2024-12-29 05:59:37 +01:00
bsim Bluetooth: Host: Remove HCI ECC emulation 2025-01-23 10:14:46 +01:00
cmake cmake: support array of maps in yaml module 2025-01-27 13:24:23 +01:00
crypto
ctest/base tests: Add CTest base harness testing 2025-01-10 04:12:42 +01:00
drivers tests: watchdog: sam: Disnable Atmel SAM4L 2025-01-24 22:08:29 +01:00
integration/kernel
kconfig
kernel tests: kernel: timer: timer_api: Tweak test_timer_remaining 2025-01-24 08:38:48 +01:00
lib devicetree: Fix Device tree tests cannot be built with coverage enabled 2025-01-22 15:49:25 +01:00
misc tests: linker: iterable_sections: Test sorting with 5 numeric characters 2025-01-22 10:40:45 +01:00
modules tests: modules: nanopb: Test on Big Endian platform 2024-12-19 15:20:11 +01:00
net net: http_server: fix URL matching with '?' character in resource 2025-01-22 13:44:01 +01:00
posix tests: posix: fs: declare entry statically 2025-01-08 01:29:06 +01:00
robot
subsys tests: subsys: secure_storage: Add filter for small profile 2025-01-27 11:03:17 +01:00
unit tests: fix various unit tests warnings 2024-12-16 20:48:56 +01:00
ztest Revert "arch: deprecate _current" 2025-01-10 07:49:08 +01:00
test_config.yaml