Skip to content

Commit 27c67f2

Browse files
committed
tests: coredump: unify identifiers of tests
coredump is part of debug subsystem, unify identifiers to have everything in one bucket. Signed-off-by: Anas Nashif <[email protected]>
1 parent bc72b13 commit 27c67f2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

tests/drivers/coredump/coredump_api/testcase.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ common:
77
ignore_faults: true
88
ignore_qemu_crash: true
99
tests:
10-
drivers.coredump.api.qemu_riscv32:
10+
debug.coredump.drivers.api.qemu_riscv32:
1111
filter: CONFIG_ARCH_SUPPORTS_COREDUMP
1212
platform_allow: qemu_riscv32
1313
harness: console
@@ -30,7 +30,7 @@ tests:
3030
- "E: #CD:4([dD])([0-9a-fA-F]+)"
3131
- "E: #CD:babababa"
3232
- "E: #CD:END#"
33-
drivers.coredump.api:
33+
debug.coredump.drivers.api:
3434
filter: CONFIG_ARCH_SUPPORTS_COREDUMP
3535
platform_exclude: qemu_riscv32
3636
harness: console

tests/subsys/debug/coredump/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tests:
2-
coredump.logging_backend:
2+
debug.coredump.logging_backend:
33
tags: coredump
44
ignore_faults: true
55
ignore_qemu_crash: true

tests/subsys/debug/coredump_backends/testcase.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ common:
55
integration_platforms:
66
- qemu_x86
77
tests:
8-
coredump.backends.logging:
8+
debug.coredump.backends.logging:
99
filter: CONFIG_ARCH_SUPPORTS_COREDUMP
1010
platform_exclude: acrn_ehl_crb
1111
harness: console
@@ -15,7 +15,7 @@ tests:
1515
- "E: #CD:BEGIN#"
1616
- "E: #CD:5([aA])45([0-9a-fA-F]+)"
1717
- "E: #CD:END#"
18-
coredump.backends.flash:
18+
debug.coredump.backends.flash:
1919
filter: CONFIG_ARCH_SUPPORTS_COREDUMP
2020
extra_args: CONF_FILE=prj_flash_partition.conf
2121
platform_allow:
@@ -25,7 +25,7 @@ tests:
2525
- esp32s2_saola
2626
- esp32s3_devkitm
2727
- esp32c3_devkitm
28-
coredump.backends.other:
28+
debug.coredump.backends.other:
2929
filter: CONFIG_ARCH_SUPPORTS_COREDUMP
3030
extra_args: CONF_FILE=prj_backend_other.conf
3131
platform_exclude: acrn_ehl_crb

0 commit comments

Comments
 (0)