- Add integration_platforms to avoid excessive filtering - Make sure integration platforms are actually part of the filter - Fix some tags and test meta data Signed-off-by: Anas Nashif <anas.nashif@intel.com>
65 lines
1.8 KiB
YAML
65 lines
1.8 KiB
YAML
common:
|
|
tags:
|
|
- tracing
|
|
- debug
|
|
harness: console
|
|
harness_config:
|
|
type: multi_line
|
|
regex:
|
|
- "thread_a: Hello World from (.*)!"
|
|
- "thread_b: Hello World from (.*)!"
|
|
tests:
|
|
sample.tracing.user:
|
|
extra_args: CONF_FILE="prj_user.conf"
|
|
integration_platforms:
|
|
- qemu_x86
|
|
sample.tracing.format.sysview:
|
|
platform_allow:
|
|
- nrf52840dk_nrf52840
|
|
- mimxrt1050_evk
|
|
- mimxrt1064_evk
|
|
integration_platforms:
|
|
- nrf52840dk_nrf52840
|
|
extra_args: CONF_FILE="prj_sysview.conf"
|
|
sample.tracing.osawareness.openocd:
|
|
arch_exclude:
|
|
- posix
|
|
- xtensa
|
|
platform_exclude: qemu_x86_64
|
|
integration_platforms:
|
|
- qemu_x86
|
|
sample.tracing.transport.uart:
|
|
platform_allow:
|
|
- qemu_x86
|
|
- qemu_x86_64
|
|
integration_platforms:
|
|
- qemu_x86
|
|
extra_args: CONF_FILE="prj_uart.conf"
|
|
filter: dt_chosen_enabled("zephyr,tracing-uart")
|
|
sample.tracing.transport.usb:
|
|
platform_allow: sam_e70_xplained
|
|
depends_on: usb_device
|
|
extra_args: CONF_FILE="prj_usb.conf"
|
|
sample.tracing.transport.uart.ctf:
|
|
platform_allow:
|
|
- qemu_x86
|
|
- qemu_x86_64
|
|
integration_platforms:
|
|
- qemu_x86
|
|
extra_args: CONF_FILE="prj_uart_ctf.conf"
|
|
filter: dt_chosen_enabled("zephyr,tracing-uart")
|
|
sample.tracing.transport.usb.ctf:
|
|
platform_allow: sam_e70_xplained
|
|
depends_on: usb_device
|
|
extra_args: CONF_FILE="prj_usb_ctf.conf"
|
|
sample.tracing.transport.native_posix:
|
|
platform_allow: native_posix
|
|
sample.tracing.transport.native_posix.ctf:
|
|
platform_allow: native_posix
|
|
extra_args: CONF_FILE="prj_native_posix_ctf.conf"
|
|
sample.tracing.percepio:
|
|
platform_allow: frdm_k64f
|
|
extra_args: CONF_FILE="prj_percepio.conf"
|
|
modules:
|
|
- TraceRecorderSource
|