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

net: Add more specific dependencies for specialized samples #69295

Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion samples/net/dsa/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ tests:
sample.net.dsa:
build_only: true
platform_allow: ip_k66f
depends_on: netif
depends_on: eth
2 changes: 1 addition & 1 deletion samples/net/gptp/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tests:
- nucleo_f767zi
- nucleo_h743zi
- nucleo_h745zi_q/stm32h745xx/m7
depends_on: netif
depends_on: eth
integration_platforms:
- frdm_k64f
sample.net.gpt.nxp_enet_experimental:
Expand Down
2 changes: 1 addition & 1 deletion samples/net/lldp/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ tests:
- native_sim_64
integration_platforms:
- native_sim
depends_on: netif
depends_on: eth
2 changes: 1 addition & 1 deletion samples/net/openthread/coprocessor/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ common:
tags:
- net
- openthread
depends_on: netif
depends_on: openthread
min_flash: 140
sample:
description: Runs the OpenThread stack as NCP BR
Expand Down
2 changes: 1 addition & 1 deletion samples/net/vlan/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ sample:
name: VLAN sample app
tests:
sample.net.vlan:
depends_on: netif
depends_on: eth
Loading