Skip to content

Commit 338bd31

Browse files
katgiadlarlubos
authored andcommitted
samples: tests: Unify name of tests/samples
This change unify name convention. Signed-off-by: Katarzyna Giądła <[email protected]>
1 parent e7c2630 commit 338bd31

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

samples/app_jwt/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ common:
1111
- ci_samples_app_jwt
1212

1313
tests:
14-
application.jwt.logging.uart:
14+
sample.app_jwt.logging.uart:
1515
sysbuild: true
1616
platform_allow:
1717
- nrf54h20dk/nrf54h20/cpuapp

tests/drivers/i2c/i2c_latency/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ common:
2020
- nrf52840dk/nrf52840
2121

2222
tests:
23-
tests.drivers.twim_latency: {}
23+
drivers.i2c.twim_latency: {}

tests/drivers/uart/uart_latency/testcase.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ common:
2727
timeout: 60
2828

2929
tests:
30-
tests.drivers.uart_latency.async:
30+
drivers.uart.uart_latency.async:
3131
extra_configs:
3232
- CONFIG_UART_ASYNC_API=y
33-
tests.drivers.uart_latency.int_driven:
33+
drivers.uart.uart_latency.int_driven:
3434
extra_configs:
3535
- CONFIG_UART_INTERRUPT_DRIVEN=y
36-
tests.drivers.uart_latency.poll:
36+
drivers.uart.uart_latency.poll:
3737
extra_configs:
3838
- CONFIG_UART_ASYNC_API=n
3939
- CONFIG_UART_INTERRUPT_DRIVEN=n

0 commit comments

Comments
 (0)