File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
samples/peripheral/lpuart Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 88tests :
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 :
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 :
You can’t perform that action at this time.
0 commit comments