Skip to content

Commit

Permalink
tests bsim cis: Fix sim_id collision
Browse files Browse the repository at this point in the history
This test was reusing the sim_id from an l2cap test,
which was colliding with the corresponding l2cap test
when they were run in parallel.
Fix it.

Signed-off-by: Alberto Escolar Piedras <[email protected]>
(cherry picked from commit e934e49)
  • Loading branch information
aescolar authored and fabiobaltieri committed Oct 31, 2023
1 parent ced26e2 commit 63a769a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bsim/bluetooth/host/iso/cis/tests_scripts/cis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

source ${ZEPHYR_BASE}/tests/bsim/sh_common.source

simulation_id="l2cap_send_on_connect"
simulation_id="iso_cis"
verbosity_level=2
EXECUTE_TIMEOUT=120

Expand Down

0 comments on commit 63a769a

Please sign in to comment.