samples: add test identifier

Add unique identifier instead of just 'test' for samples.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2019-03-29 11:44:43 -04:00
commit da5f185e06
154 changed files with 202 additions and 207 deletions

View file

@ -2,7 +2,7 @@ sample:
description: Code data relocation Sample
name: code relocation
tests:
test:
sample.app_dev.code_relocation:
harness: console
harness_config:
type: one_line

View file

@ -1,7 +1,7 @@
sample:
name: External Library
tests:
test:
sample.app_dev.external_lib:
tags: external
platform_exclude: qemu_x86_64
harness: console

View file

@ -2,7 +2,7 @@ sample:
description: Sample that uses an out-of-tree board
name: Out-of-tree board
tests:
boards.out_of_tree:
sample.app_dev.out_of_tree:
tags: out_of_tree
platform_whitelist: nrf52840_pca10056 nrf52_pca10040
harness: console

View file

@ -1,7 +1,7 @@
sample:
name: Blink LED (PWM based)
tests:
test:
sample.blink_led:
# FIXME: We should remove those and just rely on depends_on
platform_whitelist: arduino_101 quark_d2000_crb
nucleo_f103rb nucleo_f302r8 nucleo_f401re nucleo_l476rg stm32f4_disco

View file

@ -1,7 +1,7 @@
sample:
name: Blinky Sample
tests:
test:
sample.blinky:
tags: LED gpio
filter: DT_GPIO_LEDS_LED0_GPIO_CONTROLLER
depends_on: gpio

View file

@ -1,7 +1,7 @@
sample:
name: Button Sample
tests:
test:
sample.button:
tags: button gpio
filter: DT_GPIO_KEYS_SW0_GPIO_CONTROLLER
depends_on: gpio

View file

@ -1,7 +1,7 @@
sample:
name: Disco Lights
tests:
test:
sample.disco:
filter: DT_GPIO_LEDS_LED0_GPIO_CONTROLLER and DT_GPIO_LEDS_LED1_GPIO_CONTROLLER
tags: LED gpio
depends_on: gpio

View file

@ -1,7 +1,7 @@
sample:
name: Fade LED
tests:
test:
sample.fade_led:
# FIXME: We should remove those and just rely on depends_on
platform_whitelist: arduino_101 quark_d2000_crb
nucleo_f103rb nucleo_f401re nucleo_l476rg nucleo_l496zg hexiwear_k64

View file

@ -1,7 +1,7 @@
sample:
name: RGB LED
tests:
test:
sample.rgb_led:
filter: DT_PWM_LEDS_RED_PWM_LED_PWM_CONTROLLER and
DT_PWM_LEDS_GREEN_PWM_LED_PWM_CONTROLLER and
DT_PWM_LEDS_BLUE_PWM_LED_PWM_CONTROLLER

View file

@ -1,7 +1,7 @@
sample:
name: Servo Motor using PWM
tests:
test:
sample.servo_motor:
# FIXME: We should remove those and just rely on depends_on
platform_whitelist: arduino_101 quark_d2000_crb bbc_microbit
tags: drivers pwm

View file

@ -3,7 +3,7 @@ sample:
using K_THREAD_DEFINE
name: Basic Thread Demo
tests:
test:
sample.threads:
tags: kernel threads gpio
filter: DT_GPIO_LEDS_LED0_GPIO_CONTROLLER and DT_GPIO_LEDS_LED1_GPIO_CONTROLLER
depends_on: gpio

View file

@ -1,8 +1,7 @@
sample:
description: TBD
name: TBD
name: Bluetooth Beacon
tests:
test:
sample.bluetooth.beacon:
harness: bluetooth
platform_whitelist: qemu_cortex_m3 qemu_x86 nrf52_pca10040
tags: bluetooth

View file

@ -1,8 +1,7 @@
sample:
description: TBD
name: TBD
name: Bluetooth Central
tests:
test:
sample.bluetooth.central:
harness: bluetooth
platform_whitelist: qemu_cortex_m3 qemu_x86
tags: bluetooth

View file

@ -1,8 +1,7 @@
sample:
description: TBD
name: TBD
name: Bluetooth Central HR
tests:
test:
sample.bluetooth.central_hr:
arch_whitelist: x86
harness: bluetooth
tags: bluetooth

View file

@ -1,8 +1,7 @@
sample:
description: TBD
name: TBD
name: Bluetooth Eddystone
tests:
test:
sample.bluetooth.eddystone:
harness: bluetooth
platform_whitelist: qemu_cortex_m3 qemu_x86
tags: bluetooth

View file

@ -1,8 +1,7 @@
sample:
description: TBD
name: TBD
name: Bluetooth Handsfree
tests:
test:
sample.bluetooth.handsfree:
harness: bluetooth
platform_whitelist: qemu_cortex_m3 qemu_x86
tags: bluetooth

View file

@ -3,7 +3,7 @@ sample:
via SPI.
name: Bluetooth HCI SPI
tests:
test:
sample.bluetooth.hci_spi:
harness: bluetooth
platform_whitelist: 96b_carbon_nrf51 nrf51_pca10028
tags: bluetooth spi

View file

@ -2,12 +2,12 @@ sample:
description: TBD
name: TBD
tests:
test_arm:
sample.bluetooth.hci_uart.arm:
harness: bluetooth
platform_whitelist: 96b_nitrogen nrf51_pca10028
nrf52_pca10040 bbc_microbit
tags: uart bluetooth
test_nrf5:
sample.bluetooth.hci_uart.nrf5:
harness: bluetooth
extra_args: CONF_FILE="nrf5.conf"
platform_whitelist: 96b_nitrogen nrf51_pca10028

View file

@ -2,7 +2,7 @@ sample:
description: Sample code for Zephyr iBeacon Demo
name: iBeacon
tests:
test:
sample.bluetooth.ibeacon:
harness: bluetooth
platform_whitelist: bbc_microbit qemu_x86
tags: bluetooth

View file

@ -2,11 +2,11 @@ sample:
description: TBD
name: TBD
tests:
test:
sample.bluetooth.ipsp:
harness: bluetooth
platform_whitelist: qemu_x86 qemu_cortex_m3
tags: bluetooth net
test_zep1656:
sample.bluetooth.ipsp.zep1656:
harness: bluetooth
extra_args: CONF_FILE="prj_zep1656.conf"
platform_whitelist: qemu_x86 qemu_cortex_m3

View file

@ -1,7 +1,7 @@
sample:
name: Bluetooth Mesh
tests:
test:
sample.bluetooth.mesh:
harness: bluetooth
platform_whitelist: bbc_microbit nrf51_blenano qemu_x86
tags: bluetooth

View file

@ -1,7 +1,7 @@
sample:
name: Bluetooth Mesh Demo
tests:
test:
sample.bluetooth.mesh_demo:
harness: bluetooth
platform_whitelist: bbc_microbit nrf51_blenano qemu_x86
tags: bluetooth

View file

@ -2,7 +2,7 @@ sample:
description: TBD
name: TBD
tests:
test:
sample.bluetooth.peripheral:
harness: bluetooth
platform_whitelist: qemu_cortex_m3 qemu_x86
tags: bluetooth

View file

@ -2,7 +2,7 @@ sample:
description: TBD
name: TBD
tests:
test:
sample.bluetooth.peripheral_csc:
harness: bluetooth
platform_whitelist: qemu_cortex_m3 qemu_x86
tags: bluetooth

View file

@ -2,7 +2,7 @@ sample:
description: TBD
name: TBD
tests:
test:
sample.bluetooth.peripheral_dis:
harness: bluetooth
platform_whitelist: qemu_cortex_m3 qemu_x86
tags: bluetooth

View file

@ -2,7 +2,7 @@ sample:
description: TBD
name: TBD
tests:
test:
sample.bluetooth.peripheral_esp:
harness: bluetooth
platform_whitelist: qemu_cortex_m3 qemu_x86
tags: bluetooth

View file

@ -2,7 +2,7 @@ sample:
description: TBD
name: TBD
tests:
test:
sample.bluetooth.peripheral_hids:
harness: bluetooth
platform_whitelist: qemu_cortex_m3 qemu_x86
tags: bluetooth

View file

@ -2,11 +2,11 @@ sample:
description: TBD
name: TBD
tests:
test:
sample.bluetooth.peripheral_hr:
harness: bluetooth
platform_whitelist: qemu_cortex_m3 qemu_x86
tags: bluetooth
test_frdm_kw41z_shield:
sample.bluetooth.peripheral_hr.frdm_kw41z_shield:
harness: bluetooth
platform_whitelist: mimxrt1020_evk mimxrt1050_evk mimxrt1060_evk frdm_k64f
tags: bluetooth

View file

@ -2,7 +2,7 @@ sample:
description: TBD
name: TBD
tests:
test:
sample.bluetooth.peripheral_sc_only:
harness: bluetooth
platform_whitelist: qemu_cortex_m3 qemu_x86
tags: bluetooth

View file

@ -2,7 +2,7 @@ sample:
description: TBD
name: TBD
tests:
test:
sample.bluetooth.scan_adv:
harness: bluetooth
platform_whitelist: qemu_cortex_m3 qemu_x86
tags: bluetooth

View file

@ -2,7 +2,7 @@ sample:
description: ArgonKey sensor testing
name: ArgonKey test
tests:
test:
sample.board.96b_argonkey.microphone:
harness: sensor
platform_whitelist: 96b_argonkey
tags: sensors

View file

@ -2,7 +2,7 @@ sample:
description: ArgonKey sensor testing
name: ArgonKey test
tests:
test:
sample.board.96b_argonkey.sensors:
harness: sensor
platform_whitelist: 96b_argonkey
tags: sensors

View file

@ -3,6 +3,6 @@ sample:
PIO soft IP block.
name: Nios-II Parallel Input/Output (PIO)
tests:
test:
sample.board.altera_max10.pio:
platform_whitelist: altera_max10
tags: pio

View file

@ -3,7 +3,7 @@ sample:
and sensor features on Arduino 101.
name: Environmental Sensing (Application Processor Part)
tests:
test:
sample.board.arduino_101.env_sensing:
platform_whitelist: arduino_101
tags: sensors
harness: sensor

View file

@ -3,7 +3,7 @@ sample:
and sensor features on Arduino 101.
name: Environmental Sensing (Sensor Subsystem Part)
tests:
test:
sample.board.arduino_101_sss.env_sensing:
platform_whitelist: arduino_101_sss
tags: sensors
harness: sensor

View file

@ -1,6 +1,6 @@
sample:
name: BB micro:bit Display
tests:
test:
sample.board.bbc_microbit.display:
platform_whitelist: bbc_microbit
tags: display

View file

@ -1,6 +1,6 @@
sample:
name: Pong game using BBC Micro:bit
tests:
test:
sample.board.bbc_microbit.pong:
platform_whitelist: bbc_microbit
tags: microbit mesh bluetooth

View file

@ -1,6 +1,6 @@
sample:
name: BBC micro:bit Sound
tests:
test:
sample.board.bbc_microbit.sound:
platform_whitelist: bbc_microbit
tags: sound

View file

@ -1,6 +1,6 @@
sample:
name: 2-way Audio Forwarding Sample
tests:
test:
sample.board.intel_s1000_crb.audio:
platform_whitelist: intel_s1000_crb
tags: audio

View file

@ -1,6 +1,6 @@
sample:
name: I2S Audio Sample
tests:
test:
sample.board.intel_s1000_crb.i2s:
platform_whitelist: intel_s1000_crb
tags: i2s

View file

@ -1,7 +1,7 @@
sample:
name: CCM usages example on Olimex STM32-E407
tests:
test:
sample.board.olimex_stm32_e407.ccm:
platform_whitelist: olimex_stm32_e407
tags: board

View file

@ -2,7 +2,7 @@ sample:
description: reel board mesh badge sample
name: mesh badge
tests:
test:
sample.board.reel_board.mesh_badge:
platform_whitelist: reel_board
tags: samples sensor
harness: sensor

View file

@ -2,6 +2,6 @@ sample:
description: Example of using GPIOs on UP Squared board
name: Example of using GPIOs on UP Squared board
tests:
test:
sample.board.up_squared.gpio_counter:
platform_whitelist: up_squared
tags: gpio

View file

@ -1,7 +1,7 @@
sample:
name: Syncronisation (C++)
tests:
test:
sample.cpp_syncronisation:
tags: cpp
toolchain_exclude: issm
arch_exclude: posix

View file

@ -5,7 +5,7 @@ sample:
description: Character framebuffer test
name: cfb sample
tests:
test_ssd1306:
sample.display.cfb.ssd1306:
platform_whitelist: frdm_k64f
test_ssd1673:
sample.display.cfb.ssd1673:
platform_whitelist: reel_board

View file

@ -5,5 +5,5 @@ sample:
description: Custom character framebuffer font example
name: cfb custom font sample
tests:
test_ssd1673:
sample.display.cfb_custom_font.ssd1673:
platform_whitelist: reel_board

View file

@ -5,7 +5,7 @@ sample:
description: Character framebuffer shell test
name: cfb shell sample
tests:
test_ssd1306:
sample.display.cfb_shell.ssd1306:
platform_whitelist: frdm_k64f
test_ssd1673:
sample.display.cfb_shell.ssd1673:
platform_whitelist: reel_board

View file

@ -1,7 +1,7 @@
sample:
name: Grove LCD Sample
tests:
test:
sample.display.grove_display:
tags: drivers
harness: grove
depends_on: i2c

View file

@ -2,7 +2,7 @@ sample:
description: TBD
name: TBD
tests:
test:
sample.display.ili9340:
build_only: true
platform_whitelist: nucleo_l476rg
tags: display

View file

@ -1,7 +1,7 @@
sample:
name: Counter RTC Driver Sample
tests:
test:
sample.driver.counter.alarm:
tags: drivers
harness: console
platform_whitelist: nucleo_f746zg

View file

@ -1,7 +1,7 @@
sample:
name: TI INA219 power monitor
tests:
test:
sample.driver.current_sensing:
tags: sensors
depends_on: i2c
harness: sensor

View file

@ -1,7 +1,7 @@
sample:
name: Sample for the entropy gathering driver
tests:
test:
sample.driver.entropy:
tags: crypto
filter: CONFIG_ENTROPY_HAS_DRIVER
harness: console

View file

@ -3,7 +3,7 @@ sample:
behavior
name: Flash shell
tests:
test:
sample.driver.flash_shell:
platform_whitelist: 96b_carbon frdm_k64f frdm_kw41z frdm_kl25z nucleo_f746zg
tags: flash shell
harness: keyboard

View file

@ -1,7 +1,7 @@
sample:
name: GPIO toggling
tests:
test:
sample.driver.gpio:
tags: drivers
filter: DT_GPIO_LEDS_LED0_GPIO_CONTROLLER and DT_GPIO_KEYS_SW0_GPIO_CONTROLLER
harness: console

View file

@ -1,7 +1,7 @@
sample:
name: Demo for Fujitsu MB85RC256V FRAM (I2C)
tests:
test:
sample.driver.i2c_fujitsu_fram:
platform_whitelist: arduino_101_sss quark_d2000_crb
arduino_due
tags: drivers

View file

@ -1,7 +1,7 @@
sample:
name: I2C scanner
tests:
test:
sample.driver.i2c_scanner:
platform_whitelist: nrf52840_blip nrf51_ble400
tags: drivers
depends_on: i2c

View file

@ -1,7 +1,7 @@
sample:
name: Display text strings on HD44780 based 20x4 LCD controller
tests:
test:
sample.driver.lcd_hd44780:
platform_whitelist: arduino_due
tags: display
harness: display

View file

@ -2,7 +2,7 @@ sample:
description: Demonstration of the APA102 LED strip driver
name: APA102 sample
tests:
test:
sample.driver.led_apa102:
platform_whitelist: nucleo_l432kc
tags: LED
depends_on: spi

View file

@ -1,7 +1,7 @@
sample:
name: Utilize APA102C LED on Arduino 101
tests:
test:
sample.driver.led_apa102c_bitbang:
platform_whitelist: arduino_101
tags: LED
depends_on: gpio

View file

@ -2,6 +2,6 @@ sample:
description: Demonstration of the LP3943 LED driver
name: LP3943 sample
tests:
test:
sample.driver.led_lp3943:
platform_whitelist: 96b_neonkey 96b_argonkey
tags: LED

View file

@ -2,6 +2,6 @@ sample:
description: Demonstration of the LP5562 LED driver
name: LP5562 sample
tests:
test:
sample.driver.led_lp5562:
platform_whitelist: nrf52840_pca10056
tags: led

View file

@ -2,6 +2,6 @@ sample:
description: Demonstration of the lpd880x LED driver
name: LPD880x sample
tests:
test:
sample.driver.led_lpd8806:
platform_whitelist: 96b_carbon
tags: LED

View file

@ -2,6 +2,6 @@ sample:
description: Demonstration of the PCA9633 LED driver
name: PCA9633 sample
tests:
test:
sample.driver.led_pca9633:
platform_whitelist: stm32373c_eval
tags: LED

View file

@ -2,6 +2,6 @@ sample:
description: Demonstration of the WS2812 LED driver
name: WS2812 sample
tests:
test:
sample.driver.led_ws2812:
platform_whitelist: 96b_carbon bbc_microbit
tags: LED

View file

@ -1,7 +1,7 @@
sample:
name: RTC Driver Sample
tests:
test:
sample.driver.rtc:
tags: drivers
harness: console
harness_config:

View file

@ -1,6 +1,6 @@
sample:
name: SoC Flash on NRF52
tests:
test:
sample.driver.soc_flash_nrf:
platform_whitelist: nrf52_pca10040
tags: flash nrf52

View file

@ -1,7 +1,7 @@
sample:
name: SPI Flash Sample
tests:
test:
sample.driver.spi_flash:
platform_whitelist: arduino_101
tags: spi flash
harness: console

View file

@ -1,7 +1,7 @@
sample:
name: SPI FRAM Module Sample
tests:
test:
sample.driver.spi_fujitsu_fram:
platform_whitelist: arduino_101
tags: drivers fram
harness: fram

View file

@ -1,7 +1,7 @@
sample:
name: Watchdog Driver Sample
tests:
test:
sample.driver.watchdog:
tags: drivers
harness: console
harness_config:

View file

@ -2,7 +2,7 @@ sample:
description: LVGL sample application
name: lvgl
tests:
test:
sample.gui.lvgl:
harness: display
platform_whitelist: nrf52840_pca10056 reel_board mimxrt1050_evk mimxrt1060_evk
tags: samples display gui

View file

@ -1,7 +1,7 @@
sample:
name: MPU Stack Guard
tests:
test:
sample.mpu:
tags: mpu stackguard
harness: console
# We do not handle segfaults here
@ -14,7 +14,7 @@ tests:
- "Fatal fault in .*thread"
- "STACK_ALIGN.*"
- "Canary Initial Value = 0x[0-9a-f]+ threads 0x[0-9a-f]+"
test_stack_guard:
sample.mpu.stack_guard:
arch_whitelist: arm
extra_args: CONF_FILE=prj_stack_guard.conf
filter: CONFIG_MPU_STACK_GUARD

View file

@ -1,7 +1,7 @@
sample:
name: MPU Test
tests:
test:
sample.mpu.mpu_test:
arch_whitelist: arm
filter: CONFIG_CPU_HAS_MPU
tags: mpu

View file

@ -1,7 +1,7 @@
sample:
name: DHCP Client
tests:
test:
sample.net.dhcpv4_client:
harness: net
depends_on: netif
tags: net http

View file

@ -6,13 +6,13 @@ sample:
description: DNS resolver, mDNS and LLMNR responder
name: DNS resolver and responder sample application
tests:
test_mdns:
sample.net.dns_resolve.mdns:
extra_configs:
- CONFIG_MDNS_RESOLVER=y
- CONFIG_LLMNR_RESOLVER=n
- CONFIG_NET_DHCPV4=y
tags: mdns
test_llmnr:
sample.net.dns_resolve.llmnr:
extra_configs:
- CONFIG_MDNS_RESOLVER=n
- CONFIG_LLMNR_RESOLVER=y

View file

@ -5,5 +5,5 @@ sample:
description: Can be used to test native posix connectivity via ethernet.
name: Native posix ethernet demo application
tests:
test_eth_native_posix:
sample.net.eth_native_posix:
platform_whitelist: native_posix

View file

@ -5,7 +5,7 @@ sample:
description: Test gPTP functionality
name: gPTP sample app
tests:
test:
sample.net.gptp:
platform_whitelist: frdm_k64f sam_e70_xplained native_posix
depends_on: netif
# To avoid "Too many thread objects" error

View file

@ -6,5 +6,5 @@ sample:
description: Test IPv4 autoconf functionality
name: IPv4 autoconf sample app
tests:
test:
sample.net.ipv4_autoconf:
depends_on: netif

View file

@ -5,6 +5,6 @@ sample:
description: Test LLDP functionality
name: LLDP sample app
tests:
test:
sample.net.lldp:
platform_whitelist: native_posix
depends_on: netif

View file

@ -2,23 +2,23 @@ sample:
description: TBD
name: TBD
tests:
test:
sample.net.lwm2m_client:
harness: net
depends_on: netif
platform_whitelist: qemu_x86 frdm_k64f
tags: net lwm2m
test_dtls:
sample.net.lwm2m_client.dtls:
harness: net
depends_on: netif
extra_args: OVERLAY_CONFIG=overlay-dtls.conf
platform_whitelist: qemu_x86 frdm_k64f
tags: net lwm2m
test_bt:
sample.net.lwm2m_client.bt:
harness: net
extra_args: OVERLAY_CONFIG=overlay-bt.conf
platform_whitelist: nrf52_pca10040 nrf52840_pca10056 disco_l475_iot1
tags: net lwm2m
test_modem:
sample.net.lwm2m_client.modem:
harness: net
extra_args: OVERLAY_CONFIG=overlay-wncm14a2a.conf
platform_whitelist: frdm_k64f nrf52840_pca10056

View file

@ -1,7 +1,7 @@
sample:
name: mDNS responder
tests:
test:
sample.net.mdns_responder:
harness: net
platform_whitelist: qemu_x86 qemu_cortex_m3
tags: net mdns

View file

@ -2,11 +2,11 @@ sample:
description: TBD
name: TBD
tests:
test:
sample.net.mqtt_publisher:
harness: net
platform_whitelist: frdm_k64f qemu_x86
tags: net mqtt
test_bt:
sample.net.mqtt_publisher.bt:
harness: net
platform_whitelist: 96b_nitrogen
tags: net mqtt bluetooth

View file

@ -1,7 +1,7 @@
sample:
name: NATS Client
tests:
test:
sample.net.nats:
harness: net
depends_on: netif
tags: net nats

View file

@ -1,7 +1,7 @@
sample:
name: Promiscuous mode sample application
tests:
test:
sample.net.promiscuous_mode:
harness: net
depends_on: netif
tags: net promisc

View file

@ -2,7 +2,7 @@ sample:
description: BSD Sockets big HTTP download example
name: big_http_download
tests:
test:
sample.net.sockets.big_http_download:
filter: TOOLCHAIN_HAS_NEWLIB == 1
harness: net
min_ram: 32

View file

@ -5,5 +5,5 @@ sample:
description: Test BSD sockets CAN support
name: Socket CAN example
tests:
test:
sample.net.sockets.can:
platform_whitelist: stm32f072b_disco nucleo_l432kc

View file

@ -2,7 +2,7 @@ sample:
description: TBD
name: TBD
tests:
test:
sample.net.sockets.coap_client:
harness: net
tags: net socket
platform_whitelist: qemu_x86

View file

@ -2,7 +2,7 @@ sample:
description: TBD
name: TBD
tests:
test:
sample.net.sockets.coap_server:
harness: net
tags: net socket
platform_whitelist: qemu_x86

View file

@ -2,7 +2,7 @@ sample:
description: BSD Sockets API dumb HTTP server example
name: socket_dumb_http_server
tests:
test:
sample.net.sockets.dumb_http_server:
filter: TOOLCHAIN_HAS_NEWLIB == 1
harness: net
min_ram: 32

View file

@ -2,7 +2,7 @@ sample:
description: BSD Sockets API TCP echo server sample
name: socket_echo
tests:
test:
sample.net.sockets.echo:
harness: net
depends_on: netif
tags: net socket

View file

@ -3,7 +3,7 @@ sample:
using non-blocking sockets
name: socket_echo_async
tests:
test:
sample.net.sockets.echo_async:
harness: net
platform_whitelist: qemu_x86
tags: net socket

View file

@ -3,7 +3,7 @@ sample:
using non-blocking sockets
name: socket_echo_async
tests:
test:
sample.net.sockets.echo_async_select:
harness: net
platform_whitelist: qemu_x86
tags: net socket

View file

@ -8,30 +8,30 @@ sample:
sample
name: Socket Echo Client
tests:
test:
sample.net.sockets.echo_client:
platform_whitelist: qemu_x86 frdm_k64f sam_e70_xplained
qemu_cortex_m3 frdm_kw41z
test_802154:
sample.net.sockets.echo_client.802154:
extra_args: OVERLAY_CONFIG="overlay-qemu_802154.conf"
platform_whitelist: qemu_x86
test_bt:
sample.net.sockets.echo_client.bt:
extra_args: OVERLAY_CONFIG="overlay-bt.conf"
platform_whitelist: qemu_x86
tags: bluetooth
test_nrf_802154:
sample.net.sockets.echo_client.nrf_802154:
extra_args: OVERLAY_CONFIG="overlay-802154.conf"
platform_whitelist: nrf52840_pca10056
test_nrf_openthread:
sample.net.sockets.echo_client.nrf_openthread:
extra_args: OVERLAY_CONFIG="overlay-ot.conf"
slow: true
tags: net openthread
platform_whitelist: nrf52840_pca10056
test_kw41z_openthread:
sample.net.sockets.echo_client.kw41z_openthread:
extra_args: OVERLAY_CONFIG="overlay-ot.conf"
slow: true
tags: net openthread
platform_whitelist: frdm_kw41z
test_enc28j60:
sample.net.sockets.echo_client.enc28j60:
extra_args: OVERLAY_CONFIG="overlay-enc28j60.conf"
tags: net enc28j60
platform_whitelist: arduino_101

View file

@ -8,59 +8,59 @@ sample:
sample
name: Socket Echo Server
tests:
test:
sample.net.sockets.echo_server:
platform_whitelist: qemu_x86 sam_e70_xplained frdm_k64f
qemu_cortex_m3 frdm_kw41z
test_802154:
sample.net.sockets.echo_server.802154:
extra_args: OVERLAY_CONFIG="overlay-qemu_802154.conf"
platform_whitelist: qemu_x86
test_bt:
sample.net.sockets.echo_server.bt:
extra_args: OVERLAY_CONFIG="overlay-bt.conf"
platform_whitelist: qemu_x86
tags: bluetooth
test_mcr20a:
sample.net.sockets.echo_server.mcr20a:
extra_args: OVERLAY_CONFIG="overlay-frdm_k64f_mcr20a.conf"
platform_whitelist: frdm_k64f
test_nrf_802154:
sample.net.sockets.echo_server.nrf_802154:
extra_args: OVERLAY_CONFIG="overlay-802154.conf"
platform_whitelist: nrf52840_pca10056
test_usbnet:
sample.net.sockets.echo_server.usbnet:
harness: net
extra_args: OVERLAY_CONFIG="overlay-netusb.conf"
platform_whitelist: quark_se_c1000_devboard 96b_carbon
extra_configs:
- CONFIG_NET_SHELL=n
tags: net usb
test_usbnet_composite:
sample.net.sockets.echo_server.usbnet_composite:
harness: net
extra_args: OVERLAY_CONFIG="overlay-netusb.conf"
extra_configs:
- CONFIG_USB_COMPOSITE_DEVICE=y
platform_whitelist: quark_se_c1000_devboard 96b_carbon
tags: net usb
test_nrf_openthread:
sample.net.sockets.echo_server.nrf_openthread:
extra_args: OVERLAY_CONFIG="overlay-ot.conf"
slow: true
tags: net openthread
platform_whitelist: nrf52840_pca10056
test_kw41z_openthread:
sample.net.sockets.echo_server.kw41z_openthread:
extra_args: OVERLAY_CONFIG="overlay-ot.conf"
slow: true
tags: net openthread
platform_whitelist: frdm_kw41z
test_enc28j60:
sample.net.sockets.echo_server.enc28j60:
extra_args: OVERLAY_CONFIG="overlay-enc28j60.conf"
tags: net enc28j60
platform_whitelist: arduino_101
test_e1000:
sample.net.sockets.echo_server.e1000:
extra_args: OVERLAY_CONFIG="overlay-e1000.conf"
tags: net
platform_whitelist: qemu_x86
test_stellaris:
sample.net.sockets.echo_server.stellaris:
extra_args: OVERLAY_CONFIG="overlay-qemu_cortex_m3_eth.conf"
tags: net
platform_whitelist: qemu_cortex_m3
test_smsc911x:
sample.net.sockets.echo_server.smsc911x:
extra_args: OVERLAY_CONFIG="overlay-smsc911x.conf"
tags: net
platform_whitelist: mps2_an385

View file

@ -2,7 +2,7 @@ sample:
description: BSD Sockets API HTTP GET example
name: socket_http_get
tests:
test:
sample.net.sockets.http_get:
filter: TOOLCHAIN_HAS_NEWLIB == 1
harness: net
min_ram: 32

View file

@ -2,7 +2,7 @@ sample:
description: Packet socket sample
name: packet-socket
tests:
test:
sample.net.sockets.packet:
harness: net
platform_whitelist: native_posix
tags: net sockets packet-socket

View file

@ -2,7 +2,7 @@ sample:
description: SNTP client sample
name: sntp_client
tests:
test:
sample.net.sockets.sntp_client:
harness: net
platform_whitelist: qemu_x86
tags: net

View file

@ -2,7 +2,7 @@ sample:
description: Test network statistics functionality
name: Network statistics sample app
tests:
test:
sample.net.stats:
harness: net
min_ram: 64
tags: net statistics

View file

@ -6,9 +6,9 @@ sample:
description: syslog network backend
name: syslog_net
tests:
test_with_timefuncs:
sample.net.syslog.with_timefuncs:
extra_configs:
- CONFIG_NEWLIB_LIBC=y
test_without_timefuncs:
sample.net.syslog.without_timefuncs:
extra_configs:
- CONFIG_NEWLIB_LIBC=n

View file

@ -1,7 +1,7 @@
sample:
name: Telnet Server
tests:
test:
sample.net.telnet:
harness: net
depends_on: netif
tags: net telnet

View file

@ -5,5 +5,5 @@ sample:
description: Test VLAN functionality
name: VLAN sample app
tests:
test:
sample.net.vlan:
depends_on: netif

Some files were not shown because too many files have changed in this diff Show more