zephyr/samples/net/https_client/sample.yaml
Anas Nashif f69d9b9951 samples: https_client: unify prj.conf
Disable qemu_cortex_m3 due to SRAM limitation.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-08-02 07:31:22 -04:00

14 lines
328 B
YAML

sample:
name: HTTPS Client
tests:
- test:
build_only: true
tags: net http
platform_exclude: qemu_cortex_m3 # does not fit in SRAM
depends_on: netif
- test_bt:
build_only: true
platform_whitelist: qemu_x86
extra_args: CONF_FILE="prj_bt.conf"
tags: net http