Skip to content

Commit 68aa2a7

Browse files
zephyr: add test cases to exceptioned list for creating sync
GAP/PADV/PASE/BV-04-C GAP/PADV/PASE/BV-06-C Sync is already established in previous steps following previous WIDs, adding test cases in the exception list to not start sync again.
1 parent 4d58b92 commit 68aa2a7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

autopts/wid/gap.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1707,7 +1707,9 @@ def hdl_wid_301(params: WIDParams):
17071707
stack = get_stack()
17081708

17091709
# GAP/PADV/PASE/BV-02-C starts PA Sync in WID 302 which comes first
1710-
if params.test_case_name not in ['GAP/PADV/PASE/BV-02-C']:
1710+
if params.test_case_name not in ['GAP/PADV/PASE/BV-02-C',
1711+
'GAP/PADV/PASE/BV-04-C',
1712+
'GAP/PADV/PASE/BV-06-C']:
17111713
btp.gap_padv_create_sync(0, 0, 500, 0)
17121714

17131715
return stack.gap.wait_periodic_report(10)

0 commit comments

Comments
 (0)