From 63a1c8e27d960474a0cc68f761e74fa7fbb873af Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Thu, 12 Mar 2026 14:26:04 -0400 Subject: [PATCH] MT#55283 tests for I021f44ba2 Change-Id: Ic3402acb28dc509ee97b88d23cc86fc4a75faa61 --- t/auto-daemon-tests-pubsub.pl | 68 ++++++++++++++++++++++++++++++++++- 1 file changed, 67 insertions(+), 1 deletion(-) diff --git a/t/auto-daemon-tests-pubsub.pl b/t/auto-daemon-tests-pubsub.pl index 62ea7e042..c7c7234a7 100755 --- a/t/auto-daemon-tests-pubsub.pl +++ b/t/auto-daemon-tests-pubsub.pl @@ -31,6 +31,72 @@ use_json(1); +new_call; + +offer('existing a=label', { }, < ['SIPREC', 'all'] }, <{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}, 220, 'port usage'); +is($resp->{interfaces}[0]{ports}{used}, 228, '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');