diff options
| author | Dolph Mathews <dolph.mathews@rackspace.com> | 2011-08-05 21:45:09 -0500 |
|---|---|---|
| committer | Dolph Mathews <dolph.mathews@rackspace.com> | 2011-08-05 22:45:26 -0500 |
| commit | 25f5e3a85571fb5b3a28b44a30d0eb7fbb6e026d (patch) | |
| tree | 74a93af6ef69f28277c53824eb3bf3c75d3e9103 /setup.py | |
| parent | cea7fca224c29d4edf621c59f7402d53cb9fd6cd (diff) | |
Gets Keystone a bit more inline with the way that
other OpenStack projects run tests. Basically, adds the standard
run_tests.sh script, modifies the run_tests.py script to do the
following:
a) Correctly create a test configuration file that is passed
to keystone-manage and keystone. This allows you to test
keystone on a server that already has keystone running on it
b) Some DRY cleanup around the removal of database files that
get created in the course of testing
c) Creates a virtualenv automatically with the -V (-f) flag,
which reads the tools/pip-requires file and constructs a virtualenv
with all dependencies installed
Change-Id: I8defa5956a7f23258936d04a11655d36a71226ec
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -54,6 +54,7 @@ setup( zip_safe=False, cmdclass=cmdclass, install_requires=['setuptools'], + test_suite='nose.collector', entry_points={ 'paste.app_factory': ['main=identity:app_factory'], 'paste.filter_factory': [ |
