samples: sockets: Fix syntax of combined "filter" clauses in sample.yaml
Now that we have support for properly combine conditions from multiple "filter" clauses in one sample.yaml file (e.g. from "common" and test-specific sections), use it instead of previous adhoc syntax relying on string concatenation. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
This commit is contained in:
parent
8c6d2e23f6
commit
be1eac6058
4 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,7 @@ tests:
|
|||
extra_configs:
|
||||
- CONFIG_NET_SOCKETS_POSIX_NAMES=y
|
||||
sample.net.sockets.big_http_download.posix:
|
||||
filter: and not CONFIG_NET_SOCKETS_OFFLOAD
|
||||
filter: not CONFIG_NET_SOCKETS_OFFLOAD
|
||||
extra_configs:
|
||||
- CONFIG_NET_SOCKETS_POSIX_NAMES=n
|
||||
- CONFIG_POSIX_API=y
|
||||
|
|
|
@ -12,7 +12,7 @@ tests:
|
|||
extra_configs:
|
||||
- CONFIG_NET_SOCKETS_POSIX_NAMES=y
|
||||
sample.net.sockets.dumb_http_server.posix:
|
||||
filter: and not CONFIG_NET_SOCKETS_OFFLOAD
|
||||
filter: not CONFIG_NET_SOCKETS_OFFLOAD
|
||||
extra_configs:
|
||||
- CONFIG_NET_SOCKETS_POSIX_NAMES=n
|
||||
- CONFIG_POSIX_API=y
|
||||
|
|
|
@ -12,7 +12,7 @@ tests:
|
|||
extra_configs:
|
||||
- CONFIG_NET_SOCKETS_POSIX_NAMES=y
|
||||
sample.net.sockets.echo_async.posix:
|
||||
filter: and not CONFIG_NET_SOCKETS_OFFLOAD
|
||||
filter: not CONFIG_NET_SOCKETS_OFFLOAD
|
||||
extra_configs:
|
||||
- CONFIG_NET_SOCKETS_POSIX_NAMES=n
|
||||
- CONFIG_POSIX_API=y
|
||||
|
|
|
@ -15,7 +15,7 @@ tests:
|
|||
# CONFIG_NET_SOCKETS_POSIX_NAMES.
|
||||
platform_exclude: cc3220sf_launchxl cc3235sf_launchxl
|
||||
sample.net.sockets.http_get.posix:
|
||||
filter: and not CONFIG_NET_SOCKETS_OFFLOAD
|
||||
filter: not CONFIG_NET_SOCKETS_OFFLOAD
|
||||
extra_configs:
|
||||
- CONFIG_NET_SOCKETS_POSIX_NAMES=n
|
||||
- CONFIG_POSIX_API=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue