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# Establish multiple different friendships concurrently.
8# Note: The number of LPNs must match CONFIG_BT_MESH_FRIEND_LPN_COUNT.
9RunTest mesh_friendship_est_multi \
10	friendship_friend_est_multi \
11	friendship_lpn_est \
12	friendship_lpn_est \
13	friendship_lpn_est \
14	friendship_lpn_est \
15	friendship_lpn_est
16
17overlay=overlay_psa_conf
18RunTest mesh_friendship_est_multi_psa \
19	friendship_friend_est_multi \
20	friendship_lpn_est \
21	friendship_lpn_est \
22	friendship_lpn_est \
23	friendship_lpn_est \
24	friendship_lpn_est
25