tests: settings: remove explicit CONFIG_STDOUT_CONSOLE=y
This option is selected by default, so there is no need to select it explicitly. Additionally, selecting this option for native_posix platforms results in configuration time warning due to unsatisfied !NATIVE_APPLICATION dependency. Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>
This commit is contained in:
parent
eea6587ac5
commit
a854d1d6f5
8 changed files with 2 additions and 19 deletions
|
@ -1,13 +1,7 @@
|
|||
tests:
|
||||
system.settings.fcb.raw:
|
||||
platform_allow: nrf52840dk_nrf52840 nrf52dk_nrf52832
|
||||
platform_allow: nrf52840dk_nrf52840 nrf52dk_nrf52832 native_posix native_posix_64
|
||||
integration_platforms:
|
||||
- nrf52840dk_nrf52840
|
||||
tags: settings_fcb
|
||||
extra_configs:
|
||||
- CONFIG_STDOUT_CONSOLE=y
|
||||
system.settings.fcb.raw_native_posix:
|
||||
platform_allow: native_posix native_posix_64
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
tags: settings_fcb
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
CONFIG_ZTEST=y
|
||||
CONFIG_ZTEST_NEW_API=y
|
||||
CONFIG_STDOUT_CONSOLE=y
|
||||
CONFIG_FLASH=y
|
||||
CONFIG_FLASH_PAGE_LAYOUT=y
|
||||
CONFIG_FLASH_MAP=y
|
||||
|
|
|
@ -3,10 +3,5 @@
|
|||
|
||||
tests:
|
||||
system.settings.file.raw:
|
||||
platform_allow: nrf52840dk_nrf52840
|
||||
tags: settings_file settings_file_littlefs
|
||||
extra_configs:
|
||||
- CONFIG_STDOUT_CONSOLE=y
|
||||
system.settings.file.raw_native_posix:
|
||||
platform_allow: native_posix native_posix_64
|
||||
platform_allow: nrf52840dk_nrf52840 native_posix native_posix_64
|
||||
tags: settings_file settings_file_littlefs
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
CONFIG_ZTEST=y
|
||||
CONFIG_ZTEST_NEW_API=y
|
||||
CONFIG_STDOUT_CONSOLE=y
|
||||
CONFIG_FLASH=y
|
||||
CONFIG_FLASH_PAGE_LAYOUT=y
|
||||
CONFIG_FLASH_MAP=y
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
CONFIG_ZTEST=y
|
||||
CONFIG_ZTEST_NEW_API=y
|
||||
CONFIG_STDOUT_CONSOLE=y
|
||||
CONFIG_FLASH=y
|
||||
CONFIG_FLASH_PAGE_LAYOUT=y
|
||||
CONFIG_FLASH_MAP=y
|
||||
|
|
|
@ -2,7 +2,6 @@ CONFIG_ZTEST=y
|
|||
CONFIG_ZTEST_NEW_API=y
|
||||
CONFIG_ZTEST_STACK_SIZE=2048
|
||||
|
||||
CONFIG_STDOUT_CONSOLE=y
|
||||
CONFIG_FLASH=y
|
||||
CONFIG_FLASH_PAGE_LAYOUT=y
|
||||
CONFIG_FLASH_MAP=y
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
CONFIG_ZTEST=y
|
||||
CONFIG_ZTEST_NEW_API=y
|
||||
CONFIG_STDOUT_CONSOLE=y
|
||||
CONFIG_FLASH=y
|
||||
CONFIG_FLASH_PAGE_LAYOUT=y
|
||||
CONFIG_FLASH_MAP=y
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
CONFIG_ZTEST=y
|
||||
CONFIG_ZTEST_NEW_API=y
|
||||
CONFIG_STDOUT_CONSOLE=y
|
||||
CONFIG_FLASH=y
|
||||
CONFIG_FLASH_PAGE_LAYOUT=y
|
||||
CONFIG_FLASH_MAP=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue