Skip to content

Commit 79e2f22

Browse files
committed
tests: misc: fix identifiers
Do no use misc as component for test identifier. Signed-off-by: Anas Nashif <[email protected]>
1 parent 63adf9e commit 79e2f22

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/misc/check_init_priorities/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: Apache-2.0
22

33
tests:
4-
misc.check_init_priorities:
4+
init.check_init_priorities:
55
build_only: true
66
platform_allow: native_posix native_posix_64
77
integration_platforms:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tests:
2-
misc.iterable_sections:
2+
linker.iterable_sections:
33
tags: iterable_sections
44
arch_exclude: xtensa
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tests:
2-
misc.kconfigoptions:
2+
kconfig.kconfigoptions:
33
tags: kconfigoptions
44
platform_allow: native_posix

0 commit comments

Comments
 (0)