Use test_framework as unified tag so we can filter tests in a consistent way. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
12 lines
268 B
YAML
12 lines
268 B
YAML
tests:
|
|
sample.twister.pytest:
|
|
platform_allow: native_posix
|
|
harness: pytest
|
|
harness_config:
|
|
pytest_args: ["--custom-pytest-arg", "foo", "--cmdopt", "."]
|
|
tags:
|
|
- test_framework
|
|
- pytest
|
|
integration_platforms:
|
|
- native_posix
|