Skip to content

Commit 649ebf2

Browse files
committed
tests: use coverage_support snippet
Instead of shield. Signed-off-by: Piotr Kosycarz <[email protected]>
1 parent 904b771 commit 649ebf2

File tree

14 files changed

+31
-20
lines changed

14 files changed

+31
-20
lines changed

samples/zephyr/sensor/accel_polling/sample.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ tests:
4848
- "^\\s*[0-9A-Za-z_,+-.]*@[0-9A-Fa-f]* \\[m/s\\^2\\]: \\(\\s*-?[0-9\\.]*,\\\
4949
s*-?[0-9\\.]*,\\s*-?[0-9\\.]*\\)$"
5050
extra_args:
51-
- SHIELD=pca63566;coverage_support
51+
- SHIELD=pca63566
52+
- SNIPPET=coverage_support
5253
platform_allow: nrf54h20dk/nrf54h20/cpuapp
5354

5455
nrf.extended.sample.sensor.accel_polling.nrf54l:
@@ -77,7 +78,8 @@ tests:
7778
- "^\\s*[0-9A-Za-z_,+-.]*@[0-9A-Fa-f]* \\[m/s\\^2\\]: \\(\\s*-?[0-9\\.]*,\\\
7879
s*-?[0-9\\.]*,\\s*-?[0-9\\.]*\\)$"
7980
extra_args:
80-
- SHIELD=pca63565;coverage_support
81+
- SHIELD=pca63565
82+
- SNIPPET=coverage_support
8183
platform_allow:
8284
- nrf54l15dk/nrf54l15/cpuapp
8385
- nrf54lm20dk/nrf54lm20a/cpuapp

samples/zephyr/sensor/bme680/sample.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ tests:
4545
- "^\\s*T:\\s*-?[0-9\\.]*; P:\\s*-?[0-9\\.]*; H: \\s*-?[0-9\\.]*; G:\\s*-?[0-9\\\
4646
.]*$"
4747
extra_args:
48-
- SHIELD=pca63566;coverage_support
48+
- SHIELD=pca63566
49+
- SNIPPET=coverage_support
4950
platform_allow: nrf54h20dk/nrf54h20/cpuapp
5051

5152
nrf.extended.sample.sensor.bme680.nrf54l:
@@ -71,7 +72,8 @@ tests:
7172
- "^\\s*T:\\s*-?[0-9\\.]*; P:\\s*-?[0-9\\.]*; H: \\s*-?[0-9\\.]*; G:\\s*-?[0-9\\\
7273
.]*$"
7374
extra_args:
74-
- SHIELD=pca63565;coverage_support
75+
- SHIELD=pca63565
76+
- SNIPPET=coverage_support
7577
platform_allow:
7678
- nrf54l15dk/nrf54l15/cpuapp
7779
- nrf54lm20dk/nrf54lm20a/cpuapp

tests/benchmarks/multicore/idle_adc/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ tests:
5353
extra_args:
5454
- CONF_FILE=coverage.conf
5555
- EXTRA_DTC_OVERLAY_FILE="disable_s2ram.overlay"
56-
- SHIELD=coverage_support
56+
- SNIPPET=coverage_support
5757
harness: console
5858
harness_config:
5959
fixture: gpio_loopback

tests/benchmarks/multicore/idle_clock_control/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,6 @@ tests:
102102
- ".*Testing done.*"
103103
extra_args:
104104
- CONF_FILE=coverage.conf
105-
- SHIELD=coverage_support
105+
- SNIPPET=coverage_support
106106
platform_allow:
107107
- nrf54h20dk/nrf54h20/cpuapp

tests/benchmarks/multicore/idle_comp/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ tests:
7272
extra_args:
7373
- EXTRA_DTC_OVERLAY_FILE="boards/lpcomp.overlay;disable_s2ram.overlay"
7474
- CONF_FILE=coverage.conf
75-
- SHIELD=coverage_support
75+
- SNIPPET=coverage_support
7676
harness: console
7777
harness_config:
7878
fixture: gpio_loopback

tests/benchmarks/multicore/idle_exmif/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ tests:
5757
extra_args:
5858
- CONF_FILE=coverage.conf
5959
- EXTRA_DTC_OVERLAY_FILE="disable_s2ram.overlay"
60-
- SHIELD=coverage_support
60+
- SNIPPET=coverage_support
6161
harness: console
6262
harness_config:
6363
type: multi_line

tests/benchmarks/multicore/idle_ipc/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ tests:
7373
extra_args:
7474
- CONF_FILE=coverage.conf
7575
- EXTRA_DTC_OVERLAY_FILE="disable_s2ram.overlay"
76-
- SHIELD=coverage_support
76+
- SNIPPET=coverage_support
7777
harness: console
7878
harness_config:
7979
type: multi_line

tests/benchmarks/multicore/idle_pwm_led/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ tests:
128128
extra_args:
129129
- idle_pwm_led_CONF_FILE=coverage.conf
130130
- EXTRA_DTC_OVERLAY_FILE="disable_s2ram.overlay"
131-
- SHIELD=coverage_support
131+
- SNIPPET=coverage_support
132132
harness: console
133133
harness_config:
134134
type: multi_line

tests/benchmarks/multicore/idle_pwm_loopback/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ tests:
142142
extra_args:
143143
- idle_pwm_loopback_CONF_FILE=coverage.conf
144144
- EXTRA_DTC_OVERLAY_FILE="disable_s2ram.overlay"
145-
- SHIELD=coverage_support
145+
- SNIPPET=coverage_support
146146
harness: console
147147
harness_config:
148148
fixture: spi_loopback

tests/benchmarks/multicore/idle_spim/testcase.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ tests:
8282
integration_platforms:
8383
- nrf54h20dk/nrf54h20/cpuapp
8484
extra_args:
85-
- SHIELD=pca63566;coverage_support
85+
- SHIELD=pca63566
86+
- SNIPPET=coverage_support
8687
- CONF_FILE=coverage.conf
8788
- EXTRA_DTC_OVERLAY_FILE="disable_s2ram.overlay"
8889
harness: console

0 commit comments

Comments
 (0)