From 602316be411d207323f83bcfe0ec36df80e39278 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Fri, 19 Sep 2025 15:41:22 -0400 Subject: [PATCH] MT#63317 test for Ic207652 Change-Id: I36ebd2efb400f50ebefd149bde31f6d769ea29c8 --- t/auto-daemon-tests-bundle.pl | 264 ++++++++++++++++++++++++++++++++++ 1 file changed, 264 insertions(+) diff --git a/t/auto-daemon-tests-bundle.pl b/t/auto-daemon-tests-bundle.pl index 006d9aaf6..22c91ff6b 100755 --- a/t/auto-daemon-tests-bundle.pl +++ b/t/auto-daemon-tests-bundle.pl @@ -3085,5 +3085,269 @@ is($port_d, $port_dx, "same port"); +($sock_a, $sock_b, $sock_c) = + new_call([qw(198.51.100.14 6470)], + [qw(198.51.100.14 6472)], + [qw(198.51.100.14 6474)]); + +($port_a, undef, $port_b) = offer('strict bundle, accept', + { bundle => ['strict'] }, <