zephyr/samples/net/http_client/sample.yaml
Jukka Rissanen 6ddc85d522 samples: net: HTTP client sample using net-app
This is a sample HTTP client application that uses new http API
instead of legacy one.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2017-11-06 09:33:00 -05:00

13 lines
262 B
YAML

sample:
name: HTTP Client
tests:
- test:
build_only: true
depends_on: netif
tags: net http
- test_bt:
build_only: true
extra_args: CONF_FILE="prj_bt.conf"
platform_whitelist: qemu_x86 qemu_cortex_m3
tags: net http