tests: fix filtering on integration platforms
Fixed filtering on integration platforms. Fixes #39738 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
2e65ee17f6
commit
6d15643705
2 changed files with 18 additions and 7 deletions
|
@ -1,18 +1,22 @@
|
|||
common:
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
|
||||
tests:
|
||||
logging.add.async:
|
||||
tags: logging
|
||||
extra_args: CONF_FILE=log2.conf
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
logging.add.sync:
|
||||
tags: logging
|
||||
extra_args: CONF_FILE=log_sync.conf
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
logging.add.log1_user:
|
||||
tags: logging
|
||||
filter: CONFIG_USERSPACE
|
||||
extra_args: CONF_FILE=log_user.conf USERSPACE_TEST=1
|
||||
integration_platforms:
|
||||
- qemu_x86
|
||||
logging.add.log1:
|
||||
tags: logging
|
||||
extra_args: CONF_FILE=prj.conf
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue