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 scenario: 8# Sender: 9# - sends 3 messages to all-relays fixed group address 10# Receiver: 11# - enables the Relay feature and delivers the first message; 12# - disables the Relay feature, subscribes the model to the all-relays address and delivers the 13# second message to the model; 14# - unsubscribes the model from the all-relayes address and doesn't deliver the third message to the 15# model; 16RunTest mesh_transport_fixed transport_tx_fixed transport_rx_fixed 17 18overlay=overlay_psa_conf 19RunTest mesh_transport_fixed_1d1 transport_tx_fixed transport_rx_fixed 20