samples, tests: convert string-based twister lists to YAML lists
Twister now supports using YAML lists for all fields that were written as space-separated lists. Used twister_to_list.py script. Some artifacts on string length are due to how ruamel dumps content. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
6d56988e43
commit
93b63df762
761 changed files with 5601 additions and 1979 deletions
|
@ -15,14 +15,23 @@ tests:
|
|||
tests.application_development.code_relocation.no_itcm:
|
||||
filter: not CONFIG_CPU_HAS_NXP_MPU and not dt_chosen_enabled("zephyr,itcm")
|
||||
arch_allow: arm
|
||||
extra_sections: _SRAM2_RODATA_SECTION_NAME _SRAM_TEXT_SECTION_NAME _SRAM_RODATA_SECTION_NAME
|
||||
_SRAM_DATA_SECTION_NAME _CUSTOM_SECTION_NAME2
|
||||
platform_allow: qemu_cortex_m3 mps2_an385 sam_e70_xplained
|
||||
extra_sections:
|
||||
- _SRAM2_RODATA_SECTION_NAME
|
||||
- _SRAM_TEXT_SECTION_NAME
|
||||
- _SRAM_RODATA_SECTION_NAME
|
||||
- _SRAM_DATA_SECTION_NAME
|
||||
- _CUSTOM_SECTION_NAME2
|
||||
platform_allow:
|
||||
- qemu_cortex_m3
|
||||
- mps2_an385
|
||||
- sam_e70_xplained
|
||||
integration_platforms:
|
||||
- qemu_cortex_m3
|
||||
tests.application_development.code_relocation.riscv:
|
||||
extra_args: CONF_FILE="prj_riscv.conf"
|
||||
platform_allow: qemu_riscv32 qemu_riscv64
|
||||
platform_allow:
|
||||
- qemu_riscv32
|
||||
- qemu_riscv64
|
||||
tests.application_development.code_relocation.xtensa:
|
||||
extra_args: CONF_FILE="prj_xtensa.conf"
|
||||
platform_allow: qemu_xtensa
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue