zephyr/samples/subsys/usb/mass/sample.yaml
Ajay Kishore 9e7f2940ff samples: USB mass storage sample.yaml cleanup
Add console harness support for USB mass storage test.
Also, using overlay config for DISK_ACCESS configuration
and accessing the different config file with different
method.

Signed-off-by: Ajay Kishore <ajay.kishore@intel.com>
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-10-16 17:32:25 -04:00

26 lines
688 B
YAML

sample:
name: Mass Storage
tests:
test_mass_flash:
extra_args: OVERLAY_CONFIG="overlay-flash-disk.conf"
extra_configs:
- CONFIG_LOG_DEFAULT_LEVEL=3
platform_whitelist: arduino_101
tags: msd usb
harness: console
harness_config:
type: one_line
regex:
- "The device is put in USB mass storage mode."
test_mass_ram:
extra_args: OVERLAY_CONFIG="overlay-ram-disk.conf"
extra_configs:
- CONFIG_LOG_DEFAULT_LEVEL=3
platform_whitelist: frdm_k64f quark_se_c1000_devboard
tags: msd usb
harness: console
harness_config:
type: one_line
regex:
- "The device is put in USB mass storage mode."