blob: 46a460c7ec7a220dfa124a812d491928f7b56bd6 [file] [log] [blame]
#!/usr/bin/env bash
# Copyright 2023 Nordic Semiconductor
# SPDX-License-Identifier: Apache-2.0
source $(dirname "${BASH_SOURCE[0]}")/../../_mesh_test.sh
# Test Private Beacon cache
#
# Test procedure:
# 0. RX device starts monitoring all accepted private beacon messages.
# 1. TX device sends two identical private beacons to the RX device.
# 2. TX device sends a secondary private beacons to the RX device, marking the end of the test.
# 3. RX device verifies that only one of the two identical beacons was processed.
RunTest mesh_priv_beacon_cache \
beacon_tx_priv_beacon_cache \
beacon_rx_priv_beacon_cache
overlay=overlay_psa_conf
RunTest mesh_priv_beacon_cache \
beacon_tx_priv_beacon_cache \
beacon_rx_priv_beacon_cache