tests: samples: convert testcase files to yaml
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>
This commit is contained in:
parent
271c518ec6
commit
cc24f4b03c
8
samples/application_development/external_lib/sample.yaml
Normal file
8
samples/application_development/external_lib/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_whitelist: qemu_x86
|
||||
tags: appdev
|
8
samples/application_development/static_lib/sample.yaml
Normal file
8
samples/application_development/static_lib/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_whitelist: qemu_x86
|
||||
tags: static_link
|
10
samples/basic/blink_led/sample.yaml
Normal file
10
samples/basic/blink_led/sample.yaml
Normal file
|
@ -0,0 +1,10 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
arch_whitelist: x86 arm
|
||||
build_only: true
|
||||
platform_whitelist: arduino_101 quark_d2000_crb
|
||||
nucleo_f103rb nucleo_f401re nucleo_l476rg
|
||||
tags: apps
|
8
samples/basic/blinky/sample.yaml
Normal file
8
samples/basic/blinky/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_whitelist: arduino_101
|
||||
tags: samples
|
8
samples/basic/button/sample.yaml
Normal file
8
samples/basic/button/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_whitelist: nucleo_f103rb quark_se_c1000_devboard
|
||||
tags: samples
|
8
samples/basic/disco/sample.yaml
Normal file
8
samples/basic/disco/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_whitelist: nucleo_f103rb nucleo_f401re
|
||||
tags: samples
|
10
samples/basic/fade_led/sample.yaml
Normal file
10
samples/basic/fade_led/sample.yaml
Normal file
|
@ -0,0 +1,10 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
arch_whitelist: x86 arm
|
||||
build_only: true
|
||||
platform_whitelist: arduino_101 quark_d2000_crb
|
||||
nucleo_f103rb nucleo_f401re nucleo_l476rg
|
||||
tags: apps
|
9
samples/basic/rgb_led/sample.yaml
Normal file
9
samples/basic/rgb_led/sample.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
arch_whitelist: x86
|
||||
build_only: true
|
||||
platform_whitelist: arduino_101
|
||||
tags: apps
|
9
samples/basic/servo_motor/sample.yaml
Normal file
9
samples/basic/servo_motor/sample.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
arch_whitelist: x86
|
||||
build_only: true
|
||||
platform_whitelist: arduino_101 quark_d2000_crb
|
||||
tags: apps
|
8
samples/bluetooth/beacon/sample.yaml
Normal file
8
samples/bluetooth/beacon/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_whitelist: qemu_cortex_m3 qemu_x86
|
||||
tags: bluetooth
|
8
samples/bluetooth/central/sample.yaml
Normal file
8
samples/bluetooth/central/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_whitelist: qemu_cortex_m3 qemu_x86
|
||||
tags: bluetooth
|
9
samples/bluetooth/central_hr/sample.yaml
Normal file
9
samples/bluetooth/central_hr/sample.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
arch_whitelist: x86
|
||||
build_only: true
|
||||
platform_exclude: quark_d2000_crb
|
||||
tags: bluetooth
|
8
samples/bluetooth/eddystone/sample.yaml
Normal file
8
samples/bluetooth/eddystone/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_whitelist: qemu_cortex_m3 qemu_x86
|
||||
tags: bluetooth
|
8
samples/bluetooth/handsfree/sample.yaml
Normal file
8
samples/bluetooth/handsfree/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_whitelist: qemu_cortex_m3 qemu_x86
|
||||
tags: bluetooth
|
17
samples/bluetooth/hci_uart/sample.yaml
Normal file
17
samples/bluetooth/hci_uart/sample.yaml
Normal file
|
@ -0,0 +1,17 @@
|
|||
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
|
9
samples/bluetooth/hci_usb/sample.yaml
Normal file
9
samples/bluetooth/hci_usb/sample.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test_x86:
|
||||
arch_whitelist: x86
|
||||
build_only: true
|
||||
platform_whitelist: quark_se_c1000_devboard
|
||||
tags: usb bluetooth
|
8
samples/bluetooth/ipsp/sample.yaml
Normal file
8
samples/bluetooth/ipsp/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_whitelist: qemu_x86 qemu_cortex_m3
|
||||
tags: bluetooth net
|
8
samples/bluetooth/peripheral/sample.yaml
Normal file
8
samples/bluetooth/peripheral/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_whitelist: qemu_cortex_m3 qemu_x86
|
||||
tags: bluetooth
|
8
samples/bluetooth/peripheral_csc/sample.yaml
Normal file
8
samples/bluetooth/peripheral_csc/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_whitelist: qemu_cortex_m3 qemu_x86
|
||||
tags: bluetooth
|
8
samples/bluetooth/peripheral_dis/sample.yaml
Normal file
8
samples/bluetooth/peripheral_dis/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_whitelist: qemu_cortex_m3 qemu_x86
|
||||
tags: bluetooth
|
8
samples/bluetooth/peripheral_esp/sample.yaml
Normal file
8
samples/bluetooth/peripheral_esp/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_whitelist: qemu_cortex_m3 qemu_x86
|
||||
tags: bluetooth
|
8
samples/bluetooth/peripheral_hids/sample.yaml
Normal file
8
samples/bluetooth/peripheral_hids/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_whitelist: qemu_cortex_m3 qemu_x86
|
||||
tags: bluetooth
|
8
samples/bluetooth/peripheral_hr/sample.yaml
Normal file
8
samples/bluetooth/peripheral_hr/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_whitelist: qemu_cortex_m3 qemu_x86
|
||||
tags: bluetooth
|
8
samples/bluetooth/peripheral_sc_only/sample.yaml
Normal file
8
samples/bluetooth/peripheral_sc_only/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_whitelist: qemu_cortex_m3 qemu_x86
|
||||
tags: bluetooth
|
8
samples/bluetooth/scan_adv/sample.yaml
Normal file
8
samples/bluetooth/scan_adv/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_whitelist: qemu_cortex_m3 qemu_x86
|
||||
tags: bluetooth
|
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test-nimble:
|
||||
build_only: true
|
||||
filter: CONFIG_SOC_QUARK_SE_C1000
|
||||
tags: samples
|
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
filter: CONFIG_SOC_QUARK_SE_C1000_SS
|
||||
tags: samples
|
8
samples/boards/microbit/display/sample.yaml
Normal file
8
samples/boards/microbit/display/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_whitelist: bbc_microbit
|
||||
tags: samples
|
8
samples/boards/microbit/sound/sample.yaml
Normal file
8
samples/boards/microbit/sound/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_whitelist: bbc_microbit
|
||||
tags: samples
|
8
samples/boards/quark_se_c1000/power_mgr/sample.yaml
Normal file
8
samples/boards/quark_se_c1000/power_mgr/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
filter: (CONFIG_SOC_QUARK_SE_C1000 or CONFIG_SOC_QUARK_SE_C1000_SS)
|
||||
tags: samples power
|
8
samples/cpp_synchronization/sample.yaml
Normal file
8
samples/cpp_synchronization/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
filter: ZEPHYR_GCC_VARIANT != "issm"
|
||||
tags: apps
|
9
samples/drivers/aio_comparator/sample.yaml
Normal file
9
samples/drivers/aio_comparator/sample.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
arch_whitelist: x86
|
||||
build_only: true
|
||||
platform_whitelist: arduino_101
|
||||
tags: drivers
|
9
samples/drivers/crypto/sample.yaml
Normal file
9
samples/drivers/crypto/sample.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test-micro:
|
||||
arch_whitelist: x86
|
||||
build_only: true
|
||||
platform_whitelist: qemu_x86
|
||||
tags: crypto
|
9
samples/drivers/current_sensing/sample.yaml
Normal file
9
samples/drivers/current_sensing/sample.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
arch_whitelist: arc x86
|
||||
build_only: true
|
||||
platform_whitelist: arduino_101_sss quark_d2000_crb
|
||||
tags: sensors
|
9
samples/drivers/gpio/sample.yaml
Normal file
9
samples/drivers/gpio/sample.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_whitelist: quark_se_c1000_devboard
|
||||
arduino_101 arduino_101_sss arduino_due
|
||||
tags: drivers
|
10
samples/drivers/i2c_fujitsu_fram/sample.yaml
Normal file
10
samples/drivers/i2c_fujitsu_fram/sample.yaml
Normal file
|
@ -0,0 +1,10 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
arch_whitelist: arc x86 arm
|
||||
build_only: true
|
||||
platform_whitelist: arduino_101_sss quark_d2000_crb
|
||||
arduino_due
|
||||
tags: drivers
|
8
samples/drivers/lcd_hd44780/sample.yaml
Normal file
8
samples/drivers/lcd_hd44780/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
filter: CONFIG_SOC_ATMEL_SAM3
|
||||
tags: samples
|
9
samples/drivers/led_apa102c/sample.yaml
Normal file
9
samples/drivers/led_apa102c/sample.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
arch_whitelist: x86
|
||||
build_only: true
|
||||
platform_whitelist: arduino_101
|
||||
tags: samples
|
7
samples/drivers/random/sample.yaml
Normal file
7
samples/drivers/random/sample.yaml
Normal file
|
@ -0,0 +1,7 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
tags: samples
|
9
samples/drivers/rtc/sample.yaml
Normal file
9
samples/drivers/rtc/sample.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_whitelist: quark_d2000_crb quark_se_c1000_devboard
|
||||
arduino_101
|
||||
tags: drivers
|
8
samples/drivers/soc_flash_nrf5/sample.yaml
Normal file
8
samples/drivers/soc_flash_nrf5/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_whitelist: nrf52_pca10040
|
||||
tags: apps
|
8
samples/drivers/spi_flash/sample.yaml
Normal file
8
samples/drivers/spi_flash/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_whitelist: arduino_101
|
||||
tags: apps
|
9
samples/drivers/spi_fujitsu_fram/sample.yaml
Normal file
9
samples/drivers/spi_fujitsu_fram/sample.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
arch_whitelist: x86
|
||||
build_only: true
|
||||
platform_whitelist: arduino_101
|
||||
tags: apps
|
9
samples/drivers/watchdog/sample.yaml
Normal file
9
samples/drivers/watchdog/sample.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_whitelist: quark_d2000_crb quark_se_test_board
|
||||
v2m_beetle
|
||||
tags: drivers
|
9
samples/grove/lcd/sample.yaml
Normal file
9
samples/grove/lcd/sample.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_whitelist: arduino_101_sss quark_d2000_crb
|
||||
arduino_due
|
||||
tags: drivers
|
9
samples/grove/light/sample.yaml
Normal file
9
samples/grove/light/sample.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_whitelist: arduino_101_sss quark_d2000_crb
|
||||
arduino_due
|
||||
tags: drivers
|
9
samples/grove/temperature/sample.yaml
Normal file
9
samples/grove/temperature/sample.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_whitelist: arduino_101_sss quark_d2000_crb
|
||||
arduino_due
|
||||
tags: drivers
|
15
samples/hello_world/sample.yaml
Normal file
15
samples/hello_world/sample.yaml
Normal file
|
@ -0,0 +1,15 @@
|
|||
sample:
|
||||
name: hello world
|
||||
description: Hello World sample, the simplest Zephyr application
|
||||
platforms: all
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
tags: samples tests
|
||||
min_ram: 16
|
||||
- singlethread:
|
||||
build_only: true
|
||||
extra_args: CONF_FILE=prj_single.conf
|
||||
filter: not CONFIG_BLUETOOTH and not CONFIG_GPIO_SCH
|
||||
tags: samples tests
|
||||
min_ram: 16
|
13
samples/mpu/mpu_stack_guard_test/sample.yaml
Normal file
13
samples/mpu/mpu_stack_guard_test/sample.yaml
Normal file
|
@ -0,0 +1,13 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
tags: apps
|
||||
- test_stack_guard:
|
||||
arch_whitelist: arm
|
||||
build_only: true
|
||||
extra_args: CONF_FILE=prj_stack_guard.conf
|
||||
filter: CONFIG_MPU_STACK_GUARD
|
||||
tags: apps
|
9
samples/mpu/mpu_test/sample.yaml
Normal file
9
samples/mpu/mpu_test/sample.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
arch_whitelist: arm
|
||||
build_only: true
|
||||
filter: CONFIG_CPU_HAS_MPU
|
||||
tags: samples
|
8
samples/net/coaps_client/sample.yaml
Normal file
8
samples/net/coaps_client/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
platform_whitelist: qemu_x86
|
||||
build_only: true
|
||||
tags: net
|
8
samples/net/coaps_server/sample.yaml
Normal file
8
samples/net/coaps_server/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
arch_whitelist: qemu_x86
|
||||
build_only: true
|
||||
tags: net
|
8
samples/net/dns_resolve/sample.yaml
Normal file
8
samples/net/dns_resolve/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_whitelist: qemu_x86
|
||||
tags: net dns
|
20
samples/net/echo_client/sample.yaml
Normal file
20
samples/net/echo_client/sample.yaml
Normal file
|
@ -0,0 +1,20 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
arch_whitelist: x86
|
||||
build_only: true
|
||||
platform_whitelist: qemu_x86
|
||||
tags: net
|
||||
- test_bt:
|
||||
arch_whitelist: x86
|
||||
build_only: true
|
||||
extra_args: CONF_FILE="prj_bt.conf"
|
||||
platform_whitelist: qemu_x86
|
||||
tags: net bluetooth
|
||||
- test_net:
|
||||
build_only: true
|
||||
extra_args: CONF_FILE="prj_frdm_k64f_cc2520.conf"
|
||||
platform_whitelist: frdm_k64f
|
||||
tags: net
|
13
samples/net/echo_server/sample.yaml
Normal file
13
samples/net/echo_server/sample.yaml
Normal file
|
@ -0,0 +1,13 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_whitelist: qemu_x86
|
||||
tags: net
|
||||
- test_bt:
|
||||
build_only: true
|
||||
extra_args: CONF_FILE="prj_bt.conf"
|
||||
platform_whitelist: qemu_x86
|
||||
tags: net bluetooth
|
8
samples/net/http_client/sample.yaml
Normal file
8
samples/net/http_client/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_whitelist: frdm_k64f
|
||||
tags: net http
|
8
samples/net/http_server/sample.yaml
Normal file
8
samples/net/http_server/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_whitelist: frdm_k64f qemu_x86
|
||||
tags: net http
|
7
samples/net/https_client/sample.yaml
Normal file
7
samples/net/https_client/sample.yaml
Normal file
|
@ -0,0 +1,7 @@
|
|||
sample:
|
||||
name: HTTPS Client
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_whitelist: frdm_k64f qemu_x86
|
||||
tags: net http
|
8
samples/net/irc_bot/sample.yaml
Normal file
8
samples/net/irc_bot/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_whitelist: qemu_x86 frdm_k64f
|
||||
tags: net irc
|
9
samples/net/leds_demo/sample.yaml
Normal file
9
samples/net/leds_demo/sample.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
arch_whitelist: x86
|
||||
build_only: true
|
||||
platform_exclude: quark_d2000_crb
|
||||
tags: net zoap
|
8
samples/net/mbedtls_dtlsclient/sample.yaml
Normal file
8
samples/net/mbedtls_dtlsclient/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
platform_whitelist: qemu_x86
|
||||
build_only: true
|
||||
tags: net
|
8
samples/net/mbedtls_dtlsserver/sample.yaml
Normal file
8
samples/net/mbedtls_dtlsserver/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
arch_whitelist: qemu_x86
|
||||
build_only: true
|
||||
tags: net
|
8
samples/net/mbedtls_sslclient/sample.yaml
Normal file
8
samples/net/mbedtls_sslclient/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_whitelist: galileo
|
||||
tags: net
|
12
samples/net/mqtt_publisher/sample.yaml
Normal file
12
samples/net/mqtt_publisher/sample.yaml
Normal file
|
@ -0,0 +1,12 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_whitelist: frdm_k64f qemu_x86
|
||||
tags: net mqtt
|
||||
- test_bt:
|
||||
build_only: true
|
||||
platform_whitelist: 96b_nitrogen
|
||||
tags: net mqtt bluetooth
|
8
samples/net/telnet/sample.yaml
Normal file
8
samples/net/telnet/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_whitelist: frdm_k64f qemu_x86
|
||||
tags: net
|
9
samples/net/wpan_serial/sample.yaml
Normal file
9
samples/net/wpan_serial/sample.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test_x86:
|
||||
arch_whitelist: x86
|
||||
build_only: true
|
||||
platform_whitelist: quark_se_c1000_devboard
|
||||
tags: usb
|
14
samples/net/zoap_client/sample.yaml
Normal file
14
samples/net/zoap_client/sample.yaml
Normal file
|
@ -0,0 +1,14 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_whitelist: quark_se_c1000_devboard
|
||||
galileo frdm_k64f
|
||||
tags: net
|
||||
- test_bt:
|
||||
build_only: true
|
||||
extra_args: CONF_FILE="prj_bt.conf"
|
||||
platform_whitelist: qemu_x86
|
||||
tags: net bluetooth
|
19
samples/net/zoap_server/sample.yaml
Normal file
19
samples/net/zoap_server/sample.yaml
Normal file
|
@ -0,0 +1,19 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
arch_whitelist: x86
|
||||
build_only: true
|
||||
platform_exclude: quark_d2000_crb
|
||||
tags: net
|
||||
- test_bt:
|
||||
build_only: true
|
||||
extra_args: CONF_FILE="prj_bt.conf"
|
||||
platform_whitelist: qemu_x86
|
||||
tags: net bluetooth
|
||||
- test_net:
|
||||
build_only: true
|
||||
extra_args: CONF_FILE="prj_cc2520.conf"
|
||||
platform_whitelist: quark_se_c1000_devboard
|
||||
tags: net
|
8
samples/net/zperf/sample.yaml
Normal file
8
samples/net/zperf/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_whitelist: qemu_x86
|
||||
tags: samples
|
8
samples/nfc/nfc_hello/sample.yaml
Normal file
8
samples/nfc/nfc_hello/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
arch_whitelist: x86 arm
|
||||
build_only: true
|
||||
tags: apps
|
7
samples/philosophers/sample.yaml
Normal file
7
samples/philosophers/sample.yaml
Normal file
|
@ -0,0 +1,7 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
tags: apps
|
9
samples/sensor/apds9960/sample.yaml
Normal file
9
samples/sensor/apds9960/sample.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
arch_whitelist: arc
|
||||
build_only: true
|
||||
platform_whitelist: arduino_101_sss
|
||||
tags: samples
|
8
samples/sensor/bme280/sample.yaml
Normal file
8
samples/sensor/bme280/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_whitelist: frdm_k64f quark_d2000_crb
|
||||
tags: samples sensor
|
8
samples/sensor/bmg160/sample.yaml
Normal file
8
samples/sensor/bmg160/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_whitelist: arduino_101_sss
|
||||
tags: sensors
|
9
samples/sensor/bmi160/sample.yaml
Normal file
9
samples/sensor/bmi160/sample.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
arch_whitelist: arc
|
||||
build_only: true
|
||||
platform_whitelist: arduino_101_sss
|
||||
tags: sensors
|
8
samples/sensor/fxas21002/sample.yaml
Normal file
8
samples/sensor/fxas21002/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_whitelist: hexiwear_k64
|
||||
tags: samples sensor
|
8
samples/sensor/fxos8700/sample.yaml
Normal file
8
samples/sensor/fxos8700/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_whitelist: frdm_k64f hexiwear_k64
|
||||
tags: samples sensor
|
8
samples/sensor/hts221/sample.yaml
Normal file
8
samples/sensor/hts221/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_whitelist: disco_l475_iot1
|
||||
tags: samples sensor
|
8
samples/sensor/magn_polling/sample.yaml
Normal file
8
samples/sensor/magn_polling/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_whitelist: quark_d2000_crb
|
||||
tags: samples
|
8
samples/sensor/max30101/sample.yaml
Normal file
8
samples/sensor/max30101/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_whitelist: hexiwear_k64
|
||||
tags: samples sensor
|
8
samples/sensor/max44009/sample.yaml
Normal file
8
samples/sensor/max44009/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_whitelist: frdm_k64f quark_d2000_crb
|
||||
tags: apps
|
8
samples/sensor/mcp9808/sample.yaml
Normal file
8
samples/sensor/mcp9808/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_whitelist: frdm_k64f quark_d2000_crb
|
||||
tags: samples sensor
|
7
samples/sensor/sx9500/sample.yaml
Normal file
7
samples/sensor/sx9500/sample.yaml
Normal file
|
@ -0,0 +1,7 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
tags: samples
|
8
samples/sensor/th02/sample.yaml
Normal file
8
samples/sensor/th02/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_whitelist: frdm_k64f quark_d2000_crb
|
||||
tags: samples sensor
|
7
samples/sensor/thermometer/sample.yaml
Normal file
7
samples/sensor/thermometer/sample.yaml
Normal file
|
@ -0,0 +1,7 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
tags: samples
|
8
samples/sensor/tmp112/sample.yaml
Normal file
8
samples/sensor/tmp112/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_whitelist: frdm_k64f quark_d2000_crb
|
||||
tags: samples
|
9
samples/subsys/console/echo/sample.yaml
Normal file
9
samples/subsys/console/echo/sample.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
filter: CONFIG_UART_CONSOLE
|
||||
platform_exclude: qemu_riscv32 qemu_nios2
|
||||
tags: samples
|
9
samples/subsys/console/getchar/sample.yaml
Normal file
9
samples/subsys/console/getchar/sample.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
filter: UART_CONSOLE
|
||||
platform_exclude: qemu_riscv32 qemu_nios2
|
||||
tags: samples
|
9
samples/subsys/console/getline/sample.yaml
Normal file
9
samples/subsys/console/getline/sample.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
filter: UART_CONSOLE
|
||||
platform_exclude: qemu_riscv32 qemu_nios2
|
||||
tags: samples
|
8
samples/subsys/ipc/ipm_mailbox/ap/sample.yaml
Normal file
8
samples/subsys/ipc/ipm_mailbox/ap/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
filter: CONFIG_SOC_QUARK_SE_C1000
|
||||
tags: samples ipm
|
8
samples/subsys/ipc/ipm_mailbox/sensor/sample.yaml
Normal file
8
samples/subsys/ipc/ipm_mailbox/sensor/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
filter: CONFIG_SOC_QUARK_SE_C1000_SS
|
||||
tags: samples ipm
|
7
samples/subsys/logging/logger-hook/sample.yaml
Normal file
7
samples/subsys/logging/logger-hook/sample.yaml
Normal file
|
@ -0,0 +1,7 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
tags: apps
|
8
samples/subsys/shell/shell/sample.yaml
Normal file
8
samples/subsys/shell/shell/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
filter: UART_CONSOLE
|
||||
tags: samples
|
9
samples/subsys/usb/cdc_acm/sample.yaml
Normal file
9
samples/subsys/usb/cdc_acm/sample.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test_x86:
|
||||
arch_whitelist: x86
|
||||
build_only: true
|
||||
platform_whitelist: quark_se_c1000_devboard
|
||||
tags: usb
|
9
samples/subsys/usb/console/sample.yaml
Normal file
9
samples/subsys/usb/console/sample.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
arch_whitelist: x86
|
||||
build_only: true
|
||||
platform_whitelist: arduino_101
|
||||
tags: usb
|
9
samples/subsys/usb/dfu/sample.yaml
Normal file
9
samples/subsys/usb/dfu/sample.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test_x86:
|
||||
arch_whitelist: x86
|
||||
build_only: true
|
||||
platform_whitelist: quark_se_c1000_devboard
|
||||
tags: usb
|
9
samples/subsys/usb/mass/sample.yaml
Normal file
9
samples/subsys/usb/mass/sample.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
arch_whitelist: x86
|
||||
build_only: true
|
||||
platform_whitelist: arduino_101
|
||||
tags: msd
|
9
samples/subsys/usb/webusb/sample.yaml
Normal file
9
samples/subsys/usb/webusb/sample.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test_x86:
|
||||
arch_whitelist: x86
|
||||
build_only: true
|
||||
platform_whitelist: quark_se_c1000_devboard
|
||||
tags: usb
|
8
samples/synchronization/sample.yaml
Normal file
8
samples/synchronization/sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
sample:
|
||||
description: A simple application that demonstrates basic sanity of the kernel.
|
||||
name: Synchronization Sample
|
||||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
tags: apps
|
||||
build_on_all: true
|
6
samples/testing/integration/sample.yaml
Normal file
6
samples/testing/integration/sample.yaml
Normal file
|
@ -0,0 +1,6 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
tags: my_tags
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue