Browse Source

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>
pull/76108/head
Arkadiusz Cholewinski 10 months ago committed by Fabio Baltieri
parent
commit
0b370bc4d5
  1. 1
      tests/ztest/ztest_param/prj.conf
  2. 2
      tests/ztest/ztest_param/testcase.yaml

1
tests/ztest/ztest_param/prj.conf

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

2
tests/ztest/ztest_param/testcase.yaml

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

Loading…
Cancel
Save