Skip to content

Commit 11e9726

Browse files
adamkondraciuknordic-piks
authored andcommitted
tests: benchmarks: Fix failing benchmark tests
Fix some current consumption and functional tests. Signed-off-by: Adam Kondraciuk <[email protected]>
1 parent 2cf084f commit 11e9726

File tree

13 files changed

+19
-16
lines changed

13 files changed

+19
-16
lines changed

tests/benchmarks/current_consumption/nfc_idle/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ tests:
2424
integration_platforms:
2525
- nrf54h20dk/nrf54h20/cpuapp
2626
extra_args:
27+
- CONFIG_SOC_NRF54H20_CPURAD_ENABLE=y
2728
- CONFIG_PM=y
2829
- CONFIG_PM_S2RAM=y
2930
- CONFIG_PM_S2RAM_CUSTOM_MARKING=y

tests/benchmarks/multicore/idle_spim_loopback/boards/nrf54h20dk_nrf54h20_cpuapp.overlay

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,3 @@
6363
spi-max-frequency = <DT_FREQ_M(4)>;
6464
};
6565
};
66-
67-
&exmif {
68-
status = "disabled";
69-
};

tests/benchmarks/multicore/idle_spim_loopback/boards/nrf54h20dk_nrf54h20_cpuapp_fast.overlay

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,3 @@
7272
&dma_fast_region {
7373
status = "okay";
7474
};
75-
76-
&exmif {
77-
status = "disabled";
78-
};

tests/benchmarks/multicore/idle_spim_loopback/boards/nrf54h20dk_nrf54h20_cpuapp_fast_slow_pins.overlay

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,3 @@
8080
&dma_fast_region {
8181
status = "okay";
8282
};
83-
84-
&exmif {
85-
status = "disabled";
86-
};

tests/benchmarks/multicore/idle_spim_loopback/testcase.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ common:
88
- nrf54h20dk/nrf54h20/cpuapp
99
integration_platforms:
1010
- nrf54h20dk/nrf54h20/cpuapp
11+
extra_args:
12+
- CONFIG_SOC_NRF54H20_CPURAD_ENABLE=y
1113

1214
tests:
1315

tests/benchmarks/power_consumption/adc/testcase.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ tests:
2323
- nrf54h20dk/nrf54h20/cpuapp
2424
platform_allow:
2525
- nrf54h20dk/nrf54h20/cpuapp
26-
extra_args: SB_CONF_FILE=sysbuild/nrf54h20dk_nrf54h20_cpurad.conf
26+
extra_args:
27+
- CONFIG_SOC_NRF54H20_CPURAD_ENABLE=y
28+
- SB_CONF_FILE=sysbuild/nrf54h20dk_nrf54h20_cpurad.conf
2729
harness: pytest
2830
harness_config:
2931
fixture: ppk_power_measure

tests/benchmarks/power_consumption/adc_async/testcase.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ tests:
2323
- nrf54h20dk/nrf54h20/cpuapp
2424
platform_allow:
2525
- nrf54h20dk/nrf54h20/cpuapp
26-
extra_args: SB_CONF_FILE=sysbuild/nrf54h20dk_nrf54h20_cpurad.conf
26+
extra_args:
27+
- CONFIG_SOC_NRF54H20_CPURAD_ENABLE=y
28+
- SB_CONF_FILE=sysbuild/nrf54h20dk_nrf54h20_cpurad.conf
2729
harness: pytest
2830
harness_config:
2931
fixture: ppk_power_measure

tests/benchmarks/power_consumption/gpio/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ tests:
2424
platform_allow:
2525
- nrf54h20dk/nrf54h20/cpuapp
2626
extra_args:
27+
- CONFIG_SOC_NRF54H20_CPURAD_ENABLE=y
2728
- SB_CONF_FILE=sysbuild/nrf54h20dk_nrf54h20_cpurad.conf
2829
harness: pytest
2930
harness_config:

tests/benchmarks/power_consumption/i2c/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ tests:
2323
platform_allow:
2424
- nrf54h20dk/nrf54h20/cpuapp
2525
extra_args:
26+
- CONFIG_SOC_NRF54H20_CPURAD_ENABLE=y
2627
- SHIELD=pca63566
2728
- SB_CONF_FILE=sysbuild/nrf54h20dk_nrf54h20_cpurad.conf
2829
harness_config:

tests/benchmarks/power_consumption/lpcomp/testcase.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ tests:
2323
- nrf54h20dk/nrf54h20/cpuapp
2424
platform_allow:
2525
- nrf54h20dk/nrf54h20/cpuapp
26-
extra_args: SB_CONF_FILE=sysbuild/nrf54h20dk_nrf54h20_cpurad.conf
26+
extra_args:
27+
- CONFIG_SOC_NRF54H20_CPURAD_ENABLE=y
28+
- SB_CONF_FILE=sysbuild/nrf54h20dk_nrf54h20_cpurad.conf
2729
harness: pytest
2830
harness_config:
2931
fixture: gpio_loopback

0 commit comments

Comments
 (0)