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 7RunTest mesh_beacon_on_key_refresh \ 8 beacon_tx_on_key_refresh \ 9 beacon_rx_on_key_refresh 10 11overlay=overlay_psa_conf 12RunTest mesh_beacon_on_key_refresh_psa \ 13 beacon_tx_on_key_refresh \ 14 beacon_rx_on_key_refresh 15