1#!/usr/bin/env bash 2# Copyright 2021 Nordic Semiconductor 3# SPDX-License-Identifier: Apache-2.0 4 5source $(dirname "${BASH_SOURCE[0]}")/../../_mesh_test.sh 6 7# Send messages from the friend to the LPN 8RunTest mesh_friendship_msg_frnd \ 9 friendship_friend_msg \ 10 friendship_lpn_msg_frnd 11 12overlay=overlay_psa_conf 13RunTest mesh_friendship_msg_frnd_psa \ 14 friendship_friend_msg \ 15 friendship_lpn_msg_frnd 16