zephyr/tests/bsim/bluetooth/audio/test_scripts/_cap.sh
Emil Gydesen b8a9f1f3ed tests: Bluetooth: CAP: Refactor CAP broadcast tests to multiple tests
The cap_broadcast test has been split into 3 tests:
1) Regular test
2) Regular test with metadata update
3) Test for invalid parameters

This will make it easier to use the regular cap_broadcast test
for other test cases, as it does less now.
It also makes each test run faster seperately and reduce their
scopes.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2025-03-13 10:28:19 +01:00

13 lines
218 B
Bash
Executable File

#!/usr/bin/env bash
#
# Copyright (c) 2022-2025 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: Apache-2.0
dir_path=$(dirname "$0")
set -e # Exit on error
$dir_path/_cap_broadcast.sh
$dir_path/_cap_unicast.sh