nova/nova/tests/functional
Surya Seetharaman d4f8040117 Modify get_by_cell_and_project() to get_not_deleted_by_cell_and_project()
InstanceMappingList.get_by_cell_and_project() is being changed to
get_not_deleted_by_cell_and_project() by which we change the method to
filter out not queued_for_delete instance_mappings and also for
the method to accept cell_uuid as the input instead of the cell_id.
This also adds an optional limit parameter. This is more useful than
the ealier approach since it would increase the performance slightly
by not having to query for the cell_mappings explicitly to get the
cell ids from the cell uuids obtained from scatter gather utility.

Note that this method was added relatively recently and hence is not
used anywhere which is why it should be fine to change this, keeping
in mind the intention of having added it in the first place.

Change-Id: I5df9851cce0b6e635c74fd34f5be9c4906dd7406
Related to blueprint handling-down-cell
2018-10-31 15:00:17 -04:00
..
api Use unique consumer_id when doing online data migration 2018-10-16 15:30:38 -04:00
api_sample_tests Merge "Add microversion 2.67 to support volume_type" 2018-10-13 18:46:09 +00:00
compute Add functional recreate test for bug 1799727 2018-10-24 15:10:52 -04:00
db Modify get_by_cell_and_project() to get_not_deleted_by_cell_and_project() 2018-10-31 15:00:17 -04:00
libvirt Refactor NeutronFixture 2018-09-17 11:29:36 +00:00
notification_sample_tests Transform volume.usage notification 2018-10-09 06:28:11 +00:00
regressions Merge "Remove the CachingScheduler" 2018-10-25 13:22:53 +00:00
wsgi fixtures: Track volume attachments within CinderFixtureNewAttachFlow 2018-10-22 17:19:31 +01:00
__init__.py move eventlet GREENDNS override to top level 2014-12-08 17:41:03 -05:00
api_paste_fixture.py Remove legacy v2 API functional tests 2016-05-04 18:17:23 +08:00
api_samples_test_base.py Remove more code related to extensions and testing 2018-10-18 02:00:15 +00:00
integrated_helpers.py Refactor allocation checking in functional tests 2018-10-04 15:07:31 +02:00
test_aggregates.py Fix docs and add functional test for AggregateMultiTenancyIsolation 2018-09-13 16:46:53 -04:00
test_compute_mgr.py remove unnecessary conf imports 2018-03-09 14:30:10 -05:00
test_images.py Add create image functional negative tests 2016-12-26 14:15:14 +09:00
test_instance_actions.py Improve NeutronFixture and remove unncessary stubbing 2018-08-02 15:15:03 +02:00
test_legacy_v2_compatible_wrapper.py Improve NeutronFixture and remove unncessary stubbing 2018-08-02 15:15:03 +02:00
test_list_servers_ip_filter.py Trivial: Nix duplicate PlacementFixture() in test 2017-12-01 15:39:28 -06:00
test_login.py update api_samples code to use better variables 2015-12-14 11:23:26 +08:00
test_metadata.py Remove unused logging import 2017-02-17 15:17:51 +07:00
test_middleware.py Removes unnecessary utf-8 encoding 2016-12-20 10:27:01 +07:00
test_multiattach.py Improve NeutronFixture and remove unncessary stubbing 2018-08-02 15:15:03 +02:00
test_nova_manage.py Merge "Remove the CachingScheduler" 2018-10-25 13:22:53 +00:00
test_report_client.py Consumer gen support for put allocations 2018-09-25 13:02:02 +02:00
test_server_group.py Add functional test for live migrate with anti-affinity group 2018-08-29 15:55:16 -04:00
test_servers.py Consider allocations invovling child providers during allocation cleanup 2018-10-24 17:38:06 +02:00