tests/bsim bt host/iso/*: Test scripts cleanup
Use the common scripts to perform common functions and do a cleanup. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
8002730b65
commit
a7d381854e
2 changed files with 5 additions and 25 deletions
|
@ -1,21 +1,15 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Copyright 2023 Nordic Semiconductor ASA
|
# Copyright 2023 Nordic Semiconductor ASA
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
set -eu
|
set -eu
|
||||||
bash_source_dir="$(realpath "$(dirname "${BASH_SOURCE[0]}")")"
|
|
||||||
|
|
||||||
source "${bash_source_dir}/_env.sh"
|
|
||||||
|
|
||||||
: "${BSIM_OUT_PATH:?BSIM_OUT_PATH must be defined}"
|
|
||||||
: "${BSIM_COMPONENTS_PATH:?BSIM_COMPONENTS_PATH must be defined}"
|
|
||||||
: "${ZEPHYR_BASE:?ZEPHYR_BASE must be defined}"
|
: "${ZEPHYR_BASE:?ZEPHYR_BASE must be defined}"
|
||||||
|
|
||||||
WORK_DIR="${WORK_DIR:-${ZEPHYR_BASE}/bsim_out}"
|
WORK_DIR="${WORK_DIR:-${ZEPHYR_BASE}/bsim_out}"
|
||||||
BOARD="${BOARD:-nrf52_bsim}"
|
|
||||||
BOARD_ROOT="${BOARD_ROOT:-${ZEPHYR_BASE}}"
|
|
||||||
INCR_BUILD=1
|
INCR_BUILD=1
|
||||||
mkdir -p ${WORK_DIR}
|
|
||||||
|
|
||||||
west build -b nrf52_bsim
|
source ${ZEPHYR_BASE}/tests/bsim/compile.source
|
||||||
cp build/zephyr/zephyr.exe $central_exe
|
|
||||||
|
app="$(guess_test_relpath)" compile
|
||||||
|
|
||||||
|
wait_for_background_jobs
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
# Copyright 2023 Nordic Semiconductor ASA
|
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
|
||||||
|
|
||||||
set -eu
|
|
||||||
bash_source_dir="$(realpath "$(dirname "${BASH_SOURCE[0]}")")"
|
|
||||||
|
|
||||||
test_name="$(basename "$(realpath "$bash_source_dir/..")")"
|
|
||||||
bsim_bin="${BSIM_OUT_PATH}/bin"
|
|
||||||
verbosity_level=2
|
|
||||||
BOARD="${BOARD:-nrf52_bsim}"
|
|
||||||
simulation_id="$test_name"
|
|
||||||
central_exe="${bsim_bin}/bs_${BOARD}_tests_bsim_bluetooth_host_iso_cis_prj_conf"
|
|
||||||
peripheral_exe="${central_exe}"
|
|
Loading…
Add table
Add a link
Reference in a new issue