From 47a51d4698b750eaf9ed0c3f528db30d04d98f80 Mon Sep 17 00:00:00 2001 From: Vincent Wan Date: Fri, 31 Jan 2020 13:07:53 -0800 Subject: [PATCH] samples: http_get: exclude cc32xx for sample.net.sockets.http_get.posix Eliminates CI build warnings such as this which breaks the build: warning: NET_SOCKETS_POSIX_NAMES (defined at subsys/net/lib/sockets/Kconfig:13) was assigned the value 'n' but got the value 'y'. The testcase involves no offloading, which means it does not apply to cc32xx. Signed-off-by: Vincent Wan --- samples/net/sockets/http_get/sample.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/net/sockets/http_get/sample.yaml b/samples/net/sockets/http_get/sample.yaml index 695f9af71b4..ac2fda1c4dd 100644 --- a/samples/net/sockets/http_get/sample.yaml +++ b/samples/net/sockets/http_get/sample.yaml @@ -15,6 +15,7 @@ tests: # CONFIG_NET_SOCKETS_POSIX_NAMES. sample.net.sockets.http_get.posix: filter: not CONFIG_NET_SOCKETS_OFFLOAD + platform_exclude: cc3220sf_launchxl cc3235sf_launchxl extra_configs: - CONFIG_NET_SOCKETS_POSIX_NAMES=n - CONFIG_POSIX_API=y