doc: twister: add units to min_ram, min_rom

The units for these testcase YAML fields are missing, making it
unclear how to use them. Fix it.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
Martí Bolívar 2021-08-24 09:24:46 -07:00 committed by Anas Nashif
commit cd0abb34ca

View file

@ -287,11 +287,11 @@ depends_on: <list of features>
will enable the test only those platforms that provide this feature. will enable the test only those platforms that provide this feature.
min_ram: <integer> min_ram: <integer>
minimum amount of RAM needed for this test to build and run. This is minimum amount of RAM in KB needed for this test to build and run. This is
compared with information provided by the board metadata. compared with information provided by the board metadata.
min_flash: <integer> min_flash: <integer>
minimum amount of ROM needed for this test to build and run. This is minimum amount of ROM in KB needed for this test to build and run. This is
compared with information provided by the board metadata. compared with information provided by the board metadata.
timeout: <number of seconds> timeout: <number of seconds>