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>
This commit is contained in:
parent
6dbe738d0e
commit
514a07a9e2
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@ sample:
|
|||
name: TBD
|
||||
tests:
|
||||
- test:
|
||||
arch_whitelist: qemu_x86
|
||||
platform_whitelist: arduino_101 frdm_k64f qemu_x86
|
||||
build_only: true
|
||||
tags: net
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue