Skip to content

Commit

Permalink
tests: drivers: lpuart: specify needed fixture
Browse files Browse the repository at this point in the history
Make common tag.

Signed-off-by: Piotr Kosycarz <piotr.kosycarz@nordicsemi.no>
  • Loading branch information
nordic-piks authored and nordicjm committed Nov 8, 2024
1 parent 9efc4b3 commit 1984144
Showing 1 changed file with 21 additions and 9 deletions.
30 changes: 21 additions & 9 deletions tests/drivers/lpuart/testcase.yaml
Original file line number Diff line number Diff line change
@@ -1,68 +1,82 @@
common:
tags: lpuart sysbuild ci_tests_drivers_lpuart

tests:
lpuart.loopback_busy_sim:
sysbuild: true
platform_allow: nrf9160dk/nrf9160
integration_platforms:
- nrf9160dk/nrf9160
tags: lpuart sysbuild ci_tests_drivers_lpuart
extra_args: DTC_OVERLAY_FILE="boards/nrf9160dk_nrf9160_loopback.overlay"
extra_configs:
- CONFIG_TEST_LPUART_LOOPBACK=y
- CONFIG_TEST_BUSY_SIM=y
harness: ztest
harness_config:
fixture: gpio_loopback
lpuart.loopback.nrf54l:
sysbuild: true
platform_allow: nrf54l15dk/nrf54l15/cpuapp
integration_platforms:
- nrf54l15dk/nrf54l15/cpuapp
tags: lpuart sysbuild ci_tests_drivers_lpuart
extra_configs:
- CONFIG_TEST_LPUART_LOOPBACK=y
harness: ztest
harness_config:
fixture: gpio_loopback
lpuart.loopback.nrf54l.busy_sim:
sysbuild: true
platform_allow: nrf54l15dk/nrf54l15/cpuapp
integration_platforms:
- nrf54l15dk/nrf54l15/cpuapp
tags: lpuart sysbuild ci_tests_drivers_lpuart
extra_configs:
- CONFIG_TEST_LPUART_LOOPBACK=y
- CONFIG_TEST_BUSY_SIM=y
harness: ztest
harness_config:
fixture: gpio_loopback
lpuart.loopback_busy_sim_no_hfxo:
sysbuild: true
platform_allow: nrf9160dk/nrf9160
integration_platforms:
- nrf9160dk/nrf9160
tags: lpuart sysbuild ci_tests_drivers_lpuart
extra_args: DTC_OVERLAY_FILE="boards/nrf9160dk_nrf9160_loopback.overlay"
extra_configs:
- CONFIG_NRF_SW_LPUART_HFXO_ON_RX=n
- CONFIG_TEST_LPUART_LOOPBACK=y
- CONFIG_TEST_BUSY_SIM=y
harness: ztest
harness_config:
fixture: gpio_loopback
lpuart.loopback:
sysbuild: true
platform_allow: nrf9160dk/nrf9160
integration_platforms:
- nrf9160dk/nrf9160
tags: lpuart sysbuild ci_tests_drivers_lpuart
extra_configs:
- CONFIG_TEST_LPUART_LOOPBACK=y
extra_args: DTC_OVERLAY_FILE="boards/nrf9160dk_nrf9160_loopback.overlay"
harness: ztest
harness_config:
fixture: gpio_loopback
lpuart.loopback_no_hfxo:
sysbuild: true
platform_allow: nrf9160dk/nrf9160
integration_platforms:
- nrf9160dk/nrf9160
tags: lpuart sysbuild ci_tests_drivers_lpuart
extra_args: DTC_OVERLAY_FILE="boards/nrf9160dk_nrf9160_loopback.overlay"
extra_configs:
- CONFIG_NRF_SW_LPUART_HFXO_ON_RX=n
- CONFIG_TEST_LPUART_LOOPBACK=y
harness: ztest
harness_config:
fixture: gpio_loopback
lpuart.two_chip_test:
sysbuild: true
platform_allow: nrf9160dk/nrf9160 nrf9160dk/nrf52840
integration_platforms:
- nrf9160dk/nrf9160
- nrf9160dk/nrf52840
tags: lpuart sysbuild ci_tests_drivers_lpuart
build_only: true
extra_configs:
- CONFIG_TEST_LPUART_TIMEOUT=10
Expand All @@ -72,7 +86,6 @@ tests:
integration_platforms:
- nrf9160dk/nrf9160
- nrf9160dk/nrf52840
tags: lpuart sysbuild ci_tests_drivers_lpuart
build_only: true
extra_configs:
- CONFIG_TEST_LPUART_TIMEOUT=10
Expand All @@ -83,7 +96,6 @@ tests:
integration_platforms:
- nrf9160dk/nrf9160
- nrf9160dk/nrf52840
tags: lpuart sysbuild ci_tests_drivers_lpuart
build_only: true
extra_args: OVERLAY_CONFIG=dbg.conf
extra_configs:
Expand Down

0 comments on commit 1984144

Please sign in to comment.