1# Copyright (c) 2022 Nordic Semiconductor ASA 2# SPDX-License-Identifier: Apache-2.0 3 4common: 5 platform_allow: 6 - native_sim 7 - native_sim/native/64 8 integration_platforms: 9 - native_sim 10tests: 11 drivers.regulator.api: 12 tags: 13 - drivers 14 - regulator 15 drivers.regulator.api.nothreadsaferefcnt: 16 tags: 17 - drivers 18 - regulator 19 extra_configs: 20 - CONFIG_REGULATOR_THREAD_SAFE_REFCNT=n 21