1#
2# Copyright (c) 2024 Nordic Semiconductor ASA
3#
4# SPDX-License-Identifier: Apache-2.0
5#
6common:
7  platform_allow:
8    - native_sim/native/64
9    - native_sim
10tests:
11  drivers.flash.api:
12    tags:
13      - drivers
14      - flash
15  drivers.flash.api.userspace:
16    tags:
17      - driver
18      - flash
19      - userspace
20    extra_configs:
21      - CONFIG_USERSPACE=y
22