1# 2# Copyright (c) 2023 Nordic Semiconductor ASA 3# 4# SPDX-License-Identifier: Apache-2.0 5# 6tests: 7 mgmt.mcumgr.smp.version: 8 tags: 9 - smp_version 10 - mcumgr 11 # FIXME: Exclude systems whereby the processor type is not known and emits a warning 12 arch_exclude: 13 - nios2 14 - mips 15 - posix 16 platform_exclude: 17 - qemu_kvm_arm64 18 mgmt.mcumgr.smp.version_no_legacy: 19 tags: 20 - smp_version 21 - mcumgr 22 extra_configs: 23 - CONFIG_MCUMGR_SMP_SUPPORT_ORIGINAL_PROTOCOL=n 24 # FIXME: Exclude systems whereby the processor type is not known and emits a warning 25 arch_exclude: 26 - nios2 27 - mips 28 - posix 29 platform_exclude: 30 - qemu_kvm_arm64 31