[asterisk-commits] mnicholson: branch mnicholson/fancy-versions r2412 - /asterisk/team/mnicholso...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Sep 22 14:19:35 CDT 2011
Author: mnicholson
Date: Thu Sep 22 14:19:32 2011
New Revision: 2412
URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=2412
Log:
documentation
Modified:
asterisk/team/mnicholson/fancy-versions/README.txt
Modified: asterisk/team/mnicholson/fancy-versions/README.txt
URL: http://svnview.digium.com/svn/testsuite/asterisk/team/mnicholson/fancy-versions/README.txt?view=diff&rev=2412&r1=2411&r2=2412
==============================================================================
--- asterisk/team/mnicholson/fancy-versions/README.txt (original)
+++ asterisk/team/mnicholson/fancy-versions/README.txt Thu Sep 22 14:19:32 2011
@@ -299,8 +299,6 @@
# The properties section contains information about requirements and
# dependencies for this test.
properties:
- minversion : '1.4' # minimum Asterisk version compatible with this test
- maxversion : '1.8' # OPTIONAL
dependencies : | # OPTIONAL
# List dependencies that must be met for this test to run
#
@@ -320,6 +318,36 @@
- custom : 'ipv6'
- custom : 'fax'
+ versions:
+ # A set of versions that a test should run against can be specified
+ # here. Versions can be specified as a particular release, a particular
+ # asterisk branch, or a specific svn branch and or set of revisions.
+
+ - release: 1.8.7.0-rc1
+ - release: 10.0.0
+
+ - branch: 1.8 # run on all 1.8 versions
+
+ # run on branch /team/mnicholson/fancy-features on r432545 and greater
+ - svn:
+ branch: mnicholson-fancy-features
+ from: 432545
+
+ # run on branch /branches/1.8 on r1000 through r2000
+ - svn:
+ branch: 1.8
+ from: 1000
+ to: 1000
+
+ # run on branch /branches/10 up through r1025
+ - svn:
+ branch: 10
+ to: 1025
+
+ # run on branch /branches/10 only on r1234
+ - svn:
+ branch: 10
+ revision: 1234
--------------------------------------------------------------------------------
More information about the asterisk-commits
mailing list