Message ID | 6f0674a4bafc17ab4ab34b0fec99f9e4a1312a90.1684684404.git.pav@iki.fi (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | hci_sync req_complete_skb does not get called? | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | fail | error: patch failed: tools/iso-tester.c:2303 error: tools/iso-tester.c: patch does not apply hint: Use 'git am --show-current-patch' to see the failed patch |
This is an automated email and please do not reply to this email. Dear Submitter, Thank you for submitting the patches to the linux bluetooth mailing list. While preparing the CI tests, the patches you submitted couldn't be applied to the current HEAD of the repository. ----- Output ----- error: patch failed: tools/iso-tester.c:2303 error: tools/iso-tester.c: patch does not apply hint: Use 'git am --show-current-patch' to see the failed patch Please resolve the issue and submit the patches again. --- Regards, Linux Bluetooth
diff --git a/tools/iso-tester.c b/tools/iso-tester.c index fc2a84215..840e53e6b 100644 --- a/tools/iso-tester.c +++ b/tools/iso-tester.c @@ -2303,6 +2303,14 @@ int main(int argc, char *argv[]) test_iso("ISO QoS - Invalid", &connect_invalid, setup_powered, test_connect); + test_iso2("ISO Connect2 CIG 0x01/0x02 - Success", &connect_2_16_2_1, + setup_powered, + test_connect2); + + test_iso2("ISO Connect2 CIG auto/auto - Success", &connect_2a_16_2_1, + setup_powered, + test_connect2); + test_iso2("ISO Connect2 CIG 0x01/0x02 Seq - Success", &connect_2_16_2_1, setup_powered, test_connect2_seq);