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:
Arkadiusz Cholewinski 2024-09-18 16:10:24 +02:00 committed by Fabio Baltieri
commit 0b370bc4d5
2 changed files with 3 additions and 0 deletions

View file

@ -1,3 +1,4 @@
CONFIG_ZTEST=y
CONFIG_ZTEST_SHELL=y
CONFIG_ZTEST_SHUFFLE=y
CONFIG_SHELL_PROMPT_UART="uart"

View file

@ -4,3 +4,5 @@ tests:
- qemu_x86
tags: test_framework
harness: pytest
harness_config:
pytest_dut_scope: session