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 7overlay=overlay_pst_conf 8RunTest mesh_replay_attack \ 9 rpc_tx_immediate_replay_attack \ 10 rpc_rx_immediate_replay_attack -flash=../results/mesh_replay_attack/flash.bin -flash_erase 11 12overlay=overlay_pst_conf 13RunTest mesh_replay_attack \ 14 rpc_tx_power_replay_attack \ 15 rpc_rx_power_replay_attack -flash=../results/mesh_replay_attack/flash.bin -flash_rm 16