From 59eb48329ecb58aebca7115140fc5fcbfac4f440 Mon Sep 17 00:00:00 2001 From: Jukka Rissanen Date: Thu, 21 Feb 2019 14:15:28 +0200 Subject: [PATCH] samples: net: can: Add missing tag to SocketCAN sample We should have "net" tag as this is a networking sample. Signed-off-by: Jukka Rissanen --- samples/net/sockets/can/sample.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/net/sockets/can/sample.yaml b/samples/net/sockets/can/sample.yaml index 184cd6ed201..4a0372af05d 100644 --- a/samples/net/sockets/can/sample.yaml +++ b/samples/net/sockets/can/sample.yaml @@ -1,5 +1,5 @@ common: - tags: socket can CAN + tags: net socket can CAN depends_on: can sample: description: Test BSD sockets CAN support