nova/nova/tests/unit/compute
Mike Durnosvistov d9dca3b76d Make compute unit tests inherit from test.NoDBTestCase
This patch changes the `compute` tests-package(where it's possible)
to test.NoDBTestCase saving test case running time.

- nova.tests.unit.compute.test_compute.CheckConfigDriveTestCase
  before : Ran 3 tests in 1.891s
  after : Ran 3 tests in 0.100s

- nova.tests.unit.compute.test_flavors.ExtraSpecTestCase
  before : Ran 3 tests in 1.842s
  after : Ran 3 tests in 0.113s

- nova.tests.unit.compute.test_resources.TestVCPU
  before : Ran 6 tests in 1.897s
  after : Ran 6 tests in 0.116s

- nova.tests.unit.compute.test_resources.BaseTestCase
  before : Ran 9 tests in 1.990s
  after : Ran 9 tests in 0.149s

- nova.tests.unit.compute.test_rpcapi.ComputeRpcAPITestCase
  before : Ran 76 tests in 3.941s
  after : Ran 76 tests in 0.796s

- nova.tests.unit.compute.monitors.test_cpu_monitor.\
      ComputeDriverCPUMonitorTestCase
  before : Ran 2 tests in 3.883s
  after : Ran 2 tests in 0.287s

- nova.tests.unit.compute.monitors.test_monitors.\
      ResourceMonitorBaseTestCase
  before : Ran 2 tests in 4.028s
  after : Ran 2 tests in 0.254s

- nova.tests.unit.compute.monitors.test_monitors.\
      ResourceMonitorsTestCase
  before : Ran 5 tests in 8.937s
  after : Ran 5 tests in 0.402s

Change-Id: I5b71b6360061261daf28037b8f293844cc352c6f
2015-02-24 17:54:29 +02:00
..
monitors Make compute unit tests inherit from test.NoDBTestCase 2015-02-24 17:54:29 +02:00
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
eventlet_utils.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
fake_resource_tracker.py Objectify calls to service_get_by_compute_host 2015-02-17 23:38:04 +00:00
test_arch.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_claims.py objects: remove default values for numa cell 2015-02-12 05:07:27 -05:00
test_compute.py Make compute unit tests inherit from test.NoDBTestCase 2015-02-24 17:54:29 +02:00
test_compute_api.py Support live-migrate of instances in PAUSED state 2015-02-18 15:14:54 +00:00
test_compute_cells.py Make compute API create() use BDM objects 2015-02-17 18:22:48 +01:00
test_compute_mgr.py Compute: pass flavor object to migrate_disk_and_power_off 2015-02-18 09:25:15 -08:00
test_compute_utils.py Expand try/except for get_machine_ips 2015-02-17 13:23:34 -08:00
test_compute_xen.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
test_flavors.py Make compute unit tests inherit from test.NoDBTestCase 2015-02-24 17:54:29 +02:00
test_host_api.py Cells: Fix service_get_by_compute_host 2015-02-02 17:14:40 -05:00
test_hvtype.py compute: rename hvtype.py to hv_type.py 2014-11-20 11:26:39 +00:00
test_keypairs.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
test_multiple_nodes.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
test_resource_tracker.py objects: remove default values for numa cell 2015-02-12 05:07:27 -05:00
test_resources.py Make compute unit tests inherit from test.NoDBTestCase 2015-02-24 17:54:29 +02:00
test_rpcapi.py Make compute unit tests inherit from test.NoDBTestCase 2015-02-24 17:54:29 +02:00
test_shelve.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
test_stats.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_tracker.py Objectify calls to service_get_by_compute_host 2015-02-17 23:38:04 +00:00
test_virtapi.py Switch to moxstubout and mockpatch from oslotest 2014-12-02 08:03:42 -05:00
test_vmmode.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00