Skip to content

Commit b11e0d3

Browse files
committed
app: Align samples names
Align samples names. Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no>
1 parent 9522439 commit b11e0d3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

app/sample.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@ common:
55
sysbuild: true
66
build_only: true
77
tests:
8-
app.nfc_door_lock:
8+
app.door_lock.nfc:
99
platform_allow: &platforms_all
1010
- nrf52840dk/nrf52840
1111
- nrf5340dk/nrf5340/cpuapp
1212
- nrf54l15dk/nrf54l15/cpuapp
1313
integration_platforms: *platforms_all
14-
app.door_lock_ble_uwb:
14+
app.door_lock.ble_uwb:
1515
platform_allow: &platforms_uwb
1616
- nrf5340dk/nrf5340/cpuapp
1717
integration_platforms: *platforms_uwb
1818
extra_args:
1919
- app_SNIPPET=uwb_qm35
20-
app.nfc_door_lock.matter:
20+
app.door_lock.nfc.matter:
2121
platform_allow: *platforms_all
2222
integration_platforms: *platforms_all
2323
extra_args:
2424
- SNIPPET=matter
25-
app.door_lock_ble_uwb.matter:
25+
app.door_lock.ble_uwb.matter:
2626
platform_allow: *platforms_uwb
2727
integration_platforms: *platforms_uwb
2828
extra_args:

0 commit comments

Comments
 (0)