nova/nova/tests/unit
Anthony PERARD 91dcdb5c6c libvirt-xen: Fix block device prefix and disk bus.
For a disk on a Xen guest, sda and xvda are not interchangeable. A "xen"
disk bus indicates a PV disk, and the prefix for it is xvdX.

An "ide" disk can not work with a Xen PV guest, so the function
get_disk_bus_for_device_type is made aware of the kind of guest and will
return the right disk bus, "ide" for an HVM guest, and "xen" for a PV
guest.

Change-Id: I0617151a30c2b1825938a0bd1978aae4cdbef1df
2015-02-03 13:59:51 +00:00
..
api Merge "Merge evacuate extension tests in test_evacuate" 2015-02-02 20:52:19 +00:00
cells Merge "Change default value of multi_instance_display_name_template" 2015-01-29 02:25:14 +00:00
cert Remove havana compat from nova.cert.rpcapi 2014-11-22 01:10:05 +00:00
cmd Added hacking rule for assertTrue/False(A in B) 2015-01-07 12:25:53 +03:00
compute Merge "Add more status when do _poll_rebooting_instances" 2015-02-03 00:25:51 +00:00
conductor Fix leaking exceptions from scheduler utils 2015-01-30 20:47:35 +01:00
console Remove havana compat from nova.console.rpcapi 2014-11-13 06:32:12 +00:00
consoleauth Switch to moxstubout and mockpatch from oslotest 2014-12-02 08:03:42 -05:00
db Expand instances project_id index to cover deleted as well 2015-02-02 13:42:23 -08:00
fake_loadables
functional
image Merge "Remove condition check for python2.6 in test_glance" 2015-01-05 19:52:17 +00:00
keymgr
monkey_patch_example Enable check for H238 rule 2015-01-20 18:05:47 +03:00
network Merge "Transform IPAddress to string when creating port" 2015-02-02 22:28:16 +00:00
objects Merge "Add update_or_create flag to BDM objects create()" 2015-02-02 19:57:22 +00:00
pci Merge "Add numa_node to PCIDevice" 2015-01-16 22:02:45 +00:00
scheduler Fix leaking exceptions from scheduler utils 2015-01-30 20:47:35 +01:00
servicegroup Fix conductor processes race trying to join servicegroup (zk driver) 2014-11-13 17:22:54 +01:00
ssl_cert Update WSGI SSL IPv6 test and SSL certificates 2015-01-07 23:10:00 -06:00
virt libvirt-xen: Fix block device prefix and disk bus. 2015-02-03 13:59:51 +00:00
volume Add log message to is_luks function 2015-01-30 20:03:41 -05:00
README.rst
__init__.py move eventlet GREENDNS override to top level 2014-12-08 17:41:03 -05:00
cast_as_call.py
conf_fixture.py move all conf overrides to conf_fixture 2014-12-09 14:05:45 -05:00
fake_block_device.py
fake_crypto.py
fake_hosts.py
fake_instance.py Add flavor fields to Instance object 2015-01-29 08:53:22 -08:00
fake_ldap.py Don't translate exceptions in tests 2015-01-21 14:39:11 +02:00
fake_network.py Enable check for H238 rule 2015-01-20 18:05:47 +03:00
fake_network_cache_model.py
fake_notifier.py Fix using anyjson in fake_notifier 2014-12-16 18:37:33 +00:00
fake_pci_device_pools.py Add pci_device_pools to ComputeNode object 2014-12-17 14:34:44 +00:00
fake_policy.py Remove duplicated policy check at nova-network FlatManager 2015-01-06 16:50:28 +08:00
fake_processutils.py rename oslo.concurrency to oslo_concurrency 2014-12-06 23:30:05 +08:00
fake_server_actions.py
fake_utils.py
fake_volume.py Merge "Enable check for H238 rule" 2015-01-21 18:24:31 +00:00
image_fixtures.py
matchers.py Fix errors in string formatting operations 2015-01-21 22:41:28 -05:00
policy_fixture.py Performance: leverage dict comprehension in PEP-0274 2015-01-16 10:06:13 +08:00
test_api_validation.py Expand valid resource name character set 2014-12-18 06:51:14 -06:00
test_availability_zones.py
test_baserpc.py
test_bdm.py
test_block_device.py Merge "libvirt: fix failure when attaching volume to iso instance" 2015-02-02 22:27:24 +00:00
test_cinder.py Use session in cinderclient 2014-11-18 09:46:25 +10:00
test_configdrive2.py Switch to moxstubout and mockpatch from oslotest 2014-12-02 08:03:42 -05:00
test_context.py Prevent admin role leak in context.elevated 2014-11-24 22:58:05 +00:00
test_crypto.py rename oslo.concurrency to oslo_concurrency 2014-12-06 23:30:05 +08:00
test_exception.py
test_fixtures.py Fix and re-gate on H306 2015-01-10 21:45:08 +00:00
test_flavors.py Expand valid resource name character set 2014-12-18 06:51:14 -06:00
test_hacking.py Remove N331 hacking rules 2015-01-27 06:10:19 +08:00
test_hooks.py
test_instance_types_extra_specs.py
test_iptables_network.py Added hacking rule for assertTrue/False(A in B) 2015-01-07 12:25:53 +03:00
test_ipv6.py
test_linuxscsi.py
test_loadables.py
test_matchers.py Expansion of matching XML strings logic 2015-01-15 17:04:10 +00:00
test_metadata.py Remove unused method from test_metadata 2015-01-29 20:58:15 -08:00
test_notifications.py Fix up some instance object creation issues in tests 2015-01-29 08:49:15 -08:00
test_nova_manage.py Add migrate_flavor_data to nova-manage 2015-01-29 14:39:48 -08:00
test_objectstore.py remove pylint source code annotations 2015-01-08 13:26:32 +00:00
test_pipelib.py
test_policy.py Performance: leverage dict comprehension in PEP-0274 2015-01-16 10:06:13 +08:00
test_quota.py Merge "Add unit test for getting project quota remains" 2015-01-23 08:10:03 +00:00
test_safeutils.py
test_service.py Use osapi_compute worker for api v2 service 2014-12-16 16:35:31 -08:00
test_test.py move ServiceFixture and TranslationFixture 2014-12-09 14:05:45 -05:00
test_test_utils.py
test_utils.py Use a workarounds option to disable rootwrap 2015-01-28 14:57:41 -08:00
test_versions.py
test_weights.py
test_wsgi.py Merge "Set socket options in correct way" 2015-01-29 21:43:26 +00:00
utils.py Fix up some instance object creation issues in tests 2015-01-29 08:49:15 -08:00

README.rst

OpenStack Nova Testing Infrastructure

This README file attempts to provide current and prospective contributors with everything they need to know in order to start creating unit tests for nova.

Note: the content for the rest of this file will be added as the work items in the following blueprint are completed: https://blueprints.launchpad.net/nova/+spec/consolidate-testing-infrastructure

Test Types: Unit vs. Functional vs. Integration

TBD

Writing Unit Tests

TBD

Using Fakes

TBD

test.TestCase

The TestCase class from nova.test (generally imported as test) will automatically manage self.stubs using the stubout module and self.mox using the mox module during the setUp step. They will automatically verify and clean up during the tearDown step.

If using test.TestCase, calling the super class setUp is required and calling the super class tearDown is required to be last if tearDown is overridden.

Writing Functional Tests

TBD

Writing Integration Tests

TBD

Tests and Exceptions

A properly written test asserts that particular behavior occurs. This can be a success condition or a failure condition, including an exception. When asserting that a particular exception is raised, the most specific exception possible should be used.

In particular, testing for Exception being raised is almost always a mistake since it will match (almost) every exception, even those unrelated to the exception intended to be tested.

This applies to catching exceptions manually with a try/except block, or using assertRaises().

Example:

self.assertRaises(exception.InstanceNotFound, db.instance_get_by_uuid,
                  elevated, instance_uuid)

If a stubbed function/method needs a generic exception for testing purposes, test.TestingException is available.

Example:

def stubbed_method(self):
    raise test.TestingException()
self.stubs.Set(cls, 'inner_method', stubbed_method)

obj = cls()
self.assertRaises(test.TestingException, obj.outer_method)

Stubbing and Mocking

Whenever possible, tests SHOULD NOT stub and mock out the same function.

If it's unavoidable, tests SHOULD define stubs before mocks since the TestCase cleanup routine will un-mock before un-stubbing. Doing otherwise results in a test that leaks stubbed functions, causing hard-to-debug interference between tests1.

If a mock must take place before a stub, any stubs after the mock call MUST be manually unset using self.cleanUp calls within the test.


  1. https://bugs.launchpad.net/nova/+bug/1180671↩︎