This will prepare test cases and samples with metadata and information that will be consumed by the sanitycheck script which will be changed to parse YAML files instead of ini. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
18 lines
467 B
YAML
18 lines
467 B
YAML
sample:
|
|
description: TBD
|
|
name: TBD
|
|
tests:
|
|
- test_arm:
|
|
arch_whitelist: arm
|
|
build_only: true
|
|
platform_whitelist: 96b_nitrogen nrf51_pca10028
|
|
nrf52_pca10040
|
|
tags: uart bluetooth
|
|
- test_nrf5:
|
|
arch_whitelist: arm
|
|
build_only: true
|
|
extra_args: CONF_FILE="nrf5.conf"
|
|
platform_whitelist: 96b_nitrogen nrf51_pca10028
|
|
nrf52_pca10040 arduino_101_ble
|
|
tags: uart bluetooth
|