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_iv_update \ 8 beacon_tx_on_iv_update \ 9 beacon_rx_on_iv_update 10 11overlay=overlay_psa_conf 12RunTest mesh_beacon_on_iv_update_psa \ 13 beacon_tx_on_iv_update \ 14 beacon_rx_on_iv_update 15