Skip to content

Commit 25ba212

Browse files
nordic-baburlubos
authored andcommitted
tests: benchmarks: power_consumption: fix fixture.
Change test fixture to use correct test setup. Signed-off-by: Bartlomiej Buczek <[email protected]>
1 parent 40094b4 commit 25ba212

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/benchmarks/power_consumption/lpcomp/testcase.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tests:
99
- nrf54l15dk/nrf54l15/cpuapp
1010
harness: pytest
1111
harness_config:
12-
fixture: ppk_power_measure
12+
fixture: gpio_loopback
1313
pytest_root:
1414
- "${CUSTOM_ROOT_TEST_DIR}/test_measure_power_consumption.py::test_thread_suspend_resume_lpcomp_54L"
1515
benchmarks.power_consumption.lpcomp_nrf54h:
@@ -22,6 +22,6 @@ tests:
2222
SB_CONF_FILE=sysbuild/nrf54h20dk_nrf54h20_cpurad.conf
2323
harness: pytest
2424
harness_config:
25-
fixture: ppk_power_measure
25+
fixture: gpio_loopback
2626
pytest_root:
2727
- "${CUSTOM_ROOT_TEST_DIR}/test_measure_power_consumption.py::test_thread_suspend_resume_lpcomp_54H"

0 commit comments

Comments
 (0)