1#!/usr/bin/env bash
2# Copyright 2022 Nordic Semiconductor
3# SPDX-License-Identifier: Apache-2.0
4
5source $(dirname "${BASH_SOURCE[0]}")/../../_mesh_test.sh
6
7RunTest mesh_beacon_kr_old_key \
8	beacon_tx_kr_old_key \
9	beacon_rx_kr_old_key
10
11overlay=overlay_psa_conf
12RunTest mesh_beacon_kr_old_key_psa \
13	beacon_tx_kr_old_key \
14	beacon_rx_kr_old_key
15