zephyr/tests/subsys/tracing/tracing_api/testcase.yaml
NingX Zhao 5591357217 tests: subsys: Adding testcases to check trace API
Add some testcases to verify tracing's APIs,
check output data by using uart backend of self-design.

Signed-off-by: NingX Zhao <ningx.zhao@intel.com>
2021-09-05 07:25:34 -04:00

11 lines
226 B
YAML

common:
platform_allow: qemu_x86
extra_args: CONF_FILE="prj.conf"
tests:
tracing.transport.uart.async.test:
tags: tracing_testing
tracing.transport.uart.sync.test:
extra_configs:
- CONFIG_TRACING_SYNC=y