Some of the http_server tests suites were missing netif dependency. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
15 lines
230 B
YAML
15 lines
230 B
YAML
common:
|
|
depends_on: netif
|
|
min_ram: 40
|
|
tags:
|
|
- net
|
|
- http
|
|
- server
|
|
integration_platforms:
|
|
- native_sim
|
|
platform_exclude:
|
|
- native_posix
|
|
- native_posix/native/64
|
|
tests:
|
|
net.http.server.common: {}
|