diff options
author | Soren Hansen <soren.hansen@rackspace.com> | 2010-10-12 22:52:10 +0200 |
---|---|---|
committer | Soren Hansen <soren.hansen@rackspace.com> | 2010-10-12 22:52:10 +0200 |
commit | e2b7c99c6266b24dc8b53c47db3587aebd2381fe (patch) | |
tree | 67120b7a4e14cfc244fe3159447366bb7420e220 /run_tests.py | |
parent | 5be81520196c21aa9b60425bca7bf49935772cd1 (diff) | |
parent | 4f529fe118283164ccb2756f2001805c69c1cc4a (diff) | |
download | nova-e2b7c99c6266b24dc8b53c47db3587aebd2381fe.tar.gz nova-e2b7c99c6266b24dc8b53c47db3587aebd2381fe.tar.xz nova-e2b7c99c6266b24dc8b53c47db3587aebd2381fe.zip |
Merge trunk
Diffstat (limited to 'run_tests.py')
-rw-r--r-- | run_tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run_tests.py b/run_tests.py index 4121f4c06..fa1e6f15b 100644 --- a/run_tests.py +++ b/run_tests.py @@ -63,6 +63,7 @@ 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.virt_unittest import * from nova.tests.volume_unittest import * |