zephyr/tests/bsim/bluetooth/audio/test_scripts/_csip.sh
Emil Gydesen 4b31f8c6f5 tests: Bluetooth: CSIP: Add no rank, size and lock char tests
Add tests for cases where the rank characteristic, the size
characteristic and the lock characteristics are not set on the
set members.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2023-05-10 10:14:56 +02:00

20 lines
302 B
Bash
Executable File

#!/usr/bin/env bash
#
# Copyright (c) 2023 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: Apache-2.0
dir_path=$(dirname "$0")
$dir_path/csip.sh
$dir_path/csip_encrypted_sirk.sh
$dir_path/csip_forced_release.sh
$dir_path/csip_no_lock.sh
$dir_path/csip_no_rank.sh
$dir_path/csip_no_size.sh