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>
13 lines
218 B
Bash
Executable File
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
|