diff options
| author | Vishvananda Ishaya <vishvananda@gmail.com> | 2010-07-19 13:19:26 -0500 |
|---|---|---|
| committer | Vishvananda Ishaya <vishvananda@gmail.com> | 2010-07-19 13:19:26 -0500 |
| commit | a3ca587654095ffd4b97103302fb0744e505e332 (patch) | |
| tree | 5e7ef9e1e7fc7f35ca7c216ebfffea958c9d4d58 /run_tests.py | |
| parent | b09e69c5579526fcc1a08c7e3c3a3c880fa09297 (diff) | |
| download | nova-a3ca587654095ffd4b97103302fb0744e505e332.tar.gz nova-a3ca587654095ffd4b97103302fb0744e505e332.tar.xz nova-a3ca587654095ffd4b97103302fb0744e505e332.zip | |
Massive refactor of users.py
Split users.py into manager.py and ldpadriver.py
Added tons of docstrings
Cleaned up public methods
Simplified manager singleton handling
Diffstat (limited to 'run_tests.py')
| -rw-r--r-- | run_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.py b/run_tests.py index eb26459c5..f42d315e0 100644 --- a/run_tests.py +++ b/run_tests.py @@ -57,7 +57,7 @@ from nova.tests.node_unittest import * from nova.tests.objectstore_unittest import * from nova.tests.process_unittest import * from nova.tests.storage_unittest import * -from nova.tests.users_unittest import * +from nova.tests.auth_unittest import * from nova.tests.validator_unittest import * |
