nova/nova
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
..
CA Make tests use sha256 as openssl default digest algorithm 2015-02-09 10:06:04 -05:00
api Merge "Move policy enforcement into REST API layer for v2.1 suspend/resume server" 2015-02-24 11:27:16 +00:00
cells Use oslo.log 2015-02-22 07:56:40 -05:00
cert Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
cloudpipe Use oslo.log 2015-02-22 07:56:40 -05:00
cmd Fixes novncproxy logging.setup() 2015-02-23 10:37:12 +00:00
compute Merge "Add methods that convert any volume BDM to driver format" 2015-02-23 20:00:43 +00:00
conductor Use oslo.log 2015-02-22 07:56:40 -05:00
console Use oslo.log 2015-02-22 07:56:40 -05:00
consoleauth Use oslo.log 2015-02-22 07:56:40 -05:00
db Use oslo.log 2015-02-22 07:56:40 -05:00
hacking hacking: Got rid of unnecessary TODO 2015-02-12 14:36:48 +02:00
image Use oslo.log 2015-02-22 07:56:40 -05:00
ipv6 Replace usage of LazyPluggable by stevedore driver 2015-02-17 14:49:48 +00:00
keymgr Use oslo.log 2015-02-22 07:56:40 -05:00
locale Imported Translations from Transifex 2015-02-17 06:20:46 +00:00
network Merge "Fix 500 when deleting a not existing ec2 security group" 2015-02-24 05:30:35 +00:00
objects Use oslo.log 2015-02-22 07:56:40 -05:00
objectstore Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
openstack Use oslo.log 2015-02-22 07:56:40 -05:00
pci Use oslo.log 2015-02-22 07:56:40 -05:00
rdp Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
scheduler Use oslo.log 2015-02-22 07:56:40 -05:00
servicegroup Use oslo.log 2015-02-22 07:56:40 -05:00
spice Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
storage Use oslo.log 2015-02-22 07:56:40 -05:00
tests Make compute unit tests inherit from test.NoDBTestCase 2015-02-24 17:54:29 +02:00
virt Merge "VMware: update get_available_datastores to only use clusters" 2015-02-24 04:14:08 +00:00
vnc Use oslo.log 2015-02-22 07:56:40 -05:00
volume Use oslo.log 2015-02-22 07:56:40 -05:00
__init__.py move eventlet GREENDNS override to top level 2014-12-08 17:41:03 -05:00
availability_zones.py Merge "Remove unused conductor parameter from get_host_availability_zone()" 2015-02-12 18:15:51 +00:00
baserpc.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
block_device.py Use oslo.log 2015-02-22 07:56:40 -05:00
config.py Use oslo.log 2015-02-22 07:56:40 -05:00
context.py Use oslo.log 2015-02-22 07:56:40 -05:00
crypto.py Use oslo.log 2015-02-22 07:56:40 -05:00
debugger.py Use oslo.log 2015-02-22 07:56:40 -05:00
exception.py Use oslo.log 2015-02-22 07:56:40 -05:00
filters.py Use oslo.log 2015-02-22 07:56:40 -05:00
hooks.py Use oslo.log 2015-02-22 07:56:40 -05:00
i18n.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
loadables.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
manager.py Use oslo.log 2015-02-22 07:56:40 -05:00
netconf.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
notifications.py Use oslo.log 2015-02-22 07:56:40 -05:00
paths.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
policy.py Add useful debug logging when policy checks fail 2015-02-23 16:44:04 -05:00
quota.py Use oslo.log 2015-02-22 07:56:40 -05:00
rpc.py Merge "Ensure publisher_id is set correctly in notifications" 2015-02-10 04:50:54 +00:00
safe_utils.py
service.py Use oslo.log 2015-02-22 07:56:40 -05:00
test.py Use oslo.log 2015-02-22 07:56:40 -05:00
utils.py Merge "Change utils.vpn_ping() to return a Boolean" 2015-02-23 22:12:14 +00:00
version.py Use oslo.log 2015-02-22 07:56:40 -05:00
weights.py Make scheduler filters/weighers only load once 2014-12-09 18:58:49 +01:00
wsgi.py Use oslo.log 2015-02-22 07:56:40 -05:00