all develop-inst-nodeps: /opt/stack/tempest all installed: attrs==23.2.0,autopage==0.5.2,bcrypt==4.1.2,certifi==2024.2.2,cffi==1.16.0,charset-normalizer==3.3.2,cinder-tempest-plugin @ file:///opt/stack/cinder-tempest-plugin,cliff==4.6.0,cmd2==2.4.3,cryptography==42.0.4,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.6,iso8601==2.1.0,jsonschema==4.19.2,jsonschema-specifications==2023.12.1,msgpack==1.0.7,netaddr==0.10.1,netifaces==0.11.0,oslo.concurrency==6.0.0,oslo.config==9.4.0,oslo.context==5.5.0,oslo.i18n==6.3.0,oslo.log==5.5.0,oslo.serialization==5.4.0,oslo.utils==7.1.0,packaging==23.2,paramiko==3.4.0,pbr==6.0.0,prettytable==3.9.0,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.1.1,pyperclip==1.8.2,python-dateutil==2.8.2,python-subunit==1.4.4,PyYAML==6.0.1,referencing==0.33.0,requests==2.31.0,rfc3986==2.0.0,rpds-py==0.18.0,six==1.16.0,stestr==4.1.0,stevedore==5.2.0,-e git+https://github.com/openstack/tempest@fa5e69d455750a64c81839b901259fa1791451e3#egg=tempest,testtools==2.7.1,tomlkit==0.12.3,tzdata==2024.1,urllib3==1.26.18,voluptuous==0.14.2,wcwidth==0.2.13,wrapt==1.16.0 all run-test-pre: PYTHONHASHSEED='1039695901' all run-test: commands[0] | find . -type f -name '*.pyc' -delete all run-test: commands[1] | tempest run --regex volume {0} setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test) ... SKIPPED: LiveAutoBlockMigrationV225Test skipped as live-migration is not available {0} setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest) ... SKIPPED: LiveMigrationTest skipped as live-migration is not available {10} setUpClass (tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest) ... SKIPPED: Manage volume tests are disabled {6} setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap) ... SKIPPED: Volume multi-attach is not available. {10} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body [0.025591s] ... ok {10} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body [0.014599s] ... ok {10} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id [0.118231s] ... ok {10} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id [0.022920s] ... ok {10} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name [0.028705s] ... ok {10} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id [0.022635s] ... ok {10} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id [0.023778s] ... ok {10} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec [0.015000s] ... ok {10} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body [0.018739s] ... ok {10} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id [0.078399s] ... ok {10} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id [0.090754s] ... ok {10} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_type_id [0.031949s] ... ok {10} tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant [1.807857s] ... ok {9} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot [16.944048s] ... ok {10} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list [0.203266s] ... ok {9} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes [24.343862s] ... ok {9} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete [16.243531s] ... ok {9} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete [0.439006s] ... ok {9} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_list_by_optional_params [0.391051s] ... ok {9} setUpClass (tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest) ... SKIPPED: Manage snapshot tests are disabled {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume [37.857162s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/api/volume/base.py", line 165, in _delete_volume_for_cleanup BaseVolumeTest.delete_volume(volumes_client, volume_id) File "/opt/stack/tempest/tempest/api/volume/base.py", line 230, in delete_volume client.wait_for_resource_deletion(volume_id) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 948, in wait_for_resource_deletion if self.is_resource_deleted(id, *args, **kwargs): File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 253, in is_resource_deleted raise lib_exc.DeleteErrorException( tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status Details: Volume 3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 failed to delete and is in error_deleting status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-03-06 17:47:23,614 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/image/v2/images/36ad41fc-4318-4b50-aba1-c943b0934db7 0.468s 2024-03-06 17:47:23,614 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-da2a93cf-1f9b-41a1-9f58-90242c92b64c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/36ad41fc-4318-4b50-aba1-c943b0934db7'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.sha256": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "name": "cirros-0.6.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21430272, "virtual_size": 117440512, "status": "active", "checksum": "c8fc807773e5354afe61636071771906", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "8f8678300b2a4e67afb8d8934791e679", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "36ad41fc-4318-4b50-aba1-c943b0934db7", "created_at": "2024-03-06T17:43:30Z", "updated_at": "2024-03-06T17:43:31Z", "tags": [], "self": "/v2/images/36ad41fc-4318-4b50-aba1-c943b0934db7", "file": "/v2/images/36ad41fc-4318-4b50-aba1-c943b0934db7/file", "schema": "/v2/schemas/image"}' 2024-03-06 17:47:24,884 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 202 POST http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes 1.268s 2024-03-06 17:47:24,885 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "36ad41fc-4318-4b50-aba1-c943b0934db7", "size": 1, "name": "tempest-VolumesCloneTest-Volume-1347644822"}} Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6c5de11-0000-403f-8dce-e5e1d781dbbf', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6c5de11-0000-403f-8dce-e5e1d781dbbf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:24.719288", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-03-06 17:47:24,993 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.079s 2024-03-06 17:47:24,993 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Toke n': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6736301c-72af-4dac-802f-468785ecc99a', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6736301c-72af-4dac-802f-468785ecc99a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:26,121 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.110s 2024-03-06 17:47:26,122 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c7dcbb9-3b50-4c3f-af2c-d2eab67c4e6d', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c7dcbb9-3b50-4c3f-af2c-d2eab67c4e6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:25.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:27,323 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.183s 2024-03-06 17:47:27,323 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00a4d5e2-37af-4e71-b36f-eac24dcd2b92', 'content-length': '906', ' openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00a4d5e2-37af-4e71-b36f-eac24dcd2b92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:25.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:28,417 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.077s 2024-03-06 17:47:28,417 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f08ff3f8-29ec-4ce9-8f6b-4e0ca5f26232', 'content-length': '964', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f08ff3f8-29ec-4ce9-8f6b-4e0ca5f26232', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:25.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:29,563 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.129s 2024-03-06 17:47:29,564 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68993f12-1c11-44e7-9960-c43ffab002e6', 'content-length': '964', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68993f12-1c11-44e7-9960-c43ffab002e6', 'connection': 'close', 'status': '200', 'cont ent-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:25.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:30,720 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.131s 2024-03-06 17:47:30,720 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a08378d-7cde-4346-b8e7-bdb2a0c33072', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a08378d-7cde-4346-b8e7-bdb2a0c33072', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:30.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:31,819 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.077s 2024-03-06 17:47:31,820 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6475534c-dae5-4362-9b74-e94a3acdff7c', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6475534c-dae5-4362-9b74-e94a3acdff7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:30.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:33,032 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.182s 2024-03-06 17:47:33,033 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-175f32da-ee7d-4dc0-ae48-d7ef7bbfea2f', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-175f32da-ee7d-4dc0-ae48-d7ef7bbfea2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:30.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:34,169 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.106s 2024-03-06 17:47:34,170 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d009cf0f-3470-4d46-a768-3cead2f2f258', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d009cf0f-3470-4d46-a768-3cead2f2f258', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "downloading", "size": 1, "availability _zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:30.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:35,408 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.210s 2024-03-06 17:47:35,409 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86f68191-c67e-4925-b7bd-821dd97976c3', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86f68191-c67e-4925-b7bd-821dd97976c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:30.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:36,520 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.070s 2024-03-06 17:47:36,521 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6bf3dcd-c7c1-48c1-a31e-641bc8d4a60a', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6bf3dcd-c7c1-48c1-a31e-641bc8d4a60a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:30.000000", "name": "tempest-V olumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:37,664 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.113s 2024-03-06 17:47:37,665 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba917c70-a7aa-474d-bf8c-a3d0b6dcde4f', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba917c70-a7aa-474d-bf8c-a3d0b6dcde4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:30.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:38,803 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.122s 2024-03-06 17:47:38,804 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f52345c4-0f10-432f-b9f9-800eb34191a0', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f52345c4-0f10-432f-b9f9-800eb34191a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:30.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid" : null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:39,916 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.097s 2024-03-06 17:47:39,917 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bfc4809-1408-4587-8551-72bf26851a7a', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bfc4809-1408-4587-8551-72bf26851a7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:30.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:41,002 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.070s 2024-03-06 17:47:41,002 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86443962-c41f-458f-9f59-107c93427cd6', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86443962-c41f-458f-9f59-107c93427cd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:40.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/vo lumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:42,170 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.134s 2024-03-06 17:47:42,170 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b2bd754-5b86-4b0b-95b8-62cbe1cb02b0', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b2bd754-5b86-4b0b-95b8-62cbe1cb02b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:40.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:43,305 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.119s 2024-03-06 17:47:43,306 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15f6669d-af3f-4694-9e51-633af350c3d4', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15f6669d-af3f-4694-9e51-633af350c3d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:40.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef 25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:44,447 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.128s 2024-03-06 17:47:44,448 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8365f3a-2518-443e-bede-1554c4c419f6', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8365f3a-2518-443e-bede-1554c4c419f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:40.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:45,568 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.106s 2024-03-06 17:47:45,569 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7d5616f-b967-42ba-a92a-38900ecbc949', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7d5616f-b967-42ba-a92a-38900ecbc949', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:40.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "fa lse", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:46,648 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.062s 2024-03-06 17:47:46,648 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-405b1cf8-b3ef-466c-91ac-5b855cc8cc1d', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-405b1cf8-b3ef-466c-91ac-5b855cc8cc1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:40.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:47,742 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.079s 2024-03-06 17:47:47,743 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd616b29-d888-4150-a614-d63e093ef658', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd616b29-d888-4150-a614-d63e093ef658', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:40.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [] , "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:48,841 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.081s 2024-03-06 17:47:48,842 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10f6e0ca-71b1-4ce9-8a19-7c27c602cc45', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10f6e0ca-71b1-4ce9-8a19-7c27c602cc45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:40.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:49,963 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.104s 2024-03-06 17:47:49,964 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fd9fa73-5267-4ff5-9d77-3347082e23f6', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fd9fa73-5267-4ff5-9d77-3347082e23f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:40.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732 f9b"}}' 2024-03-06 17:47:51,039 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.052s 2024-03-06 17:47:51,040 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-017dd612-62a4-42ef-9d41-cf99a2e05817', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-017dd612-62a4-42ef-9d41-cf99a2e05817', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:40.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:52,113 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.058s 2024-03-06 17:47:52,114 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69db281c-ee74-44ba-9bbf-0697d4d8e6a7', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69db281c-ee74-44ba-9bbf-0697d4d8e6a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:51.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:53,212 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from _bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.083s 2024-03-06 17:47:53,213 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31090b44-1c34-4e04-b7bd-ac34136f412f', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31090b44-1c34-4e04-b7bd-ac34136f412f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:51.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:54,313 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.085s 2024-03-06 17:47:54,313 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42cc5f23-3fea-4058-9ae2-6ee02d9eb6b9', 'content-length': '1385', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42cc5f23-3fea-4058-9ae2-6ee02d9eb6b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:53.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "36ad41fc-4318-4b50-aba1-c943b0934db7", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe6163607177 1906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:54,338 86593 INFO [tempest.common.waiters] volume 3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 reached available after waiting for 29.338307 seconds 2024-03-06 17:47:54,786 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 202 POST http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes 0.447s 2024-03-06 17:47:54,787 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"source_volid": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "size": 1, "name": "tempest-VolumesCloneTest-Volume-491395030"}} Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd4f2ad7-c8a7-4288-ac02-d88526c6e098', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd4f2ad7-c8a7-4288-ac02-d88526c6e098', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes'} Body: b'{"volume": {"id": "b44a5842-5115-454d-b769-fbf88090fc5b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:54.651000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-491395030", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-03-06 17:47:54,864 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b 0.057s 2024-03-06 17:47:54,865 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1d4f66f-e18f-456b-831a-283780a0f893', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1d4f66f-e18f-456b-831a-283780a0f893', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b'} Body: b'{"volume": {"id": "b44a5842-5115-454d-b769-fbf88090fc5b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:55.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-491395030", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multia ttach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:56,024 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b 0.142s 2024-03-06 17:47:56,024 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f92723ec-633a-43e8-b958-7e37a431e7d4', 'content-length': '938', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f92723ec-633a-43e8-b958-7e37a431e7d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b'} Body: b'{"volume": {"id": "b44a5842-5115-454d-b769-fbf88090fc5b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:55.000000", "updated_at": "2024-03-06T17:47:55.000000", "name": "tempest-VolumesCloneTest-Volume-491395030", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:57,165 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b 0.126s 2024-03-06 17:47:57,165 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9fa0386-1be8-4771-9fcb-c8af71242942', 'content-length': '1418', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9fa0386-1be8-4771-9fcb-c8af71242942', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b'} Body: b'{"volume": {"id": "b44a5842-5115-454d-b769-fbf88090fc5b", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:55.000000", "updated_at": "2024-03-06T17:47:56.000000", "name": "tempest-VolumesCloneTest-Volume-491395030", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.opensta ck.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "36ad41fc-4318-4b50-aba1-c943b0934db7", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:57,179 86593 INFO [tempest.common.waiters] volume b44a5842-5115-454d-b769-fbf88090fc5b reached available after waiting for 3.178969 seconds 2024-03-06 17:47:57,230 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b 0.050s 2024-03-06 17:47:57,230 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a547158-59e9-48eb-9d90-0de7aa128efe', 'content-length': '1418', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a547158-59e9-48eb-9d90-0de7aa128efe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b'} Body: b'{"volume": {"id": "b44a5842-5115-454d-b769-fbf88090fc5b", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:55.000000", "updated_at": "2024-03-06T17:47:56.000000", "name": "tempest-VolumesCloneTest-Volume-491395030", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "36ad41fc-4318-4b50-aba1-c943b0934db7", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:57,297 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b 0.054s 2024-03-06 17:47:57,298 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bdefe400-28c5-4cb6-aa7c-a5d1361eff70', 'content-length': '1418', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bdefe400-28c5-4cb6-aa7c-a5d1361eff70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b'} Body: b'{"volume": {"id": "b44a5842-5115-454d-b769-fbf88090fc5b", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:55.000000", "updated_at": "2024-03-06T17:47:56.000000", "name": "tempest-VolumesCloneTest-Volume-491395030", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "36ad41fc-4318-4b50-aba1-c943b0934db7", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:57,395 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b 0.085s 2024-03-06 17:47:57,396 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-249e8c4b-bc1f-46ac-a99f-8b1bf6b2cca7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b'} Body: b'' 2024-03-06 17:47:57,488 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b 0.092s 2024-03-06 17:47:57,489 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6acee717-ba56-4b0a-9814-2566c098e539', 'content-length': '1417', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6acee717-ba56-4b0a-9814-2566c098e539', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b'} Body: b'{"volume": {"id": "b44a5842-5115-454d-b769-fbf88090fc5b", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:55.000000", "updated_at": "2024-03-06T17:47:57.000000", "name": "tempest-VolumesCloneTest-Volume-491395030", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": nu ll, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "36ad41fc-4318-4b50-aba1-c943b0934db7", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:58,653 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b 0.150s 2024-03-06 17:47:58,654 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa7b4110-888e-4ca7-b7f7-c7665f153142', 'content-length': '1417', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa7b4110-888e-4ca7-b7f7-c7665f153142', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b'} Body: b'{"volume": {"id": "b44a5842-5115-454d-b769-fbf88090fc5b", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:55.000000", "updated_at": "2024-03-06T17:47:57.000000", "name": "tempest-VolumesCloneTest-Volume-491395030", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "36ad41fc-4318-4b50-aba1-c943b0934db7", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:59,703 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b 0.035s 2024-03-06 17:47:59,704 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-a76d1423-ebb0-481e-8c0a-c80836ad07ff', 'x-openstack-request-id': 'req-a76d1423-ebb0-481e-8c0a-c80836ad07ff', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b44a5842-5115-454d-b769-fbf88090fc 5b could not be found."}}' 2024-03-06 17:47:59,767 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.062s 2024-03-06 17:47:59,767 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62882f1d-0d28-4e0b-b7e7-2d2df275fe22', 'content-length': '1385', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62882f1d-0d28-4e0b-b7e7-2d2df275fe22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:53.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "36ad41fc-4318-4b50-aba1-c943b0934db7", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:59,848 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.056s 2024-03-06 17:47:59,849 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70333cbb-bd46-475c-94cb-44b51aafbbb1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'' 2024-03-06 17:47:59,912 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.063s 2024-03-06 17:47:59,913 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7ced7dd-e716-4acf-bd18-2a6af59c5d42', 'content-length': '1384', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Versi on', 'x-openstack-request-id': 'req-f7ced7dd-e716-4acf-bd18-2a6af59c5d42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:48:00.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "36ad41fc-4318-4b50-aba1-c943b0934db7", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:48:00,980 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.054s 2024-03-06 17:48:00,981 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:48:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63719ba4-5fe8-49d0-83bd-7211a3f806bb', 'content-length': '1390', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63719ba4-5fe8-49d0-83bd-7211a3f806bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "error_deleting", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:48:00.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "36ad41fc-4318-4b50-aba1-c943b0934db7", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' {9} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots [0.361993s] ... ok {9} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots [0.086175s] ... ok {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume [9.905613s] ... ok {10} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume [4.268841s] ... ok {9} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add [9.495557s] ... ok {9} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list [0.287686s] ... ok {10} setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {10} setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {10} setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests) ... SKIPPED: Volume multi-attach is not available. {9} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs [5.571525s] ... ok {9} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete [0.134301s] ... ok {9} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete [0.381422s] ... ok {9} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list [0.033829s] ... ok {9} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update [0.186016s] ... ok {9} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test) ... SKIPPED: Cinder backup feature disabled {4} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume [177.259707s] ... ok {8} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body [182.041083s] ... ok {11} tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest.test_volume_assisted_snapshot_create_delete [180.488156s] ... ok {1} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices [213.251097s] ... ok {7} tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive [209.216310s] ... ok {7} setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest) ... SKIPPED: Volume multi-attach is not available. {8} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri [112.760496s] ... ok {6} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume [122.747419s] ... ok {0} tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached [436.907605s] ... ok {4} tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment [258.226622s] ... ok {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.194945s] ... ok {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.015140s] ... ok {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.015419s] ... ok {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.040543s] ... ok {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.008760s] ... ok {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.011651s] ... ok {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.042335s] ... ok {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.036696s] ... ok {11} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap [202.345126s] ... ok {3} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume [223.314952s] ... ok {5} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume [516.920511s] ... ok {0} tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group [12.512874s] ... ok {0} setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest) ... SKIPPED: Cinder multi-backend feature disabled {0} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message [2.315802s] ... ok {6} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict [122.174664s] ... ok {0} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages [1.883223s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list [0.037251s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name [0.066433s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name [0.080831s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination [0.331271s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params [0.160148s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination [0.152053s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status [0.062995s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status [0.076467s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker [0.090645s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata [0.086467s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details [0.052509s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata [0.068918s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone [0.135396s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable [0.180803s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status [0.185599s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone [0.053643s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable [0.081480s] ... ok {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status [0.068469s] ... ok {11} setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest) ... SKIPPED: Cinder multi-backend feature disabled {9} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern [469.295507s] ... ok {9} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple [3.289210s] ... ok {6} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details [0.236388s] ... ok {6} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details [0.034710s] ... ok {6} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes [0.362828s] ... ok {6} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volumes [0.323390s] ... ok {6} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_volume_extend_gigabytes_quota_deviation [0.289581s] ... ok {6} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason [0.026177s] ... ok {6} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary [0.036258s] ... ok {6} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host [0.035749s] ... ok {6} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host [0.033090s] ... ok {6} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host [0.025344s] ... ok {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata [0.660324s] ... ok {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item [0.263979s] ... ok {8} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices [184.125278s] ... ok {6} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata [0.375886s] ... ok {6} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item [0.301980s] ... ok {6} setUpClass (tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {6} setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_rebuild_server_with_volume_attached [508.204318s] ... ok {8} tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status [3.091768s] ... ok {8} setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest) ... SKIPPED: Cinder backup feature disabled {8} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions [0.155397s] ... ok {8} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size [3.846279s] ... ok {8} setUpClass (tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest) ... SKIPPED: Attached volume extend is disabled. {7} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server [442.480891s] ... ok {4} tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON.test_rebuild_volume_backed_server [113.473631s] ... ok {4} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete [1.718792s] ... ok {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume [168.094764s] ... ok {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching [3.786383s] ... ok {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating [4.870031s] ... ok {4} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list [0.075829s] ... ok {4} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit [0.073100s] ... ok {4} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit [0.210706s] ... ok {4} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit [0.070679s] ... ok {4} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit [0.158312s] ... ok {4} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details [0.059840s] ... ok {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error [3.714830s] ... ok {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance [3.785228s] ... ok {4} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota [0.285038s] ... ok {4} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota [0.754872s] ... ok {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status [4.159866s] ... ok {4} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete [0.316245s] ... ok {4} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list [0.100921s] ... ok {4} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update [0.238829s] ... ok {11} tempest.api.volume.test_versions.VersionsTest.test_list_versions [0.013874s] ... ok {11} tempest.api.volume.test_versions.VersionsTest.test_show_version [0.168330s] ... ok {11} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade [11.896543s] ... ok {11} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete [11.084140s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_delete_cascade.py", line 104, in test_volume_from_snapshot_cascade_delete self.volumes_client.wait_for_resource_deletion(volume['id']) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 948, in wait_for_resource_deletion if self.is_resource_deleted(id, *args, **kwargs): File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 253, in is_resource_deleted raise lib_exc.DeleteErrorException( tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status Details: Volume 92d2e047-c1c3-4115-8b14-76f85a60584d failed to delete and is in error_deleting status Captured traceback-1: ~~~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/api/volume/base.py", line 237, in delete_snapshot snapshots_client.delete_snapshot(snapshot_id) File "/opt/stack/tempest/tempest/lib/services/volume/v3/snapshots_client.py", line 95, in delete_snapshot resp, body = self.delete("snapshots/%s" % snapshot_id) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 339, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Invalid snapshot: Snapshot status must be available or error and must not be part of a group.'} Captured traceback-2: ~~~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/api/volume/base.py", line 165, in _delete_volume_for_cleanup BaseVolumeTest.delete_volume(volumes_client, volume_id) File "/opt/stack/tempest/tempest/api/volume/base.py", line 229, in delete_volume client.delete_volume(volume_id) File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 145, in delete_volume resp, body = self.delete(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 339, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-03-06 18:00:27,551 86595 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes 0.275s 2024-03-06 18:00:27,551 86595 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumesDeleteCascade-Volume-1483609773"}} Response - Headers: {'date': 'Wed, 06 Mar 2024 18:00:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03a85dd6-b7a0-4913-b46e-885bb103e960', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03a85dd6-b7a0-4913-b46e-885bb103e960', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes'} Body: b'{"volume": {"id": "92d2e047-c1c3-4115-8b14-76f85a60584d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T18:00:27.474050", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1483609773", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d"}], "user_id": "b3283c726dcd4e87b2585114cdf026a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-03-06 18:00:27,613 86595 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d 0.051s 2024-03-06 18:00:27,613 86595 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 18:00:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ceab1472-1856-43bf-8c9b-a4d4956e0f92', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ceab1472-1856-43bf-8c9b-a4d4956e0f92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d'} Body: b'{"volume": {"id": "92d2e047-c1c3-4115-8b14-76f85a60584d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T18:00:27.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1483609773", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d"}], "user_id": "b3283c726dcd4e87b2585114cdf026a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6b3ed6602ac545e6bc33f2832d9f6f51"}}' 2024-03-06 18:00:28,676 86595 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d 0.043s 2024-03-06 18:00:28,677 86595 DEBUG [tempest.lib.common .rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 18:00:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d12e0d8-19d5-44bb-967d-b0369dcee416', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d12e0d8-19d5-44bb-967d-b0369dcee416', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d'} Body: b'{"volume": {"id": "92d2e047-c1c3-4115-8b14-76f85a60584d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T18:00:27.000000", "updated_at": "2024-03-06T18:00:28.000000", "name": "tempest-VolumesDeleteCascade-Volume-1483609773", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d"}], "user_id": "b3283c726dcd4e87b2585114cdf026a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6b3ed6602ac545e6bc33f2832d9f6f51"}}' 2024-03-06 18:00:29,740 86595 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d 0.047s 2024-03-06 18:00:29,741 86595 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 18:00:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7376426c-f709-4733-bd50-1725b7605860', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7376426c-f709-4733-bd50-1725b7605860', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d'} Body: b'{"volume": {"id": "92d2e047-c1c3-4115-8b14-76f85a60584d", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T18:00:27.000000", "updated_at": "2024-03-06T18:00:29.000000", "name": "tempest-VolumesDeleteCascade-Volume-1483609773", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d"}], "user_id": "b3283c726dcd4e87b2585114cdf026a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6b3ed6602ac545e6bc33f2832d9f6f51"}}' 2024-03-06 18:00:29,754 86595 INFO [tempest.common.waiters] volume 92d2e047-c1c3-4115-8b14-76f85a60584d reached available after waiting for 2.754170 seconds 2024-03-06 18:00:29,932 86595 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/snapshots 0.177s 2024-03-06 18:00:29,932 86595 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'app lication/json', 'X-Auth-Token': ''} Body: {"snapshot": {"volume_id": "92d2e047-c1c3-4115-8b14-76f85a60584d", "name": "tempest-VolumesDeleteCascade-Snapshot-1066425270"}} Response - Headers: {'date': 'Wed, 06 Mar 2024 18:00:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f4f992f-14a8-478f-8fb0-0370b1f598f0', 'content-length': '307', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f4f992f-14a8-478f-8fb0-0370b1f598f0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/snapshots'} Body: b'{"snapshot": {"id": "0d8cfb3d-72c5-48ca-a96f-0024de2e0d7c", "created_at": "2024-03-06T18:00:29.851998", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1066425270", "description": null, "volume_id": "92d2e047-c1c3-4115-8b14-76f85a60584d", "status": "creating", "size": 1, "metadata": {}}}' 2024-03-06 18:00:29,964 86595 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/snapshots/0d8cfb3d-72c5-48ca-a96f-0024de2e0d7c 0.028s 2024-03-06 18:00:29,964 86595 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 18:00:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3511a4ef-d0b7-48fe-a8c7-9d0d2955a772', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3511a4ef-d0b7-48fe-a8c7-9d0d2955a772', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/snapshots/0d8cfb3d-72c5-48ca-a96f-0024de2e0d7c'} Body: b'{"snapshot": {"id": "0d8cfb3d-72c5-48ca-a96f-0024de2e0d7c", "created_at": "2024-03-06T18:00:30.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1066425270", "description": null, "volume_id": "92d2e047-c1c3-4115-8b14-76f85a60584d", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "6b3ed6602ac545e6bc33f2832d9f6f51", "os-extended-snapshot-attributes:progress": "0%"}}' 2024-03-06 18:00:31,002 86595 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/snapshots/0d8cfb3d-72c5-48ca-a96f-0024de2e0d7c 0.032s 2024-03-06 18:00:31,002 86595 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 18:00:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c08e2c5-f80a-43dd-b6ae-2a1f8bff2430', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c08e2c5-f80a-43dd-b6ae-2a1f8bff2430', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/snapshots/0d8cfb3d-72c5-48ca-a96f-0024de2e0d7c'} Body: b'{"snapshot": {"id": "0d8cfb3d-72c5-48ca-a96f-0024de2e0d7c", "created_at": "2024-03-06T18:00:30.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1066425270", "description": null, "volume_id": "92d2e047-c1c3-4115-8b14-76f85a60584d", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "6b3ed6602ac545e6bc33f2832d9f6f51", "os-extended-snapshot-attributes:progress": "0%"}}' 2024-03-06 18:00:32,036 86595 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot _cascade_delete): 200 GET http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/snapshots/0d8cfb3d-72c5-48ca-a96f-0024de2e0d7c 0.028s 2024-03-06 18:00:32,036 86595 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 18:00:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1573a1dd-8e5d-4c7e-a516-2609a22095c8', 'content-length': '466', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1573a1dd-8e5d-4c7e-a516-2609a22095c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/snapshots/0d8cfb3d-72c5-48ca-a96f-0024de2e0d7c'} Body: b'{"snapshot": {"id": "0d8cfb3d-72c5-48ca-a96f-0024de2e0d7c", "created_at": "2024-03-06T18:00:30.000000", "updated_at": "2024-03-06T18:00:31.000000", "name": "tempest-VolumesDeleteCascade-Snapshot-1066425270", "description": null, "volume_id": "92d2e047-c1c3-4115-8b14-76f85a60584d", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "6b3ed6602ac545e6bc33f2832d9f6f51", "os-extended-snapshot-attributes:progress": "100%"}}' 2024-03-06 18:00:32,040 86595 INFO [tempest.common.waiters] snapshot 0d8cfb3d-72c5-48ca-a96f-0024de2e0d7c reached available after waiting for 3.040600 seconds 2024-03-06 18:00:32,372 86595 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes 0.332s 2024-03-06 18:00:32,373 86595 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"snapshot_id": "0d8cfb3d-72c5-48ca-a96f-0024de2e0d7c", "size": 1, "name": "tempest-VolumesDeleteCascade-Volume-361706871"}} Response - Headers: {'date': 'Wed, 06 Mar 2024 18:00:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf738da3-abd6-4f8e-90f8-3ca4fcdfc390', 'content-length': '851', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf738da3-abd6-4f8e-90f8-3ca4fcdfc390', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes'} Body: b'{"volume": {"id": "36066af4-aa94-4469-8e68-7f49cb3578e9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T18:00:32.239924", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-361706871", "description": null, "volume_type": "joviandss-2", "snapshot_id": "0d8cfb3d-72c5-48ca-a96f-0024de2e0d7c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9"}], "user_id": "b3283c726dcd4e87b2585114cdf026a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-03-06 18:00:32,432 86595 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9 0.048s 2024-03-06 18:00:32,433 86595 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 18:00:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-comp ute-request-id': 'req-39669a14-4e80-4988-8138-12e9ae1a52ac', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39669a14-4e80-4988-8138-12e9ae1a52ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9'} Body: b'{"volume": {"id": "36066af4-aa94-4469-8e68-7f49cb3578e9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T18:00:32.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-361706871", "description": null, "volume_type": "joviandss-2", "snapshot_id": "0d8cfb3d-72c5-48ca-a96f-0024de2e0d7c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9"}], "user_id": "b3283c726dcd4e87b2585114cdf026a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6b3ed6602ac545e6bc33f2832d9f6f51"}}' 2024-03-06 18:00:33,503 86595 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9 0.056s 2024-03-06 18:00:33,504 86595 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 18:00:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7caa1697-da19-47c8-b016-5a9a94c84268', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7caa1697-da19-47c8-b016-5a9a94c84268', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9'} Body: b'{"volume": {"id": "36066af4-aa94-4469-8e68-7f49cb3578e9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T18:00:32.000000", "updated_at": "2024-03-06T18:00:32.000000", "name": "tempest-VolumesDeleteCascade-Volume-361706871", "description": null, "volume_type": "joviandss-2", "snapshot_id": "0d8cfb3d-72c5-48ca-a96f-0024de2e0d7c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9"}], "user_id": "b3283c726dcd4e87b2585114cdf026a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6b3ed6602ac545e6bc33f2832d9f6f51"}}' 2024-03-06 18:00:34,567 86595 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9 0.048s 2024-03-06 18:00:34,568 86595 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 18:00:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01ea9fb3-b126-4af1-84a4-6b7959cfdbc9', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack -request-id': 'req-01ea9fb3-b126-4af1-84a4-6b7959cfdbc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9'} Body: b'{"volume": {"id": "36066af4-aa94-4469-8e68-7f49cb3578e9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T18:00:32.000000", "updated_at": "2024-03-06T18:00:34.000000", "name": "tempest-VolumesDeleteCascade-Volume-361706871", "description": null, "volume_type": "joviandss-2", "snapshot_id": "0d8cfb3d-72c5-48ca-a96f-0024de2e0d7c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9"}], "user_id": "b3283c726dcd4e87b2585114cdf026a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6b3ed6602ac545e6bc33f2832d9f6f51"}}' 2024-03-06 18:00:34,582 86595 INFO [tempest.common.waiters] volume 36066af4-aa94-4469-8e68-7f49cb3578e9 reached available after waiting for 2.582386 seconds 2024-03-06 18:00:34,624 86595 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9 0.042s 2024-03-06 18:00:34,625 86595 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 18:00:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a349ce0-9b0b-4702-9b6b-4769b8cd7473', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a349ce0-9b0b-4702-9b6b-4769b8cd7473', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9'} Body: b'{"volume": {"id": "36066af4-aa94-4469-8e68-7f49cb3578e9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T18:00:32.000000", "updated_at": "2024-03-06T18:00:34.000000", "name": "tempest-VolumesDeleteCascade-Volume-361706871", "description": null, "volume_type": "joviandss-2", "snapshot_id": "0d8cfb3d-72c5-48ca-a96f-0024de2e0d7c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9"}], "user_id": "b3283c726dcd4e87b2585114cdf026a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6b3ed6602ac545e6bc33f2832d9f6f51"}}' 2024-03-06 18:00:34,715 86595 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 DELETE http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d?cascade=True 0.077s 2024-03-06 18:00:34,715 86595 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 18:00:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ea9acc1-0 368-41be-833a-0c8d62b4a693', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d?cascade=True'} Body: b'' 2024-03-06 18:00:34,756 86595 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d 0.040s 2024-03-06 18:00:34,756 86595 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 18:00:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-307bfd50-5238-4ea4-94b4-b4fa115d7f50', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-307bfd50-5238-4ea4-94b4-b4fa115d7f50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d'} Body: b'{"volume": {"id": "92d2e047-c1c3-4115-8b14-76f85a60584d", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T18:00:27.000000", "updated_at": "2024-03-06T18:00:35.000000", "name": "tempest-VolumesDeleteCascade-Volume-1483609773", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d"}], "user_id": "b3283c726dcd4e87b2585114cdf026a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6b3ed6602ac545e6bc33f2832d9f6f51"}}' 2024-03-06 18:00:35,834 86595 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d 0.064s 2024-03-06 18:00:35,834 86595 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 18:00:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67ad21c5-805b-4701-b74d-ce79c378faf5', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67ad21c5-805b-4701-b74d-ce79c378faf5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d'} Body: b'{"volume": {"id": "92d2e047-c1c3-4115-8b14-76f85a60584d", "status": "error_deleting", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T18:00:27.000000", "updated_at": "2024-03-06T18:00:36.000000", "name": "tempest-VolumesDeleteCascade-Volume-1483609773", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d"}], "user_id": "b3283c726dcd4e87b2585114cdf026a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6b3ed6602ac545 e6bc33f2832d9f6f51"}}' 2024-03-06 18:00:35,895 86595 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9 0.045s 2024-03-06 18:00:35,895 86595 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 18:00:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-188851ef-cfa0-4214-8c33-84d7bba843ab', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-188851ef-cfa0-4214-8c33-84d7bba843ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9'} Body: b'{"volume": {"id": "36066af4-aa94-4469-8e68-7f49cb3578e9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T18:00:32.000000", "updated_at": "2024-03-06T18:00:34.000000", "name": "tempest-VolumesDeleteCascade-Volume-361706871", "description": null, "volume_type": "joviandss-2", "snapshot_id": "0d8cfb3d-72c5-48ca-a96f-0024de2e0d7c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9"}], "user_id": "b3283c726dcd4e87b2585114cdf026a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6b3ed6602ac545e6bc33f2832d9f6f51"}}' 2024-03-06 18:00:35,987 86595 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9 0.071s 2024-03-06 18:00:35,987 86595 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 18:00:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed9781a7-5271-4236-bbbd-079ebed8ee19', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9'} Body: b'' 2024-03-06 18:00:36,045 86595 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9 0.057s 2024-03-06 18:00:36,045 86595 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 18:00:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f498525d-5cba-461d-bcc1-c05ce8f319eb', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f498525d-5cba-461d-bcc1-c05ce8f319eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9'} Body: b'{"volume": {"id": "36066af4-aa94-4469-8e68-7f49cb3578e9", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T18:00:32.000000", "updated_at ": "2024-03-06T18:00:36.000000", "name": "tempest-VolumesDeleteCascade-Volume-361706871", "description": null, "volume_type": "joviandss-2", "snapshot_id": "0d8cfb3d-72c5-48ca-a96f-0024de2e0d7c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9"}], "user_id": "b3283c726dcd4e87b2585114cdf026a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6b3ed6602ac545e6bc33f2832d9f6f51"}}' 2024-03-06 18:00:37,152 86595 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9 0.092s 2024-03-06 18:00:37,152 86595 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 18:00:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4cd79e80-c9bc-4926-a9c2-8d7a5cfb0ddf', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cd79e80-c9bc-4926-a9c2-8d7a5cfb0ddf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9'} Body: b'{"volume": {"id": "36066af4-aa94-4469-8e68-7f49cb3578e9", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T18:00:32.000000", "updated_at": "2024-03-06T18:00:36.000000", "name": "tempest-VolumesDeleteCascade-Volume-361706871", "description": null, "volume_type": "joviandss-2", "snapshot_id": "0d8cfb3d-72c5-48ca-a96f-0024de2e0d7c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9"}], "user_id": "b3283c726dcd4e87b2585114cdf026a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6b3ed6602ac545e6bc33f2832d9f6f51"}}' 2024-03-06 18:00:38,191 86595 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9 0.025s 2024-03-06 18:00:38,191 86595 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 18:00:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd85ebf2-19d0-4130-8641-7c6f5579618e', 'x-openstack-request-id': 'req-dd85ebf2-19d0-4130-8641-7c6f5579618e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 36066af4-aa94-4469-8e68-7f49cb3578e9 could not be found."}}' 2024-03-06 18:00:38,254 86595 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 400 DELETE http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/snapshots/0d8cfb3d-72c5-48ca-a96f-0024de2e0d7c 0.062s 2024-03-06 18:00:38, 254 86595 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 18:00:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '137', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ebf54df-d742-4f0d-ad6b-0917e0c045c3', 'x-openstack-request-id': 'req-2ebf54df-d742-4f0d-ad6b-0917e0c045c3', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/snapshots/0d8cfb3d-72c5-48ca-a96f-0024de2e0d7c'} Body: b'{"badRequest": {"code": 400, "message": "Invalid snapshot: Snapshot status must be available or error and must not be part of a group."}}' 2024-03-06 18:00:38,299 86595 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d 0.043s 2024-03-06 18:00:38,299 86595 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 18:00:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9397328-a3a5-4115-acc2-11e060b2289d', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9397328-a3a5-4115-acc2-11e060b2289d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d'} Body: b'{"volume": {"id": "92d2e047-c1c3-4115-8b14-76f85a60584d", "status": "error_deleting", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T18:00:27.000000", "updated_at": "2024-03-06T18:00:36.000000", "name": "tempest-VolumesDeleteCascade-Volume-1483609773", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d"}], "user_id": "b3283c726dcd4e87b2585114cdf026a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6b3ed6602ac545e6bc33f2832d9f6f51"}}' 2024-03-06 18:00:38,358 86595 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 400 DELETE http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d 0.046s 2024-03-06 18:00:38,358 86595 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 18:00:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '307', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e944bb1-f091-4ef2-b702-5448d389e87e', 'x-openstack-request-id': 'req-5e944bb1-f091-4ef2-b702-5448d389e87e', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d'} Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots af ter volume transfer."}}' {11} setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore) ... SKIPPED: Backup is not enable. {11} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name [0.063440s] ... ok {11} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code [5.378770s] ... ok {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB.test_resize_server_revert_with_volume_attached [456.245668s] ... ok {1} tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete [8.593174s] ... ok {1} tempest.api.volume.admin.test_groups.GroupsTest.test_group_update [11.732343s] ... ok {1} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos [0.647813s] ... ok {1} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer [0.159007s] ... ok {1} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer [0.154298s] ... ok {1} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer [0.149463s] ... ok {1} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos [0.021764s] ... ok {1} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos [0.029301s] ... ok {1} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key [0.147914s] ... ok {1} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts [0.157996s] ... ok {1} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host [0.227322s] ... ok {3} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume [400.614678s] ... ok {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance [392.598562s] ... ok {0} setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {8} tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario.test_server_detach_rules [294.810586s] ... ok {4} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance [162.168566s] ... ok {8} setUpClass (cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {5} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume [514.421597s] ... ok {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id [161.505855s] ... ok {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image [2.079205s] ... ok {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size [2.009975s] ... ok {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.020216s] ... ok {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id [0.025359s] ... ok {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid [0.032425s] ... ok {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type [0.029803s] ... ok {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative [0.023105s] ... ok {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.022837s] ... ok {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.024240s] ... ok {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.037652s] ... ok {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.010682s] ... ok {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id [0.031152s] ... ok {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id [0.032653s] ... ok {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.010775s] ... ok {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status [0.077670s] ... ok {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name [0.079402s] ... ok {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status [0.086104s] ... ok {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name [0.048934s] ... ok {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status [0.184555s] ... ok {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id [0.031634s] ... ok {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id [0.023715s] ... ok {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id [0.011344s] ... ok {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id [0.035322s] ... ok {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id [0.028676s] ... ok {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.371870s] ... ok {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size [0.015588s] ... ok {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size [0.013973s] ... ok {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id [0.027837s] ... ok {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size [0.022831s] ... ok {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id [0.026379s] ... ok {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.024810s] ... ok {3} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete [8.631139s] ... ok {3} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values [0.090376s] ... ok {3} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend [0.035213s] ... ok {7} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server [392.407201s] ... ok {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status [0.284231s] ... ok {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating [4.805704s] ... ok {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting [4.603072s] ... ok {7} tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete [0.564761s] ... ok {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error [4.633682s] ... ok {7} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota [0.375050s] ... ok {7} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas [0.032406s] ... ok {7} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas [0.045217s] ... ok {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting [4.589938s] ... ok {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status [0.226714s] ... ok {7} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage [4.048473s] ... ok {7} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer [4.573805s] ... ok {7} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage [0.057004s] ... ok {7} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant [0.272833s] ... ok {7} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name [0.029781s] ... ok {7} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name [0.024047s] ... ok {7} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name [0.024708s] ... ok {4} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment [162.345412s] ... ok {4} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume [0.194003s] ... ok {3} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer [4.738455s] ... ok {4} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable [0.195893s] ... ok {4} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update [0.203399s] ... ok {7} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name [4.839513s] ... ok {7} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services [0.025345s] ... ok {3} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer [3.818689s] ... ok {7} tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata [0.276300s] ... ok {7} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits [0.059924s] ... ok {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete [8.849078s] ... ok {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_resize_volume_backed_server_confirm [509.601137s] ... ok {4} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload [26.659378s] ... ok {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone [15.289257s] ... ok {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image [8.795799s] ... ok {4} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend [6.377361s] ... ok {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id [0.180140s] ... ok {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id [0.060417s] ... ok {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit [0.017605s] ... ok {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker [0.025314s] ... ok {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort [0.014556s] ... ok {4} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot [10.696808s] ... ok {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size [9.227887s] ... ok {3} setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached) ... SKIPPED: Cinder multi-backend feature disabled {4} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup ... SKIPPED: Cinder backup is disabled {3} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot [10.623456s] ... ok {3} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative [5.403563s] ... ok {3} setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {2} setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest) ... SKIPPED: Volume multi-attach is not available. {5} tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype [5.229939s] ... ok {5} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer [4.628309s] ... ok {5} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer [3.779525s] ... ok {5} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer [4.601519s] ... ok {5} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer [3.803087s] ... ok {5} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {5} tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary [0.210403s] ... ok {5} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit [0.027908s] ... ok {5} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite [0.052015s] ... ok {5} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero [0.023554s] ... ok {5} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker [0.077524s] ... ok {5} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_offset [0.040943s] ... ok {5} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc [0.038304s] ... ok {5} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc [0.027966s] ... ok {5} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc [0.035750s] ... ok {5} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc [0.036711s] ... ok {5} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc [0.037869s] ... ok {5} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc [0.039032s] ... ok {5} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params [0.170227s] ... ok {5} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params [0.114905s] ... ok {1} tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion.test_old_versions_reject [229.235458s] ... ok {11} cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity [442.445752s] ... ok {5} setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {5} setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest) ... SKIPPED: Barbican is required {1} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... SKIPPED: Encrypted volume attach is not supported {1} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luksv2 ... SKIPPED: Encrypted volume attach is not supported {4} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use [192.655884s] ... ok {4} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete [4.513346s] ... ok {1} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot [172.034031s] ... ok {7} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion [351.481655s] ... ok {4} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online [185.110943s] ... ok {4} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot [13.762551s] ... ok {4} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot_no_size [12.783425s] ... ok {1} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume [339.211367s] ... ok {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume [639.589756s] ... ok {7} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario [343.881344s] ... ok {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments [228.411472s] ... ok {1} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern [510.460748s] ... ok {1} setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test) ... SKIPPED: Cinder consistency group feature disabled {1} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot [6.714135s] ... ok {2} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server [388.616501s] ... ok {2} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server [223.797875s] ... ok {2} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume [225.013862s] ... ok {2} setUpClass (tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest) ... SKIPPED: Attached encrypted volume extend is disabled. {2} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status [10.357298s] ... ok {2} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_type_encryption_nonexistent_type_id [0.200026s] ... ok {2} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type [0.230638s] ... ok {2} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name [0.015804s] ... ok {2} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name [0.172416s] ... ok {2} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id [0.018419s] ... ok {2} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id [0.017284s] ... ok {2} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property [16.237710s] ... ok {2} tearDownClass (cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 267, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 231, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 649, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((, Resource %(resource_id)s failed to delete and is in ERROR status Details: Volume d42b05e6-68aa-4ebb-81e0-cc1077ee3817 failed to delete and is in error_deleting status, ), (, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'}, )) {2} setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest) ... SKIPPED: Cinder backup feature disabled {2} setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. ============================== Failed 3 tests - output below: ============================== tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume[id-cbbcd7c6-5a6c-481a-97ac-ca55ab715d16,image] -------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/api/volume/base.py", line 165, in _delete_volume_for_cleanup BaseVolumeTest.delete_volume(volumes_client, volume_id) File "/opt/stack/tempest/tempest/api/volume/base.py", line 230, in delete_volume client.wait_for_resource_deletion(volume_id) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 948, in wait_for_resource_deletion if self.is_resource_deleted(id, *args, **kwargs): File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 253, in is_resource_deleted raise lib_exc.DeleteErrorException( tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status Details: Volume 3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 failed to delete and is in error_deleting status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-03-06 17:47:23,614 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/image/v2/images/36ad41fc-4318-4b50-aba1-c943b0934db7 0.468s 2024-03-06 17:47:23,614 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-da2a93cf-1f9b-41a1-9f58-90242c92b64c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/36ad41fc-4318-4b50-aba1-c943b0934db7'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.sha256": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "name": "cirros-0.6.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21430272, "virtual_size": 117440512, "status": "active", "checksum": "c8fc807773e5354afe61636071771906", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "8f8678300b2a4e67afb8d8934791e679", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "36ad41fc-4318-4b50-aba1-c943b0934db7", "created_at": "2024-03-06T17:43:30Z", "updated_at": "2024-03-06T17:43:31Z", "tags": [], "self": "/v2/images/36ad41fc-4318-4b50-aba1-c943b0934db7", "file": "/v2/images/36ad41fc-4318-4b50-aba1-c943b0934db7/file", "schema": "/v2/schemas/image"}' 2024-03-06 17:47:24,884 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 202 POST http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes 1.268s 2024-03-06 17:47:24,885 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "36ad41fc-4318-4b50-aba1-c943b0934db7", "size": 1, "name": "tempest-VolumesCloneTest-Volume-1347644822"}} Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6c5de11-0000-403f-8dce-e5e1d781dbbf', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6c5de11-0000-403f-8dce-e5e1d781dbbf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:24.719288", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-03-06 17:47:24,993 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.079s 2024-03-06 17:47:24,993 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Toke n': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6736301c-72af-4dac-802f-468785ecc99a', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6736301c-72af-4dac-802f-468785ecc99a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:26,121 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.110s 2024-03-06 17:47:26,122 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c7dcbb9-3b50-4c3f-af2c-d2eab67c4e6d', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c7dcbb9-3b50-4c3f-af2c-d2eab67c4e6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:25.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:27,323 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.183s 2024-03-06 17:47:27,323 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00a4d5e2-37af-4e71-b36f-eac24dcd2b92', 'content-length': '906', ' openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00a4d5e2-37af-4e71-b36f-eac24dcd2b92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:25.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:28,417 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.077s 2024-03-06 17:47:28,417 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f08ff3f8-29ec-4ce9-8f6b-4e0ca5f26232', 'content-length': '964', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f08ff3f8-29ec-4ce9-8f6b-4e0ca5f26232', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:25.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:29,563 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.129s 2024-03-06 17:47:29,564 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68993f12-1c11-44e7-9960-c43ffab002e6', 'content-length': '964', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68993f12-1c11-44e7-9960-c43ffab002e6', 'connection': 'close', 'status': '200', 'cont ent-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:25.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:30,720 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.131s 2024-03-06 17:47:30,720 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a08378d-7cde-4346-b8e7-bdb2a0c33072', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a08378d-7cde-4346-b8e7-bdb2a0c33072', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:30.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:31,819 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.077s 2024-03-06 17:47:31,820 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6475534c-dae5-4362-9b74-e94a3acdff7c', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6475534c-dae5-4362-9b74-e94a3acdff7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:30.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:33,032 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.182s 2024-03-06 17:47:33,033 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-175f32da-ee7d-4dc0-ae48-d7ef7bbfea2f', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-175f32da-ee7d-4dc0-ae48-d7ef7bbfea2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:30.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:34,169 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.106s 2024-03-06 17:47:34,170 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d009cf0f-3470-4d46-a768-3cead2f2f258', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d009cf0f-3470-4d46-a768-3cead2f2f258', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "downloading", "size": 1, "availability _zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:30.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:35,408 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.210s 2024-03-06 17:47:35,409 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86f68191-c67e-4925-b7bd-821dd97976c3', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86f68191-c67e-4925-b7bd-821dd97976c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:30.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:36,520 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.070s 2024-03-06 17:47:36,521 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6bf3dcd-c7c1-48c1-a31e-641bc8d4a60a', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6bf3dcd-c7c1-48c1-a31e-641bc8d4a60a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:30.000000", "name": "tempest-V olumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:37,664 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.113s 2024-03-06 17:47:37,665 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba917c70-a7aa-474d-bf8c-a3d0b6dcde4f', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba917c70-a7aa-474d-bf8c-a3d0b6dcde4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:30.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:38,803 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.122s 2024-03-06 17:47:38,804 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f52345c4-0f10-432f-b9f9-800eb34191a0', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f52345c4-0f10-432f-b9f9-800eb34191a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:30.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid" : null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:39,916 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.097s 2024-03-06 17:47:39,917 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bfc4809-1408-4587-8551-72bf26851a7a', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bfc4809-1408-4587-8551-72bf26851a7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:30.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:41,002 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.070s 2024-03-06 17:47:41,002 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86443962-c41f-458f-9f59-107c93427cd6', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86443962-c41f-458f-9f59-107c93427cd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:40.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/vo lumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:42,170 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.134s 2024-03-06 17:47:42,170 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b2bd754-5b86-4b0b-95b8-62cbe1cb02b0', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b2bd754-5b86-4b0b-95b8-62cbe1cb02b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:40.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:43,305 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.119s 2024-03-06 17:47:43,306 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15f6669d-af3f-4694-9e51-633af350c3d4', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15f6669d-af3f-4694-9e51-633af350c3d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:40.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef 25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:44,447 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.128s 2024-03-06 17:47:44,448 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8365f3a-2518-443e-bede-1554c4c419f6', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8365f3a-2518-443e-bede-1554c4c419f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:40.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:45,568 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.106s 2024-03-06 17:47:45,569 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7d5616f-b967-42ba-a92a-38900ecbc949', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7d5616f-b967-42ba-a92a-38900ecbc949', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:40.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "fa lse", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:46,648 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.062s 2024-03-06 17:47:46,648 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-405b1cf8-b3ef-466c-91ac-5b855cc8cc1d', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-405b1cf8-b3ef-466c-91ac-5b855cc8cc1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:40.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:47,742 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.079s 2024-03-06 17:47:47,743 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd616b29-d888-4150-a614-d63e093ef658', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd616b29-d888-4150-a614-d63e093ef658', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:40.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [] , "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:48,841 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.081s 2024-03-06 17:47:48,842 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10f6e0ca-71b1-4ce9-8a19-7c27c602cc45', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10f6e0ca-71b1-4ce9-8a19-7c27c602cc45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:40.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:49,963 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.104s 2024-03-06 17:47:49,964 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fd9fa73-5267-4ff5-9d77-3347082e23f6', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fd9fa73-5267-4ff5-9d77-3347082e23f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:40.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732 f9b"}}' 2024-03-06 17:47:51,039 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.052s 2024-03-06 17:47:51,040 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-017dd612-62a4-42ef-9d41-cf99a2e05817', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-017dd612-62a4-42ef-9d41-cf99a2e05817', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:40.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:52,113 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.058s 2024-03-06 17:47:52,114 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69db281c-ee74-44ba-9bbf-0697d4d8e6a7', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69db281c-ee74-44ba-9bbf-0697d4d8e6a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:51.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:53,212 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from _bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.083s 2024-03-06 17:47:53,213 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31090b44-1c34-4e04-b7bd-ac34136f412f', 'content-length': '967', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31090b44-1c34-4e04-b7bd-ac34136f412f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:51.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:54,313 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.085s 2024-03-06 17:47:54,313 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42cc5f23-3fea-4058-9ae2-6ee02d9eb6b9', 'content-length': '1385', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42cc5f23-3fea-4058-9ae2-6ee02d9eb6b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:53.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "36ad41fc-4318-4b50-aba1-c943b0934db7", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe6163607177 1906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:54,338 86593 INFO [tempest.common.waiters] volume 3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 reached available after waiting for 29.338307 seconds 2024-03-06 17:47:54,786 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 202 POST http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes 0.447s 2024-03-06 17:47:54,787 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"source_volid": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "size": 1, "name": "tempest-VolumesCloneTest-Volume-491395030"}} Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd4f2ad7-c8a7-4288-ac02-d88526c6e098', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd4f2ad7-c8a7-4288-ac02-d88526c6e098', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes'} Body: b'{"volume": {"id": "b44a5842-5115-454d-b769-fbf88090fc5b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:54.651000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-491395030", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-03-06 17:47:54,864 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b 0.057s 2024-03-06 17:47:54,865 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1d4f66f-e18f-456b-831a-283780a0f893', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1d4f66f-e18f-456b-831a-283780a0f893', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b'} Body: b'{"volume": {"id": "b44a5842-5115-454d-b769-fbf88090fc5b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:55.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-491395030", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multia ttach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:56,024 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b 0.142s 2024-03-06 17:47:56,024 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f92723ec-633a-43e8-b958-7e37a431e7d4', 'content-length': '938', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f92723ec-633a-43e8-b958-7e37a431e7d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b'} Body: b'{"volume": {"id": "b44a5842-5115-454d-b769-fbf88090fc5b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:55.000000", "updated_at": "2024-03-06T17:47:55.000000", "name": "tempest-VolumesCloneTest-Volume-491395030", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:57,165 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b 0.126s 2024-03-06 17:47:57,165 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9fa0386-1be8-4771-9fcb-c8af71242942', 'content-length': '1418', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9fa0386-1be8-4771-9fcb-c8af71242942', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b'} Body: b'{"volume": {"id": "b44a5842-5115-454d-b769-fbf88090fc5b", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:55.000000", "updated_at": "2024-03-06T17:47:56.000000", "name": "tempest-VolumesCloneTest-Volume-491395030", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.opensta ck.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "36ad41fc-4318-4b50-aba1-c943b0934db7", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:57,179 86593 INFO [tempest.common.waiters] volume b44a5842-5115-454d-b769-fbf88090fc5b reached available after waiting for 3.178969 seconds 2024-03-06 17:47:57,230 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b 0.050s 2024-03-06 17:47:57,230 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a547158-59e9-48eb-9d90-0de7aa128efe', 'content-length': '1418', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a547158-59e9-48eb-9d90-0de7aa128efe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b'} Body: b'{"volume": {"id": "b44a5842-5115-454d-b769-fbf88090fc5b", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:55.000000", "updated_at": "2024-03-06T17:47:56.000000", "name": "tempest-VolumesCloneTest-Volume-491395030", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "36ad41fc-4318-4b50-aba1-c943b0934db7", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:57,297 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b 0.054s 2024-03-06 17:47:57,298 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bdefe400-28c5-4cb6-aa7c-a5d1361eff70', 'content-length': '1418', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bdefe400-28c5-4cb6-aa7c-a5d1361eff70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b'} Body: b'{"volume": {"id": "b44a5842-5115-454d-b769-fbf88090fc5b", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:55.000000", "updated_at": "2024-03-06T17:47:56.000000", "name": "tempest-VolumesCloneTest-Volume-491395030", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "36ad41fc-4318-4b50-aba1-c943b0934db7", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:57,395 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b 0.085s 2024-03-06 17:47:57,396 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-249e8c4b-bc1f-46ac-a99f-8b1bf6b2cca7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b'} Body: b'' 2024-03-06 17:47:57,488 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b 0.092s 2024-03-06 17:47:57,489 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6acee717-ba56-4b0a-9814-2566c098e539', 'content-length': '1417', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6acee717-ba56-4b0a-9814-2566c098e539', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b'} Body: b'{"volume": {"id": "b44a5842-5115-454d-b769-fbf88090fc5b", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:55.000000", "updated_at": "2024-03-06T17:47:57.000000", "name": "tempest-VolumesCloneTest-Volume-491395030", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": nu ll, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "36ad41fc-4318-4b50-aba1-c943b0934db7", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:58,653 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b 0.150s 2024-03-06 17:47:58,654 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa7b4110-888e-4ca7-b7f7-c7665f153142', 'content-length': '1417', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa7b4110-888e-4ca7-b7f7-c7665f153142', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b'} Body: b'{"volume": {"id": "b44a5842-5115-454d-b769-fbf88090fc5b", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:55.000000", "updated_at": "2024-03-06T17:47:57.000000", "name": "tempest-VolumesCloneTest-Volume-491395030", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "36ad41fc-4318-4b50-aba1-c943b0934db7", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:59,703 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b 0.035s 2024-03-06 17:47:59,704 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-a76d1423-ebb0-481e-8c0a-c80836ad07ff', 'x-openstack-request-id': 'req-a76d1423-ebb0-481e-8c0a-c80836ad07ff', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/b44a5842-5115-454d-b769-fbf88090fc5b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b44a5842-5115-454d-b769-fbf88090fc 5b could not be found."}}' 2024-03-06 17:47:59,767 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.062s 2024-03-06 17:47:59,767 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62882f1d-0d28-4e0b-b7e7-2d2df275fe22', 'content-length': '1385', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62882f1d-0d28-4e0b-b7e7-2d2df275fe22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:47:53.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "36ad41fc-4318-4b50-aba1-c943b0934db7", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:47:59,848 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.056s 2024-03-06 17:47:59,849 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70333cbb-bd46-475c-94cb-44b51aafbbb1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'' 2024-03-06 17:47:59,912 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.063s 2024-03-06 17:47:59,913 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:47:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7ced7dd-e716-4acf-bd18-2a6af59c5d42', 'content-length': '1384', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Versi on', 'x-openstack-request-id': 'req-f7ced7dd-e716-4acf-bd18-2a6af59c5d42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:48:00.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "36ad41fc-4318-4b50-aba1-c943b0934db7", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' 2024-03-06 17:48:00,980 86593 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2 0.054s 2024-03-06 17:48:00,981 86593 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 17:48:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63719ba4-5fe8-49d0-83bd-7211a3f806bb', 'content-length': '1390', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63719ba4-5fe8-49d0-83bd-7211a3f806bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2'} Body: b'{"volume": {"id": "3fa93564-5a34-49ba-9dd8-81d4f55bf3e2", "status": "error_deleting", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T17:47:25.000000", "updated_at": "2024-03-06T17:48:00.000000", "name": "tempest-VolumesCloneTest-Volume-1347644822", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e7260e4b4d6246059913ef25be732f9b/volumes/3fa93564-5a34-49ba-9dd8-81d4f55bf3e2"}], "user_id": "1eca8de76ca8494e8a8a891639c99c9c", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "36ad41fc-4318-4b50-aba1-c943b0934db7", "image_name": "cirros-0.6.2-x86_64-disk", "checksum": "c8fc807773e5354afe61636071771906", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21430272"}, "os-vol-tenant-attr:tenant_id": "e7260e4b4d6246059913ef25be732f9b"}}' tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete[id-59a77ede-609b-4ee8-9f68-fc3c6ffe97b5] ---------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_delete_cascade.py", line 104, in test_volume_from_snapshot_cascade_delete self.volumes_client.wait_for_resource_deletion(volume['id']) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 948, in wait_for_resource_deletion if self.is_resource_deleted(id, *args, **kwargs): File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 253, in is_resource_deleted raise lib_exc.DeleteErrorException( tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status Details: Volume 92d2e047-c1c3-4115-8b14-76f85a60584d failed to delete and is in error_deleting status Captured traceback-1: ~~~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/api/volume/base.py", line 237, in delete_snapshot snapshots_client.delete_snapshot(snapshot_id) File "/opt/stack/tempest/tempest/lib/services/volume/v3/snapshots_client.py", line 95, in delete_snapshot resp, body = self.delete("snapshots/%s" % snapshot_id) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 339, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Invalid snapshot: Snapshot status must be available or error and must not be part of a group.'} Captured traceback-2: ~~~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/api/volume/base.py", line 165, in _delete_volume_for_cleanup BaseVolumeTest.delete_volume(volumes_client, volume_id) File "/opt/stack/tempest/tempest/api/volume/base.py", line 229, in delete_volume client.delete_volume(volume_id) File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 145, in delete_volume resp, body = self.delete(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 339, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-03-06 18:00:27,551 86595 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes 0.275s 2024-03-06 18:00:27,551 86595 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumesDeleteCascade-Volume-1483609773"}} Response - Headers: {'date': 'Wed, 06 Mar 2024 18:00:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03a85dd6-b7a0-4913-b46e-885bb103e960', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03a85dd6-b7a0-4913-b46e-885bb103e960', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes'} Body: b'{"volume": {"id": "92d2e047-c1c3-4115-8b14-76f85a60584d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T18:00:27.474050", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1483609773", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d"}], "user_id": "b3283c726dcd4e87b2585114cdf026a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-03-06 18:00:27,613 86595 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d 0.051s 2024-03-06 18:00:27,613 86595 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 18:00:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ceab1472-1856-43bf-8c9b-a4d4956e0f92', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ceab1472-1856-43bf-8c9b-a4d4956e0f92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d'} Body: b'{"volume": {"id": "92d2e047-c1c3-4115-8b14-76f85a60584d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T18:00:27.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1483609773", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d"}], "user_id": "b3283c726dcd4e87b2585114cdf026a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6b3ed6602ac545e6bc33f2832d9f6f51"}}' 2024-03-06 18:00:28,676 86595 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d 0.043s 2024-03-06 18:00:28,677 86595 DEBUG [tempest.lib.common .rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 18:00:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d12e0d8-19d5-44bb-967d-b0369dcee416', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d12e0d8-19d5-44bb-967d-b0369dcee416', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d'} Body: b'{"volume": {"id": "92d2e047-c1c3-4115-8b14-76f85a60584d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T18:00:27.000000", "updated_at": "2024-03-06T18:00:28.000000", "name": "tempest-VolumesDeleteCascade-Volume-1483609773", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d"}], "user_id": "b3283c726dcd4e87b2585114cdf026a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6b3ed6602ac545e6bc33f2832d9f6f51"}}' 2024-03-06 18:00:29,740 86595 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d 0.047s 2024-03-06 18:00:29,741 86595 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 18:00:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7376426c-f709-4733-bd50-1725b7605860', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7376426c-f709-4733-bd50-1725b7605860', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d'} Body: b'{"volume": {"id": "92d2e047-c1c3-4115-8b14-76f85a60584d", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T18:00:27.000000", "updated_at": "2024-03-06T18:00:29.000000", "name": "tempest-VolumesDeleteCascade-Volume-1483609773", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d"}], "user_id": "b3283c726dcd4e87b2585114cdf026a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6b3ed6602ac545e6bc33f2832d9f6f51"}}' 2024-03-06 18:00:29,754 86595 INFO [tempest.common.waiters] volume 92d2e047-c1c3-4115-8b14-76f85a60584d reached available after waiting for 2.754170 seconds 2024-03-06 18:00:29,932 86595 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/snapshots 0.177s 2024-03-06 18:00:29,932 86595 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'app lication/json', 'X-Auth-Token': ''} Body: {"snapshot": {"volume_id": "92d2e047-c1c3-4115-8b14-76f85a60584d", "name": "tempest-VolumesDeleteCascade-Snapshot-1066425270"}} Response - Headers: {'date': 'Wed, 06 Mar 2024 18:00:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f4f992f-14a8-478f-8fb0-0370b1f598f0', 'content-length': '307', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f4f992f-14a8-478f-8fb0-0370b1f598f0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/snapshots'} Body: b'{"snapshot": {"id": "0d8cfb3d-72c5-48ca-a96f-0024de2e0d7c", "created_at": "2024-03-06T18:00:29.851998", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1066425270", "description": null, "volume_id": "92d2e047-c1c3-4115-8b14-76f85a60584d", "status": "creating", "size": 1, "metadata": {}}}' 2024-03-06 18:00:29,964 86595 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/snapshots/0d8cfb3d-72c5-48ca-a96f-0024de2e0d7c 0.028s 2024-03-06 18:00:29,964 86595 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 18:00:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3511a4ef-d0b7-48fe-a8c7-9d0d2955a772', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3511a4ef-d0b7-48fe-a8c7-9d0d2955a772', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/snapshots/0d8cfb3d-72c5-48ca-a96f-0024de2e0d7c'} Body: b'{"snapshot": {"id": "0d8cfb3d-72c5-48ca-a96f-0024de2e0d7c", "created_at": "2024-03-06T18:00:30.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1066425270", "description": null, "volume_id": "92d2e047-c1c3-4115-8b14-76f85a60584d", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "6b3ed6602ac545e6bc33f2832d9f6f51", "os-extended-snapshot-attributes:progress": "0%"}}' 2024-03-06 18:00:31,002 86595 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/snapshots/0d8cfb3d-72c5-48ca-a96f-0024de2e0d7c 0.032s 2024-03-06 18:00:31,002 86595 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 18:00:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c08e2c5-f80a-43dd-b6ae-2a1f8bff2430', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c08e2c5-f80a-43dd-b6ae-2a1f8bff2430', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/snapshots/0d8cfb3d-72c5-48ca-a96f-0024de2e0d7c'} Body: b'{"snapshot": {"id": "0d8cfb3d-72c5-48ca-a96f-0024de2e0d7c", "created_at": "2024-03-06T18:00:30.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1066425270", "description": null, "volume_id": "92d2e047-c1c3-4115-8b14-76f85a60584d", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "6b3ed6602ac545e6bc33f2832d9f6f51", "os-extended-snapshot-attributes:progress": "0%"}}' 2024-03-06 18:00:32,036 86595 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot _cascade_delete): 200 GET http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/snapshots/0d8cfb3d-72c5-48ca-a96f-0024de2e0d7c 0.028s 2024-03-06 18:00:32,036 86595 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 18:00:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1573a1dd-8e5d-4c7e-a516-2609a22095c8', 'content-length': '466', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1573a1dd-8e5d-4c7e-a516-2609a22095c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/snapshots/0d8cfb3d-72c5-48ca-a96f-0024de2e0d7c'} Body: b'{"snapshot": {"id": "0d8cfb3d-72c5-48ca-a96f-0024de2e0d7c", "created_at": "2024-03-06T18:00:30.000000", "updated_at": "2024-03-06T18:00:31.000000", "name": "tempest-VolumesDeleteCascade-Snapshot-1066425270", "description": null, "volume_id": "92d2e047-c1c3-4115-8b14-76f85a60584d", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "6b3ed6602ac545e6bc33f2832d9f6f51", "os-extended-snapshot-attributes:progress": "100%"}}' 2024-03-06 18:00:32,040 86595 INFO [tempest.common.waiters] snapshot 0d8cfb3d-72c5-48ca-a96f-0024de2e0d7c reached available after waiting for 3.040600 seconds 2024-03-06 18:00:32,372 86595 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes 0.332s 2024-03-06 18:00:32,373 86595 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"snapshot_id": "0d8cfb3d-72c5-48ca-a96f-0024de2e0d7c", "size": 1, "name": "tempest-VolumesDeleteCascade-Volume-361706871"}} Response - Headers: {'date': 'Wed, 06 Mar 2024 18:00:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf738da3-abd6-4f8e-90f8-3ca4fcdfc390', 'content-length': '851', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf738da3-abd6-4f8e-90f8-3ca4fcdfc390', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes'} Body: b'{"volume": {"id": "36066af4-aa94-4469-8e68-7f49cb3578e9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T18:00:32.239924", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-361706871", "description": null, "volume_type": "joviandss-2", "snapshot_id": "0d8cfb3d-72c5-48ca-a96f-0024de2e0d7c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9"}], "user_id": "b3283c726dcd4e87b2585114cdf026a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-03-06 18:00:32,432 86595 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9 0.048s 2024-03-06 18:00:32,433 86595 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 18:00:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-comp ute-request-id': 'req-39669a14-4e80-4988-8138-12e9ae1a52ac', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39669a14-4e80-4988-8138-12e9ae1a52ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9'} Body: b'{"volume": {"id": "36066af4-aa94-4469-8e68-7f49cb3578e9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T18:00:32.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-361706871", "description": null, "volume_type": "joviandss-2", "snapshot_id": "0d8cfb3d-72c5-48ca-a96f-0024de2e0d7c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9"}], "user_id": "b3283c726dcd4e87b2585114cdf026a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6b3ed6602ac545e6bc33f2832d9f6f51"}}' 2024-03-06 18:00:33,503 86595 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9 0.056s 2024-03-06 18:00:33,504 86595 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 18:00:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7caa1697-da19-47c8-b016-5a9a94c84268', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7caa1697-da19-47c8-b016-5a9a94c84268', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9'} Body: b'{"volume": {"id": "36066af4-aa94-4469-8e68-7f49cb3578e9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T18:00:32.000000", "updated_at": "2024-03-06T18:00:32.000000", "name": "tempest-VolumesDeleteCascade-Volume-361706871", "description": null, "volume_type": "joviandss-2", "snapshot_id": "0d8cfb3d-72c5-48ca-a96f-0024de2e0d7c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9"}], "user_id": "b3283c726dcd4e87b2585114cdf026a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6b3ed6602ac545e6bc33f2832d9f6f51"}}' 2024-03-06 18:00:34,567 86595 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9 0.048s 2024-03-06 18:00:34,568 86595 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 18:00:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01ea9fb3-b126-4af1-84a4-6b7959cfdbc9', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack -request-id': 'req-01ea9fb3-b126-4af1-84a4-6b7959cfdbc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9'} Body: b'{"volume": {"id": "36066af4-aa94-4469-8e68-7f49cb3578e9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T18:00:32.000000", "updated_at": "2024-03-06T18:00:34.000000", "name": "tempest-VolumesDeleteCascade-Volume-361706871", "description": null, "volume_type": "joviandss-2", "snapshot_id": "0d8cfb3d-72c5-48ca-a96f-0024de2e0d7c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9"}], "user_id": "b3283c726dcd4e87b2585114cdf026a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6b3ed6602ac545e6bc33f2832d9f6f51"}}' 2024-03-06 18:00:34,582 86595 INFO [tempest.common.waiters] volume 36066af4-aa94-4469-8e68-7f49cb3578e9 reached available after waiting for 2.582386 seconds 2024-03-06 18:00:34,624 86595 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9 0.042s 2024-03-06 18:00:34,625 86595 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 18:00:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a349ce0-9b0b-4702-9b6b-4769b8cd7473', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a349ce0-9b0b-4702-9b6b-4769b8cd7473', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9'} Body: b'{"volume": {"id": "36066af4-aa94-4469-8e68-7f49cb3578e9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T18:00:32.000000", "updated_at": "2024-03-06T18:00:34.000000", "name": "tempest-VolumesDeleteCascade-Volume-361706871", "description": null, "volume_type": "joviandss-2", "snapshot_id": "0d8cfb3d-72c5-48ca-a96f-0024de2e0d7c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9"}], "user_id": "b3283c726dcd4e87b2585114cdf026a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6b3ed6602ac545e6bc33f2832d9f6f51"}}' 2024-03-06 18:00:34,715 86595 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 DELETE http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d?cascade=True 0.077s 2024-03-06 18:00:34,715 86595 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 18:00:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ea9acc1-0 368-41be-833a-0c8d62b4a693', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d?cascade=True'} Body: b'' 2024-03-06 18:00:34,756 86595 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d 0.040s 2024-03-06 18:00:34,756 86595 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 18:00:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-307bfd50-5238-4ea4-94b4-b4fa115d7f50', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-307bfd50-5238-4ea4-94b4-b4fa115d7f50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d'} Body: b'{"volume": {"id": "92d2e047-c1c3-4115-8b14-76f85a60584d", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T18:00:27.000000", "updated_at": "2024-03-06T18:00:35.000000", "name": "tempest-VolumesDeleteCascade-Volume-1483609773", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d"}], "user_id": "b3283c726dcd4e87b2585114cdf026a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6b3ed6602ac545e6bc33f2832d9f6f51"}}' 2024-03-06 18:00:35,834 86595 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d 0.064s 2024-03-06 18:00:35,834 86595 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 18:00:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67ad21c5-805b-4701-b74d-ce79c378faf5', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67ad21c5-805b-4701-b74d-ce79c378faf5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d'} Body: b'{"volume": {"id": "92d2e047-c1c3-4115-8b14-76f85a60584d", "status": "error_deleting", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T18:00:27.000000", "updated_at": "2024-03-06T18:00:36.000000", "name": "tempest-VolumesDeleteCascade-Volume-1483609773", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d"}], "user_id": "b3283c726dcd4e87b2585114cdf026a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6b3ed6602ac545 e6bc33f2832d9f6f51"}}' 2024-03-06 18:00:35,895 86595 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9 0.045s 2024-03-06 18:00:35,895 86595 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 18:00:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-188851ef-cfa0-4214-8c33-84d7bba843ab', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-188851ef-cfa0-4214-8c33-84d7bba843ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9'} Body: b'{"volume": {"id": "36066af4-aa94-4469-8e68-7f49cb3578e9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T18:00:32.000000", "updated_at": "2024-03-06T18:00:34.000000", "name": "tempest-VolumesDeleteCascade-Volume-361706871", "description": null, "volume_type": "joviandss-2", "snapshot_id": "0d8cfb3d-72c5-48ca-a96f-0024de2e0d7c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9"}], "user_id": "b3283c726dcd4e87b2585114cdf026a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6b3ed6602ac545e6bc33f2832d9f6f51"}}' 2024-03-06 18:00:35,987 86595 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9 0.071s 2024-03-06 18:00:35,987 86595 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 18:00:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed9781a7-5271-4236-bbbd-079ebed8ee19', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9'} Body: b'' 2024-03-06 18:00:36,045 86595 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9 0.057s 2024-03-06 18:00:36,045 86595 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 18:00:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f498525d-5cba-461d-bcc1-c05ce8f319eb', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f498525d-5cba-461d-bcc1-c05ce8f319eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9'} Body: b'{"volume": {"id": "36066af4-aa94-4469-8e68-7f49cb3578e9", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T18:00:32.000000", "updated_at ": "2024-03-06T18:00:36.000000", "name": "tempest-VolumesDeleteCascade-Volume-361706871", "description": null, "volume_type": "joviandss-2", "snapshot_id": "0d8cfb3d-72c5-48ca-a96f-0024de2e0d7c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9"}], "user_id": "b3283c726dcd4e87b2585114cdf026a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6b3ed6602ac545e6bc33f2832d9f6f51"}}' 2024-03-06 18:00:37,152 86595 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9 0.092s 2024-03-06 18:00:37,152 86595 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 18:00:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4cd79e80-c9bc-4926-a9c2-8d7a5cfb0ddf', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cd79e80-c9bc-4926-a9c2-8d7a5cfb0ddf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9'} Body: b'{"volume": {"id": "36066af4-aa94-4469-8e68-7f49cb3578e9", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T18:00:32.000000", "updated_at": "2024-03-06T18:00:36.000000", "name": "tempest-VolumesDeleteCascade-Volume-361706871", "description": null, "volume_type": "joviandss-2", "snapshot_id": "0d8cfb3d-72c5-48ca-a96f-0024de2e0d7c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9"}], "user_id": "b3283c726dcd4e87b2585114cdf026a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6b3ed6602ac545e6bc33f2832d9f6f51"}}' 2024-03-06 18:00:38,191 86595 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9 0.025s 2024-03-06 18:00:38,191 86595 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 18:00:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd85ebf2-19d0-4130-8641-7c6f5579618e', 'x-openstack-request-id': 'req-dd85ebf2-19d0-4130-8641-7c6f5579618e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/36066af4-aa94-4469-8e68-7f49cb3578e9'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 36066af4-aa94-4469-8e68-7f49cb3578e9 could not be found."}}' 2024-03-06 18:00:38,254 86595 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 400 DELETE http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/snapshots/0d8cfb3d-72c5-48ca-a96f-0024de2e0d7c 0.062s 2024-03-06 18:00:38, 254 86595 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 18:00:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '137', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ebf54df-d742-4f0d-ad6b-0917e0c045c3', 'x-openstack-request-id': 'req-2ebf54df-d742-4f0d-ad6b-0917e0c045c3', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/snapshots/0d8cfb3d-72c5-48ca-a96f-0024de2e0d7c'} Body: b'{"badRequest": {"code": 400, "message": "Invalid snapshot: Snapshot status must be available or error and must not be part of a group."}}' 2024-03-06 18:00:38,299 86595 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d 0.043s 2024-03-06 18:00:38,299 86595 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 18:00:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9397328-a3a5-4115-acc2-11e060b2289d', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9397328-a3a5-4115-acc2-11e060b2289d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d'} Body: b'{"volume": {"id": "92d2e047-c1c3-4115-8b14-76f85a60584d", "status": "error_deleting", "size": 1, "availability_zone": "nova", "created_at": "2024-03-06T18:00:27.000000", "updated_at": "2024-03-06T18:00:36.000000", "name": "tempest-VolumesDeleteCascade-Volume-1483609773", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d"}], "user_id": "b3283c726dcd4e87b2585114cdf026a8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6b3ed6602ac545e6bc33f2832d9f6f51"}}' 2024-03-06 18:00:38,358 86595 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 400 DELETE http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d 0.046s 2024-03-06 18:00:38,358 86595 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 06 Mar 2024 18:00:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '307', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e944bb1-f091-4ef2-b702-5448d389e87e', 'x-openstack-request-id': 'req-5e944bb1-f091-4ef2-b702-5448d389e87e', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/volume/v3/6b3ed6602ac545e6bc33f2832d9f6f51/volumes/92d2e047-c1c3-4115-8b14-76f85a60584d'} Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots af ter volume transfer."}}' tearDownClass (cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest) -------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 267, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 231, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 649, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((, Resource %(resource_id)s failed to delete and is in ERROR status Details: Volume d42b05e6-68aa-4ebb-81e0-cc1077ee3817 failed to delete and is in error_deleting status, ), (, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'}, )) ====== Totals ====== Ran: 293 tests in 3007.9544 sec. - Passed: 258 - Skipped: 32 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 3 Sum of execute time for each test: 13246.8902 sec. ============== Worker Balance ============== - Worker 0 (35 tests) => 0:16:20.142169 - Worker 1 (53 tests) => 0:38:48.485681 - Worker 2 (20 tests) => 0:47:39.368565 - Worker 3 (26 tests) => 0:15:17.880285 - Worker 4 (29 tests) => 0:26:37.666324 - Worker 5 (24 tests) => 0:21:35.437782 - Worker 6 (19 tests) => 0:10:50.881850 - Worker 7 (21 tests) => 0:30:31.854948 - Worker 8 (10 tests) => 0:15:53.152175 - Worker 9 (18 tests) => 0:10:08.074830 - Worker 10 (21 tests) => 0:01:50.171143 - Worker 11 (17 tests) => 0:20:45.000945 ERROR: InvocationError for command /opt/stack/tempest/.tox/tempest/bin/tempest run --regex volume (exited with code 1) ___________________________________ summary ____________________________________ ERROR: all: commands failed