Skip to content

Commit db1ef8b

Browse files
author
Declan Snyder
committed
doc: twister: Clarify that the minimums are rough
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 <[email protected]>
1 parent 2b5ee0c commit db1ef8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/develop/test/twister.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,11 +415,11 @@ levels: <list of levels>
415415
test will be selectable using the command line option ``--level <level name>``
416416

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

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

425425
.. _twister_test_case_timeout:

0 commit comments

Comments
 (0)