From cd3c3cf6ebc136e8672220382a0c59622b51531b Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Tue, 8 Nov 2022 13:04:56 +0100 Subject: [PATCH] Bluetooth: Audio: CAP test: Fix sim_id The cap test was reusing another test sim_id which causes trouble at random when tests are parallelized. Fix it by giving it its own id. Signed-off-by: Alberto Escolar Piedras --- tests/bluetooth/bsim_bt/bsim_test_audio/test_scripts/cap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bluetooth/bsim_bt/bsim_test_audio/test_scripts/cap.sh b/tests/bluetooth/bsim_bt/bsim_test_audio/test_scripts/cap.sh index d7e24c15d81..92e03bd5db4 100755 --- a/tests/bluetooth/bsim_bt/bsim_test_audio/test_scripts/cap.sh +++ b/tests/bluetooth/bsim_bt/bsim_test_audio/test_scripts/cap.sh @@ -4,7 +4,7 @@ # # SPDX-License-Identifier: Apache-2.0 -SIMULATION_ID="vcs" +SIMULATION_ID="cap" VERBOSITY_LEVEL=2 PROCESS_IDS=""; EXIT_CODE=0