tests: shell: limit build only config tests
Limit build_only config tests to one platform. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
67980643d7
commit
5776436136
1 changed files with 33 additions and 5 deletions
|
@ -1,79 +1,107 @@
|
||||||
common:
|
common:
|
||||||
tags: shell
|
tags: shell
|
||||||
min_ram: 32
|
|
||||||
integration_platforms:
|
|
||||||
- native_sim
|
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
shell.core:
|
shell.core:
|
||||||
min_flash: 64
|
min_flash: 64
|
||||||
|
min_ram: 32
|
||||||
|
integration_platforms:
|
||||||
|
- native_sim
|
||||||
|
# all tests below are just a build test verifying config options, it fails if run
|
||||||
|
# and can be covered with one platform.
|
||||||
shell.min:
|
shell.min:
|
||||||
min_flash: 32
|
min_flash: 32
|
||||||
extra_args: CONF_FILE=shell_min.conf
|
extra_args: CONF_FILE=shell_min.conf
|
||||||
|
platform_allow:
|
||||||
|
- mps2/an385
|
||||||
build_only: true
|
build_only: true
|
||||||
|
|
||||||
shell.min_cmds:
|
shell.min_cmds:
|
||||||
min_flash: 32
|
min_flash: 32
|
||||||
extra_args: CONF_FILE=shell_min_cmds.conf
|
extra_args: CONF_FILE=shell_min_cmds.conf
|
||||||
build_only: true
|
build_only: true
|
||||||
|
platform_allow:
|
||||||
|
- mps2/an385
|
||||||
|
|
||||||
shell.min_cmds_all:
|
shell.min_cmds_all:
|
||||||
min_flash: 32
|
min_flash: 32
|
||||||
extra_args: CONF_FILE=shell_min_cmds_all.conf
|
extra_args: CONF_FILE=shell_min_cmds_all.conf
|
||||||
build_only: true
|
build_only: true
|
||||||
|
platform_allow:
|
||||||
|
- mps2/an385
|
||||||
|
|
||||||
shell.min_cmds_resize:
|
shell.min_cmds_resize:
|
||||||
min_flash: 32
|
min_flash: 32
|
||||||
extra_args: CONF_FILE=shell_min_cmds_resize.conf
|
extra_args: CONF_FILE=shell_min_cmds_resize.conf
|
||||||
build_only: true
|
build_only: true
|
||||||
|
platform_allow:
|
||||||
|
- mps2/an385
|
||||||
|
|
||||||
shell.min_cmds_select:
|
shell.min_cmds_select:
|
||||||
min_flash: 32
|
min_flash: 32
|
||||||
extra_args: CONF_FILE=shell_min_cmds_select.conf
|
extra_args: CONF_FILE=shell_min_cmds_select.conf
|
||||||
build_only: true
|
build_only: true
|
||||||
|
platform_allow:
|
||||||
|
- mps2/an385
|
||||||
|
|
||||||
shell.min_colors:
|
shell.min_colors:
|
||||||
min_flash: 32
|
min_flash: 32
|
||||||
extra_args: CONF_FILE=shell_min_colors.conf
|
extra_args: CONF_FILE=shell_min_colors.conf
|
||||||
build_only: true
|
build_only: true
|
||||||
|
platform_allow:
|
||||||
|
- mps2/an385
|
||||||
|
|
||||||
shell.min_help:
|
shell.min_help:
|
||||||
min_flash: 32
|
min_flash: 32
|
||||||
extra_args: CONF_FILE=shell_min_help.conf
|
extra_args: CONF_FILE=shell_min_help.conf
|
||||||
build_only: true
|
build_only: true
|
||||||
|
platform_allow:
|
||||||
|
- mps2/an385
|
||||||
|
|
||||||
shell.min_help_all:
|
shell.min_help_all:
|
||||||
min_flash: 32
|
min_flash: 32
|
||||||
extra_args: CONF_FILE=shell_min_help_all.conf
|
extra_args: CONF_FILE=shell_min_help_all.conf
|
||||||
build_only: true
|
build_only: true
|
||||||
|
platform_allow:
|
||||||
|
- mps2/an385
|
||||||
|
|
||||||
shell.min_history:
|
shell.min_history:
|
||||||
min_flash: 32
|
min_flash: 32
|
||||||
extra_args: CONF_FILE=shell_min_history.conf
|
extra_args: CONF_FILE=shell_min_history.conf
|
||||||
build_only: true
|
build_only: true
|
||||||
|
platform_allow:
|
||||||
|
- mps2/an385
|
||||||
|
|
||||||
shell.min_log_backend:
|
shell.min_log_backend:
|
||||||
min_flash: 64
|
min_flash: 64
|
||||||
extra_args: CONF_FILE=shell_min_log_backend.conf
|
extra_args: CONF_FILE=shell_min_log_backend.conf
|
||||||
build_only: true
|
build_only: true
|
||||||
|
platform_allow:
|
||||||
|
- mps2/an385
|
||||||
|
|
||||||
shell.min_metakeys:
|
shell.min_metakeys:
|
||||||
min_flash: 32
|
min_flash: 32
|
||||||
extra_args: CONF_FILE=shell_min_metakeys.conf
|
extra_args: CONF_FILE=shell_min_metakeys.conf
|
||||||
build_only: true
|
build_only: true
|
||||||
|
platform_allow:
|
||||||
|
- mps2/an385
|
||||||
|
|
||||||
shell.min_tab:
|
shell.min_tab:
|
||||||
min_flash: 32
|
min_flash: 32
|
||||||
extra_args: CONF_FILE=shell_min_tab.conf
|
extra_args: CONF_FILE=shell_min_tab.conf
|
||||||
build_only: true
|
build_only: true
|
||||||
|
platform_allow:
|
||||||
|
- mps2/an385
|
||||||
|
|
||||||
shell.min_tab_auto:
|
shell.min_tab_auto:
|
||||||
min_flash: 32
|
min_flash: 32
|
||||||
extra_args: CONF_FILE=shell_min_tab_auto.conf
|
extra_args: CONF_FILE=shell_min_tab_auto.conf
|
||||||
build_only: true
|
build_only: true
|
||||||
|
platform_allow:
|
||||||
|
- mps2/an385
|
||||||
|
|
||||||
shell.min_wildcards:
|
shell.min_wildcards:
|
||||||
min_flash: 32
|
min_flash: 32
|
||||||
extra_args: CONF_FILE=shell_min_wildcards.conf
|
extra_args: CONF_FILE=shell_min_wildcards.conf
|
||||||
build_only: true
|
build_only: true
|
||||||
|
platform_allow:
|
||||||
|
- mps2/an385
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue