zephyr/tests/bsim/bluetooth/mesh/tests_scripts/beacon/invalid.sh
Aleksandr Khromykh 2cdacb3fa8 tests: Bluetooth: Mesh: add cfg mesh with mbedtls PSA to bsim CI
Commit adds configuration for mesh with mbedtls PSA
to CI BabbleSim tests as well as emulation of
the Internal Trustable Storage(ITS) based on Zephyr's
settings to run in parallel environment.

Signed-off-by: Aleksandr Khromykh <aleksandr.khromykh@nordicsemi.no>
2023-08-17 15:14:19 +02:00

21 lines
445 B
Bash
Executable File

#!/usr/bin/env bash
# Copyright 2022 Nordic Semiconductor
# SPDX-License-Identifier: Apache-2.0
source $(dirname "${BASH_SOURCE[0]}")/../../_mesh_test.sh
RunTest mesh_beacon_invalid \
beacon_tx_invalid \
beacon_rx_invalid
conf=prj_mesh1d1_conf
RunTest mesh_beacon_invalid_1d1 \
beacon_tx_invalid \
beacon_rx_invalid
conf=prj_mesh1d1_conf
overlay=overlay_psa_conf
RunTest mesh_beacon_invalid_psa \
beacon_tx_invalid \
beacon_rx_invalid