diff options
author | Michael Gundlach <michael.gundlach@rackspace.com> | 2010-10-26 11:48:20 -0400 |
---|---|---|
committer | Michael Gundlach <michael.gundlach@rackspace.com> | 2010-10-26 11:48:20 -0400 |
commit | ba6d9293204284a7c74b5b0cffe63767941fd25c (patch) | |
tree | 72ab7a7d6bd3b25fc52b094f2bdab610a94be002 /run_tests.py | |
parent | 11802b76c02ff94cde67b68ce085584f137609d6 (diff) | |
download | nova-ba6d9293204284a7c74b5b0cffe63767941fd25c.tar.gz nova-ba6d9293204284a7c74b5b0cffe63767941fd25c.tar.xz nova-ba6d9293204284a7c74b5b0cffe63767941fd25c.zip |
Delete BaseTestCase and with it the last reference to tornado.
Requires commenting out some service_unittest tests which were silently failing under BaseTestCase and which now fail under TrialTestCase. vishy says he wrote the code and thinks he knows what is going wrong.
Diffstat (limited to 'run_tests.py')
-rw-r--r-- | run_tests.py | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/run_tests.py b/run_tests.py index 9a2f40dc9..c16c63249 100644 --- a/run_tests.py +++ b/run_tests.py @@ -48,24 +48,8 @@ from twisted.scripts import trial as trial_script 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 * -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.twistd_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 |