zephyr/samples/net/coaps_server/sample.yaml
Kumar Gala 514a07a9e2 samples: coaps_server: Fix platforms to build coap_server test on
We incorrectly had an arch_whitelist constraint set to 'qemu_x86' that
should have been a platform_whitelist, so fix that and add arduino_101
frdm_k64f to the platform_whitelist as targets that we can test this on.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2017-06-23 16:03:21 -04:00

9 lines
162 B
YAML

sample:
description: TBD
name: TBD
tests:
- test:
platform_whitelist: arduino_101 frdm_k64f qemu_x86
build_only: true
tags: net