Skip to content

Commit 4b7d70f

Browse files
nordic-pikrnordicjm
authored andcommitted
tests: benchmarks: power_consumption: temperature_sensor
Remove nrf54h20dk from platform_allow due to the removal of temperature subscriptions for this platform Signed-off-by: Piotr Krzyzanowski <[email protected]>
1 parent f68f937 commit 4b7d70f

File tree

8 files changed

+11
-53
lines changed

8 files changed

+11
-53
lines changed

tests/benchmarks/power_consumption/temperature_sensor/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ cmake_minimum_required(VERSION 3.20.0)
88

99
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
1010

11-
if(NOT SYSBUILD)
12-
message(FATAL_ERROR
13-
" This is a multi-image application that should be built using sysbuild.\n"
14-
" Add --sysbuild argument to west build command to prepare all the images.")
15-
endif()
16-
1711
project(temperature_sensor)
1812

1913
target_sources(app PRIVATE src/main.c)

tests/benchmarks/power_consumption/temperature_sensor/Kconfig.sysbuild

Lines changed: 0 additions & 10 deletions
This file was deleted.

tests/benchmarks/power_consumption/temperature_sensor/boards/nrf54h20dk_nrf54h20_cpuapp.overlay

Lines changed: 0 additions & 12 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/ {
2+
aliases {
3+
led = &led0;
4+
};
5+
};
6+
7+
temp_sensor: &temp {
8+
status = "okay";
9+
};

tests/benchmarks/power_consumption/temperature_sensor/prj.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ CONFIG_BOOT_BANNER=n
77

88
CONFIG_NRFS=y
99
CONFIG_SENSOR=y
10-
CONFIG_TEMP_NRFS_TRIGGER_OWN_THREAD=y
1110

1211
CONFIG_PM=y
1312
CONFIG_PM_S2RAM=y

tests/benchmarks/power_consumption/temperature_sensor/sysbuild.cmake

Lines changed: 0 additions & 18 deletions
This file was deleted.

tests/benchmarks/power_consumption/temperature_sensor/sysbuild/nrf54h20dk_nrf54h20_cpurad.conf

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/benchmarks/power_consumption/temperature_sensor/testcase.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,9 @@ common:
88

99
tests:
1010
benchmarks.power_consumption.temperature:
11+
build_only: true
1112
platform_allow:
12-
- nrf54h20dk/nrf54h20/cpuapp
13-
integration_platforms:
14-
- nrf54h20dk/nrf54h20/cpuapp
15-
extra_args:
16-
SB_CONF_FILE=sysbuild/nrf54h20dk_nrf54h20_cpurad.conf
13+
- nrf54l15dk/nrf54l15/cpuapp
1714
harness: pytest
1815
harness_config:
1916
fixture: ppk_power_measure

0 commit comments

Comments
 (0)