Use test_framework as unified tag so we can filter tests in a consistent way. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
15 lines
330 B
YAML
15 lines
330 B
YAML
tests:
|
|
sample.pytest.shell:
|
|
filter: CONFIG_SERIAL and dt_chosen_enabled("zephyr,shell-uart")
|
|
min_ram: 40
|
|
harness: pytest
|
|
extra_configs:
|
|
- CONFIG_NATIVE_UART_0_ON_STDINOUT=y
|
|
integration_platforms:
|
|
- native_posix
|
|
- qemu_cortex_m3
|
|
tags:
|
|
- test_framework
|
|
- pytest
|
|
- shell
|