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-09-26 14:24:57 +08:00
|
|
|
extra_configs:
|
2018-10-04 17:47:28 +08:00
|
|
|
- CONFIG_NET_TCP=n
|
2018-10-29 20:25:49 +08:00
|
|
|
- CONFIG_SHELL_CMDS=n
|
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-04 17:47:28 +08:00
|
|
|
- CONFIG_NET_TCP=n
|
2018-10-29 20:25:49 +08:00
|
|
|
- CONFIG_SHELL_CMDS=n
|
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-04 17:47:28 +08:00
|
|
|
- CONFIG_NET_PKT_RX_COUNT=32
|
|
|
|
- CONFIG_NET_PKT_TX_COUNT=32
|
|
|
|
- CONFIG_NET_TCP=n
|
2018-10-29 20:25:49 +08:00
|
|
|
- CONFIG_SHELL_CMDS=n
|
2018-11-28 20:50:58 +08:00
|
|
|
- CONFIG_SHELL_HISTORY=n
|
2018-10-16 03:28:35 +08:00
|
|
|
tags: usb net zperf
|
2018-12-03 04:16:13 +08:00
|
|
|
depends_on: usb_device
|