nova/nova/tests
John H. Tran ae9c5f41b2 deallocate_fixed_ip attempts to update deleted ip
Fixes bug 1017633. When deleting a vm, the nova
network manager looks to deallocate wrong fixed
ip when context has read_deleted set to 'yes',
in case when a network had been deleted and re-
created , it attempts to update already deleted
fixed_ips and therefore looks to teardown from
wrong network_id as well.

Change-Id: I574a20273220ef81498403da80f489732ae81eb1
(cherry picked from commit 61ab72d15b)
2012-09-25 16:40:24 -07:00
..
CA
api Fix simple_tenant_usage's handing of future end times 2012-09-06 14:35:47 -07:00
baremetal HACKING fixes, TODO authors. 2012-03-16 01:24:12 +04:00
bundle
db Backslash continuations (nova.tests) 2012-02-17 06:12:04 +08:00
glance Better glance exception handling 2012-03-06 13:24:08 -05:00
image fix bug where nova ignores glance host in imageref 2012-04-05 15:50:05 -07:00
integrated Volumes API now uses underscores for attrs 2012-03-26 13:25:38 -07:00
monkey_patch_example Fixed some docstring 2011-08-23 09:46:49 -07:00
network deallocate_fixed_ip attempts to update deleted ip 2012-09-25 16:40:24 -07:00
notifier Fix OpenStack Capitalization 2012-03-15 16:10:53 -07:00
rpc Add missing ack to impl_qpid. 2012-06-14 16:00:21 -07:00
scheduler Merge "Fixes affinity filters when hints is None" into stable/essex 2012-07-24 20:04:57 +00:00
vmwareapi Convert vmwareapi code to UNIX style line endings 2012-01-25 12:08:12 +00:00
xenapi Remove unnecessary data from xenapi test 2012-03-19 14:58:36 -07:00
__init__.py Avoid weird test error when mox is missing 2012-02-02 17:29:05 +01:00
declare_flags.py Remove the last of the gflags shim layer 2012-02-10 06:31:56 +00:00
fake_flags.py fix for bug 821252. Smarter default scheduler 2012-03-01 14:44:29 -08:00
fake_libvirt_utils.py Use fake_libvirt_utils for libvirt console tests. 2012-06-25 12:04:25 -07:00
fake_network.py Fix errors in os-networks extension 2012-04-10 15:13:14 -07:00
fake_network_cache_model.py Ties quantum, melange, and nova network model 2012-02-01 13:29:14 -06:00
fake_utils.py Only raw string literals should be used with _() 2012-03-04 22:10:59 +00:00
fakelibvirt.py Redefine the domain's XML on volume attach/detach 2012-09-08 21:21:21 +00:00
policy.json Add attaching state for Volumes 2012-02-20 14:21:25 +00:00
runtime_flags.py Remove the last of the gflags shim layer 2012-02-10 06:31:56 +00:00
test_SolidFireSanISCSIDriver.py HACKING fixes, all but sqlalchemy. 2012-03-07 12:51:39 +04:00
test_access.py Remove unnecessary variables from tests 2012-03-01 23:45:45 +00:00
test_api.py use boto's HTTPResponse class for versions of boto >=2.5.2 2012-07-24 12:55:23 +02:00
test_auth.py HACKING fixes, TODO authors. 2012-03-16 01:24:12 +04:00
test_bdm.py Remove empty setUp/tearDown methods 2012-03-02 16:18:07 +00:00
test_block_device.py tests: unit tests for nova.block_device 2011-07-23 16:57:04 +09:00
test_compat_flagfile.py Allows new style config to be used for --flagfile 2012-03-05 17:27:44 -08:00
test_compute.py Create compute.api.BaseAPI for compute APIs to use 2012-04-10 15:17:04 -07:00
test_compute_utils.py Cleanup some test docstrings 2012-03-06 16:00:44 -08:00
test_console.py Fix OpenStack Capitalization 2012-03-15 16:10:53 -07:00
test_consoleauth.py Remove empty setUp/tearDown methods 2012-03-02 16:18:07 +00:00
test_context.py Add kwargs to RequestContext __init__ 2012-03-08 08:32:36 -08:00
test_crypto.py Drop AES functions and pycrypto dependency 2012-08-05 12:54:35 +01:00
test_db_api.py fixed_ip_get_by_address read_deleted from context 2012-09-25 16:38:14 -07:00
test_direct.py Backslash continuations (nova.tests) 2012-02-17 06:12:04 +08:00
test_exception.py Add a few missing tests regarding exception codes. 2012-03-08 15:54:31 +00:00
test_fakelibvirt.py HACKING fixes, all but sqlalchemy. 2012-03-07 12:51:39 +04:00
test_flags.py Update values in test_flagfile to be different. 2012-03-09 17:07:37 +00:00
test_image.py Extend fake image service to let it hold image data 2011-11-10 13:35:40 +01:00
test_imagecache.py Introduced flag base_dir_name. Fixes bug 973194 2012-05-09 08:54:30 +02:00
test_instance_types.py Conditionally allow queries for deleted flavours 2012-07-24 20:25:30 +01:00
test_instance_types_extra_specs.py Removes constraints from instance and volume types 2012-02-08 11:27:39 -08:00
test_iptables_network.py Backslash continuations (nova.tests) 2012-02-17 06:12:04 +08:00
test_ipv6.py Standardize logging delaration and use 2012-02-14 13:02:43 -06:00
test_iscsi.py Backslash continuations (nova.tests) 2012-02-17 06:12:04 +08:00
test_libvirt.py Use default qemu-img cluster size in libvirt connection driver 2012-07-14 10:57:20 -06:00
test_libvirt_vif.py HACKING fixes, all but sqlalchemy. 2012-03-07 12:51:39 +04:00
test_linux_net.py Improve performance of generating dhcp leases 2012-03-19 18:33:51 -07:00
test_local.py Adds test for local.py 2012-01-12 22:27:46 +00:00
test_localization.py Remove a whole bunch of unused imports 2012-01-13 13:55:38 -08:00
test_log.py Remove unnecessary variables from tests 2012-03-01 23:45:45 +00:00
test_melange_ipam_lib.py removed unused method and added another test 2012-02-16 12:26:38 -06:00
test_metadata.py metadata speed - revert logic changes, just caching 2012-03-14 13:36:50 -07:00
test_migrations.conf Make database downgrade works 2012-02-17 18:30:09 +08:00
test_migrations.py HACKING fixes, all but sqlalchemy. 2012-03-07 12:51:39 +04:00
test_misc.py Workaround issue with greenthreads and lockfiles 2012-03-16 13:56:17 -07:00
test_netapp.py HACKING fixes, all but sqlalchemy. 2012-03-07 12:51:39 +04:00
test_network_info.py Standardize logging delaration and use 2012-02-14 13:02:43 -06:00
test_nexenta.py Add Nexenta volume driver. 2012-02-23 00:43:27 +04:00
test_notifier.py Late load rabbit_notifier in test_notifier 2012-03-08 15:23:37 +08:00
test_nova_manage.py Export user id as password to keystone when using noauth 2012-03-30 16:55:57 -07:00
test_nova_rootwrap.py Fix nova.tests.test_nova_rootwrap on Fedora 17. 2012-05-14 09:17:20 -04:00
test_objectstore.py clean up fake auth manager in other places 2011-07-22 21:36:41 +00:00
test_policy.py Call super class tearDown correctly 2012-03-02 16:09:21 +00:00
test_quantum.py HACKING fixes, all but sqlalchemy. 2012-03-07 12:51:39 +04:00
test_quota.py Distinguish over-quota for volume size and number. 2012-07-06 16:54:46 +01:00
test_service.py Remove the last of the gflags shim layer 2012-02-10 06:31:56 +00:00
test_signer.py Remove empty setUp/tearDown methods 2012-03-02 16:18:07 +00:00
test_skip_examples.py fixed pep8 issue 2011-08-04 23:01:22 -05:00
test_test.py ditched rpc.create_consumer(conn) interface... instead you now do conn.create_consumer(.. 2011-08-29 14:36:12 -07:00
test_test_utils.py Update a few doc strings. 2011-08-22 23:26:12 +02:00
test_utils.py Fix wrong regex in cleanup_file_locks. 2012-07-25 20:05:30 -07:00
test_versions.py Remove a whole bunch of unused imports 2012-01-13 13:55:38 -08:00
test_virt.py fix unmounting of LXC containers 2012-08-21 15:01:25 +01:00
test_virt_drivers.py Implements resume_state_on_host_boot for libvirt. 2012-06-11 14:25:42 -07:00
test_vmwareapi.py assertRaises(Exception, ...) considered harmful 2012-03-04 17:22:36 +00:00
test_volume.py Distinguish over-quota for volume size and number. 2012-07-06 16:54:46 +01:00
test_volume_types.py HACKING fixes, all but sqlalchemy. 2012-03-07 12:51:39 +04:00
test_volume_types_extra_specs.py Removes constraints from instance and volume types 2012-02-08 11:27:39 -08:00
test_wsgi.py Use stubout instead of manually stubbing out os.path.exists 2012-03-02 22:47:19 +00:00
test_xenapi.py Prohibit file injection writing to host filesystem 2012-08-07 20:00:55 +01:00
utils.py Removes constraints from instance and volume types 2012-02-08 11:27:39 -08:00