samples, tests: remove usage of space-separated lists
Convert them to native YAML lists. Support for space-separated lists was deprecated in Twister a long time ago. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
71544cda79
commit
d4a67e321b
67 changed files with 324 additions and 154 deletions
|
@ -1,5 +1,8 @@
|
|||
common:
|
||||
tags: adc drivers userspace
|
||||
tags:
|
||||
- adc
|
||||
- drivers
|
||||
- userspace
|
||||
tests:
|
||||
drivers.adc.rescale:
|
||||
depends_on: adc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue