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:
parent
f0e562f614
commit
23f81eeb42
282 changed files with 1561 additions and 1555 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue