1#!/usr/bin/env bash
2# Copyright 2024 Nordic Semiconductor ASA
3# SPDX-License-Identifier: Apache-2.0
4
5# This script runs the Babblesim CI networking tests.
6# It can also be run locally.
7# Note it will produce its output in ${ZEPHYR_BASE}/bsim_bt/
8
9export ZEPHYR_BASE="${ZEPHYR_BASE:-${PWD}}"
10cd ${ZEPHYR_BASE}
11
12set -uex
13
14WORK_DIR=${ZEPHYR_BASE}/bsim_net nice tests/bsim/net/compile.sh
15RESULTS_FILE=${ZEPHYR_BASE}/bsim_out/bsim_results.net.52.xml \
16SEARCH_PATH=tests/bsim/net/ tests/bsim/run_parallel.sh
17