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>
13 lines
285 B
YAML
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
|