zephyr/samples/net/sockets/websocket_client/sample.yaml
Jukka Rissanen b031a5a163 samples: net: websocket: App for doing Websocket client requests
This is BSD sockets based application for connecting to
Websocket server.

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

12 lines
324 B
YAML

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