Skip to content

Commit a32aa41

Browse files
FrodevanThalley
authored andcommitted
Reset Broadcast ID IXIT for other test cases
Since BAP/BSRC/SCC/BV-38-C is the only test-case to use the Broadcast ID IXIT values, the other test-cases should reset this back to null. Otherwise, certain other test-cases can fail by chance if run after BAP/BSRC/SCC/BV-38-C in a run.
1 parent 323d805 commit a32aa41

File tree

1 file changed

+2
-0
lines changed
  • autopts/ptsprojects/zephyr

1 file changed

+2
-0
lines changed

autopts/ptsprojects/zephyr/bap.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ def set_pixits(ptses):
5555
pts.set_pixit("BAP", "TSPX_VS_Codec_ID", "ffff")
5656
pts.set_pixit("BAP", "TSPX_VS_Company_ID", "ffff")
5757
pts.set_pixit("BAP", "TSPX_broadcast_code", BROADCAST_CODE)
58+
pts.set_pixit("BAP", "TSPX_Broadcast_ID", "0")
59+
pts.set_pixit("BAP", "TSPX_Broadcast_ID_2", "0")
5860

5961
if len(ptses) < 2:
6062
return

0 commit comments

Comments
 (0)