1tests:
2  sample.twister.pytest:
3    platform_allow:
4      - native_sim
5    harness: pytest
6    harness_config:
7      pytest_args: ["--custom-pytest-arg", "foo", "--cmdopt", "."]
8    tags:
9      - test_framework
10      - pytest
11    integration_platforms:
12      - native_sim
13