Tests: Ztest_params fix.
- 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>
This commit is contained in:
parent
c377017146
commit
0b370bc4d5
2 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
CONFIG_ZTEST=y
|
||||
CONFIG_ZTEST_SHELL=y
|
||||
CONFIG_ZTEST_SHUFFLE=y
|
||||
CONFIG_SHELL_PROMPT_UART="uart"
|
||||
|
|
|
@ -4,3 +4,5 @@ tests:
|
|||
- qemu_x86
|
||||
tags: test_framework
|
||||
harness: pytest
|
||||
harness_config:
|
||||
pytest_dut_scope: session
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue