samples: net: sockets: Add netif dependency where missing

A few samples were not limiting the CI execution scope in any reasonable
way, they should at least limit the execution to platforms that support
netif capability.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
This commit is contained in:
Robert Lubos 2024-06-05 13:23:15 +02:00 committed by Johan Hedberg
parent 5a5fd7c96f
commit c26f1bef49
4 changed files with 4 additions and 0 deletions

View file

@ -4,6 +4,7 @@ sample:
common:
filter: CONFIG_FULL_LIBC_SUPPORTED and not CONFIG_NATIVE_LIBC
harness: net
depends_on: netif
min_ram: 32
min_flash: 128
tags:

View file

@ -3,6 +3,7 @@ sample:
name: socket_dumb_http_server_mt
common:
harness: net
depends_on: netif
min_ram: 128
min_flash: 128
tags:

View file

@ -3,6 +3,7 @@ sample:
name: socket_http_get
common:
filter: CONFIG_FULL_LIBC_SUPPORTED
depends_on: netif
min_ram: 32
min_flash: 80
tags:

View file

@ -3,6 +3,7 @@ sample:
name: http_server_sample
common:
harness: net
depends_on: netif
min_ram: 192
tags:
- http