nova/nova/tests/unit/compute
Sylvain Bauza c46dde6d29 Get a ReqSpec in evacuate API and pass it to scheduler
Since the RequestSpec object is now persisted in the API layer every time that
we start an instance, we can now fetch it from the API DB and pass it thru the
ComputeTask API to the conductor so it can directly call the scheduler with it.

NOTE(sbauza): Yeah, it's ugly to see the ReqsSpec object being dehydrated to
legacy dicts and then rehydrated by the next call, but I'll modify that in my
next change.

Partially-Implements: blueprint check-destination-on-migrations

Change-Id: I7fe694175bb47f53d281bd62ac200f1c8416682b
2016-02-09 10:56:05 +00:00
..
monitors Ensure Nova metrics derived from a set of metrics 2015-10-04 21:28:13 -05: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 pci: adding support to specify a device_type in pci requests 2016-01-13 13:26:30 -05:00
test_compute.py Get a ReqSpec in evacuate API and pass it to scheduler 2016-02-09 10:56:05 +00:00
test_compute_api.py Merge "Adding volume operations for shelved instances" 2016-02-05 03:28:18 +00:00
test_compute_cells.py Implements proper UUID format for test_compute_cells and test_compute_utils. 2016-01-04 11:57:08 +01:00
test_compute_mgr.py Replace stubs.Set with stub_out (db) 2016-01-30 17:49:03 -05:00
test_compute_utils.py Replace stubs.Set with stub_out (db) 2016-01-30 17:49:03 -05: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 Replaces contextlib.nested with test.nested 2015-10-08 23:13:30 +03:00
test_hvtype.py Add 'lxd' to the list of recognized hypervisors 2015-11-17 08:56:20 +00:00
test_keypairs.py Replace stubs.Set with stub_out (db) 2016-01-30 17:49:03 -05:00
test_multiple_nodes.py Replace stubs.Set with stub_out (db) 2016-01-30 17:49:03 -05:00
test_resource_tracker.py Merge "Improve efficiency of Migration.instance property" 2016-02-04 15:43:17 +00:00
test_resources.py Remove vcpu resource from extensible resource tracker 2015-11-05 14:19:51 +00:00
test_rpcapi.py Remove unused provider firewall rules functionality in nova 2016-02-01 15:50:04 +01:00
test_shelve.py compute: convert manager to use nova.objects.ImageMeta 2016-01-15 11:26:06 +00:00
test_stats.py Implements proper UUID format for compute/test_stats* 2016-01-07 10:25:07 +01:00
test_tracker.py Improve efficiency of Migration.instance property 2016-02-01 12:16:15 -08:00
test_virtapi.py Remove unused provider firewall rules functionality in nova 2016-02-01 15:50:04 +01:00
test_vmmode.py Convert nova.compute.* to use instance dot notation 2015-02-25 17:21:36 -05:00