Skip to content

Commit c247e7b

Browse files
committed
tests: fix typos and misnamed platforms
Various obsolote and misnamed platfomrs in test filters theat went undetected for a while. Fixes #41222 Signed-off-by: Anas Nashif <[email protected]>
1 parent 3194f75 commit c247e7b

File tree

12 files changed

+21
-19
lines changed

12 files changed

+21
-19
lines changed

samples/boards/arc_secure_services/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tests:
66
sample.board.arc_secure_services:
77
# Requires multiple kernels in an AMP config. See README.rst
88
build_only: true
9-
platform_allow: nsim_sem em_starterkit_em7d_secure
9+
platform_allow: nsim_sem em_starterkit_em7d
1010
tags: secure
1111
harness: console
1212
harness_config:

samples/drivers/counter/maxim_ds3231/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ sample:
55
tests:
66
sample.basic.maxim_ds3231:
77
build_only: true
8-
platform_allow: efr32mg_sltb004a frdm_k64f nrf51_pca10028 nucleo_l476rg particle_xenon
8+
platform_allow: efr32mg_sltb004a frdm_k64f nrf51dk_nrf51422 nucleo_l476rg particle_xenon

samples/subsys/ipc/ipc_service/static_vrings_mi/sample.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ tests:
66
sample.ipc.static_vrings_mi.nrf:
77
platform_allow: nrf5340dk_nrf5340_cpuapp bl5340_dvk_cpuapp
88
integration_platforms:
9-
- nrf5340dk_nrf5340_cpuapp bl5340_dvk_cpuapp
9+
- nrf5340dk_nrf5340_cpuapp
10+
- bl5340_dvk_cpuapp
1011
tags: ipc
1112
build_only: true

samples/subsys/ipc/openamp/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sample:
44
name: OpenAMP example integration
55
tests:
66
sample.ipc.openamp:
7-
platform_allow: lpcxpresso54114_m4 lpcxpresso55s69_cpu0 mps2_an521 v2m_musca v2m_musca_b1
7+
platform_allow: lpcxpresso54114_m4 lpcxpresso55s69_cpu0 mps2_an521 v2m_musca_b1
88
tags: ipm
99
harness: console
1010
harness_config:

samples/subsys/ipc/rpmsg_service/sample.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ tests:
1616
sample.ipc.rpmsg_service.nrf:
1717
platform_allow: nrf5340dk_nrf5340_cpuapp bl5340_dvk_cpuapp
1818
integration_platforms:
19-
- nrf5340dk_nrf5340_cpuapp bl5340_dvk_cpuapp
19+
- nrf5340dk_nrf5340_cpuapp
20+
- bl5340_dvk_cpuapp
2021
tags: ipm
2122
build_only: true

samples/tfm_integration/tfm_secure_partition/sample.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
common:
22
tags: tfm
3-
platform_allow: mps2_an521_nonsecure v2m_musca_s1_nonsecure
4-
nrf5340dk_nrf5340_cpuappns nrf9160dk_nrf9160ns
3+
platform_allow: mps2_an521_ns v2m_musca_s1_ns
4+
nrf5340dk_nrf5340_cpuapp_ns nrf9160dk_nrf9160_ns
55
harness: console
66
harness_config:
77
type: multi_line

tests/drivers/build_all/ieee802154/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tests:
66
platform_allow: native_posix
77
extra_args: OVERLAY_CONFIG=external.conf
88
ieee802154.build.cc12xx_cc2520:
9-
platform_allow: cc1352_sensortag
9+
platform_allow: cc1352r_sensortag
1010
extra_configs:
1111
- CONFIG_IEEE802154_CC13XX_CC26XX=y
1212
- CONFIG_IEEE802154_CC13XX_CC26XX_SUB_GHZ=y

tests/drivers/flash/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ tests:
1919
drivers.flash.stm32:
2020
integration_platforms:
2121
- nucleo_f091rc
22-
- nucleo_f103rc
22+
- nucleo_f103rb
2323
- nucleo_f207zg
2424
- stm32f3_disco
2525
- nucleo_f429zi

tests/kernel/workq/critical/testcase.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ common:
33

44
tests:
55
kernel.workqueue:
6-
platform_exclude: nsim_sem_mpu_stack_guard nsim_em_mpu_stack_guard
6+
platform_exclude: nsim_sem_mpu_stack_guard
77
filter: not CONFIG_WDT_SAM
88
kernel.workqueue.sam:
99
filter: CONFIG_WDT_SAM
1010
extra_configs:
1111
- CONFIG_WDT_DISABLE_AT_BOOT=y
1212
kernel.workqueue.nsim:
13-
platform_allow: nsim_sem_mpu_stack_guard nsim_em_mpu_stack_guard
13+
platform_allow: nsim_sem_mpu_stack_guard
1414
extra_configs:
1515
- CONFIG_TEST_HW_STACK_PROTECTION=n
1616
kernel.workqueue.linker_generator:

tests/posix/common/testcase.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ common:
66

77
tests:
88
portability.posix.common:
9-
platform_exclude: nsim_sem_mpu_stack_guard nsim_em_mpu_stack_guard ehl_crb
9+
platform_exclude: nsim_sem_mpu_stack_guard ehl_crb
1010
extra_configs:
1111
- CONFIG_NEWLIB_LIBC=n
1212
portability.posix.common.newlib:
13-
platform_exclude: nsim_sem_mpu_stack_guard nsim_em_mpu_stack_guard ehl_crb
13+
platform_exclude: nsim_sem_mpu_stack_guard ehl_crb
1414
filter: TOOLCHAIN_HAS_NEWLIB == 1
1515
extra_configs:
1616
- CONFIG_NEWLIB_LIBC=y
@@ -19,26 +19,26 @@ tests:
1919
extra_configs:
2020
- CONFIG_ARCMWDT_LIBC=y
2121
portability.posix.common.tls:
22-
platform_exclude: nsim_sem_mpu_stack_guard nsim_em_mpu_stack_guard ehl_crb
22+
platform_exclude: nsim_sem_mpu_stack_guard ehl_crb
2323
filter: CONFIG_ARCH_HAS_THREAD_LOCAL_STORAGE and CONFIG_TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE
2424
extra_configs:
2525
- CONFIG_NEWLIB_LIBC=n
2626
- CONFIG_THREAD_LOCAL_STORAGE=y
2727
- CONFIG_MAIN_STACK_SIZE=1152
2828
portability.posix.common.tls.newlib:
29-
platform_exclude: nsim_sem_mpu_stack_guard nsim_em_mpu_stack_guard ehl_crb
29+
platform_exclude: nsim_sem_mpu_stack_guard ehl_crb
3030
filter: TOOLCHAIN_HAS_NEWLIB == 1 and CONFIG_ARCH_HAS_THREAD_LOCAL_STORAGE and CONFIG_TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE
3131
extra_configs:
3232
- CONFIG_NEWLIB_LIBC=y
3333
- CONFIG_THREAD_LOCAL_STORAGE=y
3434
- CONFIG_MAIN_STACK_SIZE=1152
3535
portability.posix.common.nsim:
36-
platform_allow: nsim_sem_mpu_stack_guard nsim_em_mpu_stack_guard
36+
platform_allow: nsim_sem_mpu_stack_guard
3737
extra_configs:
3838
- CONFIG_NEWLIB_LIBC=n
3939
- CONFIG_TEST_HW_STACK_PROTECTION=n
4040
portability.posix.common.newlib.nsim:
41-
platform_allow: nsim_sem_mpu_stack_guard nsim_em_mpu_stack_guard
41+
platform_allow: nsim_sem_mpu_stack_guard
4242
filter: TOOLCHAIN_HAS_NEWLIB == 1
4343
extra_configs:
4444
- CONFIG_NEWLIB_LIBC=y

0 commit comments

Comments
 (0)