Skip to content

Commit ee73cad

Browse files
committed
tests: remove tests. prefix from identifier
We know this is a test already. Signed-off-by: Anas Nashif <[email protected]>
1 parent 623fb0e commit ee73cad

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/application_development/code_relocation/testcase.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
common:
22
tags: linker
33
tests:
4-
tests.application_development.code_relocation:
4+
application_development.code_relocation:
55
filter: not CONFIG_CPU_HAS_NXP_MPU and CONFIG_MINIMAL_LIBC and dt_chosen_enabled("zephyr,itcm")
66
arch_allow: arm
77
extra_configs:
88
- CONFIG_RELOCATE_TO_ITCM=y
99
platform_allow:
1010
- mimxrt1060_evk
11-
tests.application_development.code_relocation_kinetis:
11+
application_development.code_relocation_kinetis:
1212
filter: CONFIG_CPU_HAS_NXP_MPU and CONFIG_MINIMAL_LIBC
1313
arch_allow: arm
1414
extra_configs:
1515
- CONFIG_MPU_ALLOW_FLASH_WRITE=y
1616
platform_allow:
1717
- frdm_k64f
18-
tests.application_development.code_relocation.nxp_s32:
18+
application_development.code_relocation.nxp_s32:
1919
filter: not CONFIG_CPU_HAS_NXP_MPU and CONFIG_MINIMAL_LIBC and dt_chosen_enabled("zephyr,itcm")
2020
arch_allow: arm
2121
extra_configs:
2222
- CONFIG_RELOCATE_TO_ITCM=y
2323
- CONFIG_NULL_POINTER_EXCEPTION_DETECTION_NONE=y
2424
platform_allow:
2525
- mr_canhubk3
26-
tests.application_development.code_relocation.no_itcm:
26+
application_development.code_relocation.no_itcm:
2727
filter: not CONFIG_CPU_HAS_NXP_MPU and not dt_chosen_enabled("zephyr,itcm")
2828
arch_allow: arm
2929
extra_sections:
@@ -38,11 +38,11 @@ tests:
3838
- sam_e70_xplained
3939
integration_platforms:
4040
- qemu_cortex_m3
41-
tests.application_development.code_relocation.riscv:
41+
application_development.code_relocation.riscv:
4242
extra_args: CONF_FILE="prj_riscv.conf"
4343
platform_allow:
4444
- qemu_riscv32
4545
- qemu_riscv64
46-
tests.application_development.code_relocation.xtensa:
46+
application_development.code_relocation.xtensa:
4747
extra_args: CONF_FILE="prj_xtensa.conf"
4848
platform_allow: qemu_xtensa

0 commit comments

Comments
 (0)