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:
Alberto Escolar Piedras 2022-11-08 13:04:56 +01:00 committed by Alberto Escolar
parent 2e66fac6d3
commit cd3c3cf6eb

View File

@ -4,7 +4,7 @@
#
# SPDX-License-Identifier: Apache-2.0
SIMULATION_ID="vcs"
SIMULATION_ID="cap"
VERBOSITY_LEVEL=2
PROCESS_IDS=""; EXIT_CODE=0