1#
2# Copyright (c) 2022 Nordic Semiconductor ASA
3#
4# SPDX-License-Identifier: Apache-2.0
5#
6tests:
7  mgmt.mcumgr.os.echo:
8    # FIXME: Exclude architectures that lack a reboot handler function
9    arch_exclude:
10      - arm64
11      - nios2
12      - sparc
13      - arc
14      - xtensa
15      - mips
16    tags:
17      - os_mgmt_echo
18      - mcumgr
19      - mgmt
20