zephyr/samples/net/http_client/sample.yaml
Anas Nashif b5b8095749 samples: bluetooth and net samples need test setup
remove build_only and make them depend on test harness (bluetooth)

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-12-28 20:24:29 -05:00

13 lines
236 B
YAML

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