samples: usb: mass: Add whitelist mass storage on ram

To support mass storage over USB in RAM we need a board with
sufficient RAM. Fix failing tests for boards with low memory.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
Andrei Emeltchenko 2019-03-26 15:28:35 +02:00 committed by Anas Nashif
commit e952033559

View file

@ -14,6 +14,7 @@ tests:
- "The device is put in USB mass storage mode." - "The device is put in USB mass storage mode."
sample.usb.mass_ram: sample.usb.mass_ram:
depends_on: usb_device gpio depends_on: usb_device gpio
platform_whitelist: reel_board frdm_k64f arduino_101
extra_args: OVERLAY_CONFIG="overlay-ram-disk.conf" extra_args: OVERLAY_CONFIG="overlay-ram-disk.conf"
extra_configs: extra_configs:
- CONFIG_LOG_DEFAULT_LEVEL=3 - CONFIG_LOG_DEFAULT_LEVEL=3