From 43c3b10c8234d0c455aed9e6e1ea2157fd5e05fb Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Thu, 12 Feb 2026 07:38:42 -0400 Subject: [PATCH] MT#55283 add test for I35761075c2 Change-Id: I1dac4e21f867d7f0dfd842864ce1a7e8aa21b426 --- t/auto-daemon-tests-pubsub.pl | 56 ++++++++++++++++++++++++++++++++++- 1 file changed, 55 insertions(+), 1 deletion(-) diff --git a/t/auto-daemon-tests-pubsub.pl b/t/auto-daemon-tests-pubsub.pl index f3cc5ab69..ee0a8ab0d 100755 --- a/t/auto-daemon-tests-pubsub.pl +++ b/t/auto-daemon-tests-pubsub.pl @@ -29,6 +29,60 @@ use_json(1); + +new_call; + +publish('extra answer', + { }, < ft() }, < $ttr }, <{response}); is($resp->{interfaces}[0]{name}, 'default', 'intf found'); is($resp->{interfaces}[0]{address}, '203.0.113.1', 'address found'); -is($resp->{interfaces}[0]{ports}{used}, 184, 'port usage'); +is($resp->{interfaces}[0]{ports}{used}, 188, 'port usage'); is($resp->{interfaces}[1]{name}, 'default', 'intf found'); is($resp->{interfaces}[1]{address}, '2001:db8:4321::1', 'address found'); is($resp->{interfaces}[1]{ports}{used}, 2, 'port usage');