Skip to content

Commit

Permalink
doc: twister: Clarify that the minimums are rough
Browse files Browse the repository at this point in the history
There is no way to know for sure the size of an image built for a test,
given that zephyr can build for so many different architectures,
platforms, software supports, etc. So it should be clear that the filter
for min_ram and min_flash on the twister testcases is an estimate, and
not a strictly well known value.

Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
  • Loading branch information
decsny authored and mmahadevan108 committed Nov 8, 2024
1 parent 91a59e7 commit 39f32ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/develop/test/twister.rst
Original file line number Diff line number Diff line change
Expand Up @@ -415,11 +415,11 @@ levels: <list of levels>
test will be selectable using the command line option ``--level <level name>``

min_ram: <integer>
minimum amount of RAM in KB needed for this test to build and run. This is
estimated minimum amount of RAM in KB needed for this test to build and run. This is
compared with information provided by the board metadata.

min_flash: <integer>
minimum amount of ROM in KB needed for this test to build and run. This is
estimated minimum amount of ROM in KB needed for this test to build and run. This is
compared with information provided by the board metadata.

.. _twister_test_case_timeout:
Expand Down

0 comments on commit 39f32ea

Please sign in to comment.