diff options
| author | Vishvananda Ishaya <vishvananda@gmail.com> | 2010-07-27 13:08:22 -0700 |
|---|---|---|
| committer | Vishvananda Ishaya <vishvananda@gmail.com> | 2010-07-27 13:08:22 -0700 |
| commit | fe4ba7d896347485347306b9702ebb5daa2afebf (patch) | |
| tree | 8561513a5f0de3ad77f68141034995a477995711 /run_tests.py | |
| parent | 754db8ef1ceb84fa9a1f44bfc6c5c6bbd99cd7e1 (diff) | |
| parent | a5f4a865b537d95acf5f02458824f95d30aac261 (diff) | |
| download | nova-fe4ba7d896347485347306b9702ebb5daa2afebf.tar.gz nova-fe4ba7d896347485347306b9702ebb5daa2afebf.tar.xz nova-fe4ba7d896347485347306b9702ebb5daa2afebf.zip | |
merged trunk
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 ae2874f58..5a8966f02 100644 --- a/run_tests.py +++ b/run_tests.py @@ -50,6 +50,7 @@ from nova import flags from nova import twistd from nova.tests.access_unittest import * +from nova.tests.auth_unittest import * from nova.tests.api_unittest import * from nova.tests.cloud_unittest import * from nova.tests.compute_unittest import * @@ -57,7 +58,6 @@ from nova.tests.model_unittest import * from nova.tests.network_unittest import * from nova.tests.objectstore_unittest import * from nova.tests.process_unittest import * -from nova.tests.users_unittest import * from nova.tests.validator_unittest import * from nova.tests.volume_unittest import * |
