tests/samples: fixed yaml syntax

Use a map directory, avoid the list which makes parsing a bit
cumbersome.

Fixes #5109

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2017-12-05 13:00:43 -05:00 committed by Anas Nashif
commit 23f81eeb42
282 changed files with 1561 additions and 1555 deletions

View file

@ -2,10 +2,10 @@ sample:
description: TBD
name: TBD
tests:
- test_15_4:
build_only: true
extra_configs:
- CONFIG_USB_DEVICE_VID=0xDEAD
- CONFIG_USB_DEVICE_PID=0xBEEF
depends_on: ieee802154 usb_device
tags: net ieee802154 usb
test_15_4:
build_only: true
depends_on: ieee802154 usb_device
extra_configs:
- CONFIG_USB_DEVICE_VID=0xDEAD
- CONFIG_USB_DEVICE_PID=0xBEEF
tags: net ieee802154 usb