- Add CONFIG_SHELL_PROMPT_UART to the prj.conf file. - Ensure the ztest_params test is flashed/run only once per Pytest session. Signed-off-by: Arkadiusz Cholewinski <arkadiuszx.cholewinski@intel.com>
8 lines
184 B
YAML
8 lines
184 B
YAML
tests:
|
|
testing.ztest.ztest_params.ztest_params:
|
|
platform_allow:
|
|
- qemu_x86
|
|
tags: test_framework
|
|
harness: pytest
|
|
harness_config:
|
|
pytest_dut_scope: session
|