nova/nova/tests/unit/compute
lvdongbing d1f3715602 Fix instance not destroyed after successful evacuation
After complete evacuate action, the status of migration will change
to 'done' from 'accepted', so the _destroy_evacuated_instances action
in old nova-compute should consider the status 'done' to filter
migration list when they're back up.

Closes-bug: #1518200
Co-Authored-By: Sylvain Bauza <sbauza@redhat.com>

Change-Id: Ie4825dcaa778d229922c963a96590ad5a2604257
(cherry picked from commit a79ac83bae)
2016-01-18 18:00:40 +01:00
..
monitors Merge "Allow compute monitors in different namespaces" 2015-08-31 16:41:35 +00: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 Avoid querying for Service in resource tracker 2015-08-13 10:24:05 +02:00
test_arch.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_claims.py Claims: Make sure move claims create a migration context records 2015-09-15 12:29:49 +01:00
test_compute.py Fix instance not destroyed after successful evacuation 2016-01-18 18:00:40 +01:00
test_compute_api.py Give instance default hostname if hostname is empty 2015-09-23 17:02:30 +08:00
test_compute_cells.py Merge "Fix cells use of legacy bdms during local instance delete operations" 2015-09-16 05:13:44 +00:00
test_compute_mgr.py Fix instance not destroyed after successful evacuation 2016-01-18 18:00:40 +01:00
test_compute_utils.py Move quota delta reserve methods from api to utils 2015-08-18 23:51:32 -07: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 Add version counter to Service object 2015-08-12 09:01:18 -07:00
test_hvtype.py libvirt: rename parallels driver to virtuozzo 2015-07-29 18:40:12 +03:00
test_keypairs.py Fixes X509 keypair creation failure 2015-04-28 12:21:53 +03:00
test_multiple_nodes.py Add cpu_allocation_ratio and ram_allocation_ratio to ComputeNode 2015-08-31 15:21:21 +02:00
test_resource_tracker.py RT: track evacuation migrations 2015-09-22 19:45:09 +01:00
test_resources.py Make compute unit tests inherit from test.NoDBTestCase 2015-02-24 17:54:29 +02:00
test_rpcapi.py rebuild: RPC sends additional args and claims are done 2015-09-22 17:41:29 +01:00
test_shelve.py Merge "Unshelving volume backed instance fails" 2015-08-14 02:49:24 +00:00
test_stats.py Convert nova.compute.* to use instance dot notation 2015-02-25 17:21:36 -05:00
test_tracker.py RT: track evacuation migrations 2015-09-22 19:45:09 +01:00
test_virtapi.py Switch to moxstubout and mockpatch from oslotest 2014-12-02 08:03:42 -05:00
test_vmmode.py Convert nova.compute.* to use instance dot notation 2015-02-25 17:21:36 -05:00