Skip to content

Commit f09220d

Browse files
sjanccarlescufi
authored andcommitted
test: Bluetooth: EDTT: Disable invalid tests
Some tests assume that if IUT accepted HCI_LE_Set_Data_Length command than HCI_LE_Data_Length_Change event will always be sent. This is not the case anymore as HCI_LE_Data_Length_Change is sent only if effective parameters changed. Those tests should be re-enabled when EDDT implementation is updated. Signed-off-by: Szymon Janc <[email protected]>
1 parent 6673cb1 commit f09220d

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

tests/bluetooth/bsim_bt/edtt_ble_test_app/tests_scripts/ll.set1.llcp.test_list

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ LL/CON/CEN/BV-35-C
4444
LL/CON/CEN/BV-41-C
4545
LL/CON/CEN/BV-43-C
4646
LL/CON/CEN/BV-73-C
47-
LL/CON/CEN/BV-74-C
47+
#LL/CON/CEN/BV-74-C # Needs testcase implementation update
4848
#LL/CON/CEN/BV-76-C # Needs testcase implementation update
49-
LL/CON/CEN/BV-77-C
49+
#LL/CON/CEN/BV-77-C # Needs testcase implementation update
5050
#LL/CON/PER/BI-08-C # This test implementation is not valid, and will fail with refactored LLCP
5151
LL/CON/PER/BV-04-C
5252
LL/CON/PER/BV-05-C

tests/bluetooth/bsim_bt/edtt_ble_test_app/tests_scripts/ll.set1.test_list

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ LL/CON/CEN/BV-41-C
4545
LL/CON/CEN/BV-43-C
4646
## With updated EDTT, this now fails due to error in legacy DLE handling. Fixed in refactored LLCP
4747
#LL/CON/CEN/BV-73-C
48-
LL/CON/CEN/BV-74-C
48+
#LL/CON/CEN/BV-74-C # Needs testcase implementation update
4949
## With updated EDTT, this now fails due to error in legacy DLE handling. Fixed in refactored LLCP
5050
#LL/CON/CEN/BV-76-C
51-
LL/CON/CEN/BV-77-C
51+
#LL/CON/CEN/BV-77-C # Needs testcase implementation update
5252
LL/CON/PER/BI-08-C
5353
LL/CON/PER/BV-04-C
5454
LL/CON/PER/BV-05-C

tests/bluetooth/bsim_bt/edtt_ble_test_app/tests_scripts/ll.set2.llcp.test_list

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ LL/CON/PER/BV-33-C
66
LL/CON/PER/BV-34-C
77
LL/CON/PER/BV-40-C
88
LL/CON/PER/BV-42-C
9-
LL/CON/PER/BV-77-C
10-
LL/CON/PER/BV-78-C
11-
LL/CON/PER/BV-80-C
12-
LL/CON/PER/BV-81-C
9+
#LL/CON/PER/BV-77-C # Needs testcase implementation update
10+
#LL/CON/PER/BV-78-C # Needs testcase implementation update
11+
#LL/CON/PER/BV-80-C # Needs testcase implementation update
12+
#LL/CON/PER/BV-81-C # Needs testcase implementation update
1313
LL/DDI/ADV/BV-01-C
1414
LL/DDI/ADV/BV-02-C
1515
LL/DDI/ADV/BV-03-C

tests/bluetooth/bsim_bt/edtt_ble_test_app/tests_scripts/ll.set2.test_list

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ LL/CON/PER/BV-33-C
66
LL/CON/PER/BV-34-C
77
LL/CON/PER/BV-40-C
88
LL/CON/PER/BV-42-C
9-
LL/CON/PER/BV-77-C
10-
LL/CON/PER/BV-78-C
11-
LL/CON/PER/BV-80-C
12-
LL/CON/PER/BV-81-C
9+
#LL/CON/PER/BV-77-C # Needs testcase implementation update
10+
#LL/CON/PER/BV-78-C # Needs testcase implementation update
11+
#LL/CON/PER/BV-80-C # Needs testcase implementation update
12+
#LL/CON/PER/BV-81-C # Needs testcase implementation update
1313
LL/DDI/ADV/BV-01-C
1414
LL/DDI/ADV/BV-02-C
1515
LL/DDI/ADV/BV-03-C

0 commit comments

Comments
 (0)