Skip to content

Commit

Permalink
zephyr: Fix multiple CAP/INI/UST tests
Browse files Browse the repository at this point in the history
CAP WIDs are using MICP and VCP commands and thus shall initialize
required BTP services.
  • Loading branch information
sjanc committed Aug 28, 2024
1 parent a3e0ecf commit 727efbf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions autopts/ptsprojects/zephyr/cap.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,12 @@ def set_addr(addr):
TestFunc(stack.ascs_init),
TestFunc(stack.bap_init),
TestFunc(stack.cap_init),
TestFunc(stack.micp_init),
TestFunc(stack.vcp_init),
TestFunc(btp.core_reg_svc_cap),
TestFunc(btp.core_reg_svc_cas),
TestFunc(btp.core_reg_svc_micp),
TestFunc(btp.core_reg_svc_vcp),
TestFunc(btp.gap_set_extended_advertising_on),
# Gives a signal to the LT2 to continue its preconditions
TestFunc(lambda: set_addr(stack.gap.iut_addr_get_str())),
Expand Down

0 comments on commit 727efbf

Please sign in to comment.