1tests:
2  sample.pytest.shell:
3    filter: CONFIG_SERIAL and dt_chosen_enabled("zephyr,shell-uart")
4    min_ram: 40
5    harness: pytest
6    extra_configs:
7      - arch:posix:CONFIG_NATIVE_UART_0_ON_STDINOUT=y
8    integration_platforms:
9      - native_sim
10      - qemu_cortex_m3
11    tags:
12      - test_framework
13      - pytest
14      - shell
15