1common:
2  tags:
3    - drivers
4    - uart
5  timeout: 120
6tests:
7  drivers.uart.async_dual:
8    harness: ztest
9    harness_config:
10      fixture: uart_loopback
11    depends_on: gpio
12    platform_allow:
13      - nrf54l15dk/nrf54l15/cpuapp
14      - nrf54h20dk/nrf54h20/cpurad
15      - nrf54h20dk/nrf54h20/cpuppr
16      - nrf9160dk/nrf9160
17      - nrf52_bsim
18  drivers.uart.async_dual.busy_sim:
19    harness: ztest
20    harness_config:
21      fixture: uart_loopback
22    depends_on: gpio
23    platform_allow:
24      - nrf54l15dk/nrf54l15/cpuapp
25      - nrf54h20dk/nrf54h20/cpurad
26      - nrf54h20dk/nrf54h20/cpuppr
27      - nrf9160dk/nrf9160
28      - nrf52_bsim
29    extra_configs:
30      - CONFIG_TEST_BUSY_SIM=y
31  drivers.uart.async_dual.pm_runtime:
32    harness: ztest
33    harness_config:
34      fixture: uart_loopback
35    depends_on: gpio
36    platform_allow:
37      - nrf54l15dk/nrf54l15/cpuapp
38      - nrf54h20dk/nrf54h20/cpuapp
39      - nrf54h20dk/nrf54h20/cpurad
40      - nrf54h20dk/nrf54h20/cpuppr
41      - nrf9160dk/nrf9160
42      - nrf52_bsim
43    extra_configs:
44      - CONFIG_PM_DEVICE_RUNTIME=y
45      - CONFIG_PM_DEVICE=y
46  drivers.uart.async_dual.pm_runtime.busy_sim:
47    harness: ztest
48    harness_config:
49      fixture: uart_loopback
50    depends_on: gpio
51    platform_allow:
52      - nrf54l15dk/nrf54l15/cpuapp
53      - nrf54h20dk/nrf54h20/cpuapp
54      - nrf54h20dk/nrf54h20/cpurad
55      - nrf54h20dk/nrf54h20/cpuppr
56      - nrf9160dk/nrf9160
57      - nrf52_bsim
58    extra_configs:
59      - CONFIG_PM_DEVICE_RUNTIME=y
60      - CONFIG_PM_DEVICE=y
61      - CONFIG_TEST_BUSY_SIM=y
62  drivers.uart.async_dual.pm_runtime.explicit:
63    harness: ztest
64    harness_config:
65      fixture: uart_loopback
66    depends_on: gpio
67    platform_allow:
68      - nrf54l15dk/nrf54l15/cpuapp
69      - nrf54h20dk/nrf54h20/cpuapp
70      - nrf54h20dk/nrf54h20/cpurad
71      - nrf54h20dk/nrf54h20/cpuppr
72      - nrf9160dk/nrf9160
73      - nrf52_bsim
74    extra_configs:
75      - CONFIG_PM_RUNTIME_IN_TEST=y
76