nova/nova/tests/functional
Matt Riedemann 917b5d3838 Add functional recreate revert resize test for bug 1852610
This builds on I644608b4e197ddea31c5f264adb492f2c8931f04 and
adds a revert resize test which deletes the source compute service
while the server is in VERIFY_RESIZE status and then reverts the
resize. The results are a bit different from the confirm scenario
because the confirm fails while the revert actually works which
is more dumb luck based on where the compute service drops the
move claim during the revert process (on the dest which still exists
rather than the source).

Conflicts:
      nova/tests/functional/integrated_helpers.py

NOTE(mriedem): The conflict is due to not having change
Iea283322124cb35fc0bc6d25f35548621e8c8c2f in Queens. As a result
the _resize_and_check_allocations method is added to
ProviderUsageBaseTestCase within test_servers.py.

Change-Id: I2dcb1cb3e1f8ed469a4c5bf81ca5ca2fcf1fa73c
Related-Bug: #1852610
(cherry picked from commit f7dde6054e)
(cherry picked from commit 3774952410)
(cherry picked from commit 9983b24624)
(cherry picked from commit b6b2b3a35e)
2019-12-18 10:41:58 -05:00
..
api Handle tags in _bury_in_cell0 2018-12-12 17:20:44 -05:00
api_sample_tests Retrun 400 if invalid query parameters are specified 2019-08-13 08:55:27 +09:00
compute Error out interrupted builds 2019-10-28 15:13:16 +01:00
db Fix misuse of nova.objects.base.obj_equal_prims 2019-08-14 08:59:32 +09:00
libvirt Merge "Bump minimum required libvirt/qemu versions for Pike" 2017-02-24 02:50:33 +00:00
notification_sample_tests Stabilize unshelve notification sample tests 2019-08-05 17:15:55 +02:00
regressions Fix listing deleted servers with a marker 2019-11-25 16:40:39 -05:00
wsgi Add functional recreate revert resize test for bug 1852610 2019-12-18 10:41:58 -05:00
__init__.py
api_paste_fixture.py Remove legacy v2 API functional tests 2016-05-04 18:17:23 +08:00
api_samples_test_base.py Fix os-simple-tenant-usage result order 2019-01-22 18:09:21 +01:00
integrated_helpers.py Add functional confirm_migration_error test 2019-05-29 00:54:39 +00:00
test_aggregates.py re-Allow adding computes with no ComputeNodes to aggregates 2017-05-25 10:56:29 -07:00
test_availability_zones.py Update instance.availability_zone on revertResize 2019-03-28 10:30:55 -04:00
test_compute_mgr.py Pass RequestSpec to ConductorTaskAPI.build_instances 2017-12-20 13:58:29 -05:00
test_images.py Add create image functional negative tests 2016-12-26 14:15:14 +09:00
test_instance_actions.py make microversion a client level construct for tests 2016-02-24 11:02:05 -05:00
test_legacy_v2_compatible_wrapper.py Trivial-Fix: Fix typos 2016-06-13 06:41:08 +00: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 [api] Allow multi-attach in compute api 2018-01-22 10:45:13 -05:00
test_nova_manage.py Unmap compute nodes when deleting host mappings in delete cell operation 2018-03-16 10:37:49 +01:00
test_server_faults.py Replace non-nova server fault message 2019-08-06 12:02:34 -04:00
test_server_group.py Make scheduler.utils.setup_instance_group query all cells 2018-09-05 16:36:22 +00:00
test_servers.py Add functional recreate revert resize test for bug 1852610 2019-12-18 10:41:58 -05:00