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>
14 lines
293 B
YAML
14 lines
293 B
YAML
tests:
|
|
sample.twister.pytest:
|
|
platform_allow:
|
|
- native_posix
|
|
- native_sim
|
|
harness: pytest
|
|
harness_config:
|
|
pytest_args: ["--custom-pytest-arg", "foo", "--cmdopt", "."]
|
|
tags:
|
|
- test_framework
|
|
- pytest
|
|
integration_platforms:
|
|
- native_sim
|