From 234888893240bd69ade6e6699c34f7354fd92407 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Fri, 19 Sep 2025 14:09:31 -0400 Subject: [PATCH] MT#63317 bundle + DTLS test Change-Id: I5f45422a7bff52c6a075cf555fb839f6c6d8098d --- t/auto-daemon-tests-bundle.pl | 56 +++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) diff --git a/t/auto-daemon-tests-bundle.pl b/t/auto-daemon-tests-bundle.pl index ab4a347fc..006d9aaf6 100755 --- a/t/auto-daemon-tests-bundle.pl +++ b/t/auto-daemon-tests-bundle.pl @@ -23,6 +23,62 @@ my ($sock_a, $sock_b, $sock_c, $sock_d, $port_a, $port_b, $port_c, $ssrc_a, $ssr +($sock_a, $sock_b) = + new_call([qw(198.51.100.14 6438)], + [qw(198.51.100.14 6440)]); + +($port_a, undef, $port_b) = offer('optional bundle w DTLS', + { bundle => ['accept'], ICE => 'remove', 'transport-protocol' => 'RTP/AVP' }, <