pytest-embedded icon indicating copy to clipboard operation
pytest-embedded copied to clipboard

Add parameter `retry` in `run_all_single_board_cases()` and other similar functions (RDT-445)

Open hfudev opened this issue 2 years ago • 1 comments

the real target test cases are not as stable as the test cases for the software programs.

add a parameter retry to retry the unity test cases in-place after they failed.

besides, for flexibility and easy-to-use purpose

  • have one cli option to configure the default retry time for duts
  • make it into an attribute of Dut

hfudev avatar Apr 27 '23 07:04 hfudev

also make it configurable from pytest.ini @achxkloel

hfudev avatar Sep 12 '25 07:09 hfudev