zephyr/samples/net/sockets/websocket_client/sample.yaml
Andy Ross 97fb8fa869 samples/net/sockets: Exclude intel_adsp boards
These are getting build failures due to some kind of devicetree
console definition missing.  These devices don't do networking, and
strictly don't even have a proper console device (logging is done via
a host mechanism).  Probably fixable.  Not worth the trouble.  Filter.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2021-09-03 07:19:34 -04:00

12 lines
291 B
YAML

common:
tags: net http http_client websocket_client websocket
min_ram: 35
depends_on: netif
sample:
description: Websocket client sample
name: websocket_client
tests:
sample.net.sockets.websocket_client:
platform_exclude: intel_adsp_cavs15 intel_adsp_cavs25
harness: net