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 <alpi@oticon.com>
This commit is contained in:
parent
2e66fac6d3
commit
cd3c3cf6eb
@ -4,7 +4,7 @@
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
SIMULATION_ID="vcs"
|
||||
SIMULATION_ID="cap"
|
||||
VERBOSITY_LEVEL=2
|
||||
PROCESS_IDS=""; EXIT_CODE=0
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user