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>
22 lines
362 B
YAML
22 lines
362 B
YAML
#
|
|
# Copyright (c) 2024 Nordic Semiconductor ASA
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
common:
|
|
platform_allow:
|
|
- native_sim/native/64
|
|
- native_sim
|
|
tests:
|
|
drivers.flash.api:
|
|
tags:
|
|
- drivers
|
|
- flash
|
|
drivers.flash.api.userspace:
|
|
tags:
|
|
- driver
|
|
- flash
|
|
- userspace
|
|
extra_configs:
|
|
- CONFIG_USERSPACE=y
|