samples: net: socket: Add "socket" tag to sample.yaml's

So it was easy to run all socket tests without remembering
the exact path(s).

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
This commit is contained in:
Paul Sokolovsky 2019-01-24 14:47:13 +03:00 committed by Jukka Rissanen
parent 3339de34eb
commit 8c50ce934b
9 changed files with 9 additions and 9 deletions

View file

@ -7,4 +7,4 @@ tests:
harness: net
min_ram: 32
min_flash: 128
tags: net
tags: net socket

View file

@ -4,5 +4,5 @@ sample:
tests:
test:
harness: net
tags: net
tags: net socket
platform_whitelist: qemu_x86

View file

@ -4,5 +4,5 @@ sample:
tests:
test:
harness: net
tags: net
tags: net socket
platform_whitelist: qemu_x86

View file

@ -6,4 +6,4 @@ tests:
platform_exclude: esp32 qemu_x86_64 # No newlib
harness: net
min_ram: 32
tags: net
tags: net socket

View file

@ -5,4 +5,4 @@ tests:
test:
harness: net
depends_on: netif
tags: net
tags: net socket

View file

@ -6,4 +6,4 @@ tests:
test:
harness: net
platform_whitelist: qemu_x86
tags: net
tags: net socket

View file

@ -8,5 +8,5 @@ sample:
name: Socket Echo Client
tests:
test:
tags: net
tags: net socket
min_flash: 140

View file

@ -8,5 +8,5 @@ sample:
name: Socket Echo Server
tests:
test:
tags: net
tags: net socket
min_flash: 140

View file

@ -6,4 +6,4 @@ tests:
platform_exclude: esp32 qemu_x86_64 # No newlib
harness: net
min_ram: 32
tags: net
tags: net socket