1#!/usr/bin/env bash 2# Copyright 2023 Nordic Semiconductor 3# SPDX-License-Identifier: Apache-2.0 4 5source $(dirname "${BASH_SOURCE[0]}")/../../_mesh_test.sh 6 7# Test that an Opcode aggregated message can be sent and received on loopback. 8# 9# Test procedure: 10# 1. The device initializes both Opcode aggregator server and client. 11# The device starts an Opcode aggregator sequence and populates the buffer. 12# 2. The device starts sending the sequence on loopback. 13# 3. The device verifies that the sequence is correctly received by the server model. 14# 4. The device confirms that the client model received all status messages. 15RunTest mesh_op_agg_model_coex_loopback \ 16 op_agg_dut_model_coex_loopback 17 18overlay=overlay_psa_conf 19RunTest mesh_op_agg_model_coex_loopback \ 20 op_agg_dut_model_coex_loopback 21