diff options
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 * |