Skip to content

Commit

Permalink
samples: coaps_server: Fix platforms to build coap_server test on
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
galak authored and Anas Nashif committed Jun 23, 2017
1 parent 6dbe738 commit 514a07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/net/coaps_server/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 514a07a

Please sign in to comment.