mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-11 19:25:13 +00:00
The seasonal overhaul of test identifiers aligning the terms being used and creating a structure. This is hopefully the last time we do this, plan is to document the identifiers and enforce syntax. The end-goal is to be able to generate a testsuite description from the existing tests and sync it frequently with the testsuite in Testrail. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
14 lines
462 B
YAML
14 lines
462 B
YAML
sample:
|
|
description: Code data relocation Sample
|
|
name: code relocation
|
|
tests:
|
|
sample.application_development.code_relocation:
|
|
harness: console
|
|
harness_config:
|
|
type: one_line
|
|
regex:
|
|
- "Hello World! (.*)"
|
|
platform_whitelist: qemu_cortex_m3 mps2_an385 sam_e70_xplained
|
|
tags: linker
|
|
extra_sections: _SRAM2_RODATA_SECTION_NAME _SRAM_TEXT_SECTION_NAME _SRAM_RODATA_SECTION_NAME _SRAM_DATA_SECTION_NAME _CUSTOM_SECTION_NAME2
|