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>
21 lines
445 B
Bash
Executable File
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
|