Skip to content

Commit 5533f22

Browse files
committed
tests: Expand names
Expands names to include identifiers Signed-off-by: Jamie McCrae <[email protected]>
1 parent 4f2ec47 commit 5533f22

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

tests/drivers/charger/sbs_charger/testcase.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ tests:
1212
DTC_OVERLAY_FILE="boards/emulated_board.overlay"
1313
platform_exclude:
1414
- qemu_cortex_a53
15-
- qemu_cortex_a53//smp
15+
- qemu_cortex_a53/qemu_cortex_a53/smp
1616
- qemu_kvm_arm64
1717
- xenvm
18-
- xenvm//gicv3
18+
- xenvm/xenvm/gicv3
1919
- hifive_unmatched
2020
- rcar_h3ulcb/r8a77951/a57
2121
- rcar_salvator_xs
@@ -29,10 +29,10 @@ tests:
2929
(CONFIG_QEMU_TARGET or CONFIG_ARCH_POSIX)
3030
platform_allow:
3131
- qemu_cortex_a53
32-
- qemu_cortex_a53//smp
32+
- qemu_cortex_a53/qemu_cortex_a53/smp
3333
- qemu_kvm_arm64
3434
- xenvm
35-
- xenvm//gicv3
35+
- xenvm/xenvm/gicv3
3636
extra_args:
3737
CONF_FILE="prj.conf;boards/qemu_cortex_a53.conf"
3838
DTC_OVERLAY_FILE="boards/qemu_cortex_a53.overlay"

tests/drivers/fuel_gauge/sbs_gauge/testcase.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ tests:
1212
platform_exclude:
1313
- hifive_unmatched
1414
- qemu_cortex_a53
15-
- qemu_cortex_a53//smp
15+
- qemu_cortex_a53/qemu_cortex_a53/smp
1616
- qemu_kvm_arm64
1717
- xenvm
18-
- xenvm//gicv3
18+
- xenvm/xenvm/gicv3
1919
- rcar_h3ulcb/r8a77951/a57
2020
- rcar_salvator_xs
2121
integration_platforms:
@@ -30,10 +30,10 @@ tests:
3030
platform_allow:
3131
- hifive_unmatched
3232
- qemu_cortex_a53
33-
- qemu_cortex_a53//smp
33+
- qemu_cortex_a53/qemu_cortex_a53/smp
3434
- qemu_kvm_arm64
3535
- xenvm
36-
- xenvm//gicv3
36+
- xenvm/xenvm/gicv3
3737
integration_platforms:
3838
- qemu_cortex_a53
3939
extra_args:

tests/kernel/threads/dynamic_thread_stack/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ common:
66
- qemu_x86/atom/nommu
77
- qemu_x86_64
88
- qemu_cortex_a53
9-
- qemu_cortex_a53//smp
9+
- qemu_cortex_a53/qemu_cortex_a53/smp
1010
- qemu_cortex_m3
1111
- qemu_riscv32
1212
- qemu_riscv32e

0 commit comments

Comments
 (0)