Skip to content

Commit

Permalink
tests: drivers: gpio: Rename egpio_basic_api tests
Browse files Browse the repository at this point in the history
Unify test names - backend name shall be after the dot character.

Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
  • Loading branch information
nordic-segl authored and rlubos committed Nov 26, 2024
1 parent 0f67c08 commit 774fb09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/drivers/gpio/egpio_basic_api/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ common:
fixture: gpio_loopback

tests:
drivers.egpio.loopback_icmsg:
drivers.egpio.loopback.icmsg:
min_flash: 64
platform_allow:
- nrf54l15dk/nrf54l15/cpuapp
Expand All @@ -18,7 +18,7 @@ tests:
sysbuild: true
extra_args: SB_CONFIG_SDP_GPIO_BACKEND_ICMSG=y

drivers.egpio.loopback_icbmsg:
drivers.egpio.loopback.icbmsg:
min_flash: 64
platform_allow:
- nrf54l15dk/nrf54l15/cpuapp
Expand All @@ -27,7 +27,7 @@ tests:
sysbuild: true
extra_args: SB_CONFIG_SDP_GPIO_BACKEND_ICBMSG=y

drivers.egpio.loopback_mbox:
drivers.egpio.loopback.mbox:
min_flash: 64
platform_allow:
- nrf54l15dk/nrf54l15/cpuapp
Expand Down

0 comments on commit 774fb09

Please sign in to comment.