In the docs replace references to native_posix with native_sim Switch the default test platform to native_sim from native_posix Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
15 lines
339 B
YAML
15 lines
339 B
YAML
tests:
|
|
sample.pytest.shell:
|
|
filter: CONFIG_SERIAL and dt_chosen_enabled("zephyr,shell-uart")
|
|
min_ram: 40
|
|
harness: pytest
|
|
extra_configs:
|
|
- arch:posix:CONFIG_NATIVE_UART_0_ON_STDINOUT=y
|
|
integration_platforms:
|
|
- native_sim
|
|
- qemu_cortex_m3
|
|
tags:
|
|
- test_framework
|
|
- pytest
|
|
- shell
|