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>
20 lines
302 B
Bash
Executable File
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
|