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:
parent
3339de34eb
commit
8c50ce934b
|
@ -7,4 +7,4 @@ tests:
|
|||
harness: net
|
||||
min_ram: 32
|
||||
min_flash: 128
|
||||
tags: net
|
||||
tags: net socket
|
||||
|
|
|
@ -4,5 +4,5 @@ sample:
|
|||
tests:
|
||||
test:
|
||||
harness: net
|
||||
tags: net
|
||||
tags: net socket
|
||||
platform_whitelist: qemu_x86
|
||||
|
|
|
@ -4,5 +4,5 @@ sample:
|
|||
tests:
|
||||
test:
|
||||
harness: net
|
||||
tags: net
|
||||
tags: net socket
|
||||
platform_whitelist: qemu_x86
|
||||
|
|
|
@ -6,4 +6,4 @@ tests:
|
|||
platform_exclude: esp32 qemu_x86_64 # No newlib
|
||||
harness: net
|
||||
min_ram: 32
|
||||
tags: net
|
||||
tags: net socket
|
||||
|
|
|
@ -5,4 +5,4 @@ tests:
|
|||
test:
|
||||
harness: net
|
||||
depends_on: netif
|
||||
tags: net
|
||||
tags: net socket
|
||||
|
|
|
@ -6,4 +6,4 @@ tests:
|
|||
test:
|
||||
harness: net
|
||||
platform_whitelist: qemu_x86
|
||||
tags: net
|
||||
tags: net socket
|
||||
|
|
|
@ -8,5 +8,5 @@ sample:
|
|||
name: Socket Echo Client
|
||||
tests:
|
||||
test:
|
||||
tags: net
|
||||
tags: net socket
|
||||
min_flash: 140
|
||||
|
|
|
@ -8,5 +8,5 @@ sample:
|
|||
name: Socket Echo Server
|
||||
tests:
|
||||
test:
|
||||
tags: net
|
||||
tags: net socket
|
||||
min_flash: 140
|
||||
|
|
|
@ -6,4 +6,4 @@ tests:
|
|||
platform_exclude: esp32 qemu_x86_64 # No newlib
|
||||
harness: net
|
||||
min_ram: 32
|
||||
tags: net
|
||||
tags: net socket
|
||||
|
|
Loading…
Reference in a new issue