~nova-coresec/nova/bexar-translations

« back to all changes in this revision

Viewing changes to run_tests.py

  • Committer: Vishvananda Ishaya
  • Date: 2010-07-21 19:42:22 UTC
  • mto: This revision was merged to the branch mainline in revision 178.
  • Revision ID: vishvananda@gmail.com-20100721194222-4bm87ndw25r8dlxb
refactor daemons to use common base class in preparation for network refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
from nova.tests.access_unittest import *
53
53
from nova.tests.api_unittest import *
54
54
from nova.tests.cloud_unittest import *
 
55
from nova.tests.compute_unittest import *
55
56
from nova.tests.model_unittest import *
56
57
from nova.tests.network_unittest import *
57
 
from nova.tests.node_unittest import *
58
58
from nova.tests.objectstore_unittest import *
59
59
from nova.tests.process_unittest import *
60
 
from nova.tests.storage_unittest import *
61
60
from nova.tests.users_unittest import *
62
61
from nova.tests.validator_unittest import *
 
62
from nova.tests.volume_unittest import *
63
63
 
64
64
 
65
65
FLAGS = flags.FLAGS