[asterisk-dev] [Code Review] Testsuite: new install_configs() function and ability for backwards compatible configs
paul.belanger at polybeacon.com
paul.belanger at polybeacon.com
Sat Jul 31 22:14:15 CDT 2010
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/831/
-----------------------------------------------------------
(Updated 2010-07-31 22:14:15.156251)
Review request for Asterisk Developers.
Summary (updated)
-------
Add the ability to specify a config directory to be installed. Everything within the directory, except the .svn, 1.4, 1.6.2 and 1.8 directories, will be copied over.
Also includes in functionality for backwards compatible config files. If a sub-directory is found to be the same as the running instance, it will use that version of .config file.
IE:
configs/sip.conf
configs/1.4/sip.conf
---
Installs all files located in the configuration directory for this instance of Asterisk.
Diffs (updated)
-----
asterisk/trunk/lib/python/asterisk/asterisk.py 627
asterisk/trunk/tests/iax-call-basic/run-test 627
Diff: https://reviewboard.asterisk.org/r/831/diff
Testing
-------
Updated iax-call-basic to use the new function, and test passed as expected.
Thanks,
pabelanger
More information about the asterisk-dev
mailing list