Skip to content

Commit

Permalink
tests: benchmarks: multicore: idle: add harness explicit
Browse files Browse the repository at this point in the history
Common harness is appended not replaced by specific testcase.
harness_config is replaced by specific testcase.

Signed-off-by: Piotr Kosycarz <[email protected]>
  • Loading branch information
nordic-piks authored and anangl committed Jul 8, 2024
1 parent acd1c9e commit 8edcecc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/benchmarks/multicore/idle/testcase.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
common:
sysbuild: true
tags: ci_build
harness: console
harness_config:
type: multi_line
ordered: true
Expand All @@ -12,6 +11,7 @@ common:

tests:
benchmarks.multicore.idle.nrf5340dk_cpuapp_cpunet:
harness: console
platform_allow:
- nrf5340dk/nrf5340/cpuapp
integration_platforms:
Expand All @@ -20,6 +20,7 @@ tests:
SB_CONF_FILE=sysbuild/nrf5340dk_nrf5340_cpunet.conf

benchmarks.multicore.idle.nrf5340dk_cpuapp_cpunet_mcuboot:
harness: console
platform_allow:
- nrf5340dk/nrf5340/cpuapp
integration_platforms:
Expand All @@ -30,6 +31,7 @@ tests:
SB_CONF_FILE=sysbuild/nrf5340dk_nrf5340_cpunet.conf

benchmarks.multicore.idle.nrf54h20dk_cpuapp_cpuppr:
harness: console
platform_allow:
- nrf54h20dk/nrf54h20/cpuapp
integration_platforms:
Expand All @@ -39,6 +41,7 @@ tests:
idle_SNIPPET=nordic-ppr

benchmarks.multicore.idle.nrf54h20dk_cpuapp_cpuppr_xip:
harness: console
platform_allow:
- nrf54h20dk/nrf54h20/cpuapp
integration_platforms:
Expand All @@ -48,6 +51,7 @@ tests:
idle_SNIPPET=nordic-ppr-xip

benchmarks.multicore.idle.nrf54h20dk_cpuapp_cpurad:
harness: console
platform_allow:
- nrf54h20dk/nrf54h20/cpuapp
integration_platforms:
Expand Down

0 comments on commit 8edcecc

Please sign in to comment.