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>
18 lines
294 B
YAML
18 lines
294 B
YAML
sample:
|
|
description: HTTP Server Sample
|
|
name: http_server_sample
|
|
common:
|
|
harness: net
|
|
depends_on: netif
|
|
min_ram: 192
|
|
tags:
|
|
- http
|
|
- net
|
|
- server
|
|
- socket
|
|
platform_exclude:
|
|
- native_posix
|
|
- native_posix/native/64
|
|
tests:
|
|
sample.net.sockets.http.server: {}
|