zephyr/samples/subsys/testsuite/pytest/testcase.yaml
Henrik Brix Andersen 8386e1f2d3 samples: subsys: testsuite: pytest: add test of custom cmd line args
Add test case for passing custom command line arguments to a pytest
harness via twister.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2022-02-28 12:18:48 -05:00

8 lines
182 B
YAML

tests:
sample.twister.pytest:
platform_allow: native_posix
harness: pytest
harness_config:
pytest_args: [ "--custom-pytest-arg", "foo" ]
tags: testing pytest