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]>
  • Loading branch information
aescolar committed Oct 30, 2023
1 parent 55c59e0 commit e934e49
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 e934e49

Please sign in to comment.