zephyr/samples/net/https_client/sample.yaml
Jukka Rissanen 607f4fffdd samples: net: http: Enable compile tests with Bluetooth config
Run http_server, http_client and https_client compile tests with
Bluetooth config. For http client tests we only use qemu_x86 as
the qemu_cortex_m3 tests failed because of too little memory.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2017-07-31 11:50:25 +03:00

13 lines
285 B
YAML

sample:
name: HTTPS Client
tests:
- test:
build_only: true
platform_whitelist: frdm_k64f qemu_x86
tags: net http
- test_bt:
build_only: true
platform_whitelist: qemu_x86
extra_args: CONF_FILE="prj_bt.conf"
tags: net http