diff options
author | Soren Hansen <soren.hansen@rackspace.com> | 2010-09-22 13:26:36 +0200 |
---|---|---|
committer | Soren Hansen <soren.hansen@rackspace.com> | 2010-09-22 13:26:36 +0200 |
commit | d42e168763d232476407a07b79056fb745c6075e (patch) | |
tree | 25e98655b2fcf9a05ecc832ee17e0c1d9e7f2221 /run_tests.py | |
parent | 28336ed41e0d44d7600588a6014f6253e4b87a42 (diff) | |
parent | 4e727faf450154d89687b1a33dae2159d5b691a0 (diff) | |
download | nova-d42e168763d232476407a07b79056fb745c6075e.tar.gz nova-d42e168763d232476407a07b79056fb745c6075e.tar.xz nova-d42e168763d232476407a07b79056fb745c6075e.zip |
Merge trunk
Diffstat (limited to 'run_tests.py')
-rw-r--r-- | run_tests.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/run_tests.py b/run_tests.py index 75ab561a1..8bb068ed1 100644 --- a/run_tests.py +++ b/run_tests.py @@ -58,7 +58,9 @@ from nova.tests.flags_unittest import * from nova.tests.network_unittest import * from nova.tests.objectstore_unittest import * from nova.tests.process_unittest import * +from nova.tests.quota_unittest import * from nova.tests.rpc_unittest import * +from nova.tests.scheduler_unittest import * from nova.tests.service_unittest import * from nova.tests.validator_unittest import * from nova.tests.volume_unittest import * |