From 514a07a9e2f0db58b92eb3a4f875ada6e71d6d24 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Thu, 22 Jun 2017 11:53:07 -0500 Subject: [PATCH] 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 --- samples/net/coaps_server/sample.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/net/coaps_server/sample.yaml b/samples/net/coaps_server/sample.yaml index ae4daeb28eb..28bfe32d4f5 100644 --- a/samples/net/coaps_server/sample.yaml +++ b/samples/net/coaps_server/sample.yaml @@ -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