diff options
author | Michael Gundlach <michael.gundlach@rackspace.com> | 2010-10-13 16:36:33 -0400 |
---|---|---|
committer | Michael Gundlach <michael.gundlach@rackspace.com> | 2010-10-13 16:36:33 -0400 |
commit | beebed574bba9ef0e7bbeedd554a13ad5ded375a (patch) | |
tree | 3b35c1e18dc6604023474f871903b0d12eabb02e /run_tests.py | |
parent | 79a2c349ca5772a69b6f7f28a768e711d6db1524 (diff) | |
parent | a4aa6725be683e7e1f35df1e54069b755d19551b (diff) | |
download | nova-beebed574bba9ef0e7bbeedd554a13ad5ded375a.tar.gz nova-beebed574bba9ef0e7bbeedd554a13ad5ded375a.tar.xz nova-beebed574bba9ef0e7bbeedd554a13ad5ded375a.zip |
Merge from 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 fa1e6f15b..0b27ec6cf 100644 --- a/run_tests.py +++ b/run_tests.py @@ -65,6 +65,7 @@ from nova.tests.service_unittest import * from nova.tests.validator_unittest import * from nova.tests.virt_unittest import * from nova.tests.volume_unittest import * +from nova.tests.virt_unittest import * FLAGS = flags.FLAGS |