Skip to content

Commit e229016

Browse files
nordic-krchrlubos
authored andcommitted
[nrf fromtree] tests: drivers: counter: basic_api: Rework nrf54h20 cpuppr config
Rework configuration so that it does not require special treatment in testcase.yaml. Signed-off-by: Krzysztof Chruściński <[email protected]> (cherry picked from commit 407aa5c)
1 parent 2e04dd5 commit e229016

File tree

3 files changed

+2
-14
lines changed

3 files changed

+2
-14
lines changed

tests/drivers/counter/counter_basic_api/boards/nrf54h20dk_nrf54h20_vpr_launcher.overlay renamed to tests/drivers/counter/counter_basic_api/sysbuild/vpr_launcher/boards/nrf54h20dk_nrf54h20_cpuapp.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: Apache-2.0 */
1+
/* SPDX-License-Identifier: Apache-2.0 */
22

33
&timer130 {
44
status = "reserved";
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# nothing here

tests/drivers/counter/counter_basic_api/testcase.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,3 @@ tests:
3838
timeout: 400
3939
extra_args:
4040
DTC_OVERLAY_FILE="boards/mimxrt685_evk_rtc_1khz.overlay"
41-
drivers.counter.basic_api.nrf54h20_cpuppr:
42-
tags:
43-
- drivers
44-
- counter
45-
depends_on: counter
46-
platform_allow: nrf54h20dk/nrf54h20/cpuppr
47-
timeout: 600
48-
sysbuild: true
49-
extra_args:
50-
- vpr_launcher_DTC_OVERLAY_FILE="../../../tests/drivers/counter/counter_basic_api/boards/nrf54h20dk_nrf54h20_vpr_launcher.overlay"
51-
- SB_CONFIG_VPR_LAUNCHER=y
52-
# Disable asserts to fit in limited code memory
53-
- CONFIG_ASSERT=n

0 commit comments

Comments
 (0)