-
Notifications
You must be signed in to change notification settings - Fork 6.9k
/
Copy pathsample.yaml
35 lines (35 loc) · 1.07 KB
/
sample.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
common:
harness: net
tags: net zperf
# TODO: Does not work properly with native_posix, need more TLC
platform_exclude: native_posix native_posix_64 sam_e70_xplained
min_ram: 64
sample:
description: Network performance measurement tool for Zephyr
name: zperf
tests:
sample.net.zperf:
platform_allow: qemu_x86
sample.net.zperf.netusb_ecm:
extra_args: OVERLAY_CONFIG="overlay-netusb.conf"
tags: usb net zperf
depends_on: usb_device
sample.net.zperf.netusb_eem:
extra_args: OVERLAY_CONFIG="overlay-netusb.conf"
extra_configs:
- CONFIG_USB_DEVICE_NETWORK_ECM=n
- CONFIG_USB_DEVICE_NETWORK_EEM=y
tags: usb net zperf
depends_on: usb_device
sample.net.zperf.netusb_rndis:
extra_args: OVERLAY_CONFIG="overlay-netusb.conf"
extra_configs:
- CONFIG_USB_DEVICE_NETWORK_ECM=n
- CONFIG_USB_DEVICE_NETWORK_RNDIS=y
tags: usb net zperf
depends_on: usb_device
sample.net.zperf.shield:
platform_allow: reel_board
extra_args: SHIELD=link_board_eth
tags: shield net zperf
depends_on: arduino_spi arduino_gpio