lasso/tests/integration
Benjamin Dauvergne d72cc31347 [integration tests] show more callers when using valgrind memcheck looking for leaks in authentic and lcs 2011-11-22 18:51:49 +01:00
..
saml2 [tests integration] adapt to string change in lcs/qommon/saml2.ptl 2010-10-11 18:30:53 +02:00
README Tests: add configuration file loading to integration test 2009-08-27 12:07:40 +00:00
private-key.pem added integration tests to repository 2008-02-25 09:55:36 +00:00
public-key.pem added integration tests to repository 2008-02-25 09:55:36 +00:00
valgrind-wrapper.sh [integration tests] show more callers when using valgrind memcheck looking for leaks in authentic and lcs 2011-11-22 18:51:49 +01:00

README

README for Lasso Integration Tests
==================================

Requirements:
 - twill (apt-get install python-twill)
 - nose (apt-get install python-nose)
 - Authentic & LCS from Subversion and CVS



Default configuration is to look for apps in their installation directories,
but it is also possible to run tests without installing anything.  Example of a
config file is in tests/config.py.example (must be renamed to config.py to be
effective). You can also place a configuration file in
~/.config/lasso_integration.conf, the format is "key = value" without any
quoting.

Tests are run with nosetests from this directory.

You can use the following environement variables to fine tune the execution of
the tests:
        - LASSO_BUILDDIR, to specify an out of source build directory to
          test,
        - NO_SILENT, to allow authentic and lcs outputs,
        - VALGRIND, to check memory leaks using valgrind.