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.5.0,cmd2==2.4.3,cryptography==41.0.7,debtcollector==2.5.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==5.3.0,oslo.config==9.3.0,oslo.context==5.3.0,oslo.i18n==6.2.0,oslo.log==5.4.0,oslo.serialization==5.3.0,oslo.utils==7.0.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,pytz==2023.3.post1,PyYAML==6.0.1,referencing==0.32.1,requests==2.31.0,rfc3986==2.0.0,rpds-py==0.17.1,six==1.16.0,stestr==4.1.0,stevedore==5.1.0,-e git+https://github.com/openstack/tempest@b641452a46792b5c7e3f64a1165c466bb08f7370#egg=tempest,testtools==2.7.1,tomlkit==0.12.3,tzdata==2023.4,urllib3==1.26.18,voluptuous==0.14.1,wcwidth==0.2.13,wrapt==1.16.0 all run-test-pre: PYTHONHASHSEED='2532500234' all run-test: commands[0] | find . -type f -name '*.pyc' -delete all run-test: commands[1] | tempest run --regex volume {9} setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest) ... SKIPPED: Volume multi-attach is not available. {9} setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest) ... SKIPPED: Cinder multi-backend feature disabled {9} setUpClass (tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest) ... SKIPPED: Manage volume tests are disabled {2} setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest) ... SKIPPED: LiveMigrationTest skipped as live-migration is not available {6} setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test) ... SKIPPED: LiveAutoBlockMigrationV225Test skipped as live-migration is not available {9} tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype [24.916660s] ... ok {9} setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest) ... SKIPPED: Cinder backup feature disabled {9} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade [72.420364s] ... ok {9} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete [43.042191s] ... 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 99ae8b0f-e1b8-47d6-bd18-7c97562f5da9 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-02-17 07:56:24,437 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes 0.210s 2024-02-17 07:56:24,438 85761 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-86420917"}} Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35fb0160-edfc-4c97-b869-c5176f6be7bc', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35fb0160-edfc-4c97-b869-c5176f6be7bc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes'} Body: b'{"volume": {"id": "99ae8b0f-e1b8-47d6-bd18-7c97562f5da9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:24.365388", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-86420917", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-17 07:56:24,509 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9 0.061s 2024-02-17 07:56:24,510 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-705840d9-37de-44c0-a523-5dc873bc77e9', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-705840d9-37de-44c0-a523-5dc873bc77e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9'} Body: b'{"volume": {"id": "99ae8b0f-e1b8-47d6-bd18-7c97562f5da9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:24.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-86420917", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:25,593 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9 0.070s 2024-02-17 07:56:25,594 85761 DEBUG [tempest.lib.common.rest_ client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ed3401b-b117-4207-9ff3-a5dfe2fc50a4', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ed3401b-b117-4207-9ff3-a5dfe2fc50a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9'} Body: b'{"volume": {"id": "99ae8b0f-e1b8-47d6-bd18-7c97562f5da9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:24.000000", "updated_at": "2024-02-17T07:56:24.000000", "name": "tempest-VolumesDeleteCascade-Volume-86420917", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:26,652 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9 0.041s 2024-02-17 07:56:26,652 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef9cd805-eb43-4185-932a-5a99461d64d6', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef9cd805-eb43-4185-932a-5a99461d64d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9'} Body: b'{"volume": {"id": "99ae8b0f-e1b8-47d6-bd18-7c97562f5da9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:24.000000", "updated_at": "2024-02-17T07:56:24.000000", "name": "tempest-VolumesDeleteCascade-Volume-86420917", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:27,711 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9 0.041s 2024-02-17 07:56:27,712 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:27 GMT', 'server' : 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3aa289d-71a6-4709-9914-c19e60893e24', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3aa289d-71a6-4709-9914-c19e60893e24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9'} Body: b'{"volume": {"id": "99ae8b0f-e1b8-47d6-bd18-7c97562f5da9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:24.000000", "updated_at": "2024-02-17T07:56:27.000000", "name": "tempest-VolumesDeleteCascade-Volume-86420917", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:27,733 85761 INFO [tempest.common.waiters] volume 99ae8b0f-e1b8-47d6-bd18-7c97562f5da9 reached available after waiting for 3.733483 seconds 2024-02-17 07:56:27,866 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots 0.133s 2024-02-17 07:56:27,867 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"snapshot": {"volume_id": "99ae8b0f-e1b8-47d6-bd18-7c97562f5da9", "name": "tempest-VolumesDeleteCascade-Snapshot-1523053126"}} Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-021c4d37-1f74-43f2-8b9c-0ce42fe29202', 'content-length': '307', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-021c4d37-1f74-43f2-8b9c-0ce42fe29202', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots'} Body: b'{"snapshot": {"id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "created_at": "2024-02-17T07:56:27.812339", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1523053126", "description": null, "volume_id": "99ae8b0f-e1b8-47d6-bd18-7c97562f5da9", "status": "creating", "size": 1, "metadata": {}}}' 2024-02-17 07:56:27,899 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots/b4cf27f1-0273-4d76-81b3-4e09776be10c 0.028s 2024-02-17 07:56:27,899 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f32b6e9-e1a6-4bbe-a340-0bb8b97cc098', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f32b6e9-e1a6-4bbe-a340-0bb8b97cc098', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots/b4cf27f1-0273-4d76-81b3-4e09776be10c'} Body: b'{"snapshot": {"id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "created_at": "2024-02-17T07:56:28.000000", "updated_ at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1523053126", "description": null, "volume_id": "99ae8b0f-e1b8-47d6-bd18-7c97562f5da9", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b956e4267d1743729c9f3d0b6fd761e5", "os-extended-snapshot-attributes:progress": "0%"}}' 2024-02-17 07:56:28,928 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots/b4cf27f1-0273-4d76-81b3-4e09776be10c 0.024s 2024-02-17 07:56:28,929 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d3ad42e-a93a-49b4-af9d-121a1f3d345c', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d3ad42e-a93a-49b4-af9d-121a1f3d345c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots/b4cf27f1-0273-4d76-81b3-4e09776be10c'} Body: b'{"snapshot": {"id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "created_at": "2024-02-17T07:56:28.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1523053126", "description": null, "volume_id": "99ae8b0f-e1b8-47d6-bd18-7c97562f5da9", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b956e4267d1743729c9f3d0b6fd761e5", "os-extended-snapshot-attributes:progress": "0%"}}' 2024-02-17 07:56:29,959 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots/b4cf27f1-0273-4d76-81b3-4e09776be10c 0.024s 2024-02-17 07:56:29,959 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36790fd3-b34c-4af0-a16c-bd11337a62f4', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36790fd3-b34c-4af0-a16c-bd11337a62f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots/b4cf27f1-0273-4d76-81b3-4e09776be10c'} Body: b'{"snapshot": {"id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "created_at": "2024-02-17T07:56:28.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1523053126", "description": null, "volume_id": "99ae8b0f-e1b8-47d6-bd18-7c97562f5da9", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b956e4267d1743729c9f3d0b6fd761e5", "os-extended-snapshot-attributes:progress": "0%"}}' 2024-02-17 07:56:30,988 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots/b4cf27f1-0273-4d76-81b3-4e09776be10c 0.024s 2024-02-17 07:56:30,989 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9efefac0-cd50-40db-aa5d-bfd00d02efaf', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9efefac0-c d50-40db-aa5d-bfd00d02efaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots/b4cf27f1-0273-4d76-81b3-4e09776be10c'} Body: b'{"snapshot": {"id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "created_at": "2024-02-17T07:56:28.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1523053126", "description": null, "volume_id": "99ae8b0f-e1b8-47d6-bd18-7c97562f5da9", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b956e4267d1743729c9f3d0b6fd761e5", "os-extended-snapshot-attributes:progress": "0%"}}' 2024-02-17 07:56:32,016 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots/b4cf27f1-0273-4d76-81b3-4e09776be10c 0.023s 2024-02-17 07:56:32,017 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-754a6a87-a498-4383-b35b-eab3550b6fd4', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-754a6a87-a498-4383-b35b-eab3550b6fd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots/b4cf27f1-0273-4d76-81b3-4e09776be10c'} Body: b'{"snapshot": {"id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "created_at": "2024-02-17T07:56:28.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1523053126", "description": null, "volume_id": "99ae8b0f-e1b8-47d6-bd18-7c97562f5da9", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b956e4267d1743729c9f3d0b6fd761e5", "os-extended-snapshot-attributes:progress": "0%"}}' 2024-02-17 07:56:33,047 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots/b4cf27f1-0273-4d76-81b3-4e09776be10c 0.025s 2024-02-17 07:56:33,047 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4310cc89-f8f3-45a2-ae38-7d1a1f1f7ad4', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4310cc89-f8f3-45a2-ae38-7d1a1f1f7ad4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots/b4cf27f1-0273-4d76-81b3-4e09776be10c'} Body: b'{"snapshot": {"id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "created_at": "2024-02-17T07:56:28.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1523053126", "description": null, "volume_id": "99ae8b0f-e1b8-47d6-bd18-7c97562f5da9", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b956e4267d1743729c9f3d0b6fd761e5", "os-extended-snapshot-attributes:progress": "0%"}}' 2024-02-17 07:56:34,080 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots/b4cf27f1-0273-4d76-81b3-4e09776be10c 0.025s 2024-02-17 07:56:34,080 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b479a4c-9c93-4d37-a9f8-36f357bd2d27', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b479a4c-9c93-4d37-a9f8-36f357bd2d27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots/b4cf27f1-0273-4d76-81b3-4e09776be10c'} Body: b'{"snapshot": {"id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "created_at": "2024-02-17T07:56:28.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1523053126", "description": null, "volume_id": "99ae8b0f-e1b8-47d6-bd18-7c97562f5da9", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b956e4267d1743729c9f3d0b6fd761e5", "os-extended-snapshot-attributes:progress": "0%"}}' 2024-02-17 07:56:35,109 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots/b4cf27f1-0273-4d76-81b3-4e09776be10c 0.024s 2024-02-17 07:56:35,110 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c62ec15b-1218-4d0c-835b-bac0d1972fcd', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c62ec15b-1218-4d0c-835b-bac0d1972fcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots/b4cf27f1-0273-4d76-81b3-4e09776be10c'} Body: b'{"snapshot": {"id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "created_at": "2024-02-17T07:56:28.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1523053126", "description": null, "volume_id": "99ae8b0f-e1b8-47d6-bd18-7c97562f5da9", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b956e4267d1743729c9f3d0b6fd761e5", "os-extended-snapshot-attributes:progress": "0%"}}' 2024-02-17 07:56:36,142 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots/b4cf27f1-0273-4d76-81b3-4e09776be10c 0.024s 2024-02-17 07:56:36,142 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59b86b0d-9961-4708-b224-99bed2372b5c', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59b86b0d-9961-4708-b224-99bed2372b5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots/b4cf27f1-0273-4d76-81b3-4e09776be10c'} Body: b'{"snapshot": {"id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "created_at": "2024-02-17T07:56:28.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1523053126", "description": null, "volume_id": "99ae8b0f-e1b8-47d6-bd18-7c97562f5da9", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b956e4267d1743729c9f3d0b6fd761e5", "os-extended-snapshot-attributes:progress": "0%"}}' 2024-02-17 07:56:37,169 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http:// 10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots/b4cf27f1-0273-4d76-81b3-4e09776be10c 0.022s 2024-02-17 07:56:37,169 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c257af5-49c9-4d78-b258-b764ba8c40b6', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c257af5-49c9-4d78-b258-b764ba8c40b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots/b4cf27f1-0273-4d76-81b3-4e09776be10c'} Body: b'{"snapshot": {"id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "created_at": "2024-02-17T07:56:28.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1523053126", "description": null, "volume_id": "99ae8b0f-e1b8-47d6-bd18-7c97562f5da9", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b956e4267d1743729c9f3d0b6fd761e5", "os-extended-snapshot-attributes:progress": "0%"}}' 2024-02-17 07:56:38,194 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots/b4cf27f1-0273-4d76-81b3-4e09776be10c 0.020s 2024-02-17 07:56:38,195 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e37169db-81ea-4a04-9554-f9a64f13ece3', 'content-length': '466', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e37169db-81ea-4a04-9554-f9a64f13ece3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots/b4cf27f1-0273-4d76-81b3-4e09776be10c'} Body: b'{"snapshot": {"id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "created_at": "2024-02-17T07:56:28.000000", "updated_at": "2024-02-17T07:56:38.000000", "name": "tempest-VolumesDeleteCascade-Snapshot-1523053126", "description": null, "volume_id": "99ae8b0f-e1b8-47d6-bd18-7c97562f5da9", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b956e4267d1743729c9f3d0b6fd761e5", "os-extended-snapshot-attributes:progress": "100%"}}' 2024-02-17 07:56:38,198 85761 INFO [tempest.common.waiters] snapshot b4cf27f1-0273-4d76-81b3-4e09776be10c reached available after waiting for 11.198823 seconds 2024-02-17 07:56:38,439 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes 0.240s 2024-02-17 07:56:38,439 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "size": 1, "name": "tempest-VolumesDeleteCascade-Volume-140167198"}} Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9266d69f-74d4-41b0-8a38-a56e7d4da680', 'content-length': '851', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9266d69f-74d4-41b0-8a38-a56e7d4da680', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes'} Body: b'{"volume": {"id": "46e8affb -cf4f-479a-bb19-541cd88993b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:38.364573", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-17 07:56:38,485 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.035s 2024-02-17 07:56:38,486 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b0d2620-e85a-4c39-9025-f13805c58d23', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b0d2620-e85a-4c39-9025-f13805c58d23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"volume": {"id": "46e8affb-cf4f-479a-bb19-541cd88993b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:38.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:39,539 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.041s 2024-02-17 07:56:39,540 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38d16545-a1be-40c9-ad9e-860536be750a', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38d16545-a1be-40c9-ad9e-860536be750a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"volume": {"id": "46e8affb-cf4f-479a-bb19-541cd88993b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:38.000000", "updated_at": "2024-02-17T07:56:39.000000", "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "vo lume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:40,608 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.044s 2024-02-17 07:56:40,608 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26ab149e-0411-4331-a6ae-82c1184896bf', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26ab149e-0411-4331-a6ae-82c1184896bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"volume": {"id": "46e8affb-cf4f-479a-bb19-541cd88993b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:38.000000", "updated_at": "2024-02-17T07:56:39.000000", "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:41,659 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.037s 2024-02-17 07:56:41,660 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30c12fd3-c9b1-42ef-8915-c9ad19d2f2e7', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30c12fd3-c9b1-42ef-8915-c9ad19d2f2e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"volume": {"id": "46e8affb-cf4f-479a-bb19-541cd88993b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:38.000000", "updated_at": "2024-02-17T07:56:39.000000", "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:42,718 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.045s 2024-02-17 07:56:42,718 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58678d49-d975-4de0-a7b9-13021481401f', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58678d49-d975-4de0-a7b9-13021481401f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"volume": {"id": "46e8affb-cf4f-479a-bb19-541cd88993b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:38.000000", "updated_at": "2024-02-17T07:56:39.000000", "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:43,796 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.064s 2024-02-17 07:56:43,796 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5db0565b-2d50-4c32-b488-27facc8e9938', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5db0565b-2d50-4c32-b488-27facc8e9938', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"volume": {"id": "46e8affb-cf4f-479a-bb19-541cd88993b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:38.000000", "updated_at": "2024-02-17T07:56:39.000000", "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:44,882 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.073s 2024-02-17 07:56:44,883 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b5a8824-37a3-4860-adb5-acf5e819c0ed', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b5a8824-37a3-4860-adb5-acf5e819c0ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"volume": {"id": "46e8affb-cf4f-479a-bb19-541cd88993b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:38.000000", "updated_at": "2024-02-17T07:56:39.000000", "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:45,944 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.047s 2024-02-17 07:56:45,944 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8989bb6d-c265-4c83-9d49-b17aa7dee066', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8989bb6d-c265-4c83-9d49-b17aa7dee066', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"volume": {"id": "46e8affb-cf4f-479a-bb19-541cd88993b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:38.000000", "updated_at": "2024-02-17T07:56:39.000000", "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc58bc05edde2 1b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:47,002 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.045s 2024-02-17 07:56:47,002 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34b3ad88-8aca-464c-8177-54563b602b42', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34b3ad88-8aca-464c-8177-54563b602b42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"volume": {"id": "46e8affb-cf4f-479a-bb19-541cd88993b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:38.000000", "updated_at": "2024-02-17T07:56:39.000000", "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:48,057 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.043s 2024-02-17 07:56:48,058 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-749b1edd-9661-4b90-981b-2377b3756e4e', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-749b1edd-9661-4b90-981b-2377b3756e4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"volume": {"id": "46e8affb-cf4f-479a-bb19-541cd88993b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:38.000000", "updated_at": "2024-02-17T07:56:39.000000", "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [] , "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:49,116 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.045s 2024-02-17 07:56:49,117 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-647238b5-4ee0-44ba-9ca4-e0726016cd85', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-647238b5-4ee0-44ba-9ca4-e0726016cd85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"volume": {"id": "46e8affb-cf4f-479a-bb19-541cd88993b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:38.000000", "updated_at": "2024-02-17T07:56:39.000000", "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:50,173 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.043s 2024-02-17 07:56:50,174 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55e22a7f-06e7-4d23-ab34-f53097a7f1d3', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55e22a7f-06e7-4d23-ab34-f53097a7f1d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"volume": {"id": "46e8affb-cf4f-479a-bb19-541cd88993b6", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:38.000000", "updated_at": "2024-02-17T07:56:49.000000", "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:50,187 85761 INFO [tempest.common.waiters] volume 46 e8affb-cf4f-479a-bb19-541cd88993b6 reached available after waiting for 12.186986 seconds 2024-02-17 07:56:50,236 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.049s 2024-02-17 07:56:50,236 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16471f8f-a06b-4fc4-b739-9b0c91a770fb', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16471f8f-a06b-4fc4-b739-9b0c91a770fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"volume": {"id": "46e8affb-cf4f-479a-bb19-541cd88993b6", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:38.000000", "updated_at": "2024-02-17T07:56:49.000000", "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:50,706 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 DELETE http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9?cascade=True 0.455s 2024-02-17 07:56:50,707 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:50 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-14db16bd-cecb-4864-8f07-a9564b2aca97', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9?cascade=True'} Body: b'' 2024-02-17 07:56:50,803 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9 0.096s 2024-02-17 07:56:50,803 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee361072-3930-4e19-bf54-3d5335aee721', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee361072-3930-4e19-bf54-3d5335aee721', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9'} Body: b'{" volume": {"id": "99ae8b0f-e1b8-47d6-bd18-7c97562f5da9", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:24.000000", "updated_at": "2024-02-17T07:56:50.000000", "name": "tempest-VolumesDeleteCascade-Volume-86420917", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:51,870 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9 0.054s 2024-02-17 07:56:51,870 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bbe6df8-9455-475c-b083-943bce07e991', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bbe6df8-9455-475c-b083-943bce07e991', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9'} Body: b'{"volume": {"id": "99ae8b0f-e1b8-47d6-bd18-7c97562f5da9", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:24.000000", "updated_at": "2024-02-17T07:56:50.000000", "name": "tempest-VolumesDeleteCascade-Volume-86420917", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:52,944 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9 0.060s 2024-02-17 07:56:52,944 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-367bf9da-5adf-47a4-b888-025c007529de', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-367bf9da-5adf-47a4-b888-025c007529de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9'} Body: b'{"volume": {"id": "99ae8b0f-e1b8-47d6-bd18-7c97562f5da9", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:24.000000", "updated_at": "2024-02-17T07:56:50.000000", "name": "t empest-VolumesDeleteCascade-Volume-86420917", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:54,040 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9 0.080s 2024-02-17 07:56:54,040 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3aae92d-342f-4ad4-8ff8-7be1d8fa44d7', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3aae92d-342f-4ad4-8ff8-7be1d8fa44d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9'} Body: b'{"volume": {"id": "99ae8b0f-e1b8-47d6-bd18-7c97562f5da9", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:24.000000", "updated_at": "2024-02-17T07:56:50.000000", "name": "tempest-VolumesDeleteCascade-Volume-86420917", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:55,120 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9 0.055s 2024-02-17 07:56:55,121 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86e395c4-a7e5-4688-b0a5-2e64cb440c5d', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86e395c4-a7e5-4688-b0a5-2e64cb440c5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9'} Body: b'{"volume": {"id": "99ae8b0f-e1b8-47d6-bd18-7c97562f5da9", "status": "error_deleting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:24.000000", "updated_at": "2024-02-17T07:56:55.000000", "name": "tempest-VolumesDeleteCascade-Volume-86420917", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/v olume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:55,176 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.038s 2024-02-17 07:56:55,176 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d4cf7d9-9b24-4da9-920f-05277567ec68', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d4cf7d9-9b24-4da9-920f-05277567ec68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"volume": {"id": "46e8affb-cf4f-479a-bb19-541cd88993b6", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:38.000000", "updated_at": "2024-02-17T07:56:49.000000", "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:55,295 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.107s 2024-02-17 07:56:55,296 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:55 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-e3e30023-1d5d-4d46-96a9-f3a000f0a8a8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'' 2024-02-17 07:56:55,342 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.046s 2024-02-17 07:56:55,342 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ed91ce1-773f-466d-845e-80634818277a', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'var y': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ed91ce1-773f-466d-845e-80634818277a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"volume": {"id": "46e8affb-cf4f-479a-bb19-541cd88993b6", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:38.000000", "updated_at": "2024-02-17T07:56:55.000000", "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:56,449 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.093s 2024-02-17 07:56:56,450 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1767a60b-fec0-470e-aeb1-fe1648864bfd', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1767a60b-fec0-470e-aeb1-fe1648864bfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"volume": {"id": "46e8affb-cf4f-479a-bb19-541cd88993b6", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:38.000000", "updated_at": "2024-02-17T07:56:55.000000", "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:57,519 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.054s 2024-02-17 07:56:57,520 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99086bee-f500-41a9-9554-4c98b327c4e6', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99086bee-f500-41a9-9554-4c98b327c4e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d17 43729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"volume": {"id": "46e8affb-cf4f-479a-bb19-541cd88993b6", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:38.000000", "updated_at": "2024-02-17T07:56:55.000000", "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:58,589 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.050s 2024-02-17 07:56:58,589 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e99bc04c-d0d9-4839-ba00-713ba37ae9d2', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e99bc04c-d0d9-4839-ba00-713ba37ae9d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"volume": {"id": "46e8affb-cf4f-479a-bb19-541cd88993b6", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:38.000000", "updated_at": "2024-02-17T07:56:55.000000", "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:59,679 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.070s 2024-02-17 07:56:59,680 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42431f4e-4627-4b5b-a5b0-4bfdce8a26fa', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42431f4e-4627-4b5b-a5b0-4bfdce8a26fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"volume": {"id": "46e8affb-cf4f-479a-bb19-541cd88993b6", "status": "deleting", "size": 1, "availability_zone": "nov a", "created_at": "2024-02-17T07:56:38.000000", "updated_at": "2024-02-17T07:56:55.000000", "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:57:00,800 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.106s 2024-02-17 07:57:00,800 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:57:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4db5f58e-e3e5-4374-858b-5c4ca038cda8', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4db5f58e-e3e5-4374-858b-5c4ca038cda8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"volume": {"id": "46e8affb-cf4f-479a-bb19-541cd88993b6", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:38.000000", "updated_at": "2024-02-17T07:56:55.000000", "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:57:01,859 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.046s 2024-02-17 07:57:01,859 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:57:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f0472b6-7ac1-4a85-b94e-cd005a76eced', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f0472b6-7ac1-4a85-b94e-cd005a76eced', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"volume": {"id": "46e8affb-cf4f-479a-bb19-541cd88993b6", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:38.000000", "updated_at": "2024-02-17T07:56:55.000000", "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:57:02,912 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.040s 2024-02-17 07:57:02,912 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:57:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c591593d-b6fd-4e6c-bd2c-6d0f038191e5', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c591593d-b6fd-4e6c-bd2c-6d0f038191e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"volume": {"id": "46e8affb-cf4f-479a-bb19-541cd88993b6", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:38.000000", "updated_at": "2024-02-17T07:56:55.000000", "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:57:03,964 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.039s 2024-02-17 07:57:03,964 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:57:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33a4c77c-35c0-4f7e-b7be-034e516040f3', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33a4c77c-35c0-4f7e-b7be-034e516040f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"volume": {"id": "46e8affb-cf4f-479a-bb19-541cd88993b6", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:38.000000", "updated_at": "2024-02-17T07:56:55.000000", "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e 8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:57:05,015 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.038s 2024-02-17 07:57:05,016 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:57:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e19859f-70b3-4e5f-9d2a-f6f9e10205f2', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e19859f-70b3-4e5f-9d2a-f6f9e10205f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"volume": {"id": "46e8affb-cf4f-479a-bb19-541cd88993b6", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:38.000000", "updated_at": "2024-02-17T07:56:55.000000", "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:57:06,083 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.054s 2024-02-17 07:57:06,083 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:57:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6d1529e-f8e1-42b3-8527-865d192c3e57', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6d1529e-f8e1-42b3-8527-865d192c3e57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"volume": {"id": "46e8affb-cf4f-479a-bb19-541cd88993b6", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:38.000000", "updated_at": "2024-02-17T07:56:55.000000", "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc 58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:57:07,122 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.026s 2024-02-17 07:57:07,122 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:57:07 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-eb1f5140-0fb7-4289-90e8-aabf7544fa9f', 'x-openstack-request-id': 'req-eb1f5140-0fb7-4289-90e8-aabf7544fa9f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 46e8affb-cf4f-479a-bb19-541cd88993b6 could not be found."}}' 2024-02-17 07:57:07,169 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 400 DELETE http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots/b4cf27f1-0273-4d76-81b3-4e09776be10c 0.046s 2024-02-17 07:57:07,169 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:57:07 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-e7efddb1-c9bd-40ac-93fa-c15646d9894f', 'x-openstack-request-id': 'req-e7efddb1-c9bd-40ac-93fa-c15646d9894f', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots/b4cf27f1-0273-4d76-81b3-4e09776be10c'} Body: b'{"badRequest": {"code": 400, "message": "Invalid snapshot: Snapshot status must be available or error and must not be part of a group."}}' 2024-02-17 07:57:07,213 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9 0.042s 2024-02-17 07:57:07,213 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:57:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8ba82d4-2342-4ac4-8129-48ddc7f5e4ba', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8ba82d4-2342-4ac4-8129-48ddc7f5e4ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9'} Body: b'{"volume": {"id": "99ae8b0f-e1b8-47d6-bd18-7c97562f5da9", "status": "error_deleting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:24.000000", "updated_at": "2024-02-17T07:56:55.000000", "name": "tempest-VolumesDeleteCascade-Volume-86420917", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0 b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:57:07,267 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 400 DELETE http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9 0.041s 2024-02-17 07:57:07,267 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:57:07 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-1cf6ccbc-7a88-44c7-9c08-1a1a891ac1da', 'x-openstack-request-id': 'req-1cf6ccbc-7a88-44c7-9c08-1a1a891ac1da', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9'} 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 after volume transfer."}}' {9} setUpClass (tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {1} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume [186.070250s] ... ok {1} setUpClass (tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest) ... SKIPPED: Attached encrypted volume extend is disabled. {1} tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata [0.478809s] ... ok {8} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body [203.597603s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list [0.048938s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name [0.074392s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name [0.139843s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination [0.336779s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params [0.230154s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination [0.169716s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status [0.073320s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status [0.078192s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker [0.104141s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata [0.241240s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details [0.059982s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata [0.042876s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone [0.368336s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable [0.127098s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status [0.127829s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone [0.084334s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable [0.080506s] ... ok {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status [0.058406s] ... ok {4} tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest.test_volume_assisted_snapshot_create_delete [208.045952s] ... ok {11} tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive [236.753927s] ... ok {1} setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {1} setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest) ... SKIPPED: Cinder backup feature disabled {11} setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap) ... SKIPPED: Volume multi-attach is not available. {10} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap [265.978929s] ... ok {1} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume [19.396497s] ... ok {0} tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment [283.309631s] ... ok {2} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices [282.932227s] ... ok {8} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri [119.565441s] ... ok {2} tearDownClass (tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest) [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 653dae5d-af6e-4dcf-858c-24bd2a4964aa failed to delete and is in error_deleting status, ) {2} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list [0.122492s] ... ok {2} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit [0.073413s] ... ok {2} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit [0.147561s] ... ok {2} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit [0.069124s] ... ok {2} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit [0.198418s] ... ok {2} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details [0.070486s] ... ok {1} setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {1} 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} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.264838s] ... ok {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.039306s] ... ok {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.029514s] ... ok {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.096909s] ... ok {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.011398s] ... ok {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.018602s] ... ok {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.054759s] ... ok {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.049188s] ... ok {2} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message [2.396047s] ... ok {2} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages [2.030167s] ... ok {2} setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest) ... SKIPPED: Cinder multi-backend feature disabled {9} tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario.test_server_detach_rules [351.251261s] ... ok {2} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots [0.454015s] ... ok {2} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots [0.118364s] ... ok {5} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume [232.524507s] ... ok {9} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple [6.301798s] ... ok {6} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume [517.069965s] ... ok {8} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete [55.143377s] ... ok {2} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits [0.093205s] ... ok {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB.test_resize_server_revert_with_volume_attached [470.798552s] ... ok {4} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices [258.878747s] ... ok {11} tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON.test_rebuild_volume_backed_server [163.966294s] ... ok {8} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot [81.052732s] ... ok {4} setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest) ... SKIPPED: Volume multi-attach is not available. {4} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos [0.784850s] ... ok {4} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer [0.218918s] ... ok {4} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer [0.220854s] ... ok {4} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer [0.157490s] ... ok {4} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos [0.023015s] ... ok {4} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos [0.022756s] ... ok {4} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key [0.146351s] ... ok {4} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name [0.029886s] ... ok {4} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name [0.028111s] ... ok {4} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name [0.023599s] ... ok {7} tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_rebuild_server_with_volume_attached [525.734477s] ... ok {4} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name [15.733757s] ... ok {4} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services [0.044302s] ... ok {4} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs [17.375258s] ... ok {4} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete [0.140093s] ... ok {4} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete [0.461298s] ... ok {4} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list [0.043195s] ... ok {4} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update [0.257748s] ... ok {8} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes [91.650815s] ... ok {11} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status [50.520716s] ... ok {11} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete [0.454707s] ... ok {11} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_list_by_optional_params [0.292603s] ... ok {11} tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status [7.671135s] ... ok {11} setUpClass (tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest) ... SKIPPED: Attached volume extend is disabled. {0} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server [410.776575s] ... ok {8} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete [58.807491s] ... ok {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete [0.260990s] ... ok {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list [0.100390s] ... ok {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update [0.248289s] ... ok {8} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_type_encryption_nonexistent_type_id [0.201111s] ... ok {8} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type [0.245460s] ... ok {8} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name [0.014924s] ... ok {8} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name [0.133031s] ... ok {8} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id [0.020503s] ... ok {8} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id [0.018947s] ... ok {8} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete [34.308655s] ... ok {2} tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion.test_old_versions_reject [265.632528s] ... ok {8} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone [56.511612s] ... ok {4} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume [179.898565s] ... ok {4} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching [24.714026s] ... ok {4} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating [15.428438s] ... ok {5} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume [421.987869s] ... ok {8} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image [54.095217s] ... ok {4} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error [15.711086s] ... ok {8} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup ... SKIPPED: Cinder backup is disabled {4} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance [15.477448s] ... ok {4} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status [16.405730s] ... ok {4} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list [0.166113s] ... ok {4} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer [21.916765s] ... ok {0} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server [256.687927s] ... ok {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume [126.265320s] ... ok {4} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer [38.134025s] ... ok {4} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test) ... SKIPPED: Cinder backup feature disabled {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume [661.046158s] ... ok {6} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume [564.062716s] ... ok {5} setUpClass (tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest) ... SKIPPED: Manage snapshot tests are disabled {5} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details [0.207196s] ... ok {5} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details [0.041938s] ... ok {5} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota [0.214782s] ... ok {5} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota [0.946024s] ... ok {1} cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity [667.055516s] ... ok {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict [125.530624s] ... ok {5} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata [0.292179s] ... ok {5} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item [0.274108s] ... ok {11} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance [405.844210s] ... ok {11} 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`. {7} tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_resize_volume_backed_server_confirm [522.202903s] ... ok {5} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer [15.410954s] ... ok {5} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer [14.573795s] ... ok {5} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {8} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use [304.715630s] ... ok {0} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume [237.361112s] ... ok {5} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size [16.838549s] ... ok {5} 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`. {8} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete [25.521917s] ... ok {0} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values [0.081627s] ... ok {0} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend [0.039842s] ... ok {0} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota [0.484452s] ... ok {0} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas [0.037207s] ... ok {0} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas [0.047974s] ... ok {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments [256.294538s] ... ok {6} tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete [22.667947s] ... ok {0} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage [25.163322s] ... ok {0} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer [17.574097s] ... ok {0} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage [0.057427s] ... ok {0} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant [0.315692s] ... ok {0} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason [0.018598s] ... ok {0} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary [0.029489s] ... ok {0} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host [0.028587s] ... ok {0} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host [0.027195s] ... ok {0} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host [0.027828s] ... ok {6} tempest.api.volume.admin.test_groups.GroupsTest.test_group_update [44.366798s] ... ok {0} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add [19.291961s] ... ok {0} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list [0.414836s] ... ok {10} tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete [0.631034s] ... ok {6} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status [0.319840s] ... ok {0} tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant [3.665123s] ... ok {2} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern [533.854130s] ... ok {6} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating [24.283033s] ... ok {10} tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group [63.125063s] ... ok {6} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting [24.281736s] ... ok {0} setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore) ... SKIPPED: Backup is not enable. {10} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes [0.235552s] ... ok {10} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volumes [0.227940s] ... ok {10} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_volume_extend_gigabytes_quota_deviation [0.248828s] ... ok {6} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error [24.446595s] ... ok {0} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property [40.287538s] ... ok {6} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting [24.545273s] ... ok {6} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status [0.453562s] ... ok {0} 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 f5d265f3-eefb-4af0-a66c-271a5e06b9c7 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.'}, )) {0} 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`. {6} tempest.api.volume.test_versions.VersionsTest.test_list_versions [0.018188s] ... ok {6} tempest.api.volume.test_versions.VersionsTest.test_show_version [0.198511s] ... ok {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume [56.473570s] ... ok {8} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online [256.658934s] ... ok {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume [43.655189s] ... ok {8} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot [61.631294s] ... ok {8} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot_no_size [62.203424s] ... ok {3} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server [447.042357s] ... ok {7} tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached [439.606886s] ... ok {6} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance [162.106487s] ... ok {8} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit [0.030367s] ... ok {8} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite [0.057399s] ... ok {8} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero [0.099994s] ... ok {8} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker [0.077804s] ... ok {8} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_offset [0.047795s] ... ok {8} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc [0.041513s] ... ok {8} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc [0.028965s] ... ok {8} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc [0.043594s] ... ok {8} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc [0.041096s] ... ok {8} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc [0.040177s] ... ok {8} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc [0.038495s] ... ok {8} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params [0.125024s] ... ok {8} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params [0.100550s] ... ok {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id [161.676018s] ... ok {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image [2.267187s] ... ok {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size [1.857113s] ... ok {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.015154s] ... ok {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id [0.028791s] ... ok {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid [0.025433s] ... ok {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type [0.025911s] ... ok {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative [0.016969s] ... ok {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.012668s] ... ok {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.012813s] ... ok {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.024782s] ... ok {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.009769s] ... ok {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id [0.028034s] ... ok {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id [0.022624s] ... ok {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.009044s] ... ok {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status [0.079792s] ... ok {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name [0.064408s] ... ok {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status [0.031570s] ... ok {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name [0.061002s] ... ok {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status [0.152480s] ... ok {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id [0.024301s] ... ok {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id [0.026890s] ... ok {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id [0.010756s] ... ok {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id [0.026308s] ... ok {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id [0.024985s] ... ok {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.028549s] ... ok {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size [0.014542s] ... ok {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size [0.018206s] ... ok {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id [0.026838s] ... ok {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size [0.013985s] ... ok {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id [0.026453s] ... ok {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.023265s] ... ok {10} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... SKIPPED: Encrypted volume attach is not supported {10} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luksv2 ... SKIPPED: Encrypted volume attach is not supported {7} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete [8.219356s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body [0.018930s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body [0.020179s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id [0.038686s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id [0.023025s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name [0.026071s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id [0.022945s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id [0.021752s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec [0.015092s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body [0.017158s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id [0.123582s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id [0.040981s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_type_id [0.036024s] ... ok {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions [0.155948s] ... ok {7} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id [0.151946s] ... ok {7} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id [0.058983s] ... ok {7} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit [0.013144s] ... ok {7} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker [0.024437s] ... ok {7} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort [0.014924s] ... ok {8} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot [36.654326s] ... ok {7} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size [39.879002s] ... ok {6} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment [162.729853s] ... ok {6} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume [0.243653s] ... ok {6} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable [0.255675s] ... ok {6} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update [0.254834s] ... ok {6} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload [33.355526s] ... ok {6} tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary [0.210665s] ... ok {6} setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test) ... SKIPPED: Cinder consistency group feature disabled {6} setUpClass (cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {10} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot [220.120368s] ... ok {3} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server [397.970439s] ... ok {3} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts [0.205128s] ... ok {3} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host [0.179791s] ... ok {3} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata [0.342304s] ... ok {3} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item [0.265362s] ... ok {3} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer [15.817349s] ... ok {3} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer [23.207630s] ... ok {3} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend [26.405113s] ... ok {3} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot [37.566184s] ... ok {7} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion [388.271415s] ... ok {3} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot [47.546918s] ... ok {3} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative [16.341982s] ... ok {3} 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`. {3} setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest) ... SKIPPED: Barbican is required {10} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume [368.673246s] ... ok {7} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario [372.762569s] ... ok {7} setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached) ... SKIPPED: Cinder multi-backend feature disabled {7} setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests) ... SKIPPED: Volume multi-attach is not available. {10} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern [570.919299s] ... ok {10} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name [0.081463s] ... ok {10} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code [15.058063s] ... ok ============================== Failed 3 tests - output below: ============================== 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 99ae8b0f-e1b8-47d6-bd18-7c97562f5da9 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-02-17 07:56:24,437 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes 0.210s 2024-02-17 07:56:24,438 85761 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-86420917"}} Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35fb0160-edfc-4c97-b869-c5176f6be7bc', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35fb0160-edfc-4c97-b869-c5176f6be7bc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes'} Body: b'{"volume": {"id": "99ae8b0f-e1b8-47d6-bd18-7c97562f5da9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:24.365388", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-86420917", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-17 07:56:24,509 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9 0.061s 2024-02-17 07:56:24,510 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-705840d9-37de-44c0-a523-5dc873bc77e9', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-705840d9-37de-44c0-a523-5dc873bc77e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9'} Body: b'{"volume": {"id": "99ae8b0f-e1b8-47d6-bd18-7c97562f5da9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:24.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-86420917", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:25,593 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9 0.070s 2024-02-17 07:56:25,594 85761 DEBUG [tempest.lib.common.rest_ client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ed3401b-b117-4207-9ff3-a5dfe2fc50a4', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ed3401b-b117-4207-9ff3-a5dfe2fc50a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9'} Body: b'{"volume": {"id": "99ae8b0f-e1b8-47d6-bd18-7c97562f5da9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:24.000000", "updated_at": "2024-02-17T07:56:24.000000", "name": "tempest-VolumesDeleteCascade-Volume-86420917", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:26,652 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9 0.041s 2024-02-17 07:56:26,652 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef9cd805-eb43-4185-932a-5a99461d64d6', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef9cd805-eb43-4185-932a-5a99461d64d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9'} Body: b'{"volume": {"id": "99ae8b0f-e1b8-47d6-bd18-7c97562f5da9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:24.000000", "updated_at": "2024-02-17T07:56:24.000000", "name": "tempest-VolumesDeleteCascade-Volume-86420917", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:27,711 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9 0.041s 2024-02-17 07:56:27,712 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:27 GMT', 'server' : 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3aa289d-71a6-4709-9914-c19e60893e24', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3aa289d-71a6-4709-9914-c19e60893e24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9'} Body: b'{"volume": {"id": "99ae8b0f-e1b8-47d6-bd18-7c97562f5da9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:24.000000", "updated_at": "2024-02-17T07:56:27.000000", "name": "tempest-VolumesDeleteCascade-Volume-86420917", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:27,733 85761 INFO [tempest.common.waiters] volume 99ae8b0f-e1b8-47d6-bd18-7c97562f5da9 reached available after waiting for 3.733483 seconds 2024-02-17 07:56:27,866 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots 0.133s 2024-02-17 07:56:27,867 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"snapshot": {"volume_id": "99ae8b0f-e1b8-47d6-bd18-7c97562f5da9", "name": "tempest-VolumesDeleteCascade-Snapshot-1523053126"}} Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-021c4d37-1f74-43f2-8b9c-0ce42fe29202', 'content-length': '307', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-021c4d37-1f74-43f2-8b9c-0ce42fe29202', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots'} Body: b'{"snapshot": {"id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "created_at": "2024-02-17T07:56:27.812339", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1523053126", "description": null, "volume_id": "99ae8b0f-e1b8-47d6-bd18-7c97562f5da9", "status": "creating", "size": 1, "metadata": {}}}' 2024-02-17 07:56:27,899 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots/b4cf27f1-0273-4d76-81b3-4e09776be10c 0.028s 2024-02-17 07:56:27,899 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f32b6e9-e1a6-4bbe-a340-0bb8b97cc098', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f32b6e9-e1a6-4bbe-a340-0bb8b97cc098', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots/b4cf27f1-0273-4d76-81b3-4e09776be10c'} Body: b'{"snapshot": {"id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "created_at": "2024-02-17T07:56:28.000000", "updated_ at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1523053126", "description": null, "volume_id": "99ae8b0f-e1b8-47d6-bd18-7c97562f5da9", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b956e4267d1743729c9f3d0b6fd761e5", "os-extended-snapshot-attributes:progress": "0%"}}' 2024-02-17 07:56:28,928 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots/b4cf27f1-0273-4d76-81b3-4e09776be10c 0.024s 2024-02-17 07:56:28,929 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d3ad42e-a93a-49b4-af9d-121a1f3d345c', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d3ad42e-a93a-49b4-af9d-121a1f3d345c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots/b4cf27f1-0273-4d76-81b3-4e09776be10c'} Body: b'{"snapshot": {"id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "created_at": "2024-02-17T07:56:28.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1523053126", "description": null, "volume_id": "99ae8b0f-e1b8-47d6-bd18-7c97562f5da9", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b956e4267d1743729c9f3d0b6fd761e5", "os-extended-snapshot-attributes:progress": "0%"}}' 2024-02-17 07:56:29,959 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots/b4cf27f1-0273-4d76-81b3-4e09776be10c 0.024s 2024-02-17 07:56:29,959 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36790fd3-b34c-4af0-a16c-bd11337a62f4', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36790fd3-b34c-4af0-a16c-bd11337a62f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots/b4cf27f1-0273-4d76-81b3-4e09776be10c'} Body: b'{"snapshot": {"id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "created_at": "2024-02-17T07:56:28.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1523053126", "description": null, "volume_id": "99ae8b0f-e1b8-47d6-bd18-7c97562f5da9", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b956e4267d1743729c9f3d0b6fd761e5", "os-extended-snapshot-attributes:progress": "0%"}}' 2024-02-17 07:56:30,988 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots/b4cf27f1-0273-4d76-81b3-4e09776be10c 0.024s 2024-02-17 07:56:30,989 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9efefac0-cd50-40db-aa5d-bfd00d02efaf', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9efefac0-c d50-40db-aa5d-bfd00d02efaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots/b4cf27f1-0273-4d76-81b3-4e09776be10c'} Body: b'{"snapshot": {"id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "created_at": "2024-02-17T07:56:28.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1523053126", "description": null, "volume_id": "99ae8b0f-e1b8-47d6-bd18-7c97562f5da9", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b956e4267d1743729c9f3d0b6fd761e5", "os-extended-snapshot-attributes:progress": "0%"}}' 2024-02-17 07:56:32,016 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots/b4cf27f1-0273-4d76-81b3-4e09776be10c 0.023s 2024-02-17 07:56:32,017 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-754a6a87-a498-4383-b35b-eab3550b6fd4', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-754a6a87-a498-4383-b35b-eab3550b6fd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots/b4cf27f1-0273-4d76-81b3-4e09776be10c'} Body: b'{"snapshot": {"id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "created_at": "2024-02-17T07:56:28.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1523053126", "description": null, "volume_id": "99ae8b0f-e1b8-47d6-bd18-7c97562f5da9", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b956e4267d1743729c9f3d0b6fd761e5", "os-extended-snapshot-attributes:progress": "0%"}}' 2024-02-17 07:56:33,047 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots/b4cf27f1-0273-4d76-81b3-4e09776be10c 0.025s 2024-02-17 07:56:33,047 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4310cc89-f8f3-45a2-ae38-7d1a1f1f7ad4', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4310cc89-f8f3-45a2-ae38-7d1a1f1f7ad4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots/b4cf27f1-0273-4d76-81b3-4e09776be10c'} Body: b'{"snapshot": {"id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "created_at": "2024-02-17T07:56:28.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1523053126", "description": null, "volume_id": "99ae8b0f-e1b8-47d6-bd18-7c97562f5da9", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b956e4267d1743729c9f3d0b6fd761e5", "os-extended-snapshot-attributes:progress": "0%"}}' 2024-02-17 07:56:34,080 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots/b4cf27f1-0273-4d76-81b3-4e09776be10c 0.025s 2024-02-17 07:56:34,080 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b479a4c-9c93-4d37-a9f8-36f357bd2d27', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b479a4c-9c93-4d37-a9f8-36f357bd2d27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots/b4cf27f1-0273-4d76-81b3-4e09776be10c'} Body: b'{"snapshot": {"id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "created_at": "2024-02-17T07:56:28.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1523053126", "description": null, "volume_id": "99ae8b0f-e1b8-47d6-bd18-7c97562f5da9", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b956e4267d1743729c9f3d0b6fd761e5", "os-extended-snapshot-attributes:progress": "0%"}}' 2024-02-17 07:56:35,109 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots/b4cf27f1-0273-4d76-81b3-4e09776be10c 0.024s 2024-02-17 07:56:35,110 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c62ec15b-1218-4d0c-835b-bac0d1972fcd', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c62ec15b-1218-4d0c-835b-bac0d1972fcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots/b4cf27f1-0273-4d76-81b3-4e09776be10c'} Body: b'{"snapshot": {"id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "created_at": "2024-02-17T07:56:28.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1523053126", "description": null, "volume_id": "99ae8b0f-e1b8-47d6-bd18-7c97562f5da9", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b956e4267d1743729c9f3d0b6fd761e5", "os-extended-snapshot-attributes:progress": "0%"}}' 2024-02-17 07:56:36,142 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots/b4cf27f1-0273-4d76-81b3-4e09776be10c 0.024s 2024-02-17 07:56:36,142 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59b86b0d-9961-4708-b224-99bed2372b5c', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59b86b0d-9961-4708-b224-99bed2372b5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots/b4cf27f1-0273-4d76-81b3-4e09776be10c'} Body: b'{"snapshot": {"id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "created_at": "2024-02-17T07:56:28.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1523053126", "description": null, "volume_id": "99ae8b0f-e1b8-47d6-bd18-7c97562f5da9", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b956e4267d1743729c9f3d0b6fd761e5", "os-extended-snapshot-attributes:progress": "0%"}}' 2024-02-17 07:56:37,169 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http:// 10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots/b4cf27f1-0273-4d76-81b3-4e09776be10c 0.022s 2024-02-17 07:56:37,169 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c257af5-49c9-4d78-b258-b764ba8c40b6', 'content-length': '439', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c257af5-49c9-4d78-b258-b764ba8c40b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots/b4cf27f1-0273-4d76-81b3-4e09776be10c'} Body: b'{"snapshot": {"id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "created_at": "2024-02-17T07:56:28.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Snapshot-1523053126", "description": null, "volume_id": "99ae8b0f-e1b8-47d6-bd18-7c97562f5da9", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b956e4267d1743729c9f3d0b6fd761e5", "os-extended-snapshot-attributes:progress": "0%"}}' 2024-02-17 07:56:38,194 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots/b4cf27f1-0273-4d76-81b3-4e09776be10c 0.020s 2024-02-17 07:56:38,195 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e37169db-81ea-4a04-9554-f9a64f13ece3', 'content-length': '466', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e37169db-81ea-4a04-9554-f9a64f13ece3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots/b4cf27f1-0273-4d76-81b3-4e09776be10c'} Body: b'{"snapshot": {"id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "created_at": "2024-02-17T07:56:28.000000", "updated_at": "2024-02-17T07:56:38.000000", "name": "tempest-VolumesDeleteCascade-Snapshot-1523053126", "description": null, "volume_id": "99ae8b0f-e1b8-47d6-bd18-7c97562f5da9", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "b956e4267d1743729c9f3d0b6fd761e5", "os-extended-snapshot-attributes:progress": "100%"}}' 2024-02-17 07:56:38,198 85761 INFO [tempest.common.waiters] snapshot b4cf27f1-0273-4d76-81b3-4e09776be10c reached available after waiting for 11.198823 seconds 2024-02-17 07:56:38,439 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes 0.240s 2024-02-17 07:56:38,439 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "size": 1, "name": "tempest-VolumesDeleteCascade-Volume-140167198"}} Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9266d69f-74d4-41b0-8a38-a56e7d4da680', 'content-length': '851', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9266d69f-74d4-41b0-8a38-a56e7d4da680', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes'} Body: b'{"volume": {"id": "46e8affb -cf4f-479a-bb19-541cd88993b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:38.364573", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-17 07:56:38,485 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.035s 2024-02-17 07:56:38,486 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b0d2620-e85a-4c39-9025-f13805c58d23', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b0d2620-e85a-4c39-9025-f13805c58d23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"volume": {"id": "46e8affb-cf4f-479a-bb19-541cd88993b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:38.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:39,539 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.041s 2024-02-17 07:56:39,540 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38d16545-a1be-40c9-ad9e-860536be750a', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38d16545-a1be-40c9-ad9e-860536be750a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"volume": {"id": "46e8affb-cf4f-479a-bb19-541cd88993b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:38.000000", "updated_at": "2024-02-17T07:56:39.000000", "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "vo lume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:40,608 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.044s 2024-02-17 07:56:40,608 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26ab149e-0411-4331-a6ae-82c1184896bf', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26ab149e-0411-4331-a6ae-82c1184896bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"volume": {"id": "46e8affb-cf4f-479a-bb19-541cd88993b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:38.000000", "updated_at": "2024-02-17T07:56:39.000000", "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:41,659 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.037s 2024-02-17 07:56:41,660 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30c12fd3-c9b1-42ef-8915-c9ad19d2f2e7', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30c12fd3-c9b1-42ef-8915-c9ad19d2f2e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"volume": {"id": "46e8affb-cf4f-479a-bb19-541cd88993b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:38.000000", "updated_at": "2024-02-17T07:56:39.000000", "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:42,718 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.045s 2024-02-17 07:56:42,718 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58678d49-d975-4de0-a7b9-13021481401f', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58678d49-d975-4de0-a7b9-13021481401f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"volume": {"id": "46e8affb-cf4f-479a-bb19-541cd88993b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:38.000000", "updated_at": "2024-02-17T07:56:39.000000", "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:43,796 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.064s 2024-02-17 07:56:43,796 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5db0565b-2d50-4c32-b488-27facc8e9938', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5db0565b-2d50-4c32-b488-27facc8e9938', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"volume": {"id": "46e8affb-cf4f-479a-bb19-541cd88993b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:38.000000", "updated_at": "2024-02-17T07:56:39.000000", "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:44,882 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.073s 2024-02-17 07:56:44,883 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b5a8824-37a3-4860-adb5-acf5e819c0ed', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b5a8824-37a3-4860-adb5-acf5e819c0ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"volume": {"id": "46e8affb-cf4f-479a-bb19-541cd88993b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:38.000000", "updated_at": "2024-02-17T07:56:39.000000", "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:45,944 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.047s 2024-02-17 07:56:45,944 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8989bb6d-c265-4c83-9d49-b17aa7dee066', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8989bb6d-c265-4c83-9d49-b17aa7dee066', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"volume": {"id": "46e8affb-cf4f-479a-bb19-541cd88993b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:38.000000", "updated_at": "2024-02-17T07:56:39.000000", "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc58bc05edde2 1b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:47,002 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.045s 2024-02-17 07:56:47,002 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34b3ad88-8aca-464c-8177-54563b602b42', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34b3ad88-8aca-464c-8177-54563b602b42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"volume": {"id": "46e8affb-cf4f-479a-bb19-541cd88993b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:38.000000", "updated_at": "2024-02-17T07:56:39.000000", "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:48,057 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.043s 2024-02-17 07:56:48,058 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-749b1edd-9661-4b90-981b-2377b3756e4e', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-749b1edd-9661-4b90-981b-2377b3756e4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"volume": {"id": "46e8affb-cf4f-479a-bb19-541cd88993b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:38.000000", "updated_at": "2024-02-17T07:56:39.000000", "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [] , "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:49,116 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.045s 2024-02-17 07:56:49,117 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-647238b5-4ee0-44ba-9ca4-e0726016cd85', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-647238b5-4ee0-44ba-9ca4-e0726016cd85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"volume": {"id": "46e8affb-cf4f-479a-bb19-541cd88993b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:38.000000", "updated_at": "2024-02-17T07:56:39.000000", "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:50,173 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.043s 2024-02-17 07:56:50,174 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55e22a7f-06e7-4d23-ab34-f53097a7f1d3', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55e22a7f-06e7-4d23-ab34-f53097a7f1d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"volume": {"id": "46e8affb-cf4f-479a-bb19-541cd88993b6", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:38.000000", "updated_at": "2024-02-17T07:56:49.000000", "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:50,187 85761 INFO [tempest.common.waiters] volume 46 e8affb-cf4f-479a-bb19-541cd88993b6 reached available after waiting for 12.186986 seconds 2024-02-17 07:56:50,236 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.049s 2024-02-17 07:56:50,236 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16471f8f-a06b-4fc4-b739-9b0c91a770fb', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16471f8f-a06b-4fc4-b739-9b0c91a770fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"volume": {"id": "46e8affb-cf4f-479a-bb19-541cd88993b6", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:38.000000", "updated_at": "2024-02-17T07:56:49.000000", "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:50,706 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 DELETE http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9?cascade=True 0.455s 2024-02-17 07:56:50,707 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:50 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-14db16bd-cecb-4864-8f07-a9564b2aca97', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9?cascade=True'} Body: b'' 2024-02-17 07:56:50,803 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9 0.096s 2024-02-17 07:56:50,803 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee361072-3930-4e19-bf54-3d5335aee721', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee361072-3930-4e19-bf54-3d5335aee721', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9'} Body: b'{" volume": {"id": "99ae8b0f-e1b8-47d6-bd18-7c97562f5da9", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:24.000000", "updated_at": "2024-02-17T07:56:50.000000", "name": "tempest-VolumesDeleteCascade-Volume-86420917", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:51,870 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9 0.054s 2024-02-17 07:56:51,870 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bbe6df8-9455-475c-b083-943bce07e991', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bbe6df8-9455-475c-b083-943bce07e991', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9'} Body: b'{"volume": {"id": "99ae8b0f-e1b8-47d6-bd18-7c97562f5da9", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:24.000000", "updated_at": "2024-02-17T07:56:50.000000", "name": "tempest-VolumesDeleteCascade-Volume-86420917", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:52,944 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9 0.060s 2024-02-17 07:56:52,944 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-367bf9da-5adf-47a4-b888-025c007529de', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-367bf9da-5adf-47a4-b888-025c007529de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9'} Body: b'{"volume": {"id": "99ae8b0f-e1b8-47d6-bd18-7c97562f5da9", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:24.000000", "updated_at": "2024-02-17T07:56:50.000000", "name": "t empest-VolumesDeleteCascade-Volume-86420917", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:54,040 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9 0.080s 2024-02-17 07:56:54,040 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3aae92d-342f-4ad4-8ff8-7be1d8fa44d7', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3aae92d-342f-4ad4-8ff8-7be1d8fa44d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9'} Body: b'{"volume": {"id": "99ae8b0f-e1b8-47d6-bd18-7c97562f5da9", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:24.000000", "updated_at": "2024-02-17T07:56:50.000000", "name": "tempest-VolumesDeleteCascade-Volume-86420917", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:55,120 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9 0.055s 2024-02-17 07:56:55,121 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86e395c4-a7e5-4688-b0a5-2e64cb440c5d', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86e395c4-a7e5-4688-b0a5-2e64cb440c5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9'} Body: b'{"volume": {"id": "99ae8b0f-e1b8-47d6-bd18-7c97562f5da9", "status": "error_deleting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:24.000000", "updated_at": "2024-02-17T07:56:55.000000", "name": "tempest-VolumesDeleteCascade-Volume-86420917", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/v olume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:55,176 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.038s 2024-02-17 07:56:55,176 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d4cf7d9-9b24-4da9-920f-05277567ec68', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d4cf7d9-9b24-4da9-920f-05277567ec68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"volume": {"id": "46e8affb-cf4f-479a-bb19-541cd88993b6", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:38.000000", "updated_at": "2024-02-17T07:56:49.000000", "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:55,295 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.107s 2024-02-17 07:56:55,296 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:55 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-e3e30023-1d5d-4d46-96a9-f3a000f0a8a8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'' 2024-02-17 07:56:55,342 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.046s 2024-02-17 07:56:55,342 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ed91ce1-773f-466d-845e-80634818277a', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'var y': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ed91ce1-773f-466d-845e-80634818277a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"volume": {"id": "46e8affb-cf4f-479a-bb19-541cd88993b6", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:38.000000", "updated_at": "2024-02-17T07:56:55.000000", "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:56,449 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.093s 2024-02-17 07:56:56,450 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1767a60b-fec0-470e-aeb1-fe1648864bfd', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1767a60b-fec0-470e-aeb1-fe1648864bfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"volume": {"id": "46e8affb-cf4f-479a-bb19-541cd88993b6", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:38.000000", "updated_at": "2024-02-17T07:56:55.000000", "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:57,519 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.054s 2024-02-17 07:56:57,520 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99086bee-f500-41a9-9554-4c98b327c4e6', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99086bee-f500-41a9-9554-4c98b327c4e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d17 43729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"volume": {"id": "46e8affb-cf4f-479a-bb19-541cd88993b6", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:38.000000", "updated_at": "2024-02-17T07:56:55.000000", "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:58,589 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.050s 2024-02-17 07:56:58,589 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e99bc04c-d0d9-4839-ba00-713ba37ae9d2', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e99bc04c-d0d9-4839-ba00-713ba37ae9d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"volume": {"id": "46e8affb-cf4f-479a-bb19-541cd88993b6", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:38.000000", "updated_at": "2024-02-17T07:56:55.000000", "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:56:59,679 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.070s 2024-02-17 07:56:59,680 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:56:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42431f4e-4627-4b5b-a5b0-4bfdce8a26fa', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42431f4e-4627-4b5b-a5b0-4bfdce8a26fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"volume": {"id": "46e8affb-cf4f-479a-bb19-541cd88993b6", "status": "deleting", "size": 1, "availability_zone": "nov a", "created_at": "2024-02-17T07:56:38.000000", "updated_at": "2024-02-17T07:56:55.000000", "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:57:00,800 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.106s 2024-02-17 07:57:00,800 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:57:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4db5f58e-e3e5-4374-858b-5c4ca038cda8', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4db5f58e-e3e5-4374-858b-5c4ca038cda8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"volume": {"id": "46e8affb-cf4f-479a-bb19-541cd88993b6", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:38.000000", "updated_at": "2024-02-17T07:56:55.000000", "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:57:01,859 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.046s 2024-02-17 07:57:01,859 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:57:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f0472b6-7ac1-4a85-b94e-cd005a76eced', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f0472b6-7ac1-4a85-b94e-cd005a76eced', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"volume": {"id": "46e8affb-cf4f-479a-bb19-541cd88993b6", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:38.000000", "updated_at": "2024-02-17T07:56:55.000000", "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:57:02,912 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.040s 2024-02-17 07:57:02,912 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:57:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c591593d-b6fd-4e6c-bd2c-6d0f038191e5', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c591593d-b6fd-4e6c-bd2c-6d0f038191e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"volume": {"id": "46e8affb-cf4f-479a-bb19-541cd88993b6", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:38.000000", "updated_at": "2024-02-17T07:56:55.000000", "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:57:03,964 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.039s 2024-02-17 07:57:03,964 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:57:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33a4c77c-35c0-4f7e-b7be-034e516040f3', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33a4c77c-35c0-4f7e-b7be-034e516040f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"volume": {"id": "46e8affb-cf4f-479a-bb19-541cd88993b6", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:38.000000", "updated_at": "2024-02-17T07:56:55.000000", "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e 8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:57:05,015 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.038s 2024-02-17 07:57:05,016 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:57:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e19859f-70b3-4e5f-9d2a-f6f9e10205f2', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e19859f-70b3-4e5f-9d2a-f6f9e10205f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"volume": {"id": "46e8affb-cf4f-479a-bb19-541cd88993b6", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:38.000000", "updated_at": "2024-02-17T07:56:55.000000", "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:57:06,083 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.054s 2024-02-17 07:57:06,083 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:57:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6d1529e-f8e1-42b3-8527-865d192c3e57', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6d1529e-f8e1-42b3-8527-865d192c3e57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"volume": {"id": "46e8affb-cf4f-479a-bb19-541cd88993b6", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:38.000000", "updated_at": "2024-02-17T07:56:55.000000", "name": "tempest-VolumesDeleteCascade-Volume-140167198", "description": null, "volume_type": "joviandss-2", "snapshot_id": "b4cf27f1-0273-4d76-81b3-4e09776be10c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6"}], "user_id": "e2c330036bd74bc 58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:57:07,122 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6 0.026s 2024-02-17 07:57:07,122 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:57:07 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-eb1f5140-0fb7-4289-90e8-aabf7544fa9f', 'x-openstack-request-id': 'req-eb1f5140-0fb7-4289-90e8-aabf7544fa9f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/46e8affb-cf4f-479a-bb19-541cd88993b6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 46e8affb-cf4f-479a-bb19-541cd88993b6 could not be found."}}' 2024-02-17 07:57:07,169 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 400 DELETE http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots/b4cf27f1-0273-4d76-81b3-4e09776be10c 0.046s 2024-02-17 07:57:07,169 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:57:07 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-e7efddb1-c9bd-40ac-93fa-c15646d9894f', 'x-openstack-request-id': 'req-e7efddb1-c9bd-40ac-93fa-c15646d9894f', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/snapshots/b4cf27f1-0273-4d76-81b3-4e09776be10c'} Body: b'{"badRequest": {"code": 400, "message": "Invalid snapshot: Snapshot status must be available or error and must not be part of a group."}}' 2024-02-17 07:57:07,213 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9 0.042s 2024-02-17 07:57:07,213 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:57:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8ba82d4-2342-4ac4-8129-48ddc7f5e4ba', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8ba82d4-2342-4ac4-8129-48ddc7f5e4ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9'} Body: b'{"volume": {"id": "99ae8b0f-e1b8-47d6-bd18-7c97562f5da9", "status": "error_deleting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-17T07:56:24.000000", "updated_at": "2024-02-17T07:56:55.000000", "name": "tempest-VolumesDeleteCascade-Volume-86420917", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b956e4267d1743729c9f3d0 b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9"}], "user_id": "e2c330036bd74bc58bc05edde21b1c49", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b956e4267d1743729c9f3d0b6fd761e5"}}' 2024-02-17 07:57:07,267 85761 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 400 DELETE http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9 0.041s 2024-02-17 07:57:07,267 85761 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sat, 17 Feb 2024 07:57:07 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-1cf6ccbc-7a88-44c7-9c08-1a1a891ac1da', 'x-openstack-request-id': 'req-1cf6ccbc-7a88-44c7-9c08-1a1a891ac1da', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/volume/v3/b956e4267d1743729c9f3d0b6fd761e5/volumes/99ae8b0f-e1b8-47d6-bd18-7c97562f5da9'} 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 after volume transfer."}}' tearDownClass (tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest) ------------------------------------------------------------------------------------- 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 653dae5d-af6e-4dcf-858c-24bd2a4964aa failed to delete and is in error_deleting status, ) 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 f5d265f3-eefb-4af0-a66c-271a5e06b9c7 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: 294 tests in 2972.4209 sec. - Passed: 259 - Skipped: 32 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 3 Sum of execute time for each test: 15989.6157 sec. ============== Worker Balance ============== - Worker 0 (25 tests) => 0:24:22.985398 - Worker 1 (27 tests) => 0:18:45.924033 - Worker 2 (25 tests) => 0:23:43.757413 - Worker 3 (17 tests) => 0:37:05.354365 - Worker 4 (30 tests) => 0:16:50.998018 - Worker 5 (14 tests) => 0:16:18.233649 - Worker 6 (22 tests) => 0:32:18.350829 - Worker 7 (27 tests) => 0:41:32.698814 - Worker 8 (38 tests) => 0:29:49.310322 - Worker 9 (10 tests) => 0:09:00.051887 - Worker 10 (49 tests) => 0:48:38.703368 - Worker 11 (10 tests) => 0:18:56.193249 ERROR: InvocationError for command /opt/stack/tempest/.tox/tempest/bin/tempest run --regex volume (exited with code 1) ___________________________________ summary ____________________________________ ERROR: all: commands failed