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

Mark Michelson asteriskteam at digium.com
Thu Aug 20 09:09:48 CDT 2015


Mark Michelson has uploaded a new change for review.

  https://gerrit.asterisk.org/1124

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(-)


  git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/24/1124/1

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: newchange
Gerrit-Change-Id: I6dcd115c489aae199f9c6cad90afa06854d47473
Gerrit-PatchSet: 1
Gerrit-Project: testsuite
Gerrit-Branch: master
Gerrit-Owner: Mark Michelson <mmichelson at digium.com>



More information about the asterisk-code-review mailing list