[Asterisk-code-review] sip redirecting reason: Update minversion to be correct. (testsuite[master])

Matt Jordan asteriskteam at digium.com
Thu Aug 20 09:26:28 CDT 2015


Matt Jordan has submitted this change and it was merged.

Change subject: sip_redirecting_reason: Update minversion to be correct.
......................................................................


sip_redirecting_reason: Update minversion to be correct.

The Asterisk 11 test plan is failing this test currently, and for good
reason. This feature does not exist in Asterisk 11. This change bumps
the minversion to 13.0.0 so that the test will not try to run against
Asterisk 11.

Change-Id: I6dcd115c489aae199f9c6cad90afa06854d47473
---
M tests/channels/SIP/redirecting_reason/test-config.yaml
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Matt Jordan: Looks good to me, approved; Verified



diff --git a/tests/channels/SIP/redirecting_reason/test-config.yaml b/tests/channels/SIP/redirecting_reason/test-config.yaml
index ae8570f..f9d4ddc 100644
--- a/tests/channels/SIP/redirecting_reason/test-config.yaml
+++ b/tests/channels/SIP/redirecting_reason/test-config.yaml
@@ -52,7 +52,7 @@
         count: '3'
 
 properties:
-    minversion: 1.8.15.0-cert
+    minversion: '13.0.0'
     dependencies:
         - python: 'starpy'
         - sipp:

-- 
To view, visit https://gerrit.asterisk.org/1124
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I6dcd115c489aae199f9c6cad90afa06854d47473
Gerrit-PatchSet: 1
Gerrit-Project: testsuite
Gerrit-Branch: master
Gerrit-Owner: Mark Michelson <mmichelson at digium.com>
Gerrit-Reviewer: Matt Jordan <mjordan at digium.com>



More information about the asterisk-code-review mailing list