Metadata-Version: 1.0
Name: erp5.appliance.test
Version: 2.2.2
Summary: ERP5 Appliance testing system
Home-page: http://svn.erp5.org/erp5/trunk/utils/erp5.appliance.test
Author: Lukasz Nowak
Author-email: luke@nexedi.com
License: GPL
Description: Tests ERP5 Appliance https://svn.erp5.org/repos/public/erp5/trunk/buildout/
        
        There are two binaries available:
        
         - erp5apptest212
         - erp5apptest28
        
        First one is used to test README for Zope 2.12 flavour, second to test Zope 2.8
        flavour of ERP5 Appliance buildout.
        
        Running any of those binaries with -h option will give command line help.
        
        2.2.2 (2010-12-03)
        ------------------
        
         - bugfix: 2.2.1 with undefined name [Łukasz Nowak]
        
        2.2.1 (2010-12-03)
        ------------------
        
         - bugfix: 2.2 with syntax error [Łukasz Nowak]
        
        2.2 (2010-12-03)
        ----------------
        
         - create downloads directory to follow updated README [Łukasz Nowak]
        
        2.1 (2010-12-02)
        ----------------
        
         - allow to pass tail to instance, which makes possible to configure instance
           ports on test machines [Łukasz Nowak]
        
        2.0 (2010-12-02)
        ----------------
        
         - test only extends based scenrio (official one), as checkout one is easier
           and will work [Łukasz Nowak]
         - detect revision without calling extenal svn command [Łukasz Nowak]
        
        1.17 (2010-12-02)
        -----------------
        
         - bugfix: avoid timeout leakage in case of failed invocation [Łukasz Nowak]
        
        1.16 (2010-12-02)
        -----------------
        
         - use python to download bootstrap.py, like in README [Łukasz Nowak]
        
        1.15 (2010-12-02)
        -----------------
        
         - Added bulletproofnes by not raising exceptions. [Łukasz Nowak]
         - Update a readme a bit. [Łukasz Nowak]
         - Allow to pass buildout run timeout to be less restrictive for overloaded
           test machines. [Łukasz Nowak]
        
        1.14 (2010-11-29)
        -----------------
        
         - Pass PATH when cleaning environment, to being able to find svn in own
           location.
           [Łukasz Nowak]
        
        1.13 (2010-11-29)
        -----------------
        
         - Fix a bug related with wrong arguments to run calls.
           [Łukasz Nowak]
        
        1.12 (2010-11-29)
        -----------------
        
         - Reupload package.
           [Łukasz Nowak]
        
        1.10 (2010-11-29)
        -----------------
        
         - The steps to run the buildout to install Zope2.8 must be the same
           of Zope2.12.
           [Lucas Carvalho]
        
        1.9 (2010-11-25)
        ----------------
        
         - Do not translate information returned by svn info
           [Romain Courteaud]
         - Simplify test suite name
           [Romain Courteaud]
        
        1.8.2 (2010-11-25)
        ------------------
        
         - fix urlparse backward compatibility
           [Łukasz Nowak]
        
        1.8.1 (2010-11-25)
        ------------------
        
         - fix condition in detecting running python version during installation
           [Łukasz Nowak]
        
        1.8 (2010-11-25)
        ----------------
        
         - add support for python since 2.4
           [Łukasz Nowak]
        
        1.7 (2010-11-24)
        ----------------
        
         - follow README-2.12 change -- use default python binary by default
           [Łukasz Nowak]
         - extend test timeout time to one hour
           [Łukasz Nowak]
        
        1.6 (2010-11-23)
        ----------------
        
         - Transmit only last 900 lines of produced log output to external system.
           [Lukasz Nowak]
        
        1.5 (2010-11-22)
        ----------------
        
         - Subcommands are logged with INFO log.
           [Łukasz Nowak]
         - More time allowed during test run.
           [Łukasz Nowak]
        
        1.4 (2010-11-22)
        ----------------
        
         - In non verbose mode use INFO logging filter.
           [Łukasz Nowak]
        
        1.3 (2010-11-22)
        ----------------
        
         - Reuse verbose parameter and pass it conditionally to buildout run.
           [Łukasz Nowak]
        
        1.2 (2010-11-22)
        ----------------
        
         - Call close manually.
           [Łukasz Nowak]
        
        1.1 (2010-11-19)
        ----------------
        
         - Allow no port definition in post URL.
           [Łukasz Nowak]
        
         - Support case when program exited to early, so no more additional tracebacks
           are emitted.
           [Łukasz Nowak]
        
        1.0 (2010-11-19)
        ----------------
        
         - Initial version.
           [Łukasz Nowak]
        
Keywords: erp5 appliance test
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: POSIX
Classifier: Topic :: Software Development :: Testing
Classifier: Programming Language :: Python :: 2.4
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
