net: Add more specific dependencies for specialized samples

Certain samples  are supposed to demonstrate technology-specific
features, therefore their dependencies in sample.yml could be
narrowed to run verify build only on boards which support that
specific technology (like Ethernet or OpenThread).

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
This commit is contained in:
Robert Lubos 2024-02-21 12:23:35 +01:00 committed by Alberto Escolar
parent 17b1393f2e
commit 562ac9d9e6
5 changed files with 5 additions and 5 deletions

View file

@ -10,4 +10,4 @@ tests:
sample.net.dsa:
build_only: true
platform_allow: ip_k66f
depends_on: netif
depends_on: eth

View file

@ -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:

View file

@ -15,4 +15,4 @@ tests:
- native_sim_64
integration_platforms:
- native_sim
depends_on: netif
depends_on: eth

View file

@ -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

View file

@ -8,4 +8,4 @@ sample:
name: VLAN sample app
tests:
sample.net.vlan:
depends_on: netif
depends_on: eth