Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Ethernet twister test on nucleo board #59827

Merged
merged 1 commit into from
Jul 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion samples/net/zperf/sample.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
common:
harness: net
tags:
- net
- zperf
Expand All @@ -14,25 +13,41 @@ sample:
name: zperf
tests:
sample.net.zperf:
harness: net
platform_allow: qemu_x86
sample.net.zperf_st:
harness: console
harness_config:
type: multi_line
regex:
- "coming up"
platform_allow:
- nucleo_h563zi
- nucleo_h743zi
- nucleo_f429zi
- nucleo_f746zg
sample.net.zperf_no_shell:
harness: net
extra_configs:
- CONFIG_NET_SHELL=n
platform_allow: qemu_x86
sample.net.zperf.netusb_ecm:
harness: net
extra_args: OVERLAY_CONFIG="overlay-netusb.conf"
tags:
- usb
- net
- zperf
depends_on: usb_device
sample.net.zperf.device_next_ecm:
harness: net
extra_args: OVERLAY_CONFIG="overlay-usbd_next_ecm.conf"
DTC_OVERLAY_FILE="usbd_next_ecm.overlay"
platform_allow: nrf52840dk_nrf52840 frdm_k64f
tags: usb net zperf
depends_on: usb_device
sample.net.zperf.netusb_eem:
harness: net
extra_args: OVERLAY_CONFIG="overlay-netusb.conf"
extra_configs:
- CONFIG_USB_DEVICE_NETWORK_ECM=n
Expand All @@ -43,6 +58,7 @@ tests:
- zperf
depends_on: usb_device
sample.net.zperf.netusb_rndis:
harness: net
extra_args: OVERLAY_CONFIG="overlay-netusb.conf"
extra_configs:
- CONFIG_USB_DEVICE_NETWORK_ECM=n
Expand All @@ -53,6 +69,7 @@ tests:
- zperf
depends_on: usb_device
sample.net.zperf.shield:
harness: net
platform_allow: reel_board
extra_args: SHIELD=link_board_eth
tags:
Expand Down
Loading