All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ] iso-test: Add ISO 48_2_1 Defer Send
@ 2022-07-28 21:06 Luiz Augusto von Dentz
  2022-07-28 22:00 ` [BlueZ] " bluez.test.bot
  2022-08-01 22:10 ` [PATCH BlueZ] " patchwork-bot+bluetooth
  0 siblings, 2 replies; 3+ messages in thread
From: Luiz Augusto von Dentz @ 2022-07-28 21:06 UTC (permalink / raw)
  To: linux-bluetooth

From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

This adds ISO 48_2_1 Defer Send test which enables just output instead
of both.
---
 tools/iso-tester.c | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/tools/iso-tester.c b/tools/iso-tester.c
index 8010c0a36..cae5fb4b7 100644
--- a/tools/iso-tester.c
+++ b/tools/iso-tester.c
@@ -567,6 +567,13 @@ static const struct iso_client_data connect_16_2_1_defer_send = {
 	.defer = true,
 };
 
+static const struct iso_client_data connect_48_2_1_defer_send = {
+	.qos = QOS_48_2_1,
+	.expect_err = 0,
+	.send = &send_16_2_1,
+	.defer = true,
+};
+
 static const struct iso_client_data listen_16_2_1_defer_recv = {
 	.qos = QOS_16_2_1,
 	.expect_err = 0,
@@ -1674,6 +1681,10 @@ int main(int argc, char *argv[])
 							setup_powered,
 							test_connect);
 
+	test_iso("ISO 48_2_1 Defer Send - Success", &connect_48_2_1_defer_send,
+							setup_powered,
+							test_connect);
+
 	test_iso("ISO Defer Receive - Success", &listen_16_2_1_defer_recv,
 						setup_powered, test_listen);
 
-- 
2.37.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* RE: [BlueZ] iso-test: Add ISO 48_2_1 Defer Send
  2022-07-28 21:06 [PATCH BlueZ] iso-test: Add ISO 48_2_1 Defer Send Luiz Augusto von Dentz
@ 2022-07-28 22:00 ` bluez.test.bot
  2022-08-01 22:10 ` [PATCH BlueZ] " patchwork-bot+bluetooth
  1 sibling, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2022-07-28 22:00 UTC (permalink / raw)
  To: linux-bluetooth, luiz.dentz

[-- Attachment #1: Type: text/plain, Size: 1047 bytes --]

This is automated email and please do not reply to this email!

Dear submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=663886

---Test result---

Test Summary:
CheckPatch                    PASS      1.30 seconds
GitLint                       PASS      0.77 seconds
Prep - Setup ELL              PASS      26.60 seconds
Build - Prep                  PASS      0.75 seconds
Build - Configure             PASS      8.51 seconds
Build - Make                  PASS      959.56 seconds
Make Check                    PASS      11.15 seconds
Make Check w/Valgrind         PASS      274.10 seconds
Make Distcheck                PASS      233.63 seconds
Build w/ext ELL - Configure   PASS      8.49 seconds
Build w/ext ELL - Make        PASS      79.18 seconds
Incremental Build w/ patches  PASS      0.00 seconds
Scan Build                    PASS      483.41 seconds



---
Regards,
Linux Bluetooth


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH BlueZ] iso-test: Add ISO 48_2_1 Defer Send
  2022-07-28 21:06 [PATCH BlueZ] iso-test: Add ISO 48_2_1 Defer Send Luiz Augusto von Dentz
  2022-07-28 22:00 ` [BlueZ] " bluez.test.bot
@ 2022-08-01 22:10 ` patchwork-bot+bluetooth
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+bluetooth @ 2022-08-01 22:10 UTC (permalink / raw)
  To: Luiz Augusto von Dentz; +Cc: linux-bluetooth

Hello:

This patch was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Thu, 28 Jul 2022 14:06:37 -0700 you wrote:
> From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
> 
> This adds ISO 48_2_1 Defer Send test which enables just output instead
> of both.
> ---
>  tools/iso-tester.c | 11 +++++++++++
>  1 file changed, 11 insertions(+)

Here is the summary with links:
  - [BlueZ] iso-test: Add ISO 48_2_1 Defer Send
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=cb42377ae002

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-08-01 22:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-28 21:06 [PATCH BlueZ] iso-test: Add ISO 48_2_1 Defer Send Luiz Augusto von Dentz
2022-07-28 22:00 ` [BlueZ] " bluez.test.bot
2022-08-01 22:10 ` [PATCH BlueZ] " patchwork-bot+bluetooth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.