Skip to content

Commit d598454

Browse files
katgiadlarlubos
authored andcommittedMay 12, 2022
samples: Change samples to sample
Some names of the testcases samples do not start with "sample". These testcases rename from "samples" to "sample". Signed-off-by: Katarzyna Giadla <katarzyna.giadla@nordicsemi.no>
1 parent 92c56d0 commit d598454

File tree

105 files changed

+467
-464
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+467
-464
lines changed
 

‎samples/app_event_manager/sample.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@ sample:
33
name: Application Event Manager sample
44
common:
55
harness: console
6-
integration_platforms:
7-
- qemu_cortex_m3
8-
- nrf52dk_nrf52832
9-
- nrf52840dk_nrf52840
10-
- nrf9160dk_nrf9160_ns
11-
- nrf21540dk_nrf52840
126
harness_config:
13-
type: multi_line
147
ordered: false
158
regex:
169
- "config_event"
1710
- "measurement_event"
1811
- "control_event"
1912
- "ack_event"
2013
- "Average value3: 45"
14+
type: multi_line
15+
integration_platforms:
16+
- qemu_cortex_m3
17+
- nrf52dk_nrf52832
18+
- nrf52840dk_nrf52840
19+
- nrf9160dk_nrf9160_ns
20+
- nrf21540dk_nrf52840
2121
tests:
22-
samples.app_event_manager:
22+
sample.app_event_manager:
2323
build_only: false

‎samples/app_event_manager_profiler_tracer/sample.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sample:
22
description: Sample showing usage of profiling Application Event Manager events
33
name: Application Event Manager profiler tracer sample
44
tests:
5-
samples.app_event_manager_profiler_tracer:
5+
sample.app_event_manager_profiler_tracer:
66
build_only: true
77
integration_platforms:
88
- nrf52dk_nrf52832

0 commit comments

Comments
 (0)
Please sign in to comment.