zephyr/tests/subsys/logging/log_backend_fs/testcase.yaml
Anas Nashif 71eee6da4b tests: fs: add more tags
Add module names as tags, to trigger CI on those tests when module has
changed.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-08-24 13:41:26 -04:00

37 lines
1.2 KiB
YAML

common:
modules:
- littlefs
tags:
- logging
- backend
- filesystem
- fs
- littlefs
tests:
logging.log_backend_fs.automounted:
platform_allow:
- native_posix
- native_posix_64
- nrf52840dk_nrf52840
- mr_canhubk3
integration_platforms:
- native_posix
logging.log_backend_fs.manualmounted.native_posix:
platform_allow: native_posix
extra_args: DTC_OVERLAY_FILE="./boards/native_posix.overlay;./boards/automount.overlay"
integration_platforms:
- native_posix
logging.log_backend_fs.manualmounted.native_posix_64:
platform_allow: native_posix_64
extra_args: DTC_OVERLAY_FILE="./boards/native_posix_64.overlay;./boards/automount.overlay"
integration_platforms:
- native_posix_64
logging.log_backend_fs.manualmounted.nrf5840dk:
platform_allow: nrf52840dk_nrf52840
extra_args: DTC_OVERLAY_FILE="./boards/nrf52840dk_nrf52840.overlay;./boards/automount.overlay"
integration_platforms:
- nrf52840dk_nrf52840
logging.log_backend_fs.manualmounted.mr_canhubk3:
platform_allow: mr_canhubk3
extra_args: DTC_OVERLAY_FILE="./boards/mr_canhubk3.overlay;./boards/automount.overlay"