Skip to content

Commit 681e3a1

Browse files
katgiadlanashif
authored andcommitted
tests: Change duplicated names of the test cases
Some names of the test cases are duplicated within the project. This commit contains the proposed names of the test scenarios. Signed-off-by: Katarzyna Giadla <[email protected]>
1 parent ce55b72 commit 681e3a1

File tree

40 files changed

+76
-76
lines changed

40 files changed

+76
-76
lines changed

samples/bluetooth/direction_finding_central/sample.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ sample:
22
name: Direction Finding Central
33
description: Sample application showing central role of Direction Finding in connected mode
44
tests:
5-
sample.bluetooth.direction_finding_connectionless_rx:
5+
sample.bluetooth.direction_finding.central:
66
harness: bluetooth
77
platform_allow: nrf52833dk_nrf52833 nrf52833dk_nrf52820 nrf5340dk_nrf5340_cpuapp
88
tags: bluetooth
99
integration_platforms:
1010
- nrf52833dk_nrf52833
1111
- nrf52833dk_nrf52820
1212
- nrf5340dk_nrf5340_cpuapp
13-
sample.bluetooth.direction_finding_connectionless_rx.aod:
13+
sample.bluetooth.direction_finding.central.aod:
1414
harness: bluetooth
1515
extra_args: OVERLAY_CONFIG="overlay-aod.conf"
1616
platform_allow: nrf52833dk_nrf52833 nrf52833dk_nrf52820 nrf5340dk_nrf5340_cpuapp

samples/bluetooth/direction_finding_peripheral/sample.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ sample:
22
name: Direction Finding Peripheral
33
description: Sample application showing peripheral role of Direction Finding in connected mode
44
tests:
5-
sample.bluetooth.direction_finding_connectionless_rx:
5+
sample.bluetooth.direction_finding.peripheral:
66
harness: bluetooth
77
platform_allow: nrf52833dk_nrf52833 nrf52833dk_nrf52820 nrf5340dk_nrf5340_cpuapp
88
tags: bluetooth
99
integration_platforms:
1010
- nrf52833dk_nrf52833
1111
- nrf52833dk_nrf52820
1212
- nrf5340dk_nrf5340_cpuapp
13-
sample.bluetooth.direction_finding_connectionless_rx.aod:
13+
sample.bluetooth.direction_finding.peripheral.aod:
1414
harness: bluetooth
1515
extra_args: OVERLAY_CONFIG="overlay-aoa.conf"
1616
platform_allow: nrf52833dk_nrf52833 nrf52833dk_nrf52820 nrf5340dk_nrf5340_cpuapp

samples/boards/esp32/spiram_test/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ sample:
22
description: Application to test memory allocation from SPIRAM
33
name: spiram_test
44
tests:
5-
sample.board.esp32:
5+
sample.board.esp32.spiram:
66
platform_allow: esp32
77
tags: esp32
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sample:
22
name: Espressif ESP32 WiFi Station
33
tests:
4-
sample.board.esp32:
4+
sample.board.esp32.wifi_station:
55
platform_allow: esp32 esp32s2_saola
66
tags: esp32

samples/net/sockets/echo_client/sample.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,22 @@ tests:
1414
sample.net.sockets.echo_client.802154:
1515
extra_args: OVERLAY_CONFIG="overlay-qemu_802154.conf"
1616
platform_allow: qemu_x86
17-
sample.net.sockets.echo_server.802154.rf2xx:
17+
sample.net.sockets.echo_client.802154.rf2xx:
1818
extra_args: OVERLAY_CONFIG="overlay-802154.conf"
1919
platform_allow: atsamr21_xpro
20-
sample.net.sockets.echo_server.802154.rf2xx.xplained:
20+
sample.net.sockets.echo_client.802154.rf2xx.xplained:
2121
extra_args: SHIELD=atmel_rf2xx_xplained OVERLAY_CONFIG="overlay-802154.conf"
2222
platform_allow: sam4s_xplained
23-
sample.net.sockets.echo_server.802154.rf2xx.xpro:
23+
sample.net.sockets.echo_client.802154.rf2xx.xpro:
2424
extra_args: SHIELD=atmel_rf2xx_xpro OVERLAY_CONFIG="overlay-802154.conf"
2525
platform_allow: sam4e_xpro sam_v71_xult
26-
sample.net.sockets.echo_server.802154.rf2xx.legacy:
26+
sample.net.sockets.echo_client.802154.rf2xx.legacy:
2727
extra_args: SHIELD=atmel_rf2xx_legacy OVERLAY_CONFIG="overlay-802154.conf"
2828
platform_allow: sam4e_xpro sam_v71_xult
29-
sample.net.sockets.echo_server.802154.rf2xx.arduino:
29+
sample.net.sockets.echo_client.802154.rf2xx.arduino:
3030
extra_args: SHIELD=atmel_rf2xx_arduino OVERLAY_CONFIG="overlay-802154.conf"
3131
platform_allow: sam_v71_xult frdm_k64f nucleo_f767zi
32-
sample.net.sockets.echo_server.802154.rf2xx.mikrobus:
32+
sample.net.sockets.echo_client.802154.rf2xx.mikrobus:
3333
extra_args: SHIELD=atmel_rf2xx_mikrobus OVERLAY_CONFIG="overlay-802154.conf"
3434
platform_allow: lpcxpresso55s69_ns
3535
sample.net.sockets.echo_client.bt:

samples/subsys/display/lvgl/sample.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ sample:
22
description: LVGL sample application
33
name: lvgl
44
tests:
5-
sample.gui.lvgl:
5+
sample.display.lvgl.gui:
66
harness: display
77
platform_allow: reel_board mimxrt1050_evk mimxrt1060_evk mimxrt1064_evk
88
tags: samples display gui
9-
sample.display.adafruit_2_8_tft_touch_v2:
9+
sample.display.lvgl.adafruit_2_8_tft_touch_v2:
1010
depends_on: arduino_gpio arduino_i2c arduino_spi
1111
# Default settings end up allocating an ~150KB sized buffer in lvgl.
1212
# This adds a bit of buffer to that for other data.
@@ -17,27 +17,27 @@ tests:
1717
harness: console
1818
harness_config:
1919
fixture: fixture_shield_adafruit_2_8_tft_touch_v2
20-
sample.display.waveshare_epaper_gdeh0213b1:
20+
sample.display.lvgl.waveshare_epaper_gdeh0213b1:
2121
platform_allow: nrf52840dk_nrf52840
2222
extra_args: SHIELD=waveshare_epaper_gdeh0213b1
2323
tags: shield
24-
sample.display.waveshare_epaper_gdeh0213b72:
24+
sample.display.lvgl.waveshare_epaper_gdeh0213b72:
2525
platform_allow: nrf52840dk_nrf52840
2626
extra_args: SHIELD=waveshare_epaper_gdeh0213b72
2727
tags: shield
28-
sample.display.waveshare_epaper_gdeh029a1:
28+
sample.display.lvgl.waveshare_epaper_gdeh029a1:
2929
platform_allow: nrf52840dk_nrf52840
3030
extra_args: SHIELD=waveshare_epaper_gdeh029a1
3131
tags: shield
3232
sample.display.lvgl.sdl:
3333
build_only: true
3434
platform_allow: native_posix_64
3535
tags: samples display gui
36-
sample.display.buydisplay_2_8_tft_touch_arduino:
36+
sample.display.lvgl.buydisplay_2_8_tft_touch_arduino:
3737
platform_allow: nrf52840dk_nrf52840
3838
extra_args: SHIELD=buydisplay_2_8_tft_touch_arduino
3939
tags: shield
40-
sample.display.dummy:
40+
sample.display.lvgl.dummy:
4141
build_only: true
4242
platform_allow: native_posix native_posix_64
4343
extra_args: DTC_OVERLAY_FILE="dummy_dc.overlay"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tests:
2-
arch.interrupt.x86:
2+
arch.x86.interrupt:
33
arch_allow: x86
44
filter: not CONFIG_X86_64
55
tags: ignore_faults interrupt idt
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
tests:
2-
benchmark.data_structures:
2+
benchmark.data_structure_perf.dlist:
33
tags: benchmark dlist
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
tests:
2-
benchmark.data_structures:
2+
benchmark.data_structure_perf.rbtree:
33
tags: benchmark rbtree

tests/bluetooth/df/connectionless_cte_chains/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tests:
2-
bluetooth.df.conectionless_cte_tx:
2+
bluetooth.df.connectionless_cte_chains:
33
platform_allow: nrf52_bsim
44
integration_platforms:
55
- nrf52_bsim

0 commit comments

Comments
 (0)