zephyr/samples/net/sockets/http_client/sample.yaml
Jukka Rissanen a07045d8b2 samples: net: http_client: HTTP client sample application
Simple HTTP client sample that connects to HTTP server and does
GET and POST requests.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2019-10-04 16:38:34 +03:00

12 lines
282 B
YAML

common:
tags: net http http_client
min_ram: 32
# Blacklist qemu_x86_64 because of SSE compile error, see #19066 for details
platform_exclude: qemu_x86_64
sample:
description: HTTP client sample
name: http_client
tests:
sample.net.sockets.http_client:
harness: net