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# Test communication between the LPN and a third mesh device
8RunTest mesh_friendship_msg_mesh \
9	friendship_lpn_msg_mesh \
10	friendship_other_msg \
11	friendship_friend_est
12
13overlay=overlay_psa_conf
14RunTest mesh_friendship_msg_mesh_psa \
15	friendship_lpn_msg_mesh \
16	friendship_other_msg \
17	friendship_friend_est
18