Skip to content

Commit 5776436

Browse files
nashifmmahadevan108
authored andcommitted
tests: shell: limit build only config tests
Limit build_only config tests to one platform. Signed-off-by: Anas Nashif <[email protected]>
1 parent 6798064 commit 5776436

File tree

1 file changed

+33
-5
lines changed

1 file changed

+33
-5
lines changed
Lines changed: 33 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,79 +1,107 @@
11
common:
22
tags: shell
3-
min_ram: 32
4-
integration_platforms:
5-
- native_sim
6-
73
tests:
84
shell.core:
95
min_flash: 64
10-
6+
min_ram: 32
7+
integration_platforms:
8+
- native_sim
9+
# all tests below are just a build test verifying config options, it fails if run
10+
# and can be covered with one platform.
1111
shell.min:
1212
min_flash: 32
1313
extra_args: CONF_FILE=shell_min.conf
14+
platform_allow:
15+
- mps2/an385
1416
build_only: true
1517

1618
shell.min_cmds:
1719
min_flash: 32
1820
extra_args: CONF_FILE=shell_min_cmds.conf
1921
build_only: true
22+
platform_allow:
23+
- mps2/an385
2024

2125
shell.min_cmds_all:
2226
min_flash: 32
2327
extra_args: CONF_FILE=shell_min_cmds_all.conf
2428
build_only: true
29+
platform_allow:
30+
- mps2/an385
2531

2632
shell.min_cmds_resize:
2733
min_flash: 32
2834
extra_args: CONF_FILE=shell_min_cmds_resize.conf
2935
build_only: true
36+
platform_allow:
37+
- mps2/an385
3038

3139
shell.min_cmds_select:
3240
min_flash: 32
3341
extra_args: CONF_FILE=shell_min_cmds_select.conf
3442
build_only: true
43+
platform_allow:
44+
- mps2/an385
3545

3646
shell.min_colors:
3747
min_flash: 32
3848
extra_args: CONF_FILE=shell_min_colors.conf
3949
build_only: true
50+
platform_allow:
51+
- mps2/an385
4052

4153
shell.min_help:
4254
min_flash: 32
4355
extra_args: CONF_FILE=shell_min_help.conf
4456
build_only: true
57+
platform_allow:
58+
- mps2/an385
4559

4660
shell.min_help_all:
4761
min_flash: 32
4862
extra_args: CONF_FILE=shell_min_help_all.conf
4963
build_only: true
64+
platform_allow:
65+
- mps2/an385
5066

5167
shell.min_history:
5268
min_flash: 32
5369
extra_args: CONF_FILE=shell_min_history.conf
5470
build_only: true
71+
platform_allow:
72+
- mps2/an385
5573

5674
shell.min_log_backend:
5775
min_flash: 64
5876
extra_args: CONF_FILE=shell_min_log_backend.conf
5977
build_only: true
78+
platform_allow:
79+
- mps2/an385
6080

6181
shell.min_metakeys:
6282
min_flash: 32
6383
extra_args: CONF_FILE=shell_min_metakeys.conf
6484
build_only: true
85+
platform_allow:
86+
- mps2/an385
6587

6688
shell.min_tab:
6789
min_flash: 32
6890
extra_args: CONF_FILE=shell_min_tab.conf
6991
build_only: true
92+
platform_allow:
93+
- mps2/an385
7094

7195
shell.min_tab_auto:
7296
min_flash: 32
7397
extra_args: CONF_FILE=shell_min_tab_auto.conf
7498
build_only: true
99+
platform_allow:
100+
- mps2/an385
75101

76102
shell.min_wildcards:
77103
min_flash: 32
78104
extra_args: CONF_FILE=shell_min_wildcards.conf
79105
build_only: true
106+
platform_allow:
107+
- mps2/an385

0 commit comments

Comments
 (0)