Skip to content

Commit 1984144

Browse files
nordic-piksnordicjm
authored andcommitted
tests: drivers: lpuart: specify needed fixture
Make common tag. Signed-off-by: Piotr Kosycarz <[email protected]>
1 parent 9efc4b3 commit 1984144

File tree

1 file changed

+21
-9
lines changed

1 file changed

+21
-9
lines changed

tests/drivers/lpuart/testcase.yaml

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,82 @@
1+
common:
2+
tags: lpuart sysbuild ci_tests_drivers_lpuart
3+
14
tests:
25
lpuart.loopback_busy_sim:
36
sysbuild: true
47
platform_allow: nrf9160dk/nrf9160
58
integration_platforms:
69
- nrf9160dk/nrf9160
7-
tags: lpuart sysbuild ci_tests_drivers_lpuart
810
extra_args: DTC_OVERLAY_FILE="boards/nrf9160dk_nrf9160_loopback.overlay"
911
extra_configs:
1012
- CONFIG_TEST_LPUART_LOOPBACK=y
1113
- CONFIG_TEST_BUSY_SIM=y
14+
harness: ztest
15+
harness_config:
16+
fixture: gpio_loopback
1217
lpuart.loopback.nrf54l:
1318
sysbuild: true
1419
platform_allow: nrf54l15dk/nrf54l15/cpuapp
1520
integration_platforms:
1621
- nrf54l15dk/nrf54l15/cpuapp
17-
tags: lpuart sysbuild ci_tests_drivers_lpuart
1822
extra_configs:
1923
- CONFIG_TEST_LPUART_LOOPBACK=y
24+
harness: ztest
25+
harness_config:
26+
fixture: gpio_loopback
2027
lpuart.loopback.nrf54l.busy_sim:
2128
sysbuild: true
2229
platform_allow: nrf54l15dk/nrf54l15/cpuapp
2330
integration_platforms:
2431
- nrf54l15dk/nrf54l15/cpuapp
25-
tags: lpuart sysbuild ci_tests_drivers_lpuart
2632
extra_configs:
2733
- CONFIG_TEST_LPUART_LOOPBACK=y
2834
- CONFIG_TEST_BUSY_SIM=y
35+
harness: ztest
36+
harness_config:
37+
fixture: gpio_loopback
2938
lpuart.loopback_busy_sim_no_hfxo:
3039
sysbuild: true
3140
platform_allow: nrf9160dk/nrf9160
3241
integration_platforms:
3342
- nrf9160dk/nrf9160
34-
tags: lpuart sysbuild ci_tests_drivers_lpuart
3543
extra_args: DTC_OVERLAY_FILE="boards/nrf9160dk_nrf9160_loopback.overlay"
3644
extra_configs:
3745
- CONFIG_NRF_SW_LPUART_HFXO_ON_RX=n
3846
- CONFIG_TEST_LPUART_LOOPBACK=y
3947
- CONFIG_TEST_BUSY_SIM=y
48+
harness: ztest
49+
harness_config:
50+
fixture: gpio_loopback
4051
lpuart.loopback:
4152
sysbuild: true
4253
platform_allow: nrf9160dk/nrf9160
4354
integration_platforms:
4455
- nrf9160dk/nrf9160
45-
tags: lpuart sysbuild ci_tests_drivers_lpuart
4656
extra_configs:
4757
- CONFIG_TEST_LPUART_LOOPBACK=y
4858
extra_args: DTC_OVERLAY_FILE="boards/nrf9160dk_nrf9160_loopback.overlay"
59+
harness: ztest
60+
harness_config:
61+
fixture: gpio_loopback
4962
lpuart.loopback_no_hfxo:
5063
sysbuild: true
5164
platform_allow: nrf9160dk/nrf9160
5265
integration_platforms:
5366
- nrf9160dk/nrf9160
54-
tags: lpuart sysbuild ci_tests_drivers_lpuart
5567
extra_args: DTC_OVERLAY_FILE="boards/nrf9160dk_nrf9160_loopback.overlay"
5668
extra_configs:
5769
- CONFIG_NRF_SW_LPUART_HFXO_ON_RX=n
5870
- CONFIG_TEST_LPUART_LOOPBACK=y
71+
harness: ztest
72+
harness_config:
73+
fixture: gpio_loopback
5974
lpuart.two_chip_test:
6075
sysbuild: true
6176
platform_allow: nrf9160dk/nrf9160 nrf9160dk/nrf52840
6277
integration_platforms:
6378
- nrf9160dk/nrf9160
6479
- nrf9160dk/nrf52840
65-
tags: lpuart sysbuild ci_tests_drivers_lpuart
6680
build_only: true
6781
extra_configs:
6882
- CONFIG_TEST_LPUART_TIMEOUT=10
@@ -72,7 +86,6 @@ tests:
7286
integration_platforms:
7387
- nrf9160dk/nrf9160
7488
- nrf9160dk/nrf52840
75-
tags: lpuart sysbuild ci_tests_drivers_lpuart
7689
build_only: true
7790
extra_configs:
7891
- CONFIG_TEST_LPUART_TIMEOUT=10
@@ -83,7 +96,6 @@ tests:
8396
integration_platforms:
8497
- nrf9160dk/nrf9160
8598
- nrf9160dk/nrf52840
86-
tags: lpuart sysbuild ci_tests_drivers_lpuart
8799
build_only: true
88100
extra_args: OVERLAY_CONFIG=dbg.conf
89101
extra_configs:

0 commit comments

Comments
 (0)