2018-10-04 17:47:28 +08:00
|
|
|
common:
|
|
|
|
harness: net
|
2018-12-03 04:16:13 +08:00
|
|
|
tags: net zperf
|
2018-10-04 17:47:28 +08:00
|
|
|
# TODO: Does not work properly with native_posix, need more TLC
|
2019-05-18 03:04:55 +08:00
|
|
|
platform_exclude: native_posix native_posix_64 sam_e70_xplained
|
2018-12-03 04:16:13 +08:00
|
|
|
min_ram: 64
|
2017-04-05 11:11:22 +08:00
|
|
|
sample:
|
2018-10-04 17:47:28 +08:00
|
|
|
description: Network performance measurement tool for Zephyr
|
|
|
|
name: zperf
|
2017-04-05 11:11:22 +08:00
|
|
|
tests:
|
2019-03-29 23:44:43 +08:00
|
|
|
sample.net.zperf:
|
2017-12-06 02:00:43 +08:00
|
|
|
platform_whitelist: qemu_x86
|
2019-03-29 23:44:43 +08:00
|
|
|
sample.net.zperf.netusb_ecm:
|
2018-10-04 17:47:28 +08:00
|
|
|
extra_args: OVERLAY_CONFIG="overlay-netusb.conf"
|
2018-10-16 03:28:35 +08:00
|
|
|
tags: usb net zperf
|
2018-12-03 04:16:13 +08:00
|
|
|
depends_on: usb_device
|
2019-03-29 23:44:43 +08:00
|
|
|
sample.net.zperf.netusb_eem:
|
2018-10-04 17:47:28 +08:00
|
|
|
extra_args: OVERLAY_CONFIG="overlay-netusb.conf"
|
2018-04-05 17:58:35 +08:00
|
|
|
extra_configs:
|
|
|
|
- CONFIG_USB_DEVICE_NETWORK_ECM=n
|
|
|
|
- CONFIG_USB_DEVICE_NETWORK_EEM=y
|
2018-10-16 03:28:35 +08:00
|
|
|
tags: usb net zperf
|
2018-12-03 04:16:13 +08:00
|
|
|
depends_on: usb_device
|
2019-03-29 23:44:43 +08:00
|
|
|
sample.net.zperf.netusb_rndis:
|
2018-10-04 17:47:28 +08:00
|
|
|
extra_args: OVERLAY_CONFIG="overlay-netusb.conf"
|
2017-11-10 20:35:55 +08:00
|
|
|
extra_configs:
|
|
|
|
- CONFIG_USB_DEVICE_NETWORK_ECM=n
|
|
|
|
- CONFIG_USB_DEVICE_NETWORK_RNDIS=y
|
2018-10-16 03:28:35 +08:00
|
|
|
tags: usb net zperf
|
2018-12-03 04:16:13 +08:00
|
|
|
depends_on: usb_device
|
2019-09-06 23:06:17 +08:00
|
|
|
sample.net.zperf.shield:
|
|
|
|
platform_whitelist: reel_board
|
|
|
|
extra_args: SHIELD=link_board_eth
|
|
|
|
tags: shield net zperf
|
|
|
|
depends_on: arduino_spi arduino_gpio
|