[Asterisk-code-review] pjsip/resolver/aaaa: Update sipp target to '[::1]' (testsuite[master])
George Joseph
asteriskteam at digium.com
Fri Jul 27 09:28:55 CDT 2018
George Joseph has uploaded this change for review. ( https://gerrit.asterisk.org/9740
Change subject: pjsip/resolver/aaaa: Update sipp target to '[::1]'
......................................................................
pjsip/resolver/aaaa: Update sipp target to '[::1]'
On certain platforms, sipp needs to be told explicitly that the
target is '[::1]' or you get the following error:
"Network family mismatch for local and remote IP"
Change-Id: I83cf5021c883f8fa4bbb2aab7f7d1eebd034f7fb
---
M tests/channels/pjsip/resolver/aaaa/test-config.yaml
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/40/9740/1
diff --git a/tests/channels/pjsip/resolver/aaaa/test-config.yaml b/tests/channels/pjsip/resolver/aaaa/test-config.yaml
index 228b726..64c92ec 100644
--- a/tests/channels/pjsip/resolver/aaaa/test-config.yaml
+++ b/tests/channels/pjsip/resolver/aaaa/test-config.yaml
@@ -20,7 +20,7 @@
test-iterations:
-
scenarios:
- - { 'key-args': {'scenario': 'uas.xml', '-i': '[::1]', '-p': '5061'} }
+ - { 'target': '[::1]', 'key-args': {'scenario': 'uas.xml', '-i': '[::1]', '-p': '5061'} }
originator:
trigger: 'ami_connect'
--
To view, visit https://gerrit.asterisk.org/9740
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: testsuite
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I83cf5021c883f8fa4bbb2aab7f7d1eebd034f7fb
Gerrit-Change-Number: 9740
Gerrit-PatchSet: 1
Gerrit-Owner: George Joseph <gjoseph at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180727/7d71d9e4/attachment.html>
More information about the asterisk-code-review
mailing list