Skip to content

Commit e134378

Browse files
nordic-piksrlubos
authored andcommitted
samples: peripheral: lpuart: start measuring current consumption
Verify current consumption. Signed-off-by: Piotr Kosycarz <[email protected]>
1 parent ea700c1 commit e134378

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

samples/peripheral/lpuart/sample.yaml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ common:
88
tests:
99
sample.peripheral.lpuart:
1010
sysbuild: true
11-
build_only: true
1211
platform_allow:
1312
- nrf52dk/nrf52832
1413
- nrf52833dk/nrf52833
@@ -26,6 +25,13 @@ tests:
2625
- nrf21540dk/nrf52840
2726
- nrf54l15dk/nrf54l15/cpuapp
2827
platform_exclude: native_posix
28+
tags: ppk_power_measure
29+
harness: pytest
30+
harness_config:
31+
fixture: gpio_loopback
32+
pytest_root:
33+
- "${CUSTOM_ROOT_TEST_DIR}/test_measure_power_consumption.py::test_measure_and_data_dump_power_consumption_lpuart"
34+
timeout: 90
2935
sample.peripheral.lpuart.debug:
3036
sysbuild: true
3137
platform_allow:
@@ -59,7 +65,6 @@ tests:
5965
- ".*app: ASYNC Received data 5 bytes"
6066
sample.peripheral.lpuart_int_driven:
6167
sysbuild: true
62-
build_only: true
6368
extra_configs:
6469
- CONFIG_NRF_SW_LPUART_INT_DRIVEN=y
6570
integration_platforms:
@@ -72,6 +77,13 @@ tests:
7277
- nrf54l15dk/nrf54l15/cpuapp
7378
platform_allow: nrf52dk/nrf52832 nrf52833dk/nrf52833 nrf52840dk/nrf52840 nrf9160dk/nrf9160/ns
7479
nrf5340dk/nrf5340/cpuapp nrf21540dk/nrf52840 nrf54l15dk/nrf54l15/cpuapp
80+
tags: ppk_power_measure
81+
harness: pytest
82+
harness_config:
83+
fixture: gpio_loopback
84+
pytest_root:
85+
- "${CUSTOM_ROOT_TEST_DIR}/test_measure_power_consumption.py::test_measure_and_data_dump_power_consumption_lpuart"
86+
timeout: 90
7587
sample.peripheral.lpuart_int_driven.debug:
7688
sysbuild: true
7789
extra_configs:

0 commit comments

Comments
 (0)