zephyr/tests/subsys/debug/tracing/testcase.yaml
Anas Nashif 32a9435ea4 tests: tracing: add tests for tracing features
Mostly build tests now, will be extended to verify CTF output once we
have this feature in sanitycheck.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2019-09-27 14:42:22 -04:00

28 lines
715 B
YAML

common:
tags: tracing debug
harness: console
harness_config:
type: multi_line
regex:
- "thread_a: Hello World from (.*)!"
- "thread_b: Hello World from (.*)!"
tests:
tracing.sysview:
platform_whitelist: nrf52840_pca10056
extra_configs:
- CONFIG_SEGGER_SYSTEMVIEW=y
- CONFIG_USE_SEGGER_RTT=y
tracing.ctf:
platform_whitelist: native_posix
extra_configs:
- CONFIG_TRACING_CTF=y
tracing.cpu_stats:
platform_whitelist: nrf52840_pca10056
extra_configs:
- CONFIG_TRACING_CPU_STATS=y
tracing.openocd:
extra_configs:
- CONFIG_OPENOCD_SUPPORT=y
arch_exclude: posix xtensa x86_64
platform_exclude: qemu_x86_long