Status: Pass 288 Failure 8 Skip 24
| Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
| setUpClass (tempest.scenario.test_shelve_instance | 1 | 0 | 1 | 0 | 0 | Detail | |
TestShelveInstance) |
fail
ft1.1: setUpClass (tempest.scenario.test_shelve_instance.TestShelveInstance)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 170, in setUpClass
cls.setup_credentials()
File "/opt/stack/tempest/tempest/scenario/manager.py", line 104, in setup_credentials
super(ScenarioTest, cls).setup_credentials()
File "/opt/stack/tempest/tempest/test.py", line 398, in setup_credentials
manager = cls.get_client_manager(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/test.py", line 743, in get_client_manager
creds = getattr(cred_provider, credentials_method)()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 460, in get_admin_creds
return self.get_credentials('admin')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 443, in get_credentials
network, subnet, router = self._create_network_resources(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 319, in _create_network_resources
self._add_router_interface(router['id'], subnet['id'])
File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 383, in _add_router_interface
self.routers_admin_client.add_router_interface(router_id,
File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 72, in add_router_interface
return self.update_resource(uri, kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 77, in update_resource
resp, body = self.put(req_uri, req_post_data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 395, in put
return self.request('PUT', url, extra_headers, headers, body, chunked)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 877, in _error_checker
raise exceptions.NotFound(resp_body, resp=resp)
tempest.lib.exceptions.NotFound: Object not found
Details: {'type': 'RouterNotFound', 'message': 'Router 944e355a-7ca6-4fb1-abbf-ce04746a8410 could not be found', 'detail': ''}
|
||||||
| tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest | 2 | 1 | 1 | 0 | 0 | Detail | |
test_volume_backup_export_import[id-a99c54a1-dd80-4724-8a13-13bf58d4068d] |
fail
ft2.1: tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_export_import[id-a99c54a1-dd80-4724-8a13-13bf58d4068d]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-05-26 16:32:56,508 106232 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:test_volume_backup_export_import): 202 POST https://10.4.3.186/volume/v3/volumes 0.431s
2026-05-26 16:32:56,508 106232 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "name": "tempest-VolumesBackupsAdminTest-Volume-2132780134"}}
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f27b426a-05e3-4f11-ad59-67bf5cd1a0a6', 'content-length': '754', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f27b426a-05e3-4f11-ad59-67bf5cd1a0a6', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.186/volume/v3/volumes'}
Body: b'{"volume": {"id": "c1047c8f-dcb1-4228-b5bc-6b5546ed1547", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-05-26T16:32:56.438378", "updated_at": null, "name": "tempest-VolumesBackupsAdminTest-Volume-2132780134", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/volumes/c1047c8f-dcb1-4228-b5bc-6b5546ed1547"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/volumes/c1047c8f-dcb1-4228-b5bc-6b5546ed1547"}], "user_id": "1668d2a8ebf9463abe63ea20af394ba0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-05-26 16:32:56,572 106232 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:test_volume_backup_export_import): 200 GET https://10.4.3.186/volume/v3/volumes/c1047c8f-dcb1-4228-b5bc-6b5546ed1547 0.058s
2026-05-26 16:32:56,573 106232 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92b0a498-e53b-43ce-9deb-8a2d14f009c8', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92b0a498-e53b-43ce-9deb-8a2d14f009c8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/volumes/c1047c8f-dcb1-4228-b5bc-6b5546ed1547'}
Body: b'{"volume": {"id": "c1047c8f-dcb1-4228-b5bc-6b5546ed1547", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-05-26T16:32:56.000000", "updated_at": null, "name": "tempest-VolumesBackupsAdminTest-Volume-2132780134", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/volumes/c1047c8f-dcb1-4228-b5bc-6b5546ed1547"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/volumes/c1047c8f-dcb1-4228-b5bc-6b5546ed1547"}], "user_id": "1668d2a8ebf9463abe63ea20af394ba0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "47845aea62ee49afaade687001e8e5e6"}}'
2026-05-26 16:32:57,633 106232 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:test_volume_backup_export_import): 200 GET https://10.4.3.186/volume/v3/volumes/c1047c8f-dcb1-4228-b5bc-6b5546ed1547 0.055s
2026-05-26 16:32:57,633 106232 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec72162e-b6a3-4310-b0c2-de23d77cea3f', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec72162e-b6a3-4310-b0c2-de23d77cea3f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/volumes/c1047c8f-dcb1-4228-b5bc-6b5546ed1547'}
Body: b'{"volume": {"id": "c1047c8f-dcb1-4228-b5bc-6b5546ed1547", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-26T16:32:56.000000", "updated_at": "2026-05-26T16:32:57.000000", "name": "tempest-VolumesBackupsAdminTest-Volume-2132780134", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/volumes/c1047c8f-dcb1-4228-b5bc-6b5546ed1547"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/volumes/c1047c8f-dcb1-4228-b5bc-6b5546ed1547"}], "user_id": "1668d2a8ebf9463abe63ea20af394ba0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "47845aea62ee49afaade687001e8e5e6"}}'
2026-05-26 16:32:57,639 106232 INFO [tempest.common.waiters] volume c1047c8f-dcb1-4228-b5bc-6b5546ed1547 reached available after waiting for 1.639266 seconds
2026-05-26 16:32:57,714 106232 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:test_volume_backup_export_import): 202 POST https://10.4.3.186/volume/v3/backups 0.074s
2026-05-26 16:32:57,714 106232 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"backup": {"volume_id": "c1047c8f-dcb1-4228-b5bc-6b5546ed1547", "name": "tempest-VolumesBackupsAdminTest-Backup-423239075", "container": "tempest-volumesbackupsadmintest-backup-container-629214716"}}
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68e037dc-24a9-4860-92e3-1499c2afb744', 'content-length': '334', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68e037dc-24a9-4860-92e3-1499c2afb744', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.186/volume/v3/backups'}
Body: b'{"backup": {"id": "888a106f-6a06-43bd-80b6-3174ba474568", "name": "tempest-VolumesBackupsAdminTest-Backup-423239075", "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/backups/888a106f-6a06-43bd-80b6-3174ba474568"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/backups/888a106f-6a06-43bd-80b6-3174ba474568"}]}}'
2026-05-26 16:32:57,736 106232 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:test_volume_backup_export_import): 200 GET https://10.4.3.186/volume/v3/backups/888a106f-6a06-43bd-80b6-3174ba474568 0.021s
2026-05-26 16:32:57,736 106232 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63ca1620-5b94-4f27-b688-f762e4d35c88', 'content-length': '797', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63ca1620-5b94-4f27-b688-f762e4d35c88', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/backups/888a106f-6a06-43bd-80b6-3174ba474568'}
Body: b'{"backup": {"id": "888a106f-6a06-43bd-80b6-3174ba474568", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "tempest-volumesbackupsadmintest-backup-container-629214716", "created_at": "2026-05-26T16:32:58.000000", "updated_at": "2026-05-26T16:32:58.000000", "name": "tempest-VolumesBackupsAdminTest-Backup-423239075", "description": null, "fail_reason": null, "volume_id": "c1047c8f-dcb1-4228-b5bc-6b5546ed1547", "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/backups/888a106f-6a06-43bd-80b6-3174ba474568"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/backups/888a106f-6a06-43bd-80b6-3174ba474568"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-05-26T16:32:58.000000"}}'
2026-05-26 16:32:58,780 106232 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:test_volume_backup_export_import): 200 GET https://10.4.3.186/volume/v3/backups/888a106f-6a06-43bd-80b6-3174ba474568 0.039s
2026-05-26 16:32:58,781 106232 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dccee6aa-b955-4171-a4dd-54a159b2657a', 'content-length': '799', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dccee6aa-b955-4171-a4dd-54a159b2657a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/backups/888a106f-6a06-43bd-80b6-3174ba474568'}
Body: b'{"backup": {"id": "888a106f-6a06-43bd-80b6-3174ba474568", "status": "creating", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "tempest-volumesbackupsadmintest-backup-container-629214716", "created_at": "2026-05-26T16:32:58.000000", "updated_at": "2026-05-26T16:32:58.000000", "name": "tempest-VolumesBackupsAdminTest-Backup-423239075", "description": null, "fail_reason": null, "volume_id": "c1047c8f-dcb1-4228-b5bc-6b5546ed1547", "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/backups/888a106f-6a06-43bd-80b6-3174ba474568"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/backups/888a106f-6a06-43bd-80b6-3174ba474568"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-05-26T16:32:58.000000"}}'
2026-05-26 16:33:00,681 106232 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:test_volume_backup_export_import): 500 GET https://10.4.3.186/volume/v3/backups/888a106f-6a06-43bd-80b6-3174ba474568 0.894s
2026-05-26 16:33:00,681 106232 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-738ba2f0-906f-46b6-b588-dfb4034cdb27', 'x-openstack-request-id': 'req-738ba2f0-906f-46b6-b588-dfb4034cdb27', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.186/volume/v3/backups/888a106f-6a06-43bd-80b6-3174ba474568'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2026-05-26 16:33:00,750 106232 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 500 DELETE https://10.4.3.186/volume/v3/backups/888a106f-6a06-43bd-80b6-3174ba474568 0.064s
2026-05-26 16:33:00,751 106232 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-08d06912-0f8f-4a3c-add1-db86bb39e068', 'x-openstack-request-id': 'req-08d06912-0f8f-4a3c-add1-db86bb39e068', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.186/volume/v3/backups/888a106f-6a06-43bd-80b6-3174ba474568'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2026-05-26 16:33:00,804 106232 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 500 GET https://10.4.3.186/volume/v3/backups/888a106f-6a06-43bd-80b6-3174ba474568 0.052s
2026-05-26 16:33:00,804 106232 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-e52cfe0f-7e77-4c2c-8d23-575f6ce8631c', 'x-openstack-request-id': 'req-e52cfe0f-7e77-4c2c-8d23-575f6ce8631c', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.186/volume/v3/backups/888a106f-6a06-43bd-80b6-3174ba474568'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2026-05-26 16:33:00,847 106232 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 200 GET https://10.4.3.186:8080/v1/AUTH_47845aea62ee49afaade687001e8e5e6/tempest-volumesbackupsadmintest-backup-container-629214716?&limit=9999&format=json 0.043s
2026-05-26 16:33:00,848 106232 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json; charset=utf-8', 'content-length': '2', 'x-container-object-count': '0', 'x-container-bytes-used': '0', 'x-timestamp': '1779813179.09963', 'last-modified': 'Tue, 26 May 2026 16:33:00 GMT', 'accept-ranges': 'bytes', 'x-storage-policy': 'Policy-0', 'x-trans-id': 'txf38caafa441b47fd92d91-006a15cb3c', 'x-openstack-request-id': 'txf38caafa441b47fd92d91-006a15cb3c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186:8080/v1/AUTH_47845aea62ee49afaade687001e8e5e6/tempest-volumesbackupsadmintest-backup-container-629214716?&limit=9999&format=json'}
Body: b'[]'
2026-05-26 16:33:00,890 106232 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 204 DELETE https://10.4.3.186:8080/v1/AUTH_47845aea62ee49afaade687001e8e5e6/tempest-volumesbackupsadmintest-backup-container-629214716 0.041s
2026-05-26 16:33:00,890 106232 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'txd655c49ce9c243f282a9f-006a15cb3c', 'x-openstack-request-id': 'txd655c49ce9c243f282a9f-006a15cb3c', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.186:8080/v1/AUTH_47845aea62ee49afaade687001e8e5e6/tempest-volumesbackupsadmintest-backup-container-629214716'}
Body: b''
2026-05-26 16:33:00,918 106232 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 404 HEAD https://10.4.3.186:8080/v1/AUTH_47845aea62ee49afaade687001e8e5e6/tempest-volumesbackupsadmintest-backup-container-629214716 0.028s
2026-05-26 16:33:00,918 106232 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'txa3d043318b9d4514b4d16-006a15cb3c', 'x-openstack-request-id': 'txa3d043318b9d4514b4d16-006a15cb3c', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.186:8080/v1/AUTH_47845aea62ee49afaade687001e8e5e6/tempest-volumesbackupsadmintest-backup-container-629214716'}
Body: b''
2026-05-26 16:33:00,988 106232 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 500 GET https://10.4.3.186/volume/v3/volumes/c1047c8f-dcb1-4228-b5bc-6b5546ed1547 0.069s
2026-05-26 16:33:00,988 106232 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bae4cc7-550e-4ee8-a551-a391109d7c91', 'x-openstack-request-id': 'req-9bae4cc7-550e-4ee8-a551-a391109d7c91', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.186/volume/v3/volumes/c1047c8f-dcb1-4228-b5bc-6b5546ed1547'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2026-05-26 16:33:00,988 106232 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <function BaseVolumeTest._delete_volume_for_cleanup at 0x734c849dc900>, retrying...
2026-05-26 16:33:06,134 106232 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 200 GET https://10.4.3.186/volume/v3/volumes/c1047c8f-dcb1-4228-b5bc-6b5546ed1547 0.145s
2026-05-26 16:33:06,134 106232 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb5a532f-12bb-43b1-bf29-0dbd72c9348c', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb5a532f-12bb-43b1-bf29-0dbd72c9348c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/volumes/c1047c8f-dcb1-4228-b5bc-6b5546ed1547'}
Body: b'{"volume": {"id": "c1047c8f-dcb1-4228-b5bc-6b5546ed1547", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-05-26T16:32:56.000000", "updated_at": "2026-05-26T16:32:58.000000", "name": "tempest-VolumesBackupsAdminTest-Volume-2132780134", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/volumes/c1047c8f-dcb1-4228-b5bc-6b5546ed1547"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/volumes/c1047c8f-dcb1-4228-b5bc-6b5546ed1547"}], "user_id": "1668d2a8ebf9463abe63ea20af394ba0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "47845aea62ee49afaade687001e8e5e6"}}'
2026-05-26 16:33:06,244 106232 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsAdminTest:_run_cleanups): 400 DELETE https://10.4.3.186/volume/v3/volumes/c1047c8f-dcb1-4228-b5bc-6b5546ed1547 0.097s
2026-05-26 16:33:06,244 106232 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '307', 'content-type': 'application/json', 'x-compute-request-id': 'req-40fc405d-9273-445c-831b-5cd12fe28477', 'x-openstack-request-id': 'req-40fc405d-9273-445c-831b-5cd12fe28477', 'connection': 'close', 'status': '400', 'content-location': 'https://10.4.3.186/volume/v3/volumes/c1047c8f-dcb1-4228-b5bc-6b5546ed1547'}
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."}}'
}}}
traceback-1: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/lib/services/volume/v3/backups_client.py", line 76, in delete_backup
resp, body = self.delete('backups/%s' % backup_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, 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 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
}}}
traceback-2: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 978, in wait_for_resource_deletion
if self.is_resource_deleted(id, *args, **kwargs):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/v3/backups_client.py", line 140, in is_resource_deleted
self.show_backup(id)
File "/opt/stack/tempest/tempest/lib/services/volume/v3/backups_client.py", line 83, in show_backup
resp, body = self.get(url)
^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
return self.request('GET', url, extra_headers, headers,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
}}}
traceback-3: {{{
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 362, 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 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 882, 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.'}
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_backup.py", line 65, in test_volume_backup_export_import
backup = self.create_backup(volume_id=volume['id'], name=backup_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/volume/base.py", line 219, in create_backup
waiters.wait_for_volume_resource_status(backup_client, backup['id'],
File "/opt/stack/tempest/tempest/common/waiters.py", line 376, in wait_for_volume_resource_status
resource_status = show_resource(resource_id)[
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/v3/backups_client.py", line 83, in show_backup
resp, body = self.get(url)
^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
return self.request('GET', url, extra_headers, headers,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
test_volume_backup_reset_status[id-47a35425-a891-4e13-961c-c45deea21e94] |
pass
pt2.2: tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_reset_status[id-47a35425-a891-4e13-961c-c45deea21e94]
|
||||||
| tempest.api.volume.test_volumes_backup.VolumesBackupsTest | 4 | 3 | 1 | 0 | 0 | Detail | |
test_backup_create_attached_volume[compute,id-07af8f6d-80af-44c9-a5dc-c8427b1b62e6] |
fail
ft3.1: tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_backup_create_attached_volume[compute,id-07af8f6d-80af-44c9-a5dc-c8427b1b62e6]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-05-26 16:31:41,849 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 202 POST https://10.4.3.186/volume/v3/volumes 0.254s
2026-05-26 16:31:41,849 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "name": "tempest-VolumesBackupsTest-Volume-44845024"}}
Response - Headers: {'date': 'Tue, 26 May 2026 16:31:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d31f2830-3113-4d58-abf1-589c4b070044', 'content-length': '747', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d31f2830-3113-4d58-abf1-589c4b070044', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.186/volume/v3/volumes'}
Body: b'{"volume": {"id": "abc79081-cb9d-43e1-96a0-eff9dd6cd8f9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-05-26T16:31:41.782311", "updated_at": null, "name": "tempest-VolumesBackupsTest-Volume-44845024", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/volumes/abc79081-cb9d-43e1-96a0-eff9dd6cd8f9"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/volumes/abc79081-cb9d-43e1-96a0-eff9dd6cd8f9"}], "user_id": "0ab0171bb8c041629cf6e94b28a20fb1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-05-26 16:31:41,857 106242 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-05-26 16:31:41,857 106242 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-05-26 16:31:41,915 106242 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST https://10.4.3.186/compute/v2.1/os-keypairs 0.057s
2026-05-26 16:31:41,915 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1004156907", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBH6js9as9srn8nHqeAQa7N3LKUv6K2+Z3zEtAvWT25llW4FH2JBXCDF38IkxCS8ogVR8FI6vGjppf6GnxuBmJxbxEpZhV+azGWXHd5zr5+iVF8CgqQktIu75GTgXigG7Hw=="}}
Response - Headers: {'date': 'Tue, 26 May 2026 16:31:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c20a9a1-de4c-43d5-8888-9b004193baf1', 'x-compute-request-id': 'req-3c20a9a1-de4c-43d5-8888-9b004193baf1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-1004156907", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBH6js9as9srn8nHqeAQa7N3LKUv6K2+Z3zEtAvWT25llW4FH2JBXCDF38IkxCS8ogVR8FI6vGjppf6GnxuBmJxbxEpZhV+azGWXHd5zr5+iVF8CgqQktIu75GTgXigG7Hw==", "fingerprint": "f1:34:2e:df:b1:67:ae:25:c9:c9:9d:53:44:f2:d9:b9", "user_id": "0ab0171bb8c041629cf6e94b28a20fb1"}}'
2026-05-26 16:31:41,916 106242 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1004156907 created
2026-05-26 16:31:43,725 106242 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.186/networking/v2.0/security-groups 1.808s
2026-05-26 16:31:43,725 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-securitygroup--124790498", "description": "tempest-description--1649027301"}}
Response - Headers: {'date': 'Tue, 26 May 2026 16:31:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1662', 'x-openstack-request-id': 'req-05c63b92-f604-4d9b-b591-df31e0fb3f7f', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.186/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "52446add-c91e-48b6-bd9c-9244b93ccc2c", "name": "tempest-securitygroup--124790498", "stateful": true, "tenant_id": "470dbfcf072948769beed0fe9ce8257c", "project_id": "470dbfcf072948769beed0fe9ce8257c", "description": "tempest-description--1649027301", "shared": false, "security_group_rules": [{"id": "ac3dc4b3-3c05-4362-9aa5-14f2be68fecf", "project_id": "470dbfcf072948769beed0fe9ce8257c", "security_group_id": "52446add-c91e-48b6-bd9c-9244b93ccc2c", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1086, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-05-26T16:31:43Z", "updated_at": "2026-05-26T16:31:43Z", "revision_number": 0, "tenant_id": "470dbfcf072948769beed0fe9ce8257c"}, {"id": "af5cfca9-18e6-43ee-b4b7-979193a68fb3", "project_id": "470dbfcf072948769beed0fe9ce8257c", "security_group_id": "52446add-c91e-48b6-bd9c-9244b93ccc2c", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1087, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-05-26T16:31:43Z", "updated_at": "2026-05-26T16:31:43Z", "revision_number": 0, "tenant_id": "470dbfcf072948769beed0fe9ce8257c"}], "tags": [], "created_at": "2026-05-26T16:31:43Z", "updated_at": "2026-05-26T16:31:43Z", "revision_number": 1}}'
2026-05-26 16:31:43,936 106242 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.186/networking/v2.0/security-group-rules 0.210s
2026-05-26 16:31:43,936 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "52446add-c91e-48b6-bd9c-9244b93ccc2c", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Tue, 26 May 2026 16:31:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-e983e787-6a03-4f12-aa06-32103fa72a88', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.186/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "342ea687-ce50-456d-b38a-387bfc5b9b54", "project_id": "470dbfcf072948769beed0fe9ce8257c", "security_group_id": "52446add-c91e-48b6-bd9c-9244b93ccc2c", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-05-26T16:31:43Z", "updated_at": "2026-05-26T16:31:43Z", "revision_number": 0, "tenant_id": "470dbfcf072948769beed0fe9ce8257c"}}'
2026-05-26 16:31:44,078 106242 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.186/networking/v2.0/security-group-rules 0.141s
2026-05-26 16:31:44,078 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "52446add-c91e-48b6-bd9c-9244b93ccc2c", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Tue, 26 May 2026 16:31:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-d74178e7-8604-4801-93fa-00c93202d344', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.186/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "d877f89c-a30b-4164-8589-33276856cc0a", "project_id": "470dbfcf072948769beed0fe9ce8257c", "security_group_id": "52446add-c91e-48b6-bd9c-9244b93ccc2c", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-05-26T16:31:44Z", "updated_at": "2026-05-26T16:31:44Z", "revision_number": 0, "tenant_id": "470dbfcf072948769beed0fe9ce8257c"}}'
2026-05-26 16:31:44,078 106242 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--124790498 created
2026-05-26 16:31:45,008 106242 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.186/networking/v2.0/floatingips 0.929s
2026-05-26 16:31:45,008 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "81bac13b-0914-4fbd-9ee2-003f469b34b6"}}
Response - Headers: {'date': 'Tue, 26 May 2026 16:31:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-0781b85d-f10a-43f7-99e3-aab80a2bdd8f', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.186/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "e473fb34-71d3-4609-b465-768ec2db7bae", "tenant_id": "470dbfcf072948769beed0fe9ce8257c", "project_id": "470dbfcf072948769beed0fe9ce8257c", "floating_ip_address": "172.24.5.70", "floating_network_id": "81bac13b-0914-4fbd-9ee2-003f469b34b6", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-05-26T16:31:44Z", "updated_at": "2026-05-26T16:31:44Z", "revision_number": 0}}'
2026-05-26 16:31:45,008 106242 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'e473fb34-71d3-4609-b465-768ec2db7bae', 'tenant_id': '470dbfcf072948769beed0fe9ce8257c', 'project_id': '470dbfcf072948769beed0fe9ce8257c', 'floating_ip_address': '172.24.5.70', 'floating_network_id': '81bac13b-0914-4fbd-9ee2-003f469b34b6', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-05-26T16:31:44Z', 'updated_at': '2026-05-26T16:31:44Z', 'revision_number': 0, 'ip': '172.24.5.70'} created
2026-05-26 16:31:45,141 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 201 POST https://10.4.3.186/identity/v3/auth/tokens 0.127s
2026-05-26 16:31:45,141 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Tue, 26 May 2026 16:31:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2932', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8b3ef02f-e211-4330-a7fb-d082ddef1314', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.186/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "0ab0171bb8c041629cf6e94b28a20fb1", "name": "tempest-VolumesBackupsTest-1659739769-project-member", "password_expires_at": null}, "audit_ids": ["Trn0e-IuRhGdAbKcWbM5uw"], "expires_at": "2026-05-26T17:31:45.000000Z", "issued_at": "2026-05-26T16:31:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "470dbfcf072948769beed0fe9ce8257c", "name": "tempest-VolumesBackupsTest-1659739769"}, "is_domain": false, "roles": [{"id": "dbfbfa6e7959472c8f716b8f073ccc1d", "name": "member"}, {"id": "f92db5ba692248b09a853a5f91851524", "name": "reader"}], "catalog": [{"endpoints": [{"id": "645d4abae3824e33a3cc3380a085919d", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.186/compute/v2.1", "region": "RegionOne"}], "id": "03028be43c0845c5be0a59b5b5cc12d3", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "19180ce0e5d74d2582aa7968df80c091", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.186/volume/v3", "region": "RegionOne"}], "id": "2a9bf45b94c74c189ebf2f3e6d735cb0", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6f5b56b887934b4bad932e754959d4e4", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.186/identity", "region": "RegionOne"}], "id": "682403961607461998f8e103c7ba4e17", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "4dbd7cd2209f4fcc8e4f12cb55280510", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c", "region": "RegionOne"}, {"id": "f37ac05aa9644e40bb5b8583ef887c63", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.186:8080", "region": "RegionOne"}], "id": "81b1295b0a664e4bb71f72ddcb7f0ec6", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "13fa09f4911c4f1c95d5e5c8d2d1c197", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.186/networking", "region": "RegionOne"}], "id": "9f0aac0e010045b3a299d83ee5ac7b4d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "18615d987e0d440eb55334ac165af6a7", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.186/placement", "region": "RegionOne"}], "id": "ee202ec739ec49c3ae90f18af667f86a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8fcac4f3882b4571a7f658614b491dde", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.186/compute/v2/470dbfcf072948769beed0fe9ce8257c", "region": "RegionOne"}], "id": "f1164659e0aa42b8ab3f7337f6252b7f", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "036646f4f4e24dd59163c5b4c16ed75d", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.186/image", "region": "RegionOne"}], "id": "fbb6c15f44ac41419eda2d0ab9a8f340", "type": "image", "name": "glance"}]}}'
2026-05-26 16:31:45,141 106242 INFO [tempest.lib.common.fixed_network] (VolumesBackupsTest:test_backup_create_attached_volume) Found network {'id': '0ede2d77-8fa1-4c7a-a16e-b9de9467e72c', 'name': 'tempest-VolumesBackupsTest-6415850-network', 'tenant_id': '470dbfcf072948769beed0fe9ce8257c', 'project_id': '470dbfcf072948769beed0fe9ce8257c', 'admin_state_up': True, 'mtu': 1372, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 41479, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-05-26T16:31:33Z', 'updated_at': '2026-05-26T16:31:33Z', 'revision_number': 1} available for tenant
2026-05-26 16:31:45,141 106242 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1004156907', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBH6js9as9srn8nHqeAQa7N3LKUv6K2+Z3zEtAvWT25llW4FH2JBXCDF38IkxCS8ogVR8FI6vGjppf6GnxuBmJxbxEpZhV+azGWXHd5zr5+iVF8CgqQktIu75GTgXigG7Hw==', 'fingerprint': 'f1:34:2e:df:b1:67:ae:25:c9:c9:9d:53:44:f2:d9:b9', 'user_id': '0ab0171bb8c041629cf6e94b28a20fb1', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDA6uYsvJD18tKvIpdoMf+YpvBZR6zB9MSB92fDPfAnyzbvMs1QOYJGF\neUl8CETqrN6gBwYFK4EEACKhZANiAAR+o7PWrPbK5/Jx6ngEGuzdyylL+itvmd8x\nLQL1k9uZZVuBR9iQVwgxd/CJMQkvKIFUfBSOrxo6aX+hp8bgZicW8RKWYVfmsxll\nx3ec6+folRfAoKkJLSLu+Rk4F4oBux8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '52446add-c91e-48b6-bd9c-9244b93ccc2c', 'name': 'tempest-securitygroup--124790498', 'stateful': True, 'tenant_id': '470dbfcf072948769beed0fe9ce8257c', 'project_id': '470dbfcf072948769beed0fe9ce8257c', 'description': 'tempest-description--1649027301', 'shared': False, 'security_group_rules': [{'id': 'ac3dc4b3-3c05-4362-9aa5-14f2be68fecf', 'project_id': '470dbfcf072948769beed0fe9ce8257c', 'security_group_id': '52446add-c91e-48b6-bd9c-9244b93ccc2c', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 1086, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-05-26T16:31:43Z', 'updated_at': '2026-05-26T16:31:43Z', 'revision_number': 0, 'tenant_id': '470dbfcf072948769beed0fe9ce8257c'}, {'id': 'af5cfca9-18e6-43ee-b4b7-979193a68fb3', 'project_id': '470dbfcf072948769beed0fe9ce8257c', 'security_group_id': '52446add-c91e-48b6-bd9c-9244b93ccc2c', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 1087, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-05-26T16:31:43Z', 'updated_at': '2026-05-26T16:31:43Z', 'revision_number': 0, 'tenant_id': '470dbfcf072948769beed0fe9ce8257c'}], 'tags': [], 'created_at': '2026-05-26T16:31:43Z', 'updated_at': '2026-05-26T16:31:43Z', 'revision_number': 1}, 'floating_ip': {'id': 'e473fb34-71d3-4609-b465-768ec2db7bae', 'tenant_id': '470dbfcf072948769beed0fe9ce8257c', 'project_id': '470dbfcf072948769beed0fe9ce8257c', 'floating_ip_address': '172.24.5.70', 'floating_network_id': '81bac13b-0914-4fbd-9ee2-003f469b34b6', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-05-26T16:31:44Z', 'updated_at': '2026-05-26T16:31:44Z', 'revision_number': 0, 'ip': '172.24.5.70'}}
2026-05-26 16:31:46,604 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 202 POST https://10.4.3.186/compute/v2.1/servers 1.461s
2026-05-26 16:31:46,604 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-VolumesBackupsTest-instance-60996896", "imageRef": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "flavorRef": "42", "networks": [{"uuid": "0ede2d77-8fa1-4c7a-a16e-b9de9467e72c"}], "security_groups": [{"name": "tempest-securitygroup--124790498"}], "key_name": "tempest-keypair-1004156907", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Tue, 26 May 2026 16:31:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '405', 'location': 'https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b3cb1380-c87e-4ff0-a080-b8936f6632ae', 'x-compute-request-id': 'req-b3cb1380-c87e-4ff0-a080-b8936f6632ae', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.186/compute/v2.1/servers'}
Body: b'{"server": {"id": "7b7bf576-b838-4a7f-a96a-c1e2e211cb8a", "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--124790498"}], "adminPass": "y6jWsRa35YpC"}}'
2026-05-26 16:31:46,694 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a 0.088s
2026-05-26 16:31:46,694 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:31:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1234', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21175557-1ee8-4f14-907e-b7d45a1a0b95', 'x-compute-request-id': 'req-21175557-1ee8-4f14-907e-b7d45a1a0b95', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:31:47Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "", "id": "7b7bf576-b838-4a7f-a96a-c1e2e211cb8a", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-60996896", "status": "BUILD", "tenant_id": "470dbfcf072948769beed0fe9ce8257c", "user_id": "0ab0171bb8c041629cf6e94b28a20fb1", "updated": "2026-05-26T16:31:46Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1004156907", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-26 16:31:47,850 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a 0.147s
2026-05-26 16:31:47,850 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:31:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1238', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-73603db3-7b9b-464a-b96a-69687330517b', 'x-compute-request-id': 'req-73603db3-7b9b-464a-b96a-69687330517b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:31:46Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "", "id": "7b7bf576-b838-4a7f-a96a-c1e2e211cb8a", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-60996896", "status": "BUILD", "tenant_id": "470dbfcf072948769beed0fe9ce8257c", "user_id": "0ab0171bb8c041629cf6e94b28a20fb1", "updated": "2026-05-26T16:31:47Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1004156907", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-26 16:31:49,020 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a 0.163s
2026-05-26 16:31:49,020 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:31:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1286', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9499c99e-fda8-4c58-af63-d5e3b9b984e7', 'x-compute-request-id': 'req-9499c99e-fda8-4c58-af63-d5e3b9b984e7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:31:46Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "79ad0404bf8b2491694982a5a4fe351746c1d452e85fbc0d60e1b1da", "id": "7b7bf576-b838-4a7f-a96a-c1e2e211cb8a", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-60996896", "status": "BUILD", "tenant_id": "470dbfcf072948769beed0fe9ce8257c", "user_id": "0ab0171bb8c041629cf6e94b28a20fb1", "updated": "2026-05-26T16:31:49Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1004156907", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-26 16:31:49,030 106242 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait
2026-05-26 16:31:50,149 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a 0.118s
2026-05-26 16:31:50,149 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:31:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1286', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5092f7bc-0afe-4cec-adcb-b42e95b9d3fc', 'x-compute-request-id': 'req-5092f7bc-0afe-4cec-adcb-b42e95b9d3fc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:31:46Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "79ad0404bf8b2491694982a5a4fe351746c1d452e85fbc0d60e1b1da", "id": "7b7bf576-b838-4a7f-a96a-c1e2e211cb8a", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-60996896", "status": "BUILD", "tenant_id": "470dbfcf072948769beed0fe9ce8257c", "user_id": "0ab0171bb8c041629cf6e94b28a20fb1", "updated": "2026-05-26T16:31:49Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1004156907", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-26 16:31:51,265 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a 0.109s
2026-05-26 16:31:51,265 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:31:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1294', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43adb0eb-3a0c-4f6f-8b5d-7253d03a6aa8', 'x-compute-request-id': 'req-43adb0eb-3a0c-4f6f-8b5d-7253d03a6aa8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:31:46Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "79ad0404bf8b2491694982a5a4fe351746c1d452e85fbc0d60e1b1da", "id": "7b7bf576-b838-4a7f-a96a-c1e2e211cb8a", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-60996896", "status": "BUILD", "tenant_id": "470dbfcf072948769beed0fe9ce8257c", "user_id": "0ab0171bb8c041629cf6e94b28a20fb1", "updated": "2026-05-26T16:31:51Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1004156907", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-26 16:31:51,273 106242 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 5 second wait
2026-05-26 16:31:52,661 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a 0.387s
2026-05-26 16:31:52,661 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:31:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1fe8b0b2-c828-40c2-bd10-63a91ef7f841', 'x-compute-request-id': 'req-1fe8b0b2-c828-40c2-bd10-63a91ef7f841', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:31:46Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "79ad0404bf8b2491694982a5a4fe351746c1d452e85fbc0d60e1b1da", "id": "7b7bf576-b838-4a7f-a96a-c1e2e211cb8a", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-60996896", "status": "BUILD", "tenant_id": "470dbfcf072948769beed0fe9ce8257c", "user_id": "0ab0171bb8c041629cf6e94b28a20fb1", "updated": "2026-05-26T16:31:51Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1004156907", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--124790498"}], "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-26 16:31:53,832 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a 0.161s
2026-05-26 16:31:53,833 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:31:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2dcec6ce-d0be-4b8c-84e7-8cb33e54d228', 'x-compute-request-id': 'req-2dcec6ce-d0be-4b8c-84e7-8cb33e54d228', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:31:46Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "79ad0404bf8b2491694982a5a4fe351746c1d452e85fbc0d60e1b1da", "id": "7b7bf576-b838-4a7f-a96a-c1e2e211cb8a", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-60996896", "status": "BUILD", "tenant_id": "470dbfcf072948769beed0fe9ce8257c", "user_id": "0ab0171bb8c041629cf6e94b28a20fb1", "updated": "2026-05-26T16:31:53Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1004156907", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--124790498"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-26 16:31:53,838 106242 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 7 second wait
2026-05-26 16:31:55,205 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a 0.366s
2026-05-26 16:31:55,206 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:31:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bdec5f11-77a5-4eeb-9d16-8bbbc5bc6b94', 'x-compute-request-id': 'req-bdec5f11-77a5-4eeb-9d16-8bbbc5bc6b94', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:31:46Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "79ad0404bf8b2491694982a5a4fe351746c1d452e85fbc0d60e1b1da", "id": "7b7bf576-b838-4a7f-a96a-c1e2e211cb8a", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-60996896", "status": "BUILD", "tenant_id": "470dbfcf072948769beed0fe9ce8257c", "user_id": "0ab0171bb8c041629cf6e94b28a20fb1", "updated": "2026-05-26T16:31:53Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1004156907", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--124790498"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-26 16:31:56,440 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a 0.223s
2026-05-26 16:31:56,441 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:31:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee83e5a0-47fe-4a7d-8591-a94843a7f6c6', 'x-compute-request-id': 'req-ee83e5a0-47fe-4a7d-8591-a94843a7f6c6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:31:46Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "79ad0404bf8b2491694982a5a4fe351746c1d452e85fbc0d60e1b1da", "id": "7b7bf576-b838-4a7f-a96a-c1e2e211cb8a", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-60996896", "status": "BUILD", "tenant_id": "470dbfcf072948769beed0fe9ce8257c", "user_id": "0ab0171bb8c041629cf6e94b28a20fb1", "updated": "2026-05-26T16:31:53Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1004156907", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--124790498"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-26 16:31:57,707 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a 0.253s
2026-05-26 16:31:57,707 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:31:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bdb553dc-69c6-4b11-8e90-95900350b70d', 'x-compute-request-id': 'req-bdb553dc-69c6-4b11-8e90-95900350b70d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:31:46Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "79ad0404bf8b2491694982a5a4fe351746c1d452e85fbc0d60e1b1da", "id": "7b7bf576-b838-4a7f-a96a-c1e2e211cb8a", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-60996896", "status": "BUILD", "tenant_id": "470dbfcf072948769beed0fe9ce8257c", "user_id": "0ab0171bb8c041629cf6e94b28a20fb1", "updated": "2026-05-26T16:31:53Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1004156907", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--124790498"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-26 16:31:59,162 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a 0.446s
2026-05-26 16:31:59,162 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:31:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b97d7784-0be2-46c3-907c-cb3accb55e59', 'x-compute-request-id': 'req-b97d7784-0be2-46c3-907c-cb3accb55e59', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:31:46Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "79ad0404bf8b2491694982a5a4fe351746c1d452e85fbc0d60e1b1da", "id": "7b7bf576-b838-4a7f-a96a-c1e2e211cb8a", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-60996896", "status": "BUILD", "tenant_id": "470dbfcf072948769beed0fe9ce8257c", "user_id": "0ab0171bb8c041629cf6e94b28a20fb1", "updated": "2026-05-26T16:31:53Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1004156907", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--124790498"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-26 16:32:00,555 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a 0.384s
2026-05-26 16:32:00,555 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-73ce199b-f6ff-45ef-91c5-2eba7779627b', 'x-compute-request-id': 'req-73ce199b-f6ff-45ef-91c5-2eba7779627b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:31:46Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "79ad0404bf8b2491694982a5a4fe351746c1d452e85fbc0d60e1b1da", "id": "7b7bf576-b838-4a7f-a96a-c1e2e211cb8a", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-60996896", "status": "BUILD", "tenant_id": "470dbfcf072948769beed0fe9ce8257c", "user_id": "0ab0171bb8c041629cf6e94b28a20fb1", "updated": "2026-05-26T16:31:53Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1004156907", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--124790498"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-26 16:32:01,799 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a 0.233s
2026-05-26 16:32:01,799 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0182299d-d517-4e75-8670-47697e80400f', 'x-compute-request-id': 'req-0182299d-d517-4e75-8670-47697e80400f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:31:46Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "79ad0404bf8b2491694982a5a4fe351746c1d452e85fbc0d60e1b1da", "id": "7b7bf576-b838-4a7f-a96a-c1e2e211cb8a", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-60996896", "status": "BUILD", "tenant_id": "470dbfcf072948769beed0fe9ce8257c", "user_id": "0ab0171bb8c041629cf6e94b28a20fb1", "updated": "2026-05-26T16:31:53Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1004156907", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--124790498"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-26 16:32:04,271 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a 1.462s
2026-05-26 16:32:04,271 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1539', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e99b8a1c-4a75-44dd-8ebd-62b9df719d4d', 'x-compute-request-id': 'req-e99b8a1c-4a75-44dd-8ebd-62b9df719d4d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-VolumesBackupsTest-6415850-network": [{"version": 4, "addr": "10.1.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:dc:41"}]}, "created": "2026-05-26T16:31:46Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "79ad0404bf8b2491694982a5a4fe351746c1d452e85fbc0d60e1b1da", "id": "7b7bf576-b838-4a7f-a96a-c1e2e211cb8a", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-60996896", "status": "ACTIVE", "tenant_id": "470dbfcf072948769beed0fe9ce8257c", "user_id": "0ab0171bb8c041629cf6e94b28a20fb1", "updated": "2026-05-26T16:32:03Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1004156907", "OS-SRV-USG:launched_at": "2026-05-26T16:32:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--124790498"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-05-26 16:32:04,283 106242 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 18 second wait
2026-05-26 16:32:05,347 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a/os-interface 1.063s
2026-05-26 16:32:05,348 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a9daa5bc-0f86-4183-84e9-a1726badd9b8', 'x-compute-request-id': 'req-a9daa5bc-0f86-4183-84e9-a1726badd9b8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "0ede2d77-8fa1-4c7a-a16e-b9de9467e72c", "port_id": "bc55f598-3e4a-4262-84a1-ad2cf382bde0", "mac_addr": "fa:16:3e:78:dc:41", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "fbd2a28e-b008-42cd-820d-8fb77bb07d1b", "ip_address": "10.1.0.14"}]}]}'
2026-05-26 16:32:06,462 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 PUT https://10.4.3.186/networking/v2.0/floatingips/e473fb34-71d3-4609-b465-768ec2db7bae 1.112s
2026-05-26 16:32:06,463 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "bc55f598-3e4a-4262-84a1-ad2cf382bde0"}}
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-1a8f54ac-50a4-4bbd-85ee-ce99bd44bd6b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/networking/v2.0/floatingips/e473fb34-71d3-4609-b465-768ec2db7bae'}
Body: b'{"floatingip": {"id": "e473fb34-71d3-4609-b465-768ec2db7bae", "tenant_id": "470dbfcf072948769beed0fe9ce8257c", "project_id": "470dbfcf072948769beed0fe9ce8257c", "floating_ip_address": "172.24.5.70", "floating_network_id": "81bac13b-0914-4fbd-9ee2-003f469b34b6", "router_id": "8cc9299b-09e0-46f9-ab9f-a37c34fbdc5f", "port_id": "bc55f598-3e4a-4262-84a1-ad2cf382bde0", "fixed_ip_address": "10.1.0.14", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "0ede2d77-8fa1-4c7a-a16e-b9de9467e72c", "mac_address": "fa:16:3e:78:dc:41", "admin_state_up": true, "status": "ACTIVE", "device_id": "7b7bf576-b838-4a7f-a96a-c1e2e211cb8a", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-05-26T16:31:44Z", "updated_at": "2026-05-26T16:32:05Z", "revision_number": 1}}'
2026-05-26 16:32:06,464 106242 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.5.70:22' as 'cirros' with public key authentication
2026-05-26 16:32:42,383 106242 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-05-26 16:32:42,610 106242 INFO [paramiko.transport] Authentication (publickey) successful!
2026-05-26 16:32:42,610 106242 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.5.70 successfully created
2026-05-26 16:32:42,650 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.186/volume/v3/volumes/abc79081-cb9d-43e1-96a0-eff9dd6cd8f9 0.040s
2026-05-26 16:32:42,650 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f7bf2c1-60f2-4965-ae8f-6554b1c02f69', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f7bf2c1-60f2-4965-ae8f-6554b1c02f69', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/volumes/abc79081-cb9d-43e1-96a0-eff9dd6cd8f9'}
Body: b'{"volume": {"id": "abc79081-cb9d-43e1-96a0-eff9dd6cd8f9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-26T16:31:42.000000", "updated_at": "2026-05-26T16:31:42.000000", "name": "tempest-VolumesBackupsTest-Volume-44845024", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/volumes/abc79081-cb9d-43e1-96a0-eff9dd6cd8f9"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/volumes/abc79081-cb9d-43e1-96a0-eff9dd6cd8f9"}], "user_id": "0ab0171bb8c041629cf6e94b28a20fb1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "470dbfcf072948769beed0fe9ce8257c"}}'
2026-05-26 16:32:42,658 106242 INFO [tempest.common.waiters] volume abc79081-cb9d-43e1-96a0-eff9dd6cd8f9 reached available after waiting for 0.657975 seconds
2026-05-26 16:32:45,287 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 POST https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a/os-volume_attachments 2.626s
2026-05-26 16:32:45,287 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volumeAttachment": {"volumeId": "abc79081-cb9d-43e1-96a0-eff9dd6cd8f9", "device": "/dev/vdb"}}
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '194', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-09c1533a-1cc2-45db-ae3d-6ba4740afe94', 'x-compute-request-id': 'req-09c1533a-1cc2-45db-ae3d-6ba4740afe94', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a/os-volume_attachments'}
Body: b'{"volumeAttachment": {"id": "abc79081-cb9d-43e1-96a0-eff9dd6cd8f9", "serverId": "7b7bf576-b838-4a7f-a96a-c1e2e211cb8a", "volumeId": "abc79081-cb9d-43e1-96a0-eff9dd6cd8f9", "device": "/dev/vdb"}}'
2026-05-26 16:32:45,331 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.186/volume/v3/volumes/abc79081-cb9d-43e1-96a0-eff9dd6cd8f9 0.043s
2026-05-26 16:32:45,332 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa7d3580-f945-43c7-8613-fa89fbcc860b', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa7d3580-f945-43c7-8613-fa89fbcc860b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/volumes/abc79081-cb9d-43e1-96a0-eff9dd6cd8f9'}
Body: b'{"volume": {"id": "abc79081-cb9d-43e1-96a0-eff9dd6cd8f9", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-05-26T16:31:42.000000", "updated_at": "2026-05-26T16:32:45.000000", "name": "tempest-VolumesBackupsTest-Volume-44845024", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/volumes/abc79081-cb9d-43e1-96a0-eff9dd6cd8f9"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/volumes/abc79081-cb9d-43e1-96a0-eff9dd6cd8f9"}], "user_id": "0ab0171bb8c041629cf6e94b28a20fb1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "470dbfcf072948769beed0fe9ce8257c"}}'
2026-05-26 16:32:46,393 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.186/volume/v3/volumes/abc79081-cb9d-43e1-96a0-eff9dd6cd8f9 0.051s
2026-05-26 16:32:46,393 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae14fe77-0f8e-4b89-9f78-73aae90164fa', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae14fe77-0f8e-4b89-9f78-73aae90164fa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/volumes/abc79081-cb9d-43e1-96a0-eff9dd6cd8f9'}
Body: b'{"volume": {"id": "abc79081-cb9d-43e1-96a0-eff9dd6cd8f9", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-26T16:31:42.000000", "updated_at": "2026-05-26T16:32:46.000000", "name": "tempest-VolumesBackupsTest-Volume-44845024", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/volumes/abc79081-cb9d-43e1-96a0-eff9dd6cd8f9"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/volumes/abc79081-cb9d-43e1-96a0-eff9dd6cd8f9"}], "user_id": "0ab0171bb8c041629cf6e94b28a20fb1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "470dbfcf072948769beed0fe9ce8257c"}}'
2026-05-26 16:32:47,432 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.186/volume/v3/volumes/abc79081-cb9d-43e1-96a0-eff9dd6cd8f9 0.028s
2026-05-26 16:32:47,432 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac132f29-d950-4b0b-ab96-bf7878877869', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac132f29-d950-4b0b-ab96-bf7878877869', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/volumes/abc79081-cb9d-43e1-96a0-eff9dd6cd8f9'}
Body: b'{"volume": {"id": "abc79081-cb9d-43e1-96a0-eff9dd6cd8f9", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-26T16:31:42.000000", "updated_at": "2026-05-26T16:32:46.000000", "name": "tempest-VolumesBackupsTest-Volume-44845024", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/volumes/abc79081-cb9d-43e1-96a0-eff9dd6cd8f9"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/volumes/abc79081-cb9d-43e1-96a0-eff9dd6cd8f9"}], "user_id": "0ab0171bb8c041629cf6e94b28a20fb1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "470dbfcf072948769beed0fe9ce8257c"}}'
2026-05-26 16:32:48,495 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.186/volume/v3/volumes/abc79081-cb9d-43e1-96a0-eff9dd6cd8f9 0.052s
2026-05-26 16:32:48,495 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ab6da9e-3cfb-4dba-98e1-17e7805c87db', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ab6da9e-3cfb-4dba-98e1-17e7805c87db', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/volumes/abc79081-cb9d-43e1-96a0-eff9dd6cd8f9'}
Body: b'{"volume": {"id": "abc79081-cb9d-43e1-96a0-eff9dd6cd8f9", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-26T16:31:42.000000", "updated_at": "2026-05-26T16:32:46.000000", "name": "tempest-VolumesBackupsTest-Volume-44845024", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/volumes/abc79081-cb9d-43e1-96a0-eff9dd6cd8f9"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/volumes/abc79081-cb9d-43e1-96a0-eff9dd6cd8f9"}], "user_id": "0ab0171bb8c041629cf6e94b28a20fb1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "470dbfcf072948769beed0fe9ce8257c"}}'
2026-05-26 16:32:49,539 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.186/volume/v3/volumes/abc79081-cb9d-43e1-96a0-eff9dd6cd8f9 0.036s
2026-05-26 16:32:49,540 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff6a2879-9a16-44c1-8dbd-0393ea23ad3d', 'content-length': '1132', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff6a2879-9a16-44c1-8dbd-0393ea23ad3d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/volumes/abc79081-cb9d-43e1-96a0-eff9dd6cd8f9'}
Body: b'{"volume": {"id": "abc79081-cb9d-43e1-96a0-eff9dd6cd8f9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-26T16:31:42.000000", "updated_at": "2026-05-26T16:32:49.000000", "name": "tempest-VolumesBackupsTest-Volume-44845024", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/volumes/abc79081-cb9d-43e1-96a0-eff9dd6cd8f9"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/volumes/abc79081-cb9d-43e1-96a0-eff9dd6cd8f9"}], "user_id": "0ab0171bb8c041629cf6e94b28a20fb1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "abc79081-cb9d-43e1-96a0-eff9dd6cd8f9", "attachment_id": "2e1927d1-7e86-4533-b553-2df4bc826cc1", "volume_id": "abc79081-cb9d-43e1-96a0-eff9dd6cd8f9", "server_id": "7b7bf576-b838-4a7f-a96a-c1e2e211cb8a", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-26T16:32:46.000000"}], "os-vol-tenant-attr:tenant_id": "470dbfcf072948769beed0fe9ce8257c"}}'
2026-05-26 16:32:49,548 106242 INFO [tempest.common.waiters] volume abc79081-cb9d-43e1-96a0-eff9dd6cd8f9 reached in-use after waiting for 4.548249 seconds
2026-05-26 16:32:49,649 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 202 POST https://10.4.3.186/volume/v3/backups 0.101s
2026-05-26 16:32:49,650 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"backup": {"volume_id": "abc79081-cb9d-43e1-96a0-eff9dd6cd8f9", "name": "tempest-VolumesBackupsTest-Backup-386017635", "force": true, "container": "tempest-volumesbackupstest-backup-container-1260293217"}}
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ffb991b-3eab-42ae-b465-4f5f379b587d', 'content-length': '329', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ffb991b-3eab-42ae-b465-4f5f379b587d', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.186/volume/v3/backups'}
Body: b'{"backup": {"id": "73c3dfdc-096a-48e1-9baf-d025ffc6e5fb", "name": "tempest-VolumesBackupsTest-Backup-386017635", "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/backups/73c3dfdc-096a-48e1-9baf-d025ffc6e5fb"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/backups/73c3dfdc-096a-48e1-9baf-d025ffc6e5fb"}]}}'
2026-05-26 16:32:49,667 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.186/volume/v3/backups/73c3dfdc-096a-48e1-9baf-d025ffc6e5fb 0.016s
2026-05-26 16:32:49,667 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce4cfbe7-a0c6-46b9-ad85-e67a43fe5795', 'content-length': '788', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce4cfbe7-a0c6-46b9-ad85-e67a43fe5795', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/backups/73c3dfdc-096a-48e1-9baf-d025ffc6e5fb'}
Body: b'{"backup": {"id": "73c3dfdc-096a-48e1-9baf-d025ffc6e5fb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "tempest-volumesbackupstest-backup-container-1260293217", "created_at": "2026-05-26T16:32:50.000000", "updated_at": "2026-05-26T16:32:50.000000", "name": "tempest-VolumesBackupsTest-Backup-386017635", "description": null, "fail_reason": null, "volume_id": "abc79081-cb9d-43e1-96a0-eff9dd6cd8f9", "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/backups/73c3dfdc-096a-48e1-9baf-d025ffc6e5fb"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/backups/73c3dfdc-096a-48e1-9baf-d025ffc6e5fb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-05-26T16:32:50.000000"}}'
2026-05-26 16:32:50,692 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.186/volume/v3/backups/73c3dfdc-096a-48e1-9baf-d025ffc6e5fb 0.017s
2026-05-26 16:32:50,692 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8e345f8-1121-4629-a33f-31b691fe58a2', 'content-length': '790', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8e345f8-1121-4629-a33f-31b691fe58a2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/backups/73c3dfdc-096a-48e1-9baf-d025ffc6e5fb'}
Body: b'{"backup": {"id": "73c3dfdc-096a-48e1-9baf-d025ffc6e5fb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "tempest-volumesbackupstest-backup-container-1260293217", "created_at": "2026-05-26T16:32:50.000000", "updated_at": "2026-05-26T16:32:50.000000", "name": "tempest-VolumesBackupsTest-Backup-386017635", "description": null, "fail_reason": null, "volume_id": "abc79081-cb9d-43e1-96a0-eff9dd6cd8f9", "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/backups/73c3dfdc-096a-48e1-9baf-d025ffc6e5fb"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/backups/73c3dfdc-096a-48e1-9baf-d025ffc6e5fb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-05-26T16:32:50.000000"}}'
2026-05-26 16:32:51,714 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.186/volume/v3/backups/73c3dfdc-096a-48e1-9baf-d025ffc6e5fb 0.017s
2026-05-26 16:32:51,714 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7476183-672b-46f2-80e9-db6ceb533739', 'content-length': '790', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7476183-672b-46f2-80e9-db6ceb533739', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/backups/73c3dfdc-096a-48e1-9baf-d025ffc6e5fb'}
Body: b'{"backup": {"id": "73c3dfdc-096a-48e1-9baf-d025ffc6e5fb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "tempest-volumesbackupstest-backup-container-1260293217", "created_at": "2026-05-26T16:32:50.000000", "updated_at": "2026-05-26T16:32:51.000000", "name": "tempest-VolumesBackupsTest-Backup-386017635", "description": null, "fail_reason": null, "volume_id": "abc79081-cb9d-43e1-96a0-eff9dd6cd8f9", "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/backups/73c3dfdc-096a-48e1-9baf-d025ffc6e5fb"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/backups/73c3dfdc-096a-48e1-9baf-d025ffc6e5fb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-05-26T16:32:50.000000"}}'
2026-05-26 16:32:52,735 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.186/volume/v3/backups/73c3dfdc-096a-48e1-9baf-d025ffc6e5fb 0.017s
2026-05-26 16:32:52,735 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2da86591-ab03-4e0b-9499-ececb302cc96', 'content-length': '790', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2da86591-ab03-4e0b-9499-ececb302cc96', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/backups/73c3dfdc-096a-48e1-9baf-d025ffc6e5fb'}
Body: b'{"backup": {"id": "73c3dfdc-096a-48e1-9baf-d025ffc6e5fb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "tempest-volumesbackupstest-backup-container-1260293217", "created_at": "2026-05-26T16:32:50.000000", "updated_at": "2026-05-26T16:32:51.000000", "name": "tempest-VolumesBackupsTest-Backup-386017635", "description": null, "fail_reason": null, "volume_id": "abc79081-cb9d-43e1-96a0-eff9dd6cd8f9", "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/backups/73c3dfdc-096a-48e1-9baf-d025ffc6e5fb"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/backups/73c3dfdc-096a-48e1-9baf-d025ffc6e5fb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-05-26T16:32:50.000000"}}'
2026-05-26 16:32:53,761 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.186/volume/v3/backups/73c3dfdc-096a-48e1-9baf-d025ffc6e5fb 0.021s
2026-05-26 16:32:53,761 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b10ebbf-c4b7-4478-8d5a-ffba37c72319', 'content-length': '790', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b10ebbf-c4b7-4478-8d5a-ffba37c72319', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/backups/73c3dfdc-096a-48e1-9baf-d025ffc6e5fb'}
Body: b'{"backup": {"id": "73c3dfdc-096a-48e1-9baf-d025ffc6e5fb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "tempest-volumesbackupstest-backup-container-1260293217", "created_at": "2026-05-26T16:32:50.000000", "updated_at": "2026-05-26T16:32:51.000000", "name": "tempest-VolumesBackupsTest-Backup-386017635", "description": null, "fail_reason": null, "volume_id": "abc79081-cb9d-43e1-96a0-eff9dd6cd8f9", "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/backups/73c3dfdc-096a-48e1-9baf-d025ffc6e5fb"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/backups/73c3dfdc-096a-48e1-9baf-d025ffc6e5fb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-05-26T16:32:50.000000"}}'
2026-05-26 16:32:54,783 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.186/volume/v3/backups/73c3dfdc-096a-48e1-9baf-d025ffc6e5fb 0.018s
2026-05-26 16:32:54,783 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f647b30-cf01-4153-aef4-674d89cd2569', 'content-length': '790', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f647b30-cf01-4153-aef4-674d89cd2569', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/backups/73c3dfdc-096a-48e1-9baf-d025ffc6e5fb'}
Body: b'{"backup": {"id": "73c3dfdc-096a-48e1-9baf-d025ffc6e5fb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "tempest-volumesbackupstest-backup-container-1260293217", "created_at": "2026-05-26T16:32:50.000000", "updated_at": "2026-05-26T16:32:51.000000", "name": "tempest-VolumesBackupsTest-Backup-386017635", "description": null, "fail_reason": null, "volume_id": "abc79081-cb9d-43e1-96a0-eff9dd6cd8f9", "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/backups/73c3dfdc-096a-48e1-9baf-d025ffc6e5fb"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/backups/73c3dfdc-096a-48e1-9baf-d025ffc6e5fb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-05-26T16:32:50.000000"}}'
2026-05-26 16:32:55,816 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.186/volume/v3/backups/73c3dfdc-096a-48e1-9baf-d025ffc6e5fb 0.029s
2026-05-26 16:32:55,816 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce4ab601-4927-4849-9e07-593c9a20b0b5', 'content-length': '790', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce4ab601-4927-4849-9e07-593c9a20b0b5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/backups/73c3dfdc-096a-48e1-9baf-d025ffc6e5fb'}
Body: b'{"backup": {"id": "73c3dfdc-096a-48e1-9baf-d025ffc6e5fb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "tempest-volumesbackupstest-backup-container-1260293217", "created_at": "2026-05-26T16:32:50.000000", "updated_at": "2026-05-26T16:32:51.000000", "name": "tempest-VolumesBackupsTest-Backup-386017635", "description": null, "fail_reason": null, "volume_id": "abc79081-cb9d-43e1-96a0-eff9dd6cd8f9", "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/backups/73c3dfdc-096a-48e1-9baf-d025ffc6e5fb"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/backups/73c3dfdc-096a-48e1-9baf-d025ffc6e5fb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-05-26T16:32:50.000000"}}'
2026-05-26 16:32:56,845 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.186/volume/v3/backups/73c3dfdc-096a-48e1-9baf-d025ffc6e5fb 0.025s
2026-05-26 16:32:56,845 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80e3a40d-14b4-4321-99cd-6692ad30e5a5', 'content-length': '790', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80e3a40d-14b4-4321-99cd-6692ad30e5a5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/backups/73c3dfdc-096a-48e1-9baf-d025ffc6e5fb'}
Body: b'{"backup": {"id": "73c3dfdc-096a-48e1-9baf-d025ffc6e5fb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "tempest-volumesbackupstest-backup-container-1260293217", "created_at": "2026-05-26T16:32:50.000000", "updated_at": "2026-05-26T16:32:51.000000", "name": "tempest-VolumesBackupsTest-Backup-386017635", "description": null, "fail_reason": null, "volume_id": "abc79081-cb9d-43e1-96a0-eff9dd6cd8f9", "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/backups/73c3dfdc-096a-48e1-9baf-d025ffc6e5fb"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/backups/73c3dfdc-096a-48e1-9baf-d025ffc6e5fb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-05-26T16:32:50.000000"}}'
2026-05-26 16:32:57,870 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.186/volume/v3/backups/73c3dfdc-096a-48e1-9baf-d025ffc6e5fb 0.019s
2026-05-26 16:32:57,870 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa01a113-052e-4c6d-8568-b05e627dc964', 'content-length': '790', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa01a113-052e-4c6d-8568-b05e627dc964', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/backups/73c3dfdc-096a-48e1-9baf-d025ffc6e5fb'}
Body: b'{"backup": {"id": "73c3dfdc-096a-48e1-9baf-d025ffc6e5fb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "tempest-volumesbackupstest-backup-container-1260293217", "created_at": "2026-05-26T16:32:50.000000", "updated_at": "2026-05-26T16:32:51.000000", "name": "tempest-VolumesBackupsTest-Backup-386017635", "description": null, "fail_reason": null, "volume_id": "abc79081-cb9d-43e1-96a0-eff9dd6cd8f9", "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/backups/73c3dfdc-096a-48e1-9baf-d025ffc6e5fb"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/backups/73c3dfdc-096a-48e1-9baf-d025ffc6e5fb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-05-26T16:32:50.000000"}}'
2026-05-26 16:32:58,900 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.186/volume/v3/backups/73c3dfdc-096a-48e1-9baf-d025ffc6e5fb 0.024s
2026-05-26 16:32:58,900 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6a17dad-b08d-4c2f-8ba6-33d5a12c22c7', 'content-length': '790', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6a17dad-b08d-4c2f-8ba6-33d5a12c22c7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/backups/73c3dfdc-096a-48e1-9baf-d025ffc6e5fb'}
Body: b'{"backup": {"id": "73c3dfdc-096a-48e1-9baf-d025ffc6e5fb", "status": "creating", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "tempest-volumesbackupstest-backup-container-1260293217", "created_at": "2026-05-26T16:32:50.000000", "updated_at": "2026-05-26T16:32:51.000000", "name": "tempest-VolumesBackupsTest-Backup-386017635", "description": null, "fail_reason": null, "volume_id": "abc79081-cb9d-43e1-96a0-eff9dd6cd8f9", "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/backups/73c3dfdc-096a-48e1-9baf-d025ffc6e5fb"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/backups/73c3dfdc-096a-48e1-9baf-d025ffc6e5fb"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-05-26T16:32:50.000000"}}'
2026-05-26 16:33:00,567 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 500 GET https://10.4.3.186/volume/v3/backups/73c3dfdc-096a-48e1-9baf-d025ffc6e5fb 0.663s
2026-05-26 16:33:00,567 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fb82783-3a54-4e9d-995e-22a8919398eb', 'x-openstack-request-id': 'req-1fb82783-3a54-4e9d-995e-22a8919398eb', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.186/volume/v3/backups/73c3dfdc-096a-48e1-9baf-d025ffc6e5fb'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2026-05-26 16:33:00,676 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 500 DELETE https://10.4.3.186/volume/v3/backups/73c3dfdc-096a-48e1-9baf-d025ffc6e5fb 0.107s
2026-05-26 16:33:00,676 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-7954654a-3759-4011-9b47-1db0197bcc5b', 'x-openstack-request-id': 'req-7954654a-3759-4011-9b47-1db0197bcc5b', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.186/volume/v3/backups/73c3dfdc-096a-48e1-9baf-d025ffc6e5fb'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2026-05-26 16:33:00,744 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 500 GET https://10.4.3.186/volume/v3/backups/73c3dfdc-096a-48e1-9baf-d025ffc6e5fb 0.067s
2026-05-26 16:33:00,745 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-90b3e164-8d34-479c-a579-565a118c04f4', 'x-openstack-request-id': 'req-90b3e164-8d34-479c-a579-565a118c04f4', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.186/volume/v3/backups/73c3dfdc-096a-48e1-9baf-d025ffc6e5fb'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2026-05-26 16:33:00,808 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 200 GET https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217?&limit=9999&format=json 0.062s
2026-05-26 16:33:00,808 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json; charset=utf-8', 'content-length': '3372', 'x-container-object-count': '12', 'x-container-bytes-used': '611712', 'x-timestamp': '1779813171.01525', 'last-modified': 'Tue, 26 May 2026 16:32:51 GMT', 'accept-ranges': 'bytes', 'x-storage-policy': 'Policy-0', 'x-trans-id': 'tx8f5f6e94423a40ff97664-006a15cb3c', 'x-openstack-request-id': 'tx8f5f6e94423a40ff97664-006a15cb3c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217?&limit=9999&format=json'}
Body: b'[{"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00001", "content_type": "application/octet-stream", "last_modified": "2026-05-26T16:32:51.499480"}, {"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00002", "content_type": "application/octet-stream", "last_modified": "2026-05-26T16:32:52.062320"}, {"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00003", "content_type": "application/octet-stream", "last_modified": "2026-05-26T16:32:52.697810"}, {"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00004", "content_type": "application/octet-stream", "last_modified": "2026-05-26T16:32:53.272110"}, {"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00005", "content_type": "application/octet-stream", "last_modified": "2026-05-26T16:32:54.023690"}, {"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00006", "content_type": "application/octet-stream", "last_modified": "2026-05-26T16:32:54.725090"}, {"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00007", "content_type": "application/octet-stream", "last_modified": "2026-05-26T16:32:55.422370"}, {"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00008", "content_type": "application/octet-stream", "last_modified": "2026-05-26T16:32:56.199210"}, {"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00009", "content_type": "application/octet-stream", "last_modified": "2026-05-26T16:32:56.932420"}, {"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00010", "content_type": "application/octet-stream", "last_modified": "2026-05-26T16:32:57.574180"}, {"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00011", "content_type": "application/octet-stream", "last_modified": "2026-05-26T16:32:58.263780"}, {"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00012", "content_type": "application/octet-stream", "last_modified": "2026-05-26T16:32:59.158990"}]'
2026-05-26 16:33:00,901 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 204 DELETE https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217/volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00001 0.093s
2026-05-26 16:33:00,902 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'txad1abe5e15484a8e9bbd8-006a15cb3c', 'x-openstack-request-id': 'txad1abe5e15484a8e9bbd8-006a15cb3c', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217/volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00001'}
Body: b''
2026-05-26 16:33:00,923 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 GET https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217/volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00001 0.021s
2026-05-26 16:33:00,924 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'tx6f8e429037c44c17b13d1-006a15cb3c', 'x-openstack-request-id': 'tx6f8e429037c44c17b13d1-006a15cb3c', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217/volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00001'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-05-26 16:33:00,962 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 204 DELETE https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217/volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00002 0.038s
2026-05-26 16:33:00,962 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'tx3518f0f1d5c643258e804-006a15cb3c', 'x-openstack-request-id': 'tx3518f0f1d5c643258e804-006a15cb3c', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217/volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00002'}
Body: b''
2026-05-26 16:33:01,025 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 GET https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217/volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00002 0.062s
2026-05-26 16:33:01,026 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'txe51617557d5943fa910db-006a15cb3c', 'x-openstack-request-id': 'txe51617557d5943fa910db-006a15cb3c', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217/volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00002'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-05-26 16:33:01,078 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 204 DELETE https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217/volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00003 0.052s
2026-05-26 16:33:01,078 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'tx342607054bf74d8eb38d7-006a15cb3d', 'x-openstack-request-id': 'tx342607054bf74d8eb38d7-006a15cb3d', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217/volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00003'}
Body: b''
2026-05-26 16:33:01,105 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 GET https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217/volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00003 0.026s
2026-05-26 16:33:01,106 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'txff64d6ee0def440bb4e44-006a15cb3d', 'x-openstack-request-id': 'txff64d6ee0def440bb4e44-006a15cb3d', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217/volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00003'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-05-26 16:33:01,135 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 204 DELETE https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217/volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00004 0.028s
2026-05-26 16:33:01,135 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'tx4393a1faa19841aba425f-006a15cb3d', 'x-openstack-request-id': 'tx4393a1faa19841aba425f-006a15cb3d', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217/volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00004'}
Body: b''
2026-05-26 16:33:01,162 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 GET https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217/volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00004 0.027s
2026-05-26 16:33:01,162 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'tx9bbf5b65e0b44e36a782d-006a15cb3d', 'x-openstack-request-id': 'tx9bbf5b65e0b44e36a782d-006a15cb3d', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217/volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00004'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-05-26 16:33:01,185 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 204 DELETE https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217/volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00005 0.023s
2026-05-26 16:33:01,185 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'tx857f9cddec4e492a995db-006a15cb3d', 'x-openstack-request-id': 'tx857f9cddec4e492a995db-006a15cb3d', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217/volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00005'}
Body: b''
2026-05-26 16:33:01,203 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 GET https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217/volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00005 0.017s
2026-05-26 16:33:01,203 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'tx0a68ef479786452d9142d-006a15cb3d', 'x-openstack-request-id': 'tx0a68ef479786452d9142d-006a15cb3d', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217/volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00005'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-05-26 16:33:01,237 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 204 DELETE https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217/volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00006 0.034s
2026-05-26 16:33:01,238 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'tx92d93bd3b1004195a40e0-006a15cb3d', 'x-openstack-request-id': 'tx92d93bd3b1004195a40e0-006a15cb3d', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217/volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00006'}
Body: b''
2026-05-26 16:33:01,266 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 GET https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217/volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00006 0.028s
2026-05-26 16:33:01,267 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'txada7b207aaee4f07843ce-006a15cb3d', 'x-openstack-request-id': 'txada7b207aaee4f07843ce-006a15cb3d', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217/volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00006'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-05-26 16:33:01,304 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 204 DELETE https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217/volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00007 0.037s
2026-05-26 16:33:01,304 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'tx15ab3f47d36247cea0035-006a15cb3d', 'x-openstack-request-id': 'tx15ab3f47d36247cea0035-006a15cb3d', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217/volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00007'}
Body: b''
2026-05-26 16:33:01,319 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 GET https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217/volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00007 0.014s
2026-05-26 16:33:01,319 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'txf6da6520a99d477381dbd-006a15cb3d', 'x-openstack-request-id': 'txf6da6520a99d477381dbd-006a15cb3d', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217/volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00007'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-05-26 16:33:01,348 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 204 DELETE https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217/volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00008 0.029s
2026-05-26 16:33:01,349 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'tx9fb16a03ffc64dc9bfac2-006a15cb3d', 'x-openstack-request-id': 'tx9fb16a03ffc64dc9bfac2-006a15cb3d', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217/volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00008'}
Body: b''
2026-05-26 16:33:01,377 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 GET https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217/volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00008 0.028s
2026-05-26 16:33:01,378 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'tx771e510841504ad7b3bc6-006a15cb3d', 'x-openstack-request-id': 'tx771e510841504ad7b3bc6-006a15cb3d', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217/volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00008'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-05-26 16:33:01,432 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 204 DELETE https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217/volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00009 0.053s
2026-05-26 16:33:01,432 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'txbbc6137df10941e0a82f0-006a15cb3d', 'x-openstack-request-id': 'txbbc6137df10941e0a82f0-006a15cb3d', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217/volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00009'}
Body: b''
2026-05-26 16:33:01,447 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 GET https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217/volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00009 0.015s
2026-05-26 16:33:01,447 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'txdd450a7735f542758ccd1-006a15cb3d', 'x-openstack-request-id': 'txdd450a7735f542758ccd1-006a15cb3d', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217/volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00009'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-05-26 16:33:01,475 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 204 DELETE https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217/volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00010 0.027s
2026-05-26 16:33:01,475 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'tx80b6f89c8242460394e53-006a15cb3d', 'x-openstack-request-id': 'tx80b6f89c8242460394e53-006a15cb3d', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217/volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00010'}
Body: b''
2026-05-26 16:33:01,495 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 GET https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217/volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00010 0.019s
2026-05-26 16:33:01,495 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'txa40e8825802046dcbbbd9-006a15cb3d', 'x-openstack-request-id': 'txa40e8825802046dcbbbd9-006a15cb3d', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217/volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00010'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-05-26 16:33:01,526 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 204 DELETE https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217/volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00011 0.031s
2026-05-26 16:33:01,527 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'txa91143a0fc4b452e96d22-006a15cb3d', 'x-openstack-request-id': 'txa91143a0fc4b452e96d22-006a15cb3d', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217/volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00011'}
Body: b''
2026-05-26 16:33:01,546 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 GET https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217/volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00011 0.019s
2026-05-26 16:33:01,546 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'tx4af9d448cca94b9a823d4-006a15cb3d', 'x-openstack-request-id': 'tx4af9d448cca94b9a823d4-006a15cb3d', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217/volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00011'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-05-26 16:33:01,589 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 204 DELETE https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217/volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00012 0.042s
2026-05-26 16:33:01,589 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'tx7806cbaea5db459380f9a-006a15cb3d', 'x-openstack-request-id': 'tx7806cbaea5db459380f9a-006a15cb3d', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217/volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00012'}
Body: b''
2026-05-26 16:33:01,619 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 GET https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217/volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00012 0.030s
2026-05-26 16:33:01,620 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'tx8cb1b529eeba4b88a7aca-006a15cb3d', 'x-openstack-request-id': 'tx8cb1b529eeba4b88a7aca-006a15cb3d', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217/volume_abc79081-cb9d-43e1-96a0-eff9dd6cd8f9/20260526163251/az_nova_backup_73c3dfdc-096a-48e1-9baf-d025ffc6e5fb-00012'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-05-26 16:33:01,657 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 409 DELETE https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217 0.037s
2026-05-26 16:33:01,657 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '95', 'x-trans-id': 'tx0271ace908a643a38b8b0-006a15cb3d', 'x-openstack-request-id': 'tx0271ace908a643a38b8b0-006a15cb3d', 'connection': 'close', 'status': '409', 'content-location': 'https://10.4.3.186:8080/v1/AUTH_470dbfcf072948769beed0fe9ce8257c/tempest-volumesbackupstest-backup-container-1260293217'}
Body: b'<html><h1>Conflict</h1><p>There was a conflict when trying to complete your request.</p></html>'
2026-05-26 16:33:01,713 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 500 DELETE https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a/os-volume_attachments/abc79081-cb9d-43e1-96a0-eff9dd6cd8f9 0.055s
2026-05-26 16:33:01,713 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '147', 'x-openstack-request-id': 'req-95a6fea2-f8ce-4863-993a-b882a7255f57', 'x-compute-request-id': 'req-95a6fea2-f8ce-4863-993a-b882a7255f57', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a/os-volume_attachments/abc79081-cb9d-43e1-96a0-eff9dd6cd8f9'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-05-26 16:33:01,766 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 500 GET https://10.4.3.186/volume/v3/volumes/abc79081-cb9d-43e1-96a0-eff9dd6cd8f9 0.052s
2026-05-26 16:33:01,767 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-1abef6e4-2820-498f-911c-1e547672ae75', 'x-openstack-request-id': 'req-1abef6e4-2820-498f-911c-1e547672ae75', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.186/volume/v3/volumes/abc79081-cb9d-43e1-96a0-eff9dd6cd8f9'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2026-05-26 16:33:01,809 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 500 DELETE https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a 0.041s
2026-05-26 16:33:01,809 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '147', 'x-openstack-request-id': 'req-745b25e4-b3ed-43b8-a675-37e329e79746', 'x-compute-request-id': 'req-745b25e4-b3ed-43b8-a675-37e329e79746', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-05-26 16:33:01,809 106242 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method ServersClient.delete_server of <tempest.lib.services.compute.servers_client.ServersClient object at 0x7f233c5e9040>>, retrying...
2026-05-26 16:33:06,909 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 204 DELETE https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a 0.099s
2026-05-26 16:33:06,909 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-597f724d-26f9-445c-97b5-70d6d9e736da', 'x-compute-request-id': 'req-597f724d-26f9-445c-97b5-70d6d9e736da', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a'}
Body: b''
2026-05-26 16:33:07,195 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 200 GET https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a 0.286s
2026-05-26 16:33:07,196 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1709', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c159c097-f2f6-4327-a7e3-89d56482bd04', 'x-compute-request-id': 'req-c159c097-f2f6-4327-a7e3-89d56482bd04', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-VolumesBackupsTest-6415850-network": [{"version": 4, "addr": "10.1.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:dc:41"}, {"version": 4, "addr": "172.24.5.70", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:dc:41"}]}, "created": "2026-05-26T16:31:46Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "79ad0404bf8b2491694982a5a4fe351746c1d452e85fbc0d60e1b1da", "id": "7b7bf576-b838-4a7f-a96a-c1e2e211cb8a", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-60996896", "status": "ACTIVE", "tenant_id": "470dbfcf072948769beed0fe9ce8257c", "user_id": "0ab0171bb8c041629cf6e94b28a20fb1", "updated": "2026-05-26T16:33:07Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1004156907", "OS-SRV-USG:launched_at": "2026-05-26T16:32:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--124790498"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "abc79081-cb9d-43e1-96a0-eff9dd6cd8f9"}]}}'
2026-05-26 16:33:08,807 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 200 GET https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a 0.601s
2026-05-26 16:33:08,807 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1709', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-51237c14-96c0-4ccb-841c-68358b2ab1b3', 'x-compute-request-id': 'req-51237c14-96c0-4ccb-841c-68358b2ab1b3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-VolumesBackupsTest-6415850-network": [{"version": 4, "addr": "10.1.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:dc:41"}, {"version": 4, "addr": "172.24.5.70", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:dc:41"}]}, "created": "2026-05-26T16:31:46Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "79ad0404bf8b2491694982a5a4fe351746c1d452e85fbc0d60e1b1da", "id": "7b7bf576-b838-4a7f-a96a-c1e2e211cb8a", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-60996896", "status": "ACTIVE", "tenant_id": "470dbfcf072948769beed0fe9ce8257c", "user_id": "0ab0171bb8c041629cf6e94b28a20fb1", "updated": "2026-05-26T16:33:07Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1004156907", "OS-SRV-USG:launched_at": "2026-05-26T16:32:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--124790498"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "abc79081-cb9d-43e1-96a0-eff9dd6cd8f9"}]}}'
2026-05-26 16:33:09,924 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 200 GET https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a 0.110s
2026-05-26 16:33:09,925 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1642', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6c27fcd-4143-4d4d-9b67-4dea4e9333d8', 'x-compute-request-id': 'req-f6c27fcd-4143-4d4d-9b67-4dea4e9333d8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-VolumesBackupsTest-6415850-network": [{"version": 4, "addr": "10.1.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:dc:41"}, {"version": 4, "addr": "172.24.5.70", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:dc:41"}]}, "created": "2026-05-26T16:31:46Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "79ad0404bf8b2491694982a5a4fe351746c1d452e85fbc0d60e1b1da", "id": "7b7bf576-b838-4a7f-a96a-c1e2e211cb8a", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-60996896", "status": "ACTIVE", "tenant_id": "470dbfcf072948769beed0fe9ce8257c", "user_id": "0ab0171bb8c041629cf6e94b28a20fb1", "updated": "2026-05-26T16:33:09Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1004156907", "OS-SRV-USG:launched_at": "2026-05-26T16:32:02.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "abc79081-cb9d-43e1-96a0-eff9dd6cd8f9"}]}}'
2026-05-26 16:33:11,027 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 200 GET https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a 0.094s
2026-05-26 16:33:11,027 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af05ae64-425f-4207-a1d0-c405d046709c', 'x-compute-request-id': 'req-af05ae64-425f-4207-a1d0-c405d046709c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:31:46Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "79ad0404bf8b2491694982a5a4fe351746c1d452e85fbc0d60e1b1da", "id": "7b7bf576-b838-4a7f-a96a-c1e2e211cb8a", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-60996896", "status": "ACTIVE", "tenant_id": "470dbfcf072948769beed0fe9ce8257c", "user_id": "0ab0171bb8c041629cf6e94b28a20fb1", "updated": "2026-05-26T16:33:09Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1004156907", "OS-SRV-USG:launched_at": "2026-05-26T16:32:02.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "abc79081-cb9d-43e1-96a0-eff9dd6cd8f9"}]}}'
2026-05-26 16:33:12,173 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 200 GET https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a 0.140s
2026-05-26 16:33:12,173 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1370', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f99775b-fca4-42e6-b29b-36089ab73bbd', 'x-compute-request-id': 'req-9f99775b-fca4-42e6-b29b-36089ab73bbd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:31:46Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "79ad0404bf8b2491694982a5a4fe351746c1d452e85fbc0d60e1b1da", "id": "7b7bf576-b838-4a7f-a96a-c1e2e211cb8a", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-60996896", "status": "DELETED", "tenant_id": "470dbfcf072948769beed0fe9ce8257c", "user_id": "0ab0171bb8c041629cf6e94b28a20fb1", "updated": "2026-05-26T16:33:12Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1004156907", "OS-SRV-USG:launched_at": "2026-05-26T16:32:02.000000", "OS-SRV-USG:terminated_at": "2026-05-26T16:33:11.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "abc79081-cb9d-43e1-96a0-eff9dd6cd8f9"}]}}'
2026-05-26 16:33:12,179 106242 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 5 second wait
2026-05-26 16:33:13,308 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 200 GET https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a 0.129s
2026-05-26 16:33:13,308 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1370', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1934961-566d-4b8f-9386-e6395372f65d', 'x-compute-request-id': 'req-e1934961-566d-4b8f-9386-e6395372f65d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:31:46Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "79ad0404bf8b2491694982a5a4fe351746c1d452e85fbc0d60e1b1da", "id": "7b7bf576-b838-4a7f-a96a-c1e2e211cb8a", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-60996896", "status": "DELETED", "tenant_id": "470dbfcf072948769beed0fe9ce8257c", "user_id": "0ab0171bb8c041629cf6e94b28a20fb1", "updated": "2026-05-26T16:33:12Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1004156907", "OS-SRV-USG:launched_at": "2026-05-26T16:32:02.000000", "OS-SRV-USG:terminated_at": "2026-05-26T16:33:11.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "abc79081-cb9d-43e1-96a0-eff9dd6cd8f9"}]}}'
2026-05-26 16:33:14,341 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 GET https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a 0.025s
2026-05-26 16:33:14,341 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-752ea7b3-e739-45b7-9866-e36eada75ac8', 'x-compute-request-id': 'req-752ea7b3-e739-45b7-9866-e36eada75ac8', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/7b7bf576-b838-4a7f-a96a-c1e2e211cb8a'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 7b7bf576-b838-4a7f-a96a-c1e2e211cb8a could not be found."}}'
2026-05-26 16:33:14,368 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 202 DELETE https://10.4.3.186/compute/v2.1/os-keypairs/tempest-keypair-1004156907 0.027s
2026-05-26 16:33:14,369 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4087ba3-5243-496a-823f-fd2778112bf5', 'x-compute-request-id': 'req-d4087ba3-5243-496a-823f-fd2778112bf5', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.186/compute/v2.1/os-keypairs/tempest-keypair-1004156907'}
Body: b''
2026-05-26 16:33:14,482 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 204 DELETE https://10.4.3.186/networking/v2.0/security-groups/52446add-c91e-48b6-bd9c-9244b93ccc2c 0.113s
2026-05-26 16:33:14,482 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-9541a915-2ae3-4e58-b073-48085d5ac75f', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.186/networking/v2.0/security-groups/52446add-c91e-48b6-bd9c-9244b93ccc2c'}
Body: b''
2026-05-26 16:33:14,497 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 GET https://10.4.3.186/networking/v2.0/security-groups/52446add-c91e-48b6-bd9c-9244b93ccc2c 0.015s
2026-05-26 16:33:14,498 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-12949307-87b4-450f-ade9-d88509a50c43', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.186/networking/v2.0/security-groups/52446add-c91e-48b6-bd9c-9244b93ccc2c'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 52446add-c91e-48b6-bd9c-9244b93ccc2c does not exist", "detail": ""}}'
2026-05-26 16:33:14,756 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 204 DELETE https://10.4.3.186/networking/v2.0/floatingips/e473fb34-71d3-4609-b465-768ec2db7bae 0.258s
2026-05-26 16:33:14,757 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-e587e0fb-13e1-4011-bd5d-6f085a472b81', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.186/networking/v2.0/floatingips/e473fb34-71d3-4609-b465-768ec2db7bae'}
Body: b''
2026-05-26 16:33:14,801 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 202 DELETE https://10.4.3.186/volume/v3/volumes/abc79081-cb9d-43e1-96a0-eff9dd6cd8f9 0.044s
2026-05-26 16:33:14,802 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:14 GMT', 'server': 'Apache/2.4.58 (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-372e63ee-38ee-4dd8-86fa-82b565c3bc18', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.186/volume/v3/volumes/abc79081-cb9d-43e1-96a0-eff9dd6cd8f9'}
Body: b''
2026-05-26 16:33:14,842 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 200 GET https://10.4.3.186/volume/v3/volumes/abc79081-cb9d-43e1-96a0-eff9dd6cd8f9 0.039s
2026-05-26 16:33:14,842 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5024b7c-e39f-422d-ae58-3326dfa9fec0', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5024b7c-e39f-422d-ae58-3326dfa9fec0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/volumes/abc79081-cb9d-43e1-96a0-eff9dd6cd8f9'}
Body: b'{"volume": {"id": "abc79081-cb9d-43e1-96a0-eff9dd6cd8f9", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-05-26T16:31:42.000000", "updated_at": "2026-05-26T16:33:15.000000", "name": "tempest-VolumesBackupsTest-Volume-44845024", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/volumes/abc79081-cb9d-43e1-96a0-eff9dd6cd8f9"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/volumes/abc79081-cb9d-43e1-96a0-eff9dd6cd8f9"}], "user_id": "0ab0171bb8c041629cf6e94b28a20fb1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "470dbfcf072948769beed0fe9ce8257c"}}'
2026-05-26 16:33:15,868 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 GET https://10.4.3.186/volume/v3/volumes/abc79081-cb9d-43e1-96a0-eff9dd6cd8f9 0.018s
2026-05-26 16:33:15,868 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3ce2358-c410-4bae-bb2f-85f9778749c5', 'x-openstack-request-id': 'req-a3ce2358-c410-4bae-bb2f-85f9778749c5', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.186/volume/v3/volumes/abc79081-cb9d-43e1-96a0-eff9dd6cd8f9'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume abc79081-cb9d-43e1-96a0-eff9dd6cd8f9 could not be found."}}'
2026-05-26 16:33:15,889 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 GET https://10.4.3.186/volume/v3/volumes/abc79081-cb9d-43e1-96a0-eff9dd6cd8f9 0.020s
2026-05-26 16:33:15,890 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bfd53ba-3ea2-4c8a-b58b-9f2783bff947', 'x-openstack-request-id': 'req-7bfd53ba-3ea2-4c8a-b58b-9f2783bff947', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.186/volume/v3/volumes/abc79081-cb9d-43e1-96a0-eff9dd6cd8f9'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume abc79081-cb9d-43e1-96a0-eff9dd6cd8f9 could not be found."}}'
2026-05-26 16:33:15,906 106242 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 DELETE https://10.4.3.186/volume/v3/volumes/abc79081-cb9d-43e1-96a0-eff9dd6cd8f9 0.015s
2026-05-26 16:33:15,906 106242 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-2003578b-7b33-474a-be49-36df6c615005', 'x-openstack-request-id': 'req-2003578b-7b33-474a-be49-36df6c615005', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.186/volume/v3/volumes/abc79081-cb9d-43e1-96a0-eff9dd6cd8f9'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume abc79081-cb9d-43e1-96a0-eff9dd6cd8f9 could not be found."}}'
}}}
traceback-1: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/lib/services/volume/v3/backups_client.py", line 76, in delete_backup
resp, body = self.delete('backups/%s' % backup_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, 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 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
}}}
traceback-2: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 978, in wait_for_resource_deletion
if self.is_resource_deleted(id, *args, **kwargs):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/v3/backups_client.py", line 140, in is_resource_deleted
self.show_backup(id)
File "/opt/stack/tempest/tempest/lib/services/volume/v3/backups_client.py", line 83, in show_backup
resp, body = self.get(url)
^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
return self.request('GET', url, extra_headers, headers,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
}}}
traceback-3: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/object_storage.py", line 39, in delete_containers
container_client.delete_container(cont)
File "/opt/stack/tempest/tempest/lib/services/object_storage/container_client.py", line 61, in delete_container
resp, body = self.delete(url)
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
return self.request('DELETE', url, extra_headers, headers, body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 897, in _error_checker
raise exceptions.Conflict(resp_body, resp=resp)
tempest.lib.exceptions.Conflict: Conflict with state of target resource
Details: b'<html><h1>Conflict</h1><p>There was a conflict when trying to complete your request.</p></html>'
}}}
traceback-4: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 498, in detach_volume
resp, body = self.delete('servers/%s/os-volume_attachments/%s' %
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
return self.request('DELETE', url, extra_headers, headers, body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'oslo_db.exception.DBConnectionError'>
}}}
traceback-5: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/waiters.py", line 371, in wait_for_volume_resource_status
resource_status = show_resource(resource_id)[resource_name]['status']
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 102, in show_volume
resp, body = self.get(url)
^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
return self.request('GET', url, extra_headers, headers,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/volume/test_volumes_backup.py", line 137, in test_backup_create_attached_volume
backup = self.create_backup(volume_id=volume['id'],
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/volume/base.py", line 219, in create_backup
waiters.wait_for_volume_resource_status(backup_client, backup['id'],
File "/opt/stack/tempest/tempest/common/waiters.py", line 376, in wait_for_volume_resource_status
resource_status = show_resource(resource_id)[
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/v3/backups_client.py", line 83, in show_backup
resp, body = self.get(url)
^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
return self.request('GET', url, extra_headers, headers,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
test_bootable_volume_backup_and_restore[id-2a8ba340-dff2-4511-9db7-646f07156b15,image] |
pass
pt3.2: tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_bootable_volume_backup_and_restore[id-2a8ba340-dff2-4511-9db7-646f07156b15,image]
|
||||||
test_volume_backup_create_get_detailed_list_restore_delete[id-a66eb488-8ee1-47d4-8e9f-575a095728c6] |
pass
pt3.3: tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_volume_backup_create_get_detailed_list_restore_delete[id-a66eb488-8ee1-47d4-8e9f-575a095728c6]
|
||||||
test_volume_backup_incremental[compute,id-f86eff09-2a6d-43c1-905e-8079e5754f1e] |
pass
pt3.4: tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_volume_backup_incremental[compute,id-f86eff09-2a6d-43c1-905e-8079e5754f1e]
|
||||||
| tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes | 3 | 2 | 1 | 0 | 0 | Detail | |
test_encrypted_cinder_volumes_cryptsetup[compute,id-cbc752ed-b716-4717-910f-956cce965722,image,slow,volume] |
pass
pt4.1: tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_cryptsetup[compute,id-cbc752ed-b716-4717-910f-956cce965722,image,slow,volume]
|
||||||
test_encrypted_cinder_volumes_luks[compute,id-79165fb4-5534-4b9d-8429-97ccffb8f86e,image,slow,volume] |
pass
pt4.2: tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_luks[compute,id-79165fb4-5534-4b9d-8429-97ccffb8f86e,image,slow,volume]
|
||||||
test_encrypted_cinder_volumes_luksv2[compute,id-7abec0a3-61a0-42a5-9e36-ad3138fb38b4,image,slow,volume] |
fail
ft4.3: tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_luksv2[compute,id-7abec0a3-61a0-42a5-9e36-ad3138fb38b4,image,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-05-26 16:31:51,859 106230 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-luksv2-1964494046 on backend None
2026-05-26 16:31:51,882 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST https://10.4.3.186/volume/v3/types 0.023s
2026-05-26 16:31:51,882 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume_type": {"name": "tempest-scenario-type-luksv2-1964494046", "extra_specs": {}}}
Response - Headers: {'date': 'Tue, 26 May 2026 16:31:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08e580d2-4bab-485f-8143-a8d793ca20b7', 'content-length': '214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08e580d2-4bab-485f-8143-a8d793ca20b7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/types'}
Body: b'{"volume_type": {"id": "adbe59ad-ed8c-4346-87ee-58bf3e4a7fb7", "name": "tempest-scenario-type-luksv2-1964494046", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2026-05-26 16:31:51,883 106230 DEBUG [tempest.scenario.manager] Creating an encryption type for volume type: adbe59ad-ed8c-4346-87ee-58bf3e4a7fb7
2026-05-26 16:31:51,906 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST https://10.4.3.186/volume/v3/types/adbe59ad-ed8c-4346-87ee-58bf3e4a7fb7/encryption 0.023s
2026-05-26 16:31:51,906 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end"}}
Response - Headers: {'date': 'Tue, 26 May 2026 16:31:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fe43fe2-cb16-4baa-998d-cc6ece0b8e24', 'content-length': '231', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fe43fe2-cb16-4baa-998d-cc6ece0b8e24', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/types/adbe59ad-ed8c-4346-87ee-58bf3e4a7fb7/encryption'}
Body: b'{"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end", "volume_type_id": "adbe59ad-ed8c-4346-87ee-58bf3e4a7fb7", "encryption_id": "21fc5647-f3cf-4f94-8c87-841444381c82"}}'
2026-05-26 16:31:52,058 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 202 POST https://10.4.3.186/volume/v3/volumes 0.150s
2026-05-26 16:31:52,059 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"name": "tempest-TestEncryptedCinderVolumes-volume-240655953", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-luksv2-1964494046", "size": 1}}
Response - Headers: {'date': 'Tue, 26 May 2026 16:31:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-214afdde-671c-455c-b28a-48e5a357c030', 'content-length': '786', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-214afdde-671c-455c-b28a-48e5a357c030', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.186/volume/v3/volumes'}
Body: b'{"volume": {"id": "d3c7567d-1a2d-4a67-b358-a7a6c46be521", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-05-26T16:31:52.010218", "updated_at": null, "name": "tempest-TestEncryptedCinderVolumes-volume-240655953", "description": null, "volume_type": "tempest-scenario-type-luksv2-1964494046", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/volumes/d3c7567d-1a2d-4a67-b358-a7a6c46be521"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/volumes/d3c7567d-1a2d-4a67-b358-a7a6c46be521"}], "user_id": "5a683cee286748bfa6b18c1cf8754cee", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-05-26 16:31:52,176 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 201 POST https://10.4.3.186/identity/v3/auth/tokens 0.109s
2026-05-26 16:31:52,176 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Tue, 26 May 2026 16:31:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2948', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-efe10da2-6158-49f9-947b-a1a159016ef6', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.186/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "5a683cee286748bfa6b18c1cf8754cee", "name": "tempest-TestEncryptedCinderVolumes-1204045514-project-member", "password_expires_at": null}, "audit_ids": ["RwaznXYNQ16hhkEL1EAchg"], "expires_at": "2026-05-26T17:31:52.000000Z", "issued_at": "2026-05-26T16:31:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b4843f03a4854199b3184ed3e402e7fb", "name": "tempest-TestEncryptedCinderVolumes-1204045514"}, "is_domain": false, "roles": [{"id": "dbfbfa6e7959472c8f716b8f073ccc1d", "name": "member"}, {"id": "f92db5ba692248b09a853a5f91851524", "name": "reader"}], "catalog": [{"endpoints": [{"id": "645d4abae3824e33a3cc3380a085919d", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.186/compute/v2.1", "region": "RegionOne"}], "id": "03028be43c0845c5be0a59b5b5cc12d3", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "19180ce0e5d74d2582aa7968df80c091", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.186/volume/v3", "region": "RegionOne"}], "id": "2a9bf45b94c74c189ebf2f3e6d735cb0", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6f5b56b887934b4bad932e754959d4e4", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.186/identity", "region": "RegionOne"}], "id": "682403961607461998f8e103c7ba4e17", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "4dbd7cd2209f4fcc8e4f12cb55280510", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.186:8080/v1/AUTH_b4843f03a4854199b3184ed3e402e7fb", "region": "RegionOne"}, {"id": "f37ac05aa9644e40bb5b8583ef887c63", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.186:8080", "region": "RegionOne"}], "id": "81b1295b0a664e4bb71f72ddcb7f0ec6", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "13fa09f4911c4f1c95d5e5c8d2d1c197", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.186/networking", "region": "RegionOne"}], "id": "9f0aac0e010045b3a299d83ee5ac7b4d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "18615d987e0d440eb55334ac165af6a7", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.186/placement", "region": "RegionOne"}], "id": "ee202ec739ec49c3ae90f18af667f86a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8fcac4f3882b4571a7f658614b491dde", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.186/compute/v2/b4843f03a4854199b3184ed3e402e7fb", "region": "RegionOne"}], "id": "f1164659e0aa42b8ab3f7337f6252b7f", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "036646f4f4e24dd59163c5b4c16ed75d", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.186/image", "region": "RegionOne"}], "id": "fbb6c15f44ac41419eda2d0ab9a8f340", "type": "image", "name": "glance"}]}}'
2026-05-26 16:31:52,176 106230 INFO [tempest.lib.common.fixed_network] (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2) Found network {'id': '85026a26-b684-4a76-af23-faf40dacc53a', 'name': 'tempest-TestEncryptedCinderVolumes-994413224-network', 'tenant_id': 'b4843f03a4854199b3184ed3e402e7fb', 'project_id': 'b4843f03a4854199b3184ed3e402e7fb', 'admin_state_up': True, 'mtu': 1372, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 36597, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-05-26T16:28:54Z', 'updated_at': '2026-05-26T16:28:54Z', 'revision_number': 1} available for tenant
2026-05-26 16:31:52,176 106230 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-05-26 16:31:52,177 106230 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-05-26 16:31:52,223 106230 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST https://10.4.3.186/compute/v2.1/os-keypairs 0.046s
2026-05-26 16:31:52,223 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-2066130815", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJhaXT4x7IeTOwmS1GOBJgD+Js5SqvIeCVgruZu6uoCl9kKhklkPjJHcBiNiUxeucvQyReg3T8OkibDs4bNXKwlKLViNSm6PnBUI06gYQWdyUyuQskWC4jDyGRPVB56stQ=="}}
Response - Headers: {'date': 'Tue, 26 May 2026 16:31:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-022b131f-bc55-449e-9023-28e822bba2bf', 'x-compute-request-id': 'req-022b131f-bc55-449e-9023-28e822bba2bf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-2066130815", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJhaXT4x7IeTOwmS1GOBJgD+Js5SqvIeCVgruZu6uoCl9kKhklkPjJHcBiNiUxeucvQyReg3T8OkibDs4bNXKwlKLViNSm6PnBUI06gYQWdyUyuQskWC4jDyGRPVB56stQ==", "fingerprint": "4b:3b:e3:4b:e5:17:56:d6:a7:34:f3:d9:8b:7d:8a:56", "user_id": "5a683cee286748bfa6b18c1cf8754cee"}}'
2026-05-26 16:31:52,224 106230 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2066130815 created
2026-05-26 16:31:52,429 106230 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.186/networking/v2.0/security-groups 0.204s
2026-05-26 16:31:52,429 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-securitygroup--1419805949", "description": "tempest-description--1090034268"}}
Response - Headers: {'date': 'Tue, 26 May 2026 16:31:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1663', 'x-openstack-request-id': 'req-9757263a-ce62-41e6-8345-410ee7a322cd', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.186/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "e432061a-7183-4422-aeeb-7c75abb5fa30", "name": "tempest-securitygroup--1419805949", "stateful": true, "tenant_id": "b4843f03a4854199b3184ed3e402e7fb", "project_id": "b4843f03a4854199b3184ed3e402e7fb", "description": "tempest-description--1090034268", "shared": false, "security_group_rules": [{"id": "5e2e32d9-462b-4b3b-891e-29e963e473df", "project_id": "b4843f03a4854199b3184ed3e402e7fb", "security_group_id": "e432061a-7183-4422-aeeb-7c75abb5fa30", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1114, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-05-26T16:31:52Z", "updated_at": "2026-05-26T16:31:52Z", "revision_number": 0, "tenant_id": "b4843f03a4854199b3184ed3e402e7fb"}, {"id": "936156d7-e8f2-4bc2-be79-97313a6d0960", "project_id": "b4843f03a4854199b3184ed3e402e7fb", "security_group_id": "e432061a-7183-4422-aeeb-7c75abb5fa30", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1113, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-05-26T16:31:52Z", "updated_at": "2026-05-26T16:31:52Z", "revision_number": 0, "tenant_id": "b4843f03a4854199b3184ed3e402e7fb"}], "tags": [], "created_at": "2026-05-26T16:31:52Z", "updated_at": "2026-05-26T16:31:52Z", "revision_number": 1}}'
2026-05-26 16:31:52,637 106230 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.186/networking/v2.0/security-group-rules 0.207s
2026-05-26 16:31:52,637 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "e432061a-7183-4422-aeeb-7c75abb5fa30", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Tue, 26 May 2026 16:31:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-62f2cbe5-6f4c-4c47-b6df-1a7c73299ef4', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.186/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "a603a4a6-6e06-4900-89ce-7c44664a26bd", "project_id": "b4843f03a4854199b3184ed3e402e7fb", "security_group_id": "e432061a-7183-4422-aeeb-7c75abb5fa30", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-05-26T16:31:52Z", "updated_at": "2026-05-26T16:31:52Z", "revision_number": 0, "tenant_id": "b4843f03a4854199b3184ed3e402e7fb"}}'
2026-05-26 16:31:52,800 106230 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.186/networking/v2.0/security-group-rules 0.162s
2026-05-26 16:31:52,800 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "e432061a-7183-4422-aeeb-7c75abb5fa30", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Tue, 26 May 2026 16:31:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-8bb687af-0fef-408d-ab4e-1c66dcaa2abd', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.186/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "90e63601-1ee9-4712-b9e8-a26f2664969f", "project_id": "b4843f03a4854199b3184ed3e402e7fb", "security_group_id": "e432061a-7183-4422-aeeb-7c75abb5fa30", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-05-26T16:31:52Z", "updated_at": "2026-05-26T16:31:52Z", "revision_number": 0, "tenant_id": "b4843f03a4854199b3184ed3e402e7fb"}}'
2026-05-26 16:31:52,801 106230 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1419805949 created
2026-05-26 16:31:53,332 106230 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.186/networking/v2.0/floatingips 0.530s
2026-05-26 16:31:53,332 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "81bac13b-0914-4fbd-9ee2-003f469b34b6"}}
Response - Headers: {'date': 'Tue, 26 May 2026 16:31:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '526', 'x-openstack-request-id': 'req-c20aed08-60af-42b6-8747-180a117cbe67', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.186/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "5a909aef-2b5e-4d70-a026-d0a5b602ee93", "tenant_id": "b4843f03a4854199b3184ed3e402e7fb", "project_id": "b4843f03a4854199b3184ed3e402e7fb", "floating_ip_address": "172.24.5.2", "floating_network_id": "81bac13b-0914-4fbd-9ee2-003f469b34b6", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-05-26T16:31:53Z", "updated_at": "2026-05-26T16:31:53Z", "revision_number": 0}}'
2026-05-26 16:31:53,332 106230 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '5a909aef-2b5e-4d70-a026-d0a5b602ee93', 'tenant_id': 'b4843f03a4854199b3184ed3e402e7fb', 'project_id': 'b4843f03a4854199b3184ed3e402e7fb', 'floating_ip_address': '172.24.5.2', 'floating_network_id': '81bac13b-0914-4fbd-9ee2-003f469b34b6', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-05-26T16:31:53Z', 'updated_at': '2026-05-26T16:31:53Z', 'revision_number': 0, 'ip': '172.24.5.2'} created
2026-05-26 16:31:53,332 106230 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-2066130815', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJhaXT4x7IeTOwmS1GOBJgD+Js5SqvIeCVgruZu6uoCl9kKhklkPjJHcBiNiUxeucvQyReg3T8OkibDs4bNXKwlKLViNSm6PnBUI06gYQWdyUyuQskWC4jDyGRPVB56stQ==', 'fingerprint': '4b:3b:e3:4b:e5:17:56:d6:a7:34:f3:d9:8b:7d:8a:56', 'user_id': '5a683cee286748bfa6b18c1cf8754cee', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDp3cgyAMA+SJP9atRyZq+IwsrJrQqnVPt8xe6EkEBB5M+0DaPd0OQz\nui7NAZ/zuMWgBwYFK4EEACKhZANiAASYWl0+MeyHkzsJktRjgSYA/ibOUqryHglY\nK7mburqApfZCoZJZD4yR3AYjYlMXrnL0MkXoN0/DpImw7OGzVysJSi1YjUpuj5wV\nCNOoGEFnclMrkLJFguIw8hkT1QeerLU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'e432061a-7183-4422-aeeb-7c75abb5fa30', 'name': 'tempest-securitygroup--1419805949', 'stateful': True, 'tenant_id': 'b4843f03a4854199b3184ed3e402e7fb', 'project_id': 'b4843f03a4854199b3184ed3e402e7fb', 'description': 'tempest-description--1090034268', 'shared': False, 'security_group_rules': [{'id': '5e2e32d9-462b-4b3b-891e-29e963e473df', 'project_id': 'b4843f03a4854199b3184ed3e402e7fb', 'security_group_id': 'e432061a-7183-4422-aeeb-7c75abb5fa30', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 1114, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-05-26T16:31:52Z', 'updated_at': '2026-05-26T16:31:52Z', 'revision_number': 0, 'tenant_id': 'b4843f03a4854199b3184ed3e402e7fb'}, {'id': '936156d7-e8f2-4bc2-be79-97313a6d0960', 'project_id': 'b4843f03a4854199b3184ed3e402e7fb', 'security_group_id': 'e432061a-7183-4422-aeeb-7c75abb5fa30', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 1113, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-05-26T16:31:52Z', 'updated_at': '2026-05-26T16:31:52Z', 'revision_number': 0, 'tenant_id': 'b4843f03a4854199b3184ed3e402e7fb'}], 'tags': [], 'created_at': '2026-05-26T16:31:52Z', 'updated_at': '2026-05-26T16:31:52Z', 'revision_number': 1}, 'floating_ip': {'id': '5a909aef-2b5e-4d70-a026-d0a5b602ee93', 'tenant_id': 'b4843f03a4854199b3184ed3e402e7fb', 'project_id': 'b4843f03a4854199b3184ed3e402e7fb', 'floating_ip_address': '172.24.5.2', 'floating_network_id': '81bac13b-0914-4fbd-9ee2-003f469b34b6', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-05-26T16:31:53Z', 'updated_at': '2026-05-26T16:31:53Z', 'revision_number': 0, 'ip': '172.24.5.2'}}
2026-05-26 16:31:54,081 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 202 POST https://10.4.3.186/compute/v2.1/servers 0.748s
2026-05-26 16:31:54,081 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestEncryptedCinderVolumes-server-1435610181", "imageRef": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "flavorRef": "42", "networks": [{"uuid": "85026a26-b684-4a76-af23-faf40dacc53a"}], "security_groups": [{"name": "tempest-securitygroup--1419805949"}], "key_name": "tempest-keypair-2066130815", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Tue, 26 May 2026 16:31:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '406', 'location': 'https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c92523cc-8fdc-48b6-a826-3e28d2894e62', 'x-compute-request-id': 'req-c92523cc-8fdc-48b6-a826-3e28d2894e62', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.186/compute/v2.1/servers'}
Body: b'{"server": {"id": "549aa645-f2b9-493d-b8fd-03a624f5ddf0", "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1419805949"}], "adminPass": "M34c5QB2yrpw"}}'
2026-05-26 16:31:54,187 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0 0.105s
2026-05-26 16:31:54,188 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:31:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1242', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-daba4e21-60c6-4ecd-ba79-72eddfd5f2b2', 'x-compute-request-id': 'req-daba4e21-60c6-4ecd-ba79-72eddfd5f2b2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:31:54Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "", "id": "549aa645-f2b9-493d-b8fd-03a624f5ddf0", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1435610181", "status": "BUILD", "tenant_id": "b4843f03a4854199b3184ed3e402e7fb", "user_id": "5a683cee286748bfa6b18c1cf8754cee", "updated": "2026-05-26T16:31:54Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2066130815", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-26 16:31:55,388 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0 0.192s
2026-05-26 16:31:55,388 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:31:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1238', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9dc538f-9f4e-4acb-b88f-37ac78a4bbb0', 'x-compute-request-id': 'req-d9dc538f-9f4e-4acb-b88f-37ac78a4bbb0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:31:54Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "", "id": "549aa645-f2b9-493d-b8fd-03a624f5ddf0", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1435610181", "status": "BUILD", "tenant_id": "b4843f03a4854199b3184ed3e402e7fb", "user_id": "5a683cee286748bfa6b18c1cf8754cee", "updated": "2026-05-26T16:31:55Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2066130815", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-26 16:31:55,395 106230 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait
2026-05-26 16:31:56,571 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0 0.175s
2026-05-26 16:31:56,572 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:31:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1294', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-843be6de-fbc9-4951-b2cd-9e87f0264cec', 'x-compute-request-id': 'req-843be6de-fbc9-4951-b2cd-9e87f0264cec', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:31:54Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "0a8cf72591e347e98767abf64a953829e3ec4d248c1ae966b1679ffd", "id": "549aa645-f2b9-493d-b8fd-03a624f5ddf0", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1435610181", "status": "BUILD", "tenant_id": "b4843f03a4854199b3184ed3e402e7fb", "user_id": "5a683cee286748bfa6b18c1cf8754cee", "updated": "2026-05-26T16:31:56Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2066130815", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-26 16:31:57,845 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0 0.268s
2026-05-26 16:31:57,845 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:31:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1294', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6de3f26-7e16-4128-bba3-b2ac956a70ab', 'x-compute-request-id': 'req-b6de3f26-7e16-4128-bba3-b2ac956a70ab', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:31:54Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "0a8cf72591e347e98767abf64a953829e3ec4d248c1ae966b1679ffd", "id": "549aa645-f2b9-493d-b8fd-03a624f5ddf0", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1435610181", "status": "BUILD", "tenant_id": "b4843f03a4854199b3184ed3e402e7fb", "user_id": "5a683cee286748bfa6b18c1cf8754cee", "updated": "2026-05-26T16:31:56Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2066130815", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-26 16:32:00,105 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0 1.252s
2026-05-26 16:32:00,105 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:31:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1370', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4ab8055-5eee-42ac-9e8b-498b2e853aad', 'x-compute-request-id': 'req-d4ab8055-5eee-42ac-9e8b-498b2e853aad', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:31:54Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "0a8cf72591e347e98767abf64a953829e3ec4d248c1ae966b1679ffd", "id": "549aa645-f2b9-493d-b8fd-03a624f5ddf0", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1435610181", "status": "BUILD", "tenant_id": "b4843f03a4854199b3184ed3e402e7fb", "user_id": "5a683cee286748bfa6b18c1cf8754cee", "updated": "2026-05-26T16:31:58Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2066130815", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1419805949"}], "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-26 16:32:00,114 106230 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 6 second wait
2026-05-26 16:32:01,471 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0 0.357s
2026-05-26 16:32:01,471 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47882906-e94a-4607-991d-369e4af22c75', 'x-compute-request-id': 'req-47882906-e94a-4607-991d-369e4af22c75', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:31:54Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "0a8cf72591e347e98767abf64a953829e3ec4d248c1ae966b1679ffd", "id": "549aa645-f2b9-493d-b8fd-03a624f5ddf0", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1435610181", "status": "BUILD", "tenant_id": "b4843f03a4854199b3184ed3e402e7fb", "user_id": "5a683cee286748bfa6b18c1cf8754cee", "updated": "2026-05-26T16:32:00Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2066130815", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1419805949"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-26 16:32:01,479 106230 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 7 second wait
2026-05-26 16:32:03,419 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0 0.940s
2026-05-26 16:32:03,420 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca8cd19d-118f-4516-9827-ac4e32042c05', 'x-compute-request-id': 'req-ca8cd19d-118f-4516-9827-ac4e32042c05', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:31:54Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "0a8cf72591e347e98767abf64a953829e3ec4d248c1ae966b1679ffd", "id": "549aa645-f2b9-493d-b8fd-03a624f5ddf0", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1435610181", "status": "BUILD", "tenant_id": "b4843f03a4854199b3184ed3e402e7fb", "user_id": "5a683cee286748bfa6b18c1cf8754cee", "updated": "2026-05-26T16:32:00Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2066130815", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1419805949"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-26 16:32:06,164 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0 1.732s
2026-05-26 16:32:06,164 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ceb0a41-5ac0-42aa-bfab-8802b33de626', 'x-compute-request-id': 'req-3ceb0a41-5ac0-42aa-bfab-8802b33de626', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:31:54Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "0a8cf72591e347e98767abf64a953829e3ec4d248c1ae966b1679ffd", "id": "549aa645-f2b9-493d-b8fd-03a624f5ddf0", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1435610181", "status": "BUILD", "tenant_id": "b4843f03a4854199b3184ed3e402e7fb", "user_id": "5a683cee286748bfa6b18c1cf8754cee", "updated": "2026-05-26T16:32:00Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2066130815", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1419805949"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-26 16:32:07,385 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0 0.213s
2026-05-26 16:32:07,386 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6274d50f-e9fa-4ac7-a961-fa570f8b55e2', 'x-compute-request-id': 'req-6274d50f-e9fa-4ac7-a961-fa570f8b55e2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:31:54Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "0a8cf72591e347e98767abf64a953829e3ec4d248c1ae966b1679ffd", "id": "549aa645-f2b9-493d-b8fd-03a624f5ddf0", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1435610181", "status": "BUILD", "tenant_id": "b4843f03a4854199b3184ed3e402e7fb", "user_id": "5a683cee286748bfa6b18c1cf8754cee", "updated": "2026-05-26T16:32:00Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2066130815", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1419805949"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-26 16:32:08,606 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0 0.211s
2026-05-26 16:32:08,606 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e93d0f8-dab6-4689-9678-a0ea439d549e', 'x-compute-request-id': 'req-0e93d0f8-dab6-4689-9678-a0ea439d549e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:31:54Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "0a8cf72591e347e98767abf64a953829e3ec4d248c1ae966b1679ffd", "id": "549aa645-f2b9-493d-b8fd-03a624f5ddf0", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1435610181", "status": "BUILD", "tenant_id": "b4843f03a4854199b3184ed3e402e7fb", "user_id": "5a683cee286748bfa6b18c1cf8754cee", "updated": "2026-05-26T16:32:00Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2066130815", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1419805949"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-26 16:32:10,040 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0 0.426s
2026-05-26 16:32:10,040 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e47d37e-1d31-4506-b631-ebc466a8c83c', 'x-compute-request-id': 'req-6e47d37e-1d31-4506-b631-ebc466a8c83c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:31:54Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "0a8cf72591e347e98767abf64a953829e3ec4d248c1ae966b1679ffd", "id": "549aa645-f2b9-493d-b8fd-03a624f5ddf0", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1435610181", "status": "BUILD", "tenant_id": "b4843f03a4854199b3184ed3e402e7fb", "user_id": "5a683cee286748bfa6b18c1cf8754cee", "updated": "2026-05-26T16:32:00Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2066130815", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1419805949"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-26 16:32:11,312 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0 0.263s
2026-05-26 16:32:11,312 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66c6e1a5-76fa-4dce-977e-be228ffd4c82', 'x-compute-request-id': 'req-66c6e1a5-76fa-4dce-977e-be228ffd4c82', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:31:54Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "0a8cf72591e347e98767abf64a953829e3ec4d248c1ae966b1679ffd", "id": "549aa645-f2b9-493d-b8fd-03a624f5ddf0", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1435610181", "status": "BUILD", "tenant_id": "b4843f03a4854199b3184ed3e402e7fb", "user_id": "5a683cee286748bfa6b18c1cf8754cee", "updated": "2026-05-26T16:32:00Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2066130815", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1419805949"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-26 16:32:12,550 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0 0.228s
2026-05-26 16:32:12,551 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1558', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4b5edbfa-4439-4dee-a005-e27001b83bf9', 'x-compute-request-id': 'req-4b5edbfa-4439-4dee-a005-e27001b83bf9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-994413224-network": [{"version": 4, "addr": "10.1.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:1e:82"}]}, "created": "2026-05-26T16:31:54Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "0a8cf72591e347e98767abf64a953829e3ec4d248c1ae966b1679ffd", "id": "549aa645-f2b9-493d-b8fd-03a624f5ddf0", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1435610181", "status": "ACTIVE", "tenant_id": "b4843f03a4854199b3184ed3e402e7fb", "user_id": "5a683cee286748bfa6b18c1cf8754cee", "updated": "2026-05-26T16:32:12Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-2066130815", "OS-SRV-USG:launched_at": "2026-05-26T16:32:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1419805949"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-05-26 16:32:12,559 106230 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 18 second wait
2026-05-26 16:32:12,674 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0/os-interface 0.114s
2026-05-26 16:32:12,674 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c39c01a7-c339-4251-8cf5-c795b32cdd75', 'x-compute-request-id': 'req-c39c01a7-c339-4251-8cf5-c795b32cdd75', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "85026a26-b684-4a76-af23-faf40dacc53a", "port_id": "121e3405-e5c7-4e5c-8a30-ae10f2f4abaf", "mac_addr": "fa:16:3e:f4:1e:82", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "dab70013-c171-4b07-9be1-5f9d7af198a0", "ip_address": "10.1.0.12"}]}]}'
2026-05-26 16:32:13,431 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 PUT https://10.4.3.186/networking/v2.0/floatingips/5a909aef-2b5e-4d70-a026-d0a5b602ee93 0.755s
2026-05-26 16:32:13,432 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "121e3405-e5c7-4e5c-8a30-ae10f2f4abaf"}}
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-2c874f99-d613-4501-be4e-2d2992775a1c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/networking/v2.0/floatingips/5a909aef-2b5e-4d70-a026-d0a5b602ee93'}
Body: b'{"floatingip": {"id": "5a909aef-2b5e-4d70-a026-d0a5b602ee93", "tenant_id": "b4843f03a4854199b3184ed3e402e7fb", "project_id": "b4843f03a4854199b3184ed3e402e7fb", "floating_ip_address": "172.24.5.2", "floating_network_id": "81bac13b-0914-4fbd-9ee2-003f469b34b6", "router_id": "3014b964-43a8-41f8-b55a-a40a4c5b1dd8", "port_id": "121e3405-e5c7-4e5c-8a30-ae10f2f4abaf", "fixed_ip_address": "10.1.0.12", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "85026a26-b684-4a76-af23-faf40dacc53a", "mac_address": "fa:16:3e:f4:1e:82", "admin_state_up": true, "status": "ACTIVE", "device_id": "549aa645-f2b9-493d-b8fd-03a624f5ddf0", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-05-26T16:31:53Z", "updated_at": "2026-05-26T16:32:12Z", "revision_number": 1}}'
2026-05-26 16:32:13,432 106230 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.5.2:22' as 'cirros' with public key authentication
2026-05-26 16:32:49,579 106230 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-05-26 16:32:49,710 106230 INFO [paramiko.transport] Authentication (publickey) successful!
2026-05-26 16:32:49,711 106230 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.5.2 successfully created
2026-05-26 16:32:51,760 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0 2.049s
2026-05-26 16:32:51,760 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1675', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e25e5d95-777d-4eb6-8157-76ad07b4dcac', 'x-compute-request-id': 'req-e25e5d95-777d-4eb6-8157-76ad07b4dcac', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-994413224-network": [{"version": 4, "addr": "10.1.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:1e:82"}, {"version": 4, "addr": "172.24.5.2", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:1e:82"}]}, "created": "2026-05-26T16:31:54Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "0a8cf72591e347e98767abf64a953829e3ec4d248c1ae966b1679ffd", "id": "549aa645-f2b9-493d-b8fd-03a624f5ddf0", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1435610181", "status": "ACTIVE", "tenant_id": "b4843f03a4854199b3184ed3e402e7fb", "user_id": "5a683cee286748bfa6b18c1cf8754cee", "updated": "2026-05-26T16:32:12Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-2066130815", "OS-SRV-USG:launched_at": "2026-05-26T16:32:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1419805949"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-05-26 16:32:51,799 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.186/volume/v3/volumes/d3c7567d-1a2d-4a67-b358-a7a6c46be521 0.031s
2026-05-26 16:32:51,799 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-141d76e6-743b-4b30-b57e-76a7b65e64d4', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-141d76e6-743b-4b30-b57e-76a7b65e64d4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/volumes/d3c7567d-1a2d-4a67-b358-a7a6c46be521'}
Body: b'{"volume": {"id": "d3c7567d-1a2d-4a67-b358-a7a6c46be521", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-26T16:31:52.000000", "updated_at": "2026-05-26T16:31:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-240655953", "description": null, "volume_type": "tempest-scenario-type-luksv2-1964494046", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/volumes/d3c7567d-1a2d-4a67-b358-a7a6c46be521"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/volumes/d3c7567d-1a2d-4a67-b358-a7a6c46be521"}], "user_id": "5a683cee286748bfa6b18c1cf8754cee", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b4843f03a4854199b3184ed3e402e7fb"}}'
2026-05-26 16:32:51,806 106230 INFO [tempest.common.waiters] volume d3c7567d-1a2d-4a67-b358-a7a6c46be521 reached available after waiting for 0.806153 seconds
2026-05-26 16:32:51,839 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.186/volume/v3/volumes/d3c7567d-1a2d-4a67-b358-a7a6c46be521 0.032s
2026-05-26 16:32:51,839 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fb47646-6d17-4979-bd43-b11994a2ff0c', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fb47646-6d17-4979-bd43-b11994a2ff0c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/volumes/d3c7567d-1a2d-4a67-b358-a7a6c46be521'}
Body: b'{"volume": {"id": "d3c7567d-1a2d-4a67-b358-a7a6c46be521", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-26T16:31:52.000000", "updated_at": "2026-05-26T16:31:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-240655953", "description": null, "volume_type": "tempest-scenario-type-luksv2-1964494046", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/volumes/d3c7567d-1a2d-4a67-b358-a7a6c46be521"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/volumes/d3c7567d-1a2d-4a67-b358-a7a6c46be521"}], "user_id": "5a683cee286748bfa6b18c1cf8754cee", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b4843f03a4854199b3184ed3e402e7fb"}}'
2026-05-26 16:32:54,585 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0/os-volume_attachments 2.740s
2026-05-26 16:32:54,585 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volumeAttachment": {"volumeId": "d3c7567d-1a2d-4a67-b358-a7a6c46be521"}}
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '194', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-212ed04c-01ab-4cf8-b984-8f902e09b700', 'x-compute-request-id': 'req-212ed04c-01ab-4cf8-b984-8f902e09b700', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0/os-volume_attachments'}
Body: b'{"volumeAttachment": {"id": "d3c7567d-1a2d-4a67-b358-a7a6c46be521", "serverId": "549aa645-f2b9-493d-b8fd-03a624f5ddf0", "volumeId": "d3c7567d-1a2d-4a67-b358-a7a6c46be521", "device": "/dev/vdb"}}'
2026-05-26 16:32:54,625 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.186/volume/v3/volumes/d3c7567d-1a2d-4a67-b358-a7a6c46be521 0.038s
2026-05-26 16:32:54,625 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86501345-f88d-433a-9ce0-253437f52c78', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86501345-f88d-433a-9ce0-253437f52c78', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/volumes/d3c7567d-1a2d-4a67-b358-a7a6c46be521'}
Body: b'{"volume": {"id": "d3c7567d-1a2d-4a67-b358-a7a6c46be521", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-05-26T16:31:52.000000", "updated_at": "2026-05-26T16:32:54.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-240655953", "description": null, "volume_type": "tempest-scenario-type-luksv2-1964494046", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/volumes/d3c7567d-1a2d-4a67-b358-a7a6c46be521"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/volumes/d3c7567d-1a2d-4a67-b358-a7a6c46be521"}], "user_id": "5a683cee286748bfa6b18c1cf8754cee", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b4843f03a4854199b3184ed3e402e7fb"}}'
2026-05-26 16:32:55,730 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.186/volume/v3/volumes/d3c7567d-1a2d-4a67-b358-a7a6c46be521 0.096s
2026-05-26 16:32:55,730 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5e2a416-c576-42fd-b8fd-79946e13e119', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5e2a416-c576-42fd-b8fd-79946e13e119', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/volumes/d3c7567d-1a2d-4a67-b358-a7a6c46be521'}
Body: b'{"volume": {"id": "d3c7567d-1a2d-4a67-b358-a7a6c46be521", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-26T16:31:52.000000", "updated_at": "2026-05-26T16:32:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-240655953", "description": null, "volume_type": "tempest-scenario-type-luksv2-1964494046", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/volumes/d3c7567d-1a2d-4a67-b358-a7a6c46be521"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/volumes/d3c7567d-1a2d-4a67-b358-a7a6c46be521"}], "user_id": "5a683cee286748bfa6b18c1cf8754cee", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b4843f03a4854199b3184ed3e402e7fb"}}'
2026-05-26 16:32:56,777 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.186/volume/v3/volumes/d3c7567d-1a2d-4a67-b358-a7a6c46be521 0.039s
2026-05-26 16:32:56,777 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11215826-07bc-4cc8-890c-cadae68400e4', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11215826-07bc-4cc8-890c-cadae68400e4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/volumes/d3c7567d-1a2d-4a67-b358-a7a6c46be521'}
Body: b'{"volume": {"id": "d3c7567d-1a2d-4a67-b358-a7a6c46be521", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-26T16:31:52.000000", "updated_at": "2026-05-26T16:32:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-240655953", "description": null, "volume_type": "tempest-scenario-type-luksv2-1964494046", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/volumes/d3c7567d-1a2d-4a67-b358-a7a6c46be521"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/volumes/d3c7567d-1a2d-4a67-b358-a7a6c46be521"}], "user_id": "5a683cee286748bfa6b18c1cf8754cee", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b4843f03a4854199b3184ed3e402e7fb"}}'
2026-05-26 16:32:57,837 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.186/volume/v3/volumes/d3c7567d-1a2d-4a67-b358-a7a6c46be521 0.054s
2026-05-26 16:32:57,837 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60ebfa42-1f8c-4139-a455-9613af2da63f', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60ebfa42-1f8c-4139-a455-9613af2da63f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/volumes/d3c7567d-1a2d-4a67-b358-a7a6c46be521'}
Body: b'{"volume": {"id": "d3c7567d-1a2d-4a67-b358-a7a6c46be521", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-26T16:31:52.000000", "updated_at": "2026-05-26T16:32:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-240655953", "description": null, "volume_type": "tempest-scenario-type-luksv2-1964494046", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/volumes/d3c7567d-1a2d-4a67-b358-a7a6c46be521"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/volumes/d3c7567d-1a2d-4a67-b358-a7a6c46be521"}], "user_id": "5a683cee286748bfa6b18c1cf8754cee", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b4843f03a4854199b3184ed3e402e7fb"}}'
2026-05-26 16:32:58,890 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.186/volume/v3/volumes/d3c7567d-1a2d-4a67-b358-a7a6c46be521 0.043s
2026-05-26 16:32:58,890 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-307bc0cc-3d42-488c-9b37-1026c11b3fe8', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-307bc0cc-3d42-488c-9b37-1026c11b3fe8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/volumes/d3c7567d-1a2d-4a67-b358-a7a6c46be521'}
Body: b'{"volume": {"id": "d3c7567d-1a2d-4a67-b358-a7a6c46be521", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-26T16:31:52.000000", "updated_at": "2026-05-26T16:32:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-240655953", "description": null, "volume_type": "tempest-scenario-type-luksv2-1964494046", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/volumes/d3c7567d-1a2d-4a67-b358-a7a6c46be521"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/volumes/d3c7567d-1a2d-4a67-b358-a7a6c46be521"}], "user_id": "5a683cee286748bfa6b18c1cf8754cee", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b4843f03a4854199b3184ed3e402e7fb"}}'
2026-05-26 16:33:00,568 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 500 GET https://10.4.3.186/volume/v3/volumes/d3c7567d-1a2d-4a67-b358-a7a6c46be521 0.671s
2026-05-26 16:33:00,569 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-4369e243-df1d-45b4-8a45-ee7040c95bff', 'x-openstack-request-id': 'req-4369e243-df1d-45b4-8a45-ee7040c95bff', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.186/volume/v3/volumes/d3c7567d-1a2d-4a67-b358-a7a6c46be521'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2026-05-26 16:33:00,713 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 500 DELETE https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0 0.140s
2026-05-26 16:33:00,713 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '147', 'x-openstack-request-id': 'req-51005199-3343-41ba-a894-0ef68dda271b', 'x-compute-request-id': 'req-51005199-3343-41ba-a894-0ef68dda271b', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-05-26 16:33:00,714 106230 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method ServersClient.delete_server of <tempest.lib.services.compute.servers_client.ServersClient object at 0x7831b428bb60>>, retrying...
2026-05-26 16:33:06,016 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0 0.301s
2026-05-26 16:33:06,016 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b59b0f9-a631-48fa-8cc7-9b8661bdef65', 'x-compute-request-id': 'req-3b59b0f9-a631-48fa-8cc7-9b8661bdef65', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0'}
Body: b''
2026-05-26 16:33:06,665 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0 0.649s
2026-05-26 16:33:06,666 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1727', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3732fd73-407b-4a04-b206-7b5f22a1d10b', 'x-compute-request-id': 'req-3732fd73-407b-4a04-b206-7b5f22a1d10b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-994413224-network": [{"version": 4, "addr": "10.1.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:1e:82"}, {"version": 4, "addr": "172.24.5.2", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:1e:82"}]}, "created": "2026-05-26T16:31:54Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "0a8cf72591e347e98767abf64a953829e3ec4d248c1ae966b1679ffd", "id": "549aa645-f2b9-493d-b8fd-03a624f5ddf0", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1435610181", "status": "ACTIVE", "tenant_id": "b4843f03a4854199b3184ed3e402e7fb", "user_id": "5a683cee286748bfa6b18c1cf8754cee", "updated": "2026-05-26T16:33:06Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-2066130815", "OS-SRV-USG:launched_at": "2026-05-26T16:32:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1419805949"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d3c7567d-1a2d-4a67-b358-a7a6c46be521"}]}}'
2026-05-26 16:33:08,242 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0 0.568s
2026-05-26 16:33:08,243 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1727', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-34519791-e3b1-48f3-a5e6-051cc6914c1d', 'x-compute-request-id': 'req-34519791-e3b1-48f3-a5e6-051cc6914c1d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-994413224-network": [{"version": 4, "addr": "10.1.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:1e:82"}, {"version": 4, "addr": "172.24.5.2", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:1e:82"}]}, "created": "2026-05-26T16:31:54Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "0a8cf72591e347e98767abf64a953829e3ec4d248c1ae966b1679ffd", "id": "549aa645-f2b9-493d-b8fd-03a624f5ddf0", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1435610181", "status": "ACTIVE", "tenant_id": "b4843f03a4854199b3184ed3e402e7fb", "user_id": "5a683cee286748bfa6b18c1cf8754cee", "updated": "2026-05-26T16:33:06Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-2066130815", "OS-SRV-USG:launched_at": "2026-05-26T16:32:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1419805949"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d3c7567d-1a2d-4a67-b358-a7a6c46be521"}]}}'
2026-05-26 16:33:09,467 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0 0.217s
2026-05-26 16:33:09,467 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1727', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-516237fa-2cf2-4ed5-956e-a7c87f367af6', 'x-compute-request-id': 'req-516237fa-2cf2-4ed5-956e-a7c87f367af6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-994413224-network": [{"version": 4, "addr": "10.1.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:1e:82"}, {"version": 4, "addr": "172.24.5.2", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:1e:82"}]}, "created": "2026-05-26T16:31:54Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "0a8cf72591e347e98767abf64a953829e3ec4d248c1ae966b1679ffd", "id": "549aa645-f2b9-493d-b8fd-03a624f5ddf0", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1435610181", "status": "ACTIVE", "tenant_id": "b4843f03a4854199b3184ed3e402e7fb", "user_id": "5a683cee286748bfa6b18c1cf8754cee", "updated": "2026-05-26T16:33:06Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-2066130815", "OS-SRV-USG:launched_at": "2026-05-26T16:32:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1419805949"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d3c7567d-1a2d-4a67-b358-a7a6c46be521"}]}}'
2026-05-26 16:33:10,665 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0 0.187s
2026-05-26 16:33:10,665 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1727', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ccc78a8a-4d7a-4ce6-a3ef-b2c766b9b199', 'x-compute-request-id': 'req-ccc78a8a-4d7a-4ce6-a3ef-b2c766b9b199', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-994413224-network": [{"version": 4, "addr": "10.1.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:1e:82"}, {"version": 4, "addr": "172.24.5.2", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:1e:82"}]}, "created": "2026-05-26T16:31:54Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "0a8cf72591e347e98767abf64a953829e3ec4d248c1ae966b1679ffd", "id": "549aa645-f2b9-493d-b8fd-03a624f5ddf0", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1435610181", "status": "ACTIVE", "tenant_id": "b4843f03a4854199b3184ed3e402e7fb", "user_id": "5a683cee286748bfa6b18c1cf8754cee", "updated": "2026-05-26T16:33:06Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-2066130815", "OS-SRV-USG:launched_at": "2026-05-26T16:32:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1419805949"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d3c7567d-1a2d-4a67-b358-a7a6c46be521"}]}}'
2026-05-26 16:33:11,876 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0 0.201s
2026-05-26 16:33:11,876 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1727', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ba039a5-dfd7-459f-afa9-e43d1d28df39', 'x-compute-request-id': 'req-7ba039a5-dfd7-459f-afa9-e43d1d28df39', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-994413224-network": [{"version": 4, "addr": "10.1.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:1e:82"}, {"version": 4, "addr": "172.24.5.2", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:1e:82"}]}, "created": "2026-05-26T16:31:54Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "0a8cf72591e347e98767abf64a953829e3ec4d248c1ae966b1679ffd", "id": "549aa645-f2b9-493d-b8fd-03a624f5ddf0", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1435610181", "status": "ACTIVE", "tenant_id": "b4843f03a4854199b3184ed3e402e7fb", "user_id": "5a683cee286748bfa6b18c1cf8754cee", "updated": "2026-05-26T16:33:06Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-2066130815", "OS-SRV-USG:launched_at": "2026-05-26T16:32:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1419805949"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d3c7567d-1a2d-4a67-b358-a7a6c46be521"}]}}'
2026-05-26 16:33:13,098 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0 0.215s
2026-05-26 16:33:13,098 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1727', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e38fbf4f-8a3a-41c2-b2a4-d3389b553b46', 'x-compute-request-id': 'req-e38fbf4f-8a3a-41c2-b2a4-d3389b553b46', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-994413224-network": [{"version": 4, "addr": "10.1.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:1e:82"}, {"version": 4, "addr": "172.24.5.2", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:1e:82"}]}, "created": "2026-05-26T16:31:54Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "0a8cf72591e347e98767abf64a953829e3ec4d248c1ae966b1679ffd", "id": "549aa645-f2b9-493d-b8fd-03a624f5ddf0", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1435610181", "status": "ACTIVE", "tenant_id": "b4843f03a4854199b3184ed3e402e7fb", "user_id": "5a683cee286748bfa6b18c1cf8754cee", "updated": "2026-05-26T16:33:06Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-2066130815", "OS-SRV-USG:launched_at": "2026-05-26T16:32:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1419805949"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d3c7567d-1a2d-4a67-b358-a7a6c46be521"}]}}'
2026-05-26 16:33:14,362 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0 0.256s
2026-05-26 16:33:14,362 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1727', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3af30621-dd8b-4227-aa05-b449a2d374d7', 'x-compute-request-id': 'req-3af30621-dd8b-4227-aa05-b449a2d374d7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-994413224-network": [{"version": 4, "addr": "10.1.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:1e:82"}, {"version": 4, "addr": "172.24.5.2", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:1e:82"}]}, "created": "2026-05-26T16:31:54Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "0a8cf72591e347e98767abf64a953829e3ec4d248c1ae966b1679ffd", "id": "549aa645-f2b9-493d-b8fd-03a624f5ddf0", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1435610181", "status": "ACTIVE", "tenant_id": "b4843f03a4854199b3184ed3e402e7fb", "user_id": "5a683cee286748bfa6b18c1cf8754cee", "updated": "2026-05-26T16:33:06Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-2066130815", "OS-SRV-USG:launched_at": "2026-05-26T16:32:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1419805949"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d3c7567d-1a2d-4a67-b358-a7a6c46be521"}]}}'
2026-05-26 16:33:15,649 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0 0.278s
2026-05-26 16:33:15,649 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1659', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57124544-f569-4e68-97fe-2bf81d6f09f6', 'x-compute-request-id': 'req-57124544-f569-4e68-97fe-2bf81d6f09f6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-994413224-network": [{"version": 4, "addr": "10.1.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:1e:82"}, {"version": 4, "addr": "172.24.5.2", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:1e:82"}]}, "created": "2026-05-26T16:31:54Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "0a8cf72591e347e98767abf64a953829e3ec4d248c1ae966b1679ffd", "id": "549aa645-f2b9-493d-b8fd-03a624f5ddf0", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1435610181", "status": "ACTIVE", "tenant_id": "b4843f03a4854199b3184ed3e402e7fb", "user_id": "5a683cee286748bfa6b18c1cf8754cee", "updated": "2026-05-26T16:33:15Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-2066130815", "OS-SRV-USG:launched_at": "2026-05-26T16:32:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d3c7567d-1a2d-4a67-b358-a7a6c46be521"}]}}'
2026-05-26 16:33:16,793 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0 0.137s
2026-05-26 16:33:16,793 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8743a81f-41ee-4a2e-9c32-a4dbaf1d3365', 'x-compute-request-id': 'req-8743a81f-41ee-4a2e-9c32-a4dbaf1d3365', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:31:54Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "0a8cf72591e347e98767abf64a953829e3ec4d248c1ae966b1679ffd", "id": "549aa645-f2b9-493d-b8fd-03a624f5ddf0", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1435610181", "status": "ACTIVE", "tenant_id": "b4843f03a4854199b3184ed3e402e7fb", "user_id": "5a683cee286748bfa6b18c1cf8754cee", "updated": "2026-05-26T16:33:15Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-2066130815", "OS-SRV-USG:launched_at": "2026-05-26T16:32:11.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "d3c7567d-1a2d-4a67-b358-a7a6c46be521"}]}}'
2026-05-26 16:33:17,935 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0 0.132s
2026-05-26 16:33:17,935 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1378', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c68c9e1d-e92e-41ba-9232-5bff4829684b', 'x-compute-request-id': 'req-c68c9e1d-e92e-41ba-9232-5bff4829684b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:31:54Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "0a8cf72591e347e98767abf64a953829e3ec4d248c1ae966b1679ffd", "id": "549aa645-f2b9-493d-b8fd-03a624f5ddf0", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1435610181", "status": "DELETED", "tenant_id": "b4843f03a4854199b3184ed3e402e7fb", "user_id": "5a683cee286748bfa6b18c1cf8754cee", "updated": "2026-05-26T16:33:17Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-2066130815", "OS-SRV-USG:launched_at": "2026-05-26T16:32:11.000000", "OS-SRV-USG:terminated_at": "2026-05-26T16:33:17.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "d3c7567d-1a2d-4a67-b358-a7a6c46be521"}]}}'
2026-05-26 16:33:17,941 106230 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 11 second wait
2026-05-26 16:33:19,078 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0 0.136s
2026-05-26 16:33:19,078 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1378', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4404493-cf18-4ec3-b181-34a25eed8f1e', 'x-compute-request-id': 'req-f4404493-cf18-4ec3-b181-34a25eed8f1e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:31:54Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "0a8cf72591e347e98767abf64a953829e3ec4d248c1ae966b1679ffd", "id": "549aa645-f2b9-493d-b8fd-03a624f5ddf0", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1435610181", "status": "DELETED", "tenant_id": "b4843f03a4854199b3184ed3e402e7fb", "user_id": "5a683cee286748bfa6b18c1cf8754cee", "updated": "2026-05-26T16:33:17Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-2066130815", "OS-SRV-USG:launched_at": "2026-05-26T16:32:11.000000", "OS-SRV-USG:terminated_at": "2026-05-26T16:33:17.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "d3c7567d-1a2d-4a67-b358-a7a6c46be521"}]}}'
2026-05-26 16:33:20,125 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 404 GET https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0 0.041s
2026-05-26 16:33:20,125 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-5beaa33f-8986-4cc2-a68d-680d76030f7f', 'x-compute-request-id': 'req-5beaa33f-8986-4cc2-a68d-680d76030f7f', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/549aa645-f2b9-493d-b8fd-03a624f5ddf0'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 549aa645-f2b9-493d-b8fd-03a624f5ddf0 could not be found."}}'
2026-05-26 16:33:20,158 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE https://10.4.3.186/compute/v2.1/os-keypairs/tempest-keypair-2066130815 0.032s
2026-05-26 16:33:20,158 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6bb8e643-bf4b-4c3e-9e96-06c127d45cab', 'x-compute-request-id': 'req-6bb8e643-bf4b-4c3e-9e96-06c127d45cab', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.186/compute/v2.1/os-keypairs/tempest-keypair-2066130815'}
Body: b''
2026-05-26 16:33:20,348 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.186/networking/v2.0/security-groups/e432061a-7183-4422-aeeb-7c75abb5fa30 0.190s
2026-05-26 16:33:20,349 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-6fcad9bf-7c39-42f9-9a14-bf6ada587d8c', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.186/networking/v2.0/security-groups/e432061a-7183-4422-aeeb-7c75abb5fa30'}
Body: b''
2026-05-26 16:33:20,365 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 404 GET https://10.4.3.186/networking/v2.0/security-groups/e432061a-7183-4422-aeeb-7c75abb5fa30 0.016s
2026-05-26 16:33:20,366 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-115c97f3-e38e-49e5-abab-13b0755f71af', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.186/networking/v2.0/security-groups/e432061a-7183-4422-aeeb-7c75abb5fa30'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group e432061a-7183-4422-aeeb-7c75abb5fa30 does not exist", "detail": ""}}'
2026-05-26 16:33:20,674 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.186/networking/v2.0/floatingips/5a909aef-2b5e-4d70-a026-d0a5b602ee93 0.308s
2026-05-26 16:33:20,674 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-cfe36c36-35c1-4d52-ae36-b44b63324236', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.186/networking/v2.0/floatingips/5a909aef-2b5e-4d70-a026-d0a5b602ee93'}
Body: b''
2026-05-26 16:33:20,730 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE https://10.4.3.186/volume/v3/volumes/d3c7567d-1a2d-4a67-b358-a7a6c46be521 0.055s
2026-05-26 16:33:20,731 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:20 GMT', 'server': 'Apache/2.4.58 (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-5866e465-ec1c-4d8a-8c96-f5db74592cb2', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.186/volume/v3/volumes/d3c7567d-1a2d-4a67-b358-a7a6c46be521'}
Body: b''
2026-05-26 16:33:20,765 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.186/volume/v3/volumes/d3c7567d-1a2d-4a67-b358-a7a6c46be521 0.034s
2026-05-26 16:33:20,765 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64b84a71-c726-4cdf-874b-4d93e7fcec34', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64b84a71-c726-4cdf-874b-4d93e7fcec34', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/volumes/d3c7567d-1a2d-4a67-b358-a7a6c46be521'}
Body: b'{"volume": {"id": "d3c7567d-1a2d-4a67-b358-a7a6c46be521", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-05-26T16:31:52.000000", "updated_at": "2026-05-26T16:33:21.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-240655953", "description": null, "volume_type": "tempest-scenario-type-luksv2-1964494046", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/volumes/d3c7567d-1a2d-4a67-b358-a7a6c46be521"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/volumes/d3c7567d-1a2d-4a67-b358-a7a6c46be521"}], "user_id": "5a683cee286748bfa6b18c1cf8754cee", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b4843f03a4854199b3184ed3e402e7fb"}}'
2026-05-26 16:33:21,817 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.186/volume/v3/volumes/d3c7567d-1a2d-4a67-b358-a7a6c46be521 0.044s
2026-05-26 16:33:21,817 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9567bb0c-bf05-4663-9ef1-4c6b32182fde', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9567bb0c-bf05-4663-9ef1-4c6b32182fde', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/volumes/d3c7567d-1a2d-4a67-b358-a7a6c46be521'}
Body: b'{"volume": {"id": "d3c7567d-1a2d-4a67-b358-a7a6c46be521", "status": "error_deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-05-26T16:31:52.000000", "updated_at": "2026-05-26T16:33:21.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-240655953", "description": null, "volume_type": "tempest-scenario-type-luksv2-1964494046", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/volumes/d3c7567d-1a2d-4a67-b358-a7a6c46be521"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/volumes/d3c7567d-1a2d-4a67-b358-a7a6c46be521"}], "user_id": "5a683cee286748bfa6b18c1cf8754cee", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b4843f03a4854199b3184ed3e402e7fb"}}'
2026-05-26 16:33:21,864 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.186/volume/v3/volumes/detail?all_tenants=1 0.035s
2026-05-26 16:33:21,865 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8230280-74c5-488f-9c6f-5919620ec8c0', 'content-length': '11282', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8230280-74c5-488f-9c6f-5919620ec8c0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/volumes/detail?all_tenants=1'}
Body: b'{"volumes": [{"id": "e7b1bfb8-45b6-472f-a04b-f36ad02c0915", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-05-26T16:33:16.000000", "updated_at": "2026-05-26T16:33:18.000000", "name": "tempest-VolumesBackupsTest-Volume-23329457", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/volumes/e7b1bfb8-45b6-472f-a04b-f36ad02c0915"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/volumes/e7b1bfb8-45b6-472f-a04b-f36ad02c0915"}], "user_id": "0ab0171bb8c041629cf6e94b28a20fb1", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "470dbfcf072948769beed0fe9ce8257c", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000001433@storpool#default", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "image_name": "cirros-0.6.3-x86_64-disk", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}}, {"id": "1daa9849-4290-4cbc-b0f0-8054feb1d242", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-05-26T16:33:06.000000", "updated_at": "2026-05-26T16:33:08.000000", "name": "tempest-VolumesBackupsAdminTest-Volume-733497250", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/volumes/1daa9849-4290-4cbc-b0f0-8054feb1d242"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/volumes/1daa9849-4290-4cbc-b0f0-8054feb1d242"}], "user_id": "1668d2a8ebf9463abe63ea20af394ba0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "47845aea62ee49afaade687001e8e5e6", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000001433@storpool#template_virtual"}, {"id": "c1047c8f-dcb1-4228-b5bc-6b5546ed1547", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-05-26T16:32:56.000000", "updated_at": "2026-05-26T16:32:58.000000", "name": "tempest-VolumesBackupsAdminTest-Volume-2132780134", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/volumes/c1047c8f-dcb1-4228-b5bc-6b5546ed1547"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/volumes/c1047c8f-dcb1-4228-b5bc-6b5546ed1547"}], "user_id": "1668d2a8ebf9463abe63ea20af394ba0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "47845aea62ee49afaade687001e8e5e6", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000001433@storpool#template_virtual"}, {"id": "7fb8cc6f-2b8e-4071-a76c-e82752e6ca34", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-05-26T16:32:50.000000", "updated_at": "2026-05-26T16:32:50.000000", "name": "backup-vol-abc79081-cb9d-43e1-96a0-eff9dd6cd8f9", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/volumes/7fb8cc6f-2b8e-4071-a76c-e82752e6ca34"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/volumes/7fb8cc6f-2
2026-05-26 16:33:21,910 106230 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 400 DELETE https://10.4.3.186/volume/v3/volumes/d3c7567d-1a2d-4a67-b358-a7a6c46be521 0.034s
2026-05-26 16:33:21,911 106230 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '307', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d3e8e43-43ec-4fc2-8306-dffae5d249d4', 'x-openstack-request-id': 'req-3d3e8e43-43ec-4fc2-8306-dffae5d249d4', 'connection': 'close', 'status': '400', 'content-location': 'https://10.4.3.186/volume/v3/volumes/d3c7567d-1a2d-4a67-b358-a7a6c46be521'}
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."}}'
}}}
traceback-1: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 978, 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 d3c7567d-1a2d-4a67-b358-a7a6c46be521 failed to delete and is in error_deleting status
}}}
traceback-2: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/scenario/manager.py", line 545, in cleanup_volume_type
test_utils.call_and_ignore_notfound_exc(
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/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 362, 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 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 882, 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.'}
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/scenario/test_encrypted_cinder_volumes.py", line 89, in test_encrypted_cinder_volumes_luksv2
self.attach_detach_volume(server, volume)
File "/opt/stack/tempest/tempest/scenario/test_encrypted_cinder_volumes.py", line 52, in attach_detach_volume
attached_volume = self.nova_volume_attach(server, volume)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/scenario/manager.py", line 1001, in nova_volume_attach
waiters.wait_for_volume_resource_status(volumes_client,
File "/opt/stack/tempest/tempest/common/waiters.py", line 376, in wait_for_volume_resource_status
resource_status = show_resource(resource_id)[
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 102, in show_volume
resp, body = self.get(url)
^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
return self.request('GET', url, extra_headers, headers,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| tempest.scenario.test_minimum_basic.TestMinimumBasicScenario | 2 | 0 | 2 | 0 | 0 | Detail | |
test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion[compute,id-a8fd48ec-1d01-4895-b932-02321661ec1e,image,network,slow,volume] |
fail
ft5.1: tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion[compute,id-a8fd48ec-1d01-4895-b932-02321661ec1e,image,network,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-05-26 16:32:53,828 106234 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.6.3-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None
2026-05-26 16:32:54,642 106234 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 201 POST https://10.4.3.186/image/v2/images 0.812s
2026-05-26 16:32:54,642 106234 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"name": "tempest-scenario-img--571593315", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"}
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'https://127.0.0.1:60999/v2/images/650cd72f-2515-4d42-a1b6-417a1c2cd56a', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-c2805830-12aa-4289-8949-a34e0c49581b', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.186/image/v2/images'}
Body: b'{"name": "tempest-scenario-img--571593315", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "60a4e802198442b282048bc4a9af9b7a", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "650cd72f-2515-4d42-a1b6-417a1c2cd56a", "created_at": "2026-05-26T16:32:55Z", "updated_at": "2026-05-26T16:32:55Z", "tags": [], "self": "/v2/images/650cd72f-2515-4d42-a1b6-417a1c2cd56a", "file": "/v2/images/650cd72f-2515-4d42-a1b6-417a1c2cd56a/file", "schema": "/v2/schemas/image"}'
2026-05-26 16:32:56,476 106234 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 204 PUT https://10.4.3.186/image/v2/images/650cd72f-2515-4d42-a1b6-417a1c2cd56a/file 1.833s
2026-05-26 16:32:56,476 106234 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': '<omitted>'}
Body: <callable_iterator object at 0x786a70c72620>
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-cdca4eb0-c046-4be3-9a39-5116843cf866', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.186/image/v2/images/650cd72f-2515-4d42-a1b6-417a1c2cd56a/file'}
Body: b''
2026-05-26 16:32:56,476 106234 DEBUG [tempest.scenario.manager] image:650cd72f-2515-4d42-a1b6-417a1c2cd56a
2026-05-26 16:32:56,528 106234 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 POST https://10.4.3.186/compute/v2.1/os-keypairs 0.051s
2026-05-26 16:32:56,528 106234 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-545744553", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBwDz00HKSFDmOhnvjkA+1qNiWQy5P3jKK39Z0f924j4r2RuZGPmtzTKltwKz3B3PhhFzErHlrLohKqrQXFrD8Z8Iqz3On8gVisJD6OF9GwsLn0hQckWdlSTpMNlB8AB7A=="}}
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '402', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75495685-24a5-4834-8c57-c841d8396c13', 'x-compute-request-id': 'req-75495685-24a5-4834-8c57-c841d8396c13', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-545744553", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBwDz00HKSFDmOhnvjkA+1qNiWQy5P3jKK39Z0f924j4r2RuZGPmtzTKltwKz3B3PhhFzErHlrLohKqrQXFrD8Z8Iqz3On8gVisJD6OF9GwsLn0hQckWdlSTpMNlB8AB7A==", "fingerprint": "03:f9:55:22:ef:e8:0e:16:3c:10:5a:ab:89:26:b0:0f", "user_id": "58b3a8511f2040e887dfa4578050da2a"}}'
2026-05-26 16:32:56,648 106234 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 201 POST https://10.4.3.186/identity/v3/auth/tokens 0.114s
2026-05-26 16:32:56,648 106234 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2944', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-80907031-d5de-45b8-9ddb-21795bd6f413', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.186/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "58b3a8511f2040e887dfa4578050da2a", "name": "tempest-TestMinimumBasicScenario-2096583219-project-member", "password_expires_at": null}, "audit_ids": ["Z73BXJ4mQQO-aKbrl2BpDQ"], "expires_at": "2026-05-26T17:32:56.000000Z", "issued_at": "2026-05-26T16:32:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "60a4e802198442b282048bc4a9af9b7a", "name": "tempest-TestMinimumBasicScenario-2096583219"}, "is_domain": false, "roles": [{"id": "dbfbfa6e7959472c8f716b8f073ccc1d", "name": "member"}, {"id": "f92db5ba692248b09a853a5f91851524", "name": "reader"}], "catalog": [{"endpoints": [{"id": "645d4abae3824e33a3cc3380a085919d", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.186/compute/v2.1", "region": "RegionOne"}], "id": "03028be43c0845c5be0a59b5b5cc12d3", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "19180ce0e5d74d2582aa7968df80c091", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.186/volume/v3", "region": "RegionOne"}], "id": "2a9bf45b94c74c189ebf2f3e6d735cb0", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6f5b56b887934b4bad932e754959d4e4", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.186/identity", "region": "RegionOne"}], "id": "682403961607461998f8e103c7ba4e17", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "4dbd7cd2209f4fcc8e4f12cb55280510", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.186:8080/v1/AUTH_60a4e802198442b282048bc4a9af9b7a", "region": "RegionOne"}, {"id": "f37ac05aa9644e40bb5b8583ef887c63", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.186:8080", "region": "RegionOne"}], "id": "81b1295b0a664e4bb71f72ddcb7f0ec6", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "13fa09f4911c4f1c95d5e5c8d2d1c197", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.186/networking", "region": "RegionOne"}], "id": "9f0aac0e010045b3a299d83ee5ac7b4d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "18615d987e0d440eb55334ac165af6a7", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.186/placement", "region": "RegionOne"}], "id": "ee202ec739ec49c3ae90f18af667f86a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8fcac4f3882b4571a7f658614b491dde", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.186/compute/v2/60a4e802198442b282048bc4a9af9b7a", "region": "RegionOne"}], "id": "f1164659e0aa42b8ab3f7337f6252b7f", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "036646f4f4e24dd59163c5b4c16ed75d", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.186/image", "region": "RegionOne"}], "id": "fbb6c15f44ac41419eda2d0ab9a8f340", "type": "image", "name": "glance"}]}}'
2026-05-26 16:32:56,648 106234 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': 'e2c4b1b4-0cc7-4f96-9af3-e52d46fa0b7f', 'name': 'tempest-TestMinimumBasicScenario-1056545246-network', 'tenant_id': '60a4e802198442b282048bc4a9af9b7a', 'project_id': '60a4e802198442b282048bc4a9af9b7a', 'admin_state_up': True, 'mtu': 1372, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 26535, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-05-26T16:32:39Z', 'updated_at': '2026-05-26T16:32:39Z', 'revision_number': 1} available for tenant
2026-05-26 16:32:57,422 106234 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 202 POST https://10.4.3.186/compute/v2.1/servers 0.772s
2026-05-26 16:32:57,422 106234 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1211915278", "imageRef": "650cd72f-2515-4d42-a1b6-417a1c2cd56a", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-545744553", "networks": [{"uuid": "e2c4b1b4-0cc7-4f96-9af3-e52d46fa0b7f"}]}}
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '380', 'location': 'https://10.4.3.186/compute/v2.1/servers/b4be98ad-32bf-41fc-a79d-b042a7949b18', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0b4da28-dc48-4821-b810-21becbc2a55f', 'x-compute-request-id': 'req-c0b4da28-dc48-4821-b810-21becbc2a55f', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.186/compute/v2.1/servers'}
Body: b'{"server": {"id": "b4be98ad-32bf-41fc-a79d-b042a7949b18", "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/b4be98ad-32bf-41fc-a79d-b042a7949b18"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/b4be98ad-32bf-41fc-a79d-b042a7949b18"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "Kp9N6UTnB8YK"}}'
2026-05-26 16:32:57,533 106234 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 GET https://10.4.3.186/compute/v2.1/servers/b4be98ad-32bf-41fc-a79d-b042a7949b18 0.109s
2026-05-26 16:32:57,534 106234 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1256', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70469100-7795-4e37-8637-ee2516790b5e', 'x-compute-request-id': 'req-70469100-7795-4e37-8637-ee2516790b5e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/b4be98ad-32bf-41fc-a79d-b042a7949b18'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:32:57Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "", "id": "b4be98ad-32bf-41fc-a79d-b042a7949b18", "image": {"id": "650cd72f-2515-4d42-a1b6-417a1c2cd56a", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/650cd72f-2515-4d42-a1b6-417a1c2cd56a"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/b4be98ad-32bf-41fc-a79d-b042a7949b18"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/b4be98ad-32bf-41fc-a79d-b042a7949b18"}], "metadata": {}, "name": "tempest-TestMinimumBasicScenario-server-1211915278", "status": "BUILD", "tenant_id": "60a4e802198442b282048bc4a9af9b7a", "user_id": "58b3a8511f2040e887dfa4578050da2a", "updated": "2026-05-26T16:32:57Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-545744553", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-26 16:32:58,722 106234 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 GET https://10.4.3.186/compute/v2.1/servers/b4be98ad-32bf-41fc-a79d-b042a7949b18 0.178s
2026-05-26 16:32:58,722 106234 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0453c2c2-561c-4d06-bee8-050b62246371', 'x-compute-request-id': 'req-0453c2c2-561c-4d06-bee8-050b62246371', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/b4be98ad-32bf-41fc-a79d-b042a7949b18'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:32:57Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "", "id": "b4be98ad-32bf-41fc-a79d-b042a7949b18", "image": {"id": "650cd72f-2515-4d42-a1b6-417a1c2cd56a", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/650cd72f-2515-4d42-a1b6-417a1c2cd56a"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/b4be98ad-32bf-41fc-a79d-b042a7949b18"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/b4be98ad-32bf-41fc-a79d-b042a7949b18"}], "metadata": {}, "name": "tempest-TestMinimumBasicScenario-server-1211915278", "status": "BUILD", "tenant_id": "60a4e802198442b282048bc4a9af9b7a", "user_id": "58b3a8511f2040e887dfa4578050da2a", "updated": "2026-05-26T16:32:58Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-545744553", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-26 16:33:00,627 106234 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 500 GET https://10.4.3.186/compute/v2.1/servers/b4be98ad-32bf-41fc-a79d-b042a7949b18 0.898s
2026-05-26 16:33:00,628 106234 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '147', 'x-openstack-request-id': 'req-239917bf-9adf-48ac-8644-0934d387dd86', 'x-compute-request-id': 'req-239917bf-9adf-48ac-8644-0934d387dd86', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/b4be98ad-32bf-41fc-a79d-b042a7949b18'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-05-26 16:33:00,770 106234 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 500 DELETE https://10.4.3.186/compute/v2.1/servers/b4be98ad-32bf-41fc-a79d-b042a7949b18 0.142s
2026-05-26 16:33:00,770 106234 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '147', 'x-openstack-request-id': 'req-d2fa8843-250b-4b39-926f-0e07fc6d5bc8', 'x-compute-request-id': 'req-d2fa8843-250b-4b39-926f-0e07fc6d5bc8', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/b4be98ad-32bf-41fc-a79d-b042a7949b18'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-05-26 16:33:00,771 106234 ERROR [tempest.common.compute] Deleting server b4be98ad-32bf-41fc-a79d-b042a7949b18 failed
2026-05-26 16:33:00.771 106234 ERROR tempest.common.compute Traceback (most recent call last):
2026-05-26 16:33:00.771 106234 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-05-26 16:33:00.771 106234 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-05-26 16:33:00.771 106234 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-26 16:33:00.771 106234 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 65, in wait_for_server_status
2026-05-26 16:33:00.771 106234 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-05-26 16:33:00.771 106234 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-26 16:33:00.771 106234 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-05-26 16:33:00.771 106234 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-05-26 16:33:00.771 106234 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-26 16:33:00.771 106234 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-05-26 16:33:00.771 106234 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-05-26 16:33:00.771 106234 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-26 16:33:00.771 106234 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-05-26 16:33:00.771 106234 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-05-26 16:33:00.771 106234 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-26 16:33:00.771 106234 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-05-26 16:33:00.771 106234 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-05-26 16:33:00.771 106234 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-05-26 16:33:00.771 106234 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-05-26 16:33:00.771 106234 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-05-26 16:33:00.771 106234 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-05-26 16:33:00.771 106234 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-05-26 16:33:00.771 106234 ERROR tempest.common.compute
2026-05-26 16:33:00.771 106234 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-05-26 16:33:00.771 106234 ERROR tempest.common.compute
2026-05-26 16:33:00.771 106234 ERROR tempest.common.compute Traceback (most recent call last):
2026-05-26 16:33:00.771 106234 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 348, in create_test_server
2026-05-26 16:33:00.771 106234 ERROR tempest.common.compute clients.servers_client.delete_server(
2026-05-26 16:33:00.771 106234 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 188, in delete_server
2026-05-26 16:33:00.771 106234 ERROR tempest.common.compute resp, body = self.delete("servers/%s" % server_id)
2026-05-26 16:33:00.771 106234 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-26 16:33:00.771 106234 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
2026-05-26 16:33:00.771 106234 ERROR tempest.common.compute return self.request('DELETE', url, extra_headers, headers, body)
2026-05-26 16:33:00.771 106234 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-26 16:33:00.771 106234 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-05-26 16:33:00.771 106234 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-05-26 16:33:00.771 106234 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-26 16:33:00.771 106234 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-05-26 16:33:00.771 106234 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-05-26 16:33:00.771 106234 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-05-26 16:33:00.771 106234 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-05-26 16:33:00.771 106234 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-05-26 16:33:00.771 106234 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-05-26 16:33:00.771 106234 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-05-26 16:33:00.771 106234 ERROR tempest.common.compute
2026-05-26 16:33:00,849 106234 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 500 GET https://10.4.3.186/compute/v2.1/servers/b4be98ad-32bf-41fc-a79d-b042a7949b18 0.075s
2026-05-26 16:33:00,849 106234 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '147', 'x-openstack-request-id': 'req-db7da202-0b1e-40bc-9eca-2fae915343af', 'x-compute-request-id': 'req-db7da202-0b1e-40bc-9eca-2fae915343af', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/b4be98ad-32bf-41fc-a79d-b042a7949b18'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-05-26 16:33:00,849 106234 ERROR [tempest.common.compute] Server b4be98ad-32bf-41fc-a79d-b042a7949b18 failed to delete in time
2026-05-26 16:33:00.849 106234 ERROR tempest.common.compute Traceback (most recent call last):
2026-05-26 16:33:00.849 106234 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-05-26 16:33:00.849 106234 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-05-26 16:33:00.849 106234 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-26 16:33:00.849 106234 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 65, in wait_for_server_status
2026-05-26 16:33:00.849 106234 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-05-26 16:33:00.849 106234 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-26 16:33:00.849 106234 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-05-26 16:33:00.849 106234 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-05-26 16:33:00.849 106234 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-26 16:33:00.849 106234 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-05-26 16:33:00.849 106234 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-05-26 16:33:00.849 106234 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-26 16:33:00.849 106234 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-05-26 16:33:00.849 106234 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-05-26 16:33:00.849 106234 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-26 16:33:00.849 106234 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-05-26 16:33:00.849 106234 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-05-26 16:33:00.849 106234 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-05-26 16:33:00.849 106234 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-05-26 16:33:00.849 106234 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-05-26 16:33:00.849 106234 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-05-26 16:33:00.849 106234 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-05-26 16:33:00.849 106234 ERROR tempest.common.compute
2026-05-26 16:33:00.849 106234 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-05-26 16:33:00.849 106234 ERROR tempest.common.compute
2026-05-26 16:33:00.849 106234 ERROR tempest.common.compute Traceback (most recent call last):
2026-05-26 16:33:00.849 106234 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 361, in create_test_server
2026-05-26 16:33:00.849 106234 ERROR tempest.common.compute waiters.wait_for_server_termination(
2026-05-26 16:33:00.849 106234 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 110, in wait_for_server_termination
2026-05-26 16:33:00.849 106234 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-05-26 16:33:00.849 106234 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-26 16:33:00.849 106234 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-05-26 16:33:00.849 106234 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-05-26 16:33:00.849 106234 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-26 16:33:00.849 106234 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-05-26 16:33:00.849 106234 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-05-26 16:33:00.849 106234 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-26 16:33:00.849 106234 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-05-26 16:33:00.849 106234 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-05-26 16:33:00.849 106234 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-26 16:33:00.849 106234 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-05-26 16:33:00.849 106234 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-05-26 16:33:00.849 106234 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-05-26 16:33:00.849 106234 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-05-26 16:33:00.849 106234 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-05-26 16:33:00.849 106234 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-05-26 16:33:00.849 106234 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-05-26 16:33:00.849 106234 ERROR tempest.common.compute
2026-05-26 16:33:00,961 106234 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 500 DELETE https://10.4.3.186/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-545744553 0.108s
2026-05-26 16:33:00,962 106234 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '147', 'x-openstack-request-id': 'req-3db45706-a3eb-4d93-80de-30b9a1048a37', 'x-compute-request-id': 'req-3db45706-a3eb-4d93-80de-30b9a1048a37', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.186/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-545744553'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-05-26 16:33:01,029 106234 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 500 DELETE https://10.4.3.186/image/v2/images/650cd72f-2515-4d42-a1b6-417a1c2cd56a 0.066s
2026-05-26 16:33:01,029 106234 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '186', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a4f35b83-29c7-4507-ab04-d47cbd3744dd', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.186/image/v2/images/650cd72f-2515-4d42-a1b6-417a1c2cd56a'}
Body: b'{"message": "The server has either erred or is incapable of performing the requested operation.<br /><br />\\n\\n\\n", "code": "500 Internal Server Error", "title": "Internal Server Error"}'
}}}
traceback-1: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/lib/services/compute/keypairs_client.py", line 115, in delete_keypair
resp, body = self.delete(url)
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
return self.request('DELETE', url, extra_headers, headers, body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'oslo_db.exception.DBConnectionError'>
}}}
traceback-2: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/lib/services/image/v2/images_client.py", line 90, in delete_image
resp, _ = self.delete(url)
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
return self.request('DELETE', url, extra_headers, headers, body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.<br /><br />
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 175, in test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion
server = self.create_server(image_id=image, key_name=keypair['name'])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/scenario/manager.py", line 349, in create_server
body, _ = compute.create_test_server(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
server = waiters.wait_for_server_status(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/waiters.py", line 65, in wait_for_server_status
body = client.show_server(server_id)['server']
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
resp, body = self.get("servers/%s" % server_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
return self.request('GET', url, extra_headers, headers,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'oslo_db.exception.DBConnectionError'>
|
||||||
test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,slow,volume] |
fail
ft5.2: tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-05-26 16:33:01,032 106234 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.6.3-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None
2026-05-26 16:33:01,172 106234 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 500 POST https://10.4.3.186/image/v2/images 0.137s
2026-05-26 16:33:01,172 106234 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"name": "tempest-scenario-img--978631286", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"}
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '186', 'content-type': 'application/json', 'x-openstack-request-id': 'req-435e0bc4-c87e-4087-871a-a59936c6df44', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.186/image/v2/images'}
Body: b'{"message": "The server has either erred or is incapable of performing the requested operation.<br /><br />\\n\\n\\n", "code": "500 Internal Server Error", "title": "Internal Server Error"}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 92, in test_minimum_basic_scenario
image = self.image_create()
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/scenario/manager.py", line 893, in image_create
body = self.image_client.create_image(**params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/image/v2/images_client.py", line 53, in create_image
resp, body = self.post('images', data)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.<br /><br />
|
||||||
| tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion | 1 | 0 | 1 | 0 | 0 | Detail | |
test_old_versions_reject[compute,id-6f4d2144-99f4-495c-8b0b-c6a537971418,image,network,slow,volume] |
fail
ft6.1: tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion.test_old_versions_reject[compute,id-6f4d2144-99f4-495c-8b0b-c6a537971418,image,network,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-05-26 16:31:49,273 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 201 POST https://10.4.3.186/identity/v3/auth/tokens 0.111s
2026-05-26 16:31:49,273 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Tue, 26 May 2026 16:31:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2974', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-7dd7105e-a3bf-463e-af7d-03772f4561da', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.186/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "5fe99e6b5ac24f91a0107beecdd5a485", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-399052518-project-member", "password_expires_at": null}, "audit_ids": ["v_8aj3dPQKO23YAcMrTtWA"], "expires_at": "2026-05-26T17:31:49.000000Z", "issued_at": "2026-05-26T16:31:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f77fd27be9ff4a1aa8df9878157afdb0", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-399052518"}, "is_domain": false, "roles": [{"id": "dbfbfa6e7959472c8f716b8f073ccc1d", "name": "member"}, {"id": "f92db5ba692248b09a853a5f91851524", "name": "reader"}], "catalog": [{"endpoints": [{"id": "645d4abae3824e33a3cc3380a085919d", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.186/compute/v2.1", "region": "RegionOne"}], "id": "03028be43c0845c5be0a59b5b5cc12d3", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "19180ce0e5d74d2582aa7968df80c091", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.186/volume/v3", "region": "RegionOne"}], "id": "2a9bf45b94c74c189ebf2f3e6d735cb0", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6f5b56b887934b4bad932e754959d4e4", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.186/identity", "region": "RegionOne"}], "id": "682403961607461998f8e103c7ba4e17", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "4dbd7cd2209f4fcc8e4f12cb55280510", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.186:8080/v1/AUTH_f77fd27be9ff4a1aa8df9878157afdb0", "region": "RegionOne"}, {"id": "f37ac05aa9644e40bb5b8583ef887c63", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.186:8080", "region": "RegionOne"}], "id": "81b1295b0a664e4bb71f72ddcb7f0ec6", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "13fa09f4911c4f1c95d5e5c8d2d1c197", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.186/networking", "region": "RegionOne"}], "id": "9f0aac0e010045b3a299d83ee5ac7b4d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "18615d987e0d440eb55334ac165af6a7", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.186/placement", "region": "RegionOne"}], "id": "ee202ec739ec49c3ae90f18af667f86a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8fcac4f3882b4571a7f658614b491dde", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.186/compute/v2/f77fd27be9ff4a1aa8df9878157afdb0", "region": "RegionOne"}], "id": "f1164659e0aa42b8ab3f7337f6252b7f", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "036646f4f4e24dd59163c5b4c16ed75d", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.186/image", "region": "RegionOne"}], "id": "fbb6c15f44ac41419eda2d0ab9a8f340", "type": "image", "name": "glance"}]}}'
2026-05-26 16:31:49,273 106244 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject) Found network {'id': 'bbf743ce-c896-4f15-84db-b9d6f6e88fab', 'name': 'tempest-TestServerVolumeAttachScenarioOldVersion-2031616001-network', 'tenant_id': 'f77fd27be9ff4a1aa8df9878157afdb0', 'project_id': 'f77fd27be9ff4a1aa8df9878157afdb0', 'admin_state_up': True, 'mtu': 1372, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 60696, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-05-26T16:31:37Z', 'updated_at': '2026-05-26T16:31:37Z', 'revision_number': 1} available for tenant
2026-05-26 16:31:49,275 106244 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-05-26 16:31:49,275 106244 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-05-26 16:31:49,394 106244 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST https://10.4.3.186/compute/v2.1/os-keypairs 0.118s
2026-05-26 16:31:49,395 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1866456652", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOJWt3r2OxOcgLMBxMLbJwXkIJuuf/TY9QHY6a8S5PeAmSfxqsAKxA1wgW6CoPM8cIK3yqW/6ogXpG0VGHe9NHTazPrE/YgrZ6wCXUVYKvKcmmJfeKjcTPjL9jPoRLa9sg=="}}
Response - Headers: {'date': 'Tue, 26 May 2026 16:31:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3bf2aed2-464b-4d65-be57-63ddba7d8663', 'x-compute-request-id': 'req-3bf2aed2-464b-4d65-be57-63ddba7d8663', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-1866456652", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOJWt3r2OxOcgLMBxMLbJwXkIJuuf/TY9QHY6a8S5PeAmSfxqsAKxA1wgW6CoPM8cIK3yqW/6ogXpG0VGHe9NHTazPrE/YgrZ6wCXUVYKvKcmmJfeKjcTPjL9jPoRLa9sg==", "fingerprint": "86:9c:99:a7:89:ab:e1:16:68:51:93:cc:c4:38:f2:00", "user_id": "5fe99e6b5ac24f91a0107beecdd5a485"}}'
2026-05-26 16:31:49,396 106244 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1866456652 created
2026-05-26 16:31:49,562 106244 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.186/networking/v2.0/security-groups 0.166s
2026-05-26 16:31:49,563 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-securitygroup--342995028", "description": "tempest-description--811421635"}}
Response - Headers: {'date': 'Tue, 26 May 2026 16:31:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-02fff6a7-f590-4c2d-b982-725c12f22c07', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.186/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "d267821c-dc2b-4395-a540-af69b0ce4f35", "name": "tempest-securitygroup--342995028", "stateful": true, "tenant_id": "f77fd27be9ff4a1aa8df9878157afdb0", "project_id": "f77fd27be9ff4a1aa8df9878157afdb0", "description": "tempest-description--811421635", "shared": false, "security_group_rules": [{"id": "770a7c91-e568-4332-985a-0bac641c956a", "project_id": "f77fd27be9ff4a1aa8df9878157afdb0", "security_group_id": "d267821c-dc2b-4395-a540-af69b0ce4f35", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1106, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-05-26T16:31:49Z", "updated_at": "2026-05-26T16:31:49Z", "revision_number": 0, "tenant_id": "f77fd27be9ff4a1aa8df9878157afdb0"}, {"id": "c20c6d93-51ac-4bee-89c7-f559bd871ff3", "project_id": "f77fd27be9ff4a1aa8df9878157afdb0", "security_group_id": "d267821c-dc2b-4395-a540-af69b0ce4f35", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1105, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-05-26T16:31:49Z", "updated_at": "2026-05-26T16:31:49Z", "revision_number": 0, "tenant_id": "f77fd27be9ff4a1aa8df9878157afdb0"}], "tags": [], "created_at": "2026-05-26T16:31:49Z", "updated_at": "2026-05-26T16:31:49Z", "revision_number": 1}}'
2026-05-26 16:31:49,718 106244 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.186/networking/v2.0/security-group-rules 0.155s
2026-05-26 16:31:49,718 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "d267821c-dc2b-4395-a540-af69b0ce4f35", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Tue, 26 May 2026 16:31:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-3e1d5714-d6b6-4c57-9290-0ac504080743', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.186/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "17492479-0f62-450f-a471-d62fa207ef77", "project_id": "f77fd27be9ff4a1aa8df9878157afdb0", "security_group_id": "d267821c-dc2b-4395-a540-af69b0ce4f35", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-05-26T16:31:49Z", "updated_at": "2026-05-26T16:31:49Z", "revision_number": 0, "tenant_id": "f77fd27be9ff4a1aa8df9878157afdb0"}}'
2026-05-26 16:31:49,956 106244 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.186/networking/v2.0/security-group-rules 0.238s
2026-05-26 16:31:49,957 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "d267821c-dc2b-4395-a540-af69b0ce4f35", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Tue, 26 May 2026 16:31:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-113ed1ff-2014-4c32-acb8-c0ac9e3baf3e', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.186/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "fc7364a7-388e-4dd4-8ac3-48c8c417d78e", "project_id": "f77fd27be9ff4a1aa8df9878157afdb0", "security_group_id": "d267821c-dc2b-4395-a540-af69b0ce4f35", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-05-26T16:31:49Z", "updated_at": "2026-05-26T16:31:49Z", "revision_number": 0, "tenant_id": "f77fd27be9ff4a1aa8df9878157afdb0"}}'
2026-05-26 16:31:49,957 106244 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--342995028 created
2026-05-26 16:31:50,425 106244 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.186/networking/v2.0/floatingips 0.467s
2026-05-26 16:31:50,425 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "81bac13b-0914-4fbd-9ee2-003f469b34b6"}}
Response - Headers: {'date': 'Tue, 26 May 2026 16:31:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-ec99c635-4691-42f3-8ee7-e0148466d56e', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.186/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "1443ccfa-4b84-4121-ac99-6fa58a94dabf", "tenant_id": "f77fd27be9ff4a1aa8df9878157afdb0", "project_id": "f77fd27be9ff4a1aa8df9878157afdb0", "floating_ip_address": "172.24.5.34", "floating_network_id": "81bac13b-0914-4fbd-9ee2-003f469b34b6", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-05-26T16:31:50Z", "updated_at": "2026-05-26T16:31:50Z", "revision_number": 0}}'
2026-05-26 16:31:50,425 106244 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '1443ccfa-4b84-4121-ac99-6fa58a94dabf', 'tenant_id': 'f77fd27be9ff4a1aa8df9878157afdb0', 'project_id': 'f77fd27be9ff4a1aa8df9878157afdb0', 'floating_ip_address': '172.24.5.34', 'floating_network_id': '81bac13b-0914-4fbd-9ee2-003f469b34b6', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-05-26T16:31:50Z', 'updated_at': '2026-05-26T16:31:50Z', 'revision_number': 0, 'ip': '172.24.5.34'} created
2026-05-26 16:31:50,426 106244 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1866456652', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOJWt3r2OxOcgLMBxMLbJwXkIJuuf/TY9QHY6a8S5PeAmSfxqsAKxA1wgW6CoPM8cIK3yqW/6ogXpG0VGHe9NHTazPrE/YgrZ6wCXUVYKvKcmmJfeKjcTPjL9jPoRLa9sg==', 'fingerprint': '86:9c:99:a7:89:ab:e1:16:68:51:93:cc:c4:38:f2:00', 'user_id': '5fe99e6b5ac24f91a0107beecdd5a485', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAptjAJympF+do04CeRUlLcfskte3FTx0BwubNvmYKMUyXuZlafD3s5\nONgBBALFr6mgBwYFK4EEACKhZANiAATiVrd69jsTnICzAcTC2ycF5CCbrn/02PUB\n2OmvEuT3gJkn8arACsQNcIFugqDzPHCCt8qlv+qIF6RtFRh3vTR02sz6xP2IK2es\nAl1FWCrynJpiX3io3Ez4y/Yz6ES2vbI=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'd267821c-dc2b-4395-a540-af69b0ce4f35', 'name': 'tempest-securitygroup--342995028', 'stateful': True, 'tenant_id': 'f77fd27be9ff4a1aa8df9878157afdb0', 'project_id': 'f77fd27be9ff4a1aa8df9878157afdb0', 'description': 'tempest-description--811421635', 'shared': False, 'security_group_rules': [{'id': '770a7c91-e568-4332-985a-0bac641c956a', 'project_id': 'f77fd27be9ff4a1aa8df9878157afdb0', 'security_group_id': 'd267821c-dc2b-4395-a540-af69b0ce4f35', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 1106, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-05-26T16:31:49Z', 'updated_at': '2026-05-26T16:31:49Z', 'revision_number': 0, 'tenant_id': 'f77fd27be9ff4a1aa8df9878157afdb0'}, {'id': 'c20c6d93-51ac-4bee-89c7-f559bd871ff3', 'project_id': 'f77fd27be9ff4a1aa8df9878157afdb0', 'security_group_id': 'd267821c-dc2b-4395-a540-af69b0ce4f35', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 1105, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-05-26T16:31:49Z', 'updated_at': '2026-05-26T16:31:49Z', 'revision_number': 0, 'tenant_id': 'f77fd27be9ff4a1aa8df9878157afdb0'}], 'tags': [], 'created_at': '2026-05-26T16:31:49Z', 'updated_at': '2026-05-26T16:31:49Z', 'revision_number': 1}, 'floating_ip': {'id': '1443ccfa-4b84-4121-ac99-6fa58a94dabf', 'tenant_id': 'f77fd27be9ff4a1aa8df9878157afdb0', 'project_id': 'f77fd27be9ff4a1aa8df9878157afdb0', 'floating_ip_address': '172.24.5.34', 'floating_network_id': '81bac13b-0914-4fbd-9ee2-003f469b34b6', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-05-26T16:31:50Z', 'updated_at': '2026-05-26T16:31:50Z', 'revision_number': 0, 'ip': '172.24.5.34'}}
2026-05-26 16:31:51,104 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 202 POST https://10.4.3.186/compute/v2.1/servers 0.678s
2026-05-26 16:31:51,105 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-269211171", "imageRef": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "flavorRef": "42", "networks": [{"uuid": "bbf743ce-c896-4f15-84db-b9d6f6e88fab"}], "security_groups": [{"name": "tempest-securitygroup--342995028"}], "key_name": "tempest-keypair-1866456652", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Tue, 26 May 2026 16:31:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '405', 'location': 'https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79740c70-25d5-4ffe-a40a-060804aa01fb', 'x-compute-request-id': 'req-79740c70-25d5-4ffe-a40a-060804aa01fb', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.186/compute/v2.1/servers'}
Body: b'{"server": {"id": "6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd", "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--342995028"}], "adminPass": "zS3zHg3aZ2rN"}}'
2026-05-26 16:31:51,206 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd 0.099s
2026-05-26 16:31:51,206 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:31:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1255', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-acb0f104-8650-4017-bd83-c741c1022c7c', 'x-compute-request-id': 'req-acb0f104-8650-4017-bd83-c741c1022c7c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:31:51Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "", "id": "6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd"}], "metadata": {}, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-269211171", "status": "BUILD", "tenant_id": "f77fd27be9ff4a1aa8df9878157afdb0", "user_id": "5fe99e6b5ac24f91a0107beecdd5a485", "updated": "2026-05-26T16:31:51Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1866456652", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-26 16:31:52,461 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd 0.246s
2026-05-26 16:31:52,461 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:31:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1259', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca20b1af-7e22-493c-a498-193563b13a37', 'x-compute-request-id': 'req-ca20b1af-7e22-493c-a498-193563b13a37', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:31:51Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "", "id": "6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd"}], "metadata": {}, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-269211171", "status": "BUILD", "tenant_id": "f77fd27be9ff4a1aa8df9878157afdb0", "user_id": "5fe99e6b5ac24f91a0107beecdd5a485", "updated": "2026-05-26T16:31:52Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1866456652", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-26 16:31:53,564 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd 0.095s
2026-05-26 16:31:53,564 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:31:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1307', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ccde52da-3511-4bd2-bf43-12cad320cfb5', 'x-compute-request-id': 'req-ccde52da-3511-4bd2-bf43-12cad320cfb5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:31:51Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "fbbde47c5dde56e6b9af3ee5bb559f202e41ebb14d7c17e0496b56c2", "id": "6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd"}], "metadata": {}, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-269211171", "status": "BUILD", "tenant_id": "f77fd27be9ff4a1aa8df9878157afdb0", "user_id": "5fe99e6b5ac24f91a0107beecdd5a485", "updated": "2026-05-26T16:31:53Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1866456652", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-26 16:31:53,570 106244 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-05-26 16:31:54,722 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd 0.151s
2026-05-26 16:31:54,722 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:31:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1307', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08c89b51-0f98-469b-8c4a-cc70e2dd7523', 'x-compute-request-id': 'req-08c89b51-0f98-469b-8c4a-cc70e2dd7523', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:31:51Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "fbbde47c5dde56e6b9af3ee5bb559f202e41ebb14d7c17e0496b56c2", "id": "6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd"}], "metadata": {}, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-269211171", "status": "BUILD", "tenant_id": "f77fd27be9ff4a1aa8df9878157afdb0", "user_id": "5fe99e6b5ac24f91a0107beecdd5a485", "updated": "2026-05-26T16:31:53Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1866456652", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-26 16:31:55,863 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd 0.132s
2026-05-26 16:31:55,864 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:31:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1307', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ef35507-170f-425a-aa18-63655f60380b', 'x-compute-request-id': 'req-3ef35507-170f-425a-aa18-63655f60380b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:31:51Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "fbbde47c5dde56e6b9af3ee5bb559f202e41ebb14d7c17e0496b56c2", "id": "6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd"}], "metadata": {}, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-269211171", "status": "BUILD", "tenant_id": "f77fd27be9ff4a1aa8df9878157afdb0", "user_id": "5fe99e6b5ac24f91a0107beecdd5a485", "updated": "2026-05-26T16:31:53Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1866456652", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-26 16:31:57,381 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd 0.509s
2026-05-26 16:31:57,381 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:31:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1382', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0f3170aa-195d-4a70-b332-eb6861f4eab3', 'x-compute-request-id': 'req-0f3170aa-195d-4a70-b332-eb6861f4eab3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:31:51Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "fbbde47c5dde56e6b9af3ee5bb559f202e41ebb14d7c17e0496b56c2", "id": "6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd"}], "metadata": {}, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-269211171", "status": "BUILD", "tenant_id": "f77fd27be9ff4a1aa8df9878157afdb0", "user_id": "5fe99e6b5ac24f91a0107beecdd5a485", "updated": "2026-05-26T16:31:56Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1866456652", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--342995028"}], "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-26 16:31:57,388 106244 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 6 second wait
2026-05-26 16:31:58,588 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd 0.200s
2026-05-26 16:31:58,589 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:31:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1380', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c9dc3a1-8c16-41bc-87cd-c5424c7e3759', 'x-compute-request-id': 'req-9c9dc3a1-8c16-41bc-87cd-c5424c7e3759', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:31:51Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "fbbde47c5dde56e6b9af3ee5bb559f202e41ebb14d7c17e0496b56c2", "id": "6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd"}], "metadata": {}, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-269211171", "status": "BUILD", "tenant_id": "f77fd27be9ff4a1aa8df9878157afdb0", "user_id": "5fe99e6b5ac24f91a0107beecdd5a485", "updated": "2026-05-26T16:31:58Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1866456652", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--342995028"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-26 16:31:58,595 106244 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 7 second wait
2026-05-26 16:32:00,160 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd 0.565s
2026-05-26 16:32:00,160 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:31:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1380', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c200b592-f4d8-44d4-a4ba-ebab46bc8bd2', 'x-compute-request-id': 'req-c200b592-f4d8-44d4-a4ba-ebab46bc8bd2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:31:51Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "fbbde47c5dde56e6b9af3ee5bb559f202e41ebb14d7c17e0496b56c2", "id": "6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd"}], "metadata": {}, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-269211171", "status": "BUILD", "tenant_id": "f77fd27be9ff4a1aa8df9878157afdb0", "user_id": "5fe99e6b5ac24f91a0107beecdd5a485", "updated": "2026-05-26T16:31:58Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1866456652", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--342995028"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-26 16:32:01,497 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd 0.329s
2026-05-26 16:32:01,497 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1380', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-758e7874-b413-434f-82da-e2245d749e0b', 'x-compute-request-id': 'req-758e7874-b413-434f-82da-e2245d749e0b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:31:51Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "fbbde47c5dde56e6b9af3ee5bb559f202e41ebb14d7c17e0496b56c2", "id": "6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd"}], "metadata": {}, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-269211171", "status": "BUILD", "tenant_id": "f77fd27be9ff4a1aa8df9878157afdb0", "user_id": "5fe99e6b5ac24f91a0107beecdd5a485", "updated": "2026-05-26T16:31:58Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1866456652", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--342995028"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-26 16:32:03,581 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd 1.075s
2026-05-26 16:32:03,581 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1380', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c5f4b14-11d1-4e2c-9dfa-3ef424550189', 'x-compute-request-id': 'req-0c5f4b14-11d1-4e2c-9dfa-3ef424550189', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:31:51Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "fbbde47c5dde56e6b9af3ee5bb559f202e41ebb14d7c17e0496b56c2", "id": "6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd"}], "metadata": {}, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-269211171", "status": "BUILD", "tenant_id": "f77fd27be9ff4a1aa8df9878157afdb0", "user_id": "5fe99e6b5ac24f91a0107beecdd5a485", "updated": "2026-05-26T16:31:58Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1866456652", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--342995028"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-26 16:32:06,198 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd 1.607s
2026-05-26 16:32:06,198 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1380', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8294e9cd-1e76-4e8d-b633-b84112b4e988', 'x-compute-request-id': 'req-8294e9cd-1e76-4e8d-b633-b84112b4e988', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:31:51Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "fbbde47c5dde56e6b9af3ee5bb559f202e41ebb14d7c17e0496b56c2", "id": "6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd"}], "metadata": {}, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-269211171", "status": "BUILD", "tenant_id": "f77fd27be9ff4a1aa8df9878157afdb0", "user_id": "5fe99e6b5ac24f91a0107beecdd5a485", "updated": "2026-05-26T16:31:58Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1866456652", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--342995028"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-26 16:32:07,733 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd 0.522s
2026-05-26 16:32:07,733 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1380', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-add3dbfe-421e-4bc5-93ea-99b20db97535', 'x-compute-request-id': 'req-add3dbfe-421e-4bc5-93ea-99b20db97535', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:31:51Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "fbbde47c5dde56e6b9af3ee5bb559f202e41ebb14d7c17e0496b56c2", "id": "6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd"}], "metadata": {}, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-269211171", "status": "BUILD", "tenant_id": "f77fd27be9ff4a1aa8df9878157afdb0", "user_id": "5fe99e6b5ac24f91a0107beecdd5a485", "updated": "2026-05-26T16:31:58Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1866456652", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--342995028"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-26 16:32:08,978 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd 0.235s
2026-05-26 16:32:08,978 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1585', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c95399de-ca7e-4b02-8c95-9e0b97ca4438', 'x-compute-request-id': 'req-c95399de-ca7e-4b02-8c95-9e0b97ca4438', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-2031616001-network": [{"version": 4, "addr": "10.1.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:18:ba:ce"}]}, "created": "2026-05-26T16:31:51Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "fbbde47c5dde56e6b9af3ee5bb559f202e41ebb14d7c17e0496b56c2", "id": "6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd"}], "metadata": {}, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-269211171", "status": "ACTIVE", "tenant_id": "f77fd27be9ff4a1aa8df9878157afdb0", "user_id": "5fe99e6b5ac24f91a0107beecdd5a485", "updated": "2026-05-26T16:32:08Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1866456652", "OS-SRV-USG:launched_at": "2026-05-26T16:32:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--342995028"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-05-26 16:32:08,989 106244 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 17 second wait
2026-05-26 16:32:09,284 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd/os-interface 0.294s
2026-05-26 16:32:09,284 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dbac0a31-ab6d-4a8e-b49a-97283dd9d9b5', 'x-compute-request-id': 'req-dbac0a31-ab6d-4a8e-b49a-97283dd9d9b5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "bbf743ce-c896-4f15-84db-b9d6f6e88fab", "port_id": "093e82b6-caf2-40c7-b4ae-b28ea5efc826", "mac_addr": "fa:16:3e:18:ba:ce", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "92a69646-c66c-43cf-bf15-a7f19891f87b", "ip_address": "10.1.0.13"}]}]}'
2026-05-26 16:32:10,103 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 PUT https://10.4.3.186/networking/v2.0/floatingips/1443ccfa-4b84-4121-ac99-6fa58a94dabf 0.817s
2026-05-26 16:32:10,103 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "093e82b6-caf2-40c7-b4ae-b28ea5efc826"}}
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-41f36183-ff20-4b47-9887-cc3f1f229608', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/networking/v2.0/floatingips/1443ccfa-4b84-4121-ac99-6fa58a94dabf'}
Body: b'{"floatingip": {"id": "1443ccfa-4b84-4121-ac99-6fa58a94dabf", "tenant_id": "f77fd27be9ff4a1aa8df9878157afdb0", "project_id": "f77fd27be9ff4a1aa8df9878157afdb0", "floating_ip_address": "172.24.5.34", "floating_network_id": "81bac13b-0914-4fbd-9ee2-003f469b34b6", "router_id": "e738f71f-2d65-4062-8053-9072562c92a9", "port_id": "093e82b6-caf2-40c7-b4ae-b28ea5efc826", "fixed_ip_address": "10.1.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "bbf743ce-c896-4f15-84db-b9d6f6e88fab", "mac_address": "fa:16:3e:18:ba:ce", "admin_state_up": true, "status": "ACTIVE", "device_id": "6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-05-26T16:31:50Z", "updated_at": "2026-05-26T16:32:09Z", "revision_number": 1}}'
2026-05-26 16:32:10,104 106244 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.5.34:22' as 'cirros' with public key authentication
2026-05-26 16:32:46,011 106244 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-05-26 16:32:46,132 106244 INFO [paramiko.transport] Authentication (publickey) successful!
2026-05-26 16:32:46,133 106244 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.5.34 successfully created
2026-05-26 16:32:46,477 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd 0.344s
2026-05-26 16:32:46,477 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1703', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8143c4a-771f-4aaf-beed-4f79d4231523', 'x-compute-request-id': 'req-b8143c4a-771f-4aaf-beed-4f79d4231523', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-2031616001-network": [{"version": 4, "addr": "10.1.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:18:ba:ce"}, {"version": 4, "addr": "172.24.5.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:18:ba:ce"}]}, "created": "2026-05-26T16:31:51Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "fbbde47c5dde56e6b9af3ee5bb559f202e41ebb14d7c17e0496b56c2", "id": "6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd"}], "metadata": {}, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-269211171", "status": "ACTIVE", "tenant_id": "f77fd27be9ff4a1aa8df9878157afdb0", "user_id": "5fe99e6b5ac24f91a0107beecdd5a485", "updated": "2026-05-26T16:32:08Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1866456652", "OS-SRV-USG:launched_at": "2026-05-26T16:32:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--342995028"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-05-26 16:32:46,583 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET https://10.4.3.186/compute/v2.1/servers 0.099s
2026-05-26 16:32:46,583 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '358', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e7bed861-cdac-4dd9-8811-1ec6a9d839f0', 'x-compute-request-id': 'req-e7bed861-cdac-4dd9-8811-1ec6a9d839f0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers'}
Body: b'{"servers": [{"id": "6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-269211171", "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd"}]}]}'
2026-05-26 16:32:46,814 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 202 POST https://10.4.3.186/volume/v3/volumes 0.228s
2026-05-26 16:32:46,814 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.27', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-1443362179", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}}
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a9c7f9e-02a3-405f-9f7e-7f528edd423c', 'content-length': '789', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a9c7f9e-02a3-405f-9f7e-7f528edd423c', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.186/volume/v3/volumes'}
Body: b'{"volume": {"id": "a2e6ceda-5f42-446a-83f6-7dd897658718", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-05-26T16:32:46.750939", "updated_at": null, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-1443362179", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/volumes/a2e6ceda-5f42-446a-83f6-7dd897658718"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/volumes/a2e6ceda-5f42-446a-83f6-7dd897658718"}], "user_id": "5fe99e6b5ac24f91a0107beecdd5a485", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}'
2026-05-26 16:32:46,862 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET https://10.4.3.186/volume/v3/volumes/a2e6ceda-5f42-446a-83f6-7dd897658718 0.044s
2026-05-26 16:32:46,863 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.27', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82637db8-ed6a-4858-9b5b-021795d44394', 'content-length': '857', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82637db8-ed6a-4858-9b5b-021795d44394', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/volumes/a2e6ceda-5f42-446a-83f6-7dd897658718'}
Body: b'{"volume": {"id": "a2e6ceda-5f42-446a-83f6-7dd897658718", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-05-26T16:32:47.000000", "updated_at": null, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-1443362179", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/volumes/a2e6ceda-5f42-446a-83f6-7dd897658718"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/volumes/a2e6ceda-5f42-446a-83f6-7dd897658718"}], "user_id": "5fe99e6b5ac24f91a0107beecdd5a485", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "f77fd27be9ff4a1aa8df9878157afdb0"}}'
2026-05-26 16:32:47,910 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET https://10.4.3.186/volume/v3/volumes/a2e6ceda-5f42-446a-83f6-7dd897658718 0.034s
2026-05-26 16:32:47,910 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.27', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc0111be-2502-4c16-a829-3476d31ad189', 'content-length': '882', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc0111be-2502-4c16-a829-3476d31ad189', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/volumes/a2e6ceda-5f42-446a-83f6-7dd897658718'}
Body: b'{"volume": {"id": "a2e6ceda-5f42-446a-83f6-7dd897658718", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-26T16:32:47.000000", "updated_at": "2026-05-26T16:32:47.000000", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-1443362179", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/volumes/a2e6ceda-5f42-446a-83f6-7dd897658718"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/volumes/a2e6ceda-5f42-446a-83f6-7dd897658718"}], "user_id": "5fe99e6b5ac24f91a0107beecdd5a485", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "f77fd27be9ff4a1aa8df9878157afdb0"}}'
2026-05-26 16:32:47,920 106244 INFO [tempest.common.waiters] volume a2e6ceda-5f42-446a-83f6-7dd897658718 reached available after waiting for 1.920396 seconds
2026-05-26 16:32:47,956 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET https://10.4.3.186/volume/v3/volumes/a2e6ceda-5f42-446a-83f6-7dd897658718 0.035s
2026-05-26 16:32:47,956 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.27', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea391cd7-4b84-42aa-ac1b-b98e70bcf464', 'content-length': '882', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea391cd7-4b84-42aa-ac1b-b98e70bcf464', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/volumes/a2e6ceda-5f42-446a-83f6-7dd897658718'}
Body: b'{"volume": {"id": "a2e6ceda-5f42-446a-83f6-7dd897658718", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-26T16:32:47.000000", "updated_at": "2026-05-26T16:32:47.000000", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-1443362179", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/volumes/a2e6ceda-5f42-446a-83f6-7dd897658718"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/volumes/a2e6ceda-5f42-446a-83f6-7dd897658718"}], "user_id": "5fe99e6b5ac24f91a0107beecdd5a485", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "f77fd27be9ff4a1aa8df9878157afdb0"}}'
2026-05-26 16:32:50,568 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 POST https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd/os-volume_attachments 2.604s
2026-05-26 16:32:50,568 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volumeAttachment": {"volumeId": "a2e6ceda-5f42-446a-83f6-7dd897658718"}}
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '194', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3aad1a92-6be9-4d83-ae4e-84c7c7a8359d', 'x-compute-request-id': 'req-3aad1a92-6be9-4d83-ae4e-84c7c7a8359d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd/os-volume_attachments'}
Body: b'{"volumeAttachment": {"id": "a2e6ceda-5f42-446a-83f6-7dd897658718", "serverId": "6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd", "volumeId": "a2e6ceda-5f42-446a-83f6-7dd897658718", "device": "/dev/vdb"}}'
2026-05-26 16:32:50,606 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET https://10.4.3.186/volume/v3/volumes/a2e6ceda-5f42-446a-83f6-7dd897658718 0.036s
2026-05-26 16:32:50,606 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.27', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fcb74b5-816e-4cd3-977f-5ff3d5d3e65f', 'content-length': '881', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fcb74b5-816e-4cd3-977f-5ff3d5d3e65f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/volumes/a2e6ceda-5f42-446a-83f6-7dd897658718'}
Body: b'{"volume": {"id": "a2e6ceda-5f42-446a-83f6-7dd897658718", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-05-26T16:32:47.000000", "updated_at": "2026-05-26T16:32:50.000000", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-1443362179", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/volumes/a2e6ceda-5f42-446a-83f6-7dd897658718"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/volumes/a2e6ceda-5f42-446a-83f6-7dd897658718"}], "user_id": "5fe99e6b5ac24f91a0107beecdd5a485", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "f77fd27be9ff4a1aa8df9878157afdb0"}}'
2026-05-26 16:32:51,642 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET https://10.4.3.186/volume/v3/volumes/a2e6ceda-5f42-446a-83f6-7dd897658718 0.028s
2026-05-26 16:32:51,642 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.27', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4966341-1174-409c-9377-75d2eab1bcd5', 'content-length': '882', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4966341-1174-409c-9377-75d2eab1bcd5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/volumes/a2e6ceda-5f42-446a-83f6-7dd897658718'}
Body: b'{"volume": {"id": "a2e6ceda-5f42-446a-83f6-7dd897658718", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-26T16:32:47.000000", "updated_at": "2026-05-26T16:32:51.000000", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-1443362179", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/volumes/a2e6ceda-5f42-446a-83f6-7dd897658718"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/volumes/a2e6ceda-5f42-446a-83f6-7dd897658718"}], "user_id": "5fe99e6b5ac24f91a0107beecdd5a485", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "f77fd27be9ff4a1aa8df9878157afdb0"}}'
2026-05-26 16:32:52,679 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET https://10.4.3.186/volume/v3/volumes/a2e6ceda-5f42-446a-83f6-7dd897658718 0.031s
2026-05-26 16:32:52,679 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.27', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82295af0-2736-440d-bb3d-352d2b92859c', 'content-length': '882', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82295af0-2736-440d-bb3d-352d2b92859c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/volumes/a2e6ceda-5f42-446a-83f6-7dd897658718'}
Body: b'{"volume": {"id": "a2e6ceda-5f42-446a-83f6-7dd897658718", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-26T16:32:47.000000", "updated_at": "2026-05-26T16:32:51.000000", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-1443362179", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/volumes/a2e6ceda-5f42-446a-83f6-7dd897658718"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/volumes/a2e6ceda-5f42-446a-83f6-7dd897658718"}], "user_id": "5fe99e6b5ac24f91a0107beecdd5a485", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "f77fd27be9ff4a1aa8df9878157afdb0"}}'
2026-05-26 16:32:53,729 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET https://10.4.3.186/volume/v3/volumes/a2e6ceda-5f42-446a-83f6-7dd897658718 0.042s
2026-05-26 16:32:53,729 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.27', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ce5c15d-c390-44da-a95e-aa65ae6531ac', 'content-length': '882', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ce5c15d-c390-44da-a95e-aa65ae6531ac', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/volumes/a2e6ceda-5f42-446a-83f6-7dd897658718'}
Body: b'{"volume": {"id": "a2e6ceda-5f42-446a-83f6-7dd897658718", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-26T16:32:47.000000", "updated_at": "2026-05-26T16:32:51.000000", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-1443362179", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/volumes/a2e6ceda-5f42-446a-83f6-7dd897658718"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/volumes/a2e6ceda-5f42-446a-83f6-7dd897658718"}], "user_id": "5fe99e6b5ac24f91a0107beecdd5a485", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "f77fd27be9ff4a1aa8df9878157afdb0"}}'
2026-05-26 16:32:54,779 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET https://10.4.3.186/volume/v3/volumes/a2e6ceda-5f42-446a-83f6-7dd897658718 0.035s
2026-05-26 16:32:54,780 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.27', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0e8df3f-4ea2-47c1-88e8-9984f432ddb8', 'content-length': '1174', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0e8df3f-4ea2-47c1-88e8-9984f432ddb8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/volumes/a2e6ceda-5f42-446a-83f6-7dd897658718'}
Body: b'{"volume": {"id": "a2e6ceda-5f42-446a-83f6-7dd897658718", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-26T16:32:47.000000", "updated_at": "2026-05-26T16:32:55.000000", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-1443362179", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/volumes/a2e6ceda-5f42-446a-83f6-7dd897658718"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/volumes/a2e6ceda-5f42-446a-83f6-7dd897658718"}], "user_id": "5fe99e6b5ac24f91a0107beecdd5a485", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "a2e6ceda-5f42-446a-83f6-7dd897658718", "attachment_id": "54ab320d-9ba0-4ff6-ab03-257c2bc5b34d", "volume_id": "a2e6ceda-5f42-446a-83f6-7dd897658718", "server_id": "6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-26T16:32:51.000000"}], "group_id": null, "os-vol-tenant-attr:tenant_id": "f77fd27be9ff4a1aa8df9878157afdb0"}}'
2026-05-26 16:32:54,788 106244 INFO [tempest.common.waiters] volume a2e6ceda-5f42-446a-83f6-7dd897658718 reached in-use after waiting for 4.788262 seconds
2026-05-26 16:32:54,827 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET https://10.4.3.186/volume/v3/volumes/a2e6ceda-5f42-446a-83f6-7dd897658718 0.039s
2026-05-26 16:32:54,827 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.27', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0750c7c9-4435-424c-9c6f-4fd1c10585f3', 'content-length': '1174', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0750c7c9-4435-424c-9c6f-4fd1c10585f3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/volumes/a2e6ceda-5f42-446a-83f6-7dd897658718'}
Body: b'{"volume": {"id": "a2e6ceda-5f42-446a-83f6-7dd897658718", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-26T16:32:47.000000", "updated_at": "2026-05-26T16:32:55.000000", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-1443362179", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/volumes/a2e6ceda-5f42-446a-83f6-7dd897658718"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/volumes/a2e6ceda-5f42-446a-83f6-7dd897658718"}], "user_id": "5fe99e6b5ac24f91a0107beecdd5a485", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "a2e6ceda-5f42-446a-83f6-7dd897658718", "attachment_id": "54ab320d-9ba0-4ff6-ab03-257c2bc5b34d", "volume_id": "a2e6ceda-5f42-446a-83f6-7dd897658718", "server_id": "6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-26T16:32:51.000000"}], "group_id": null, "os-vol-tenant-attr:tenant_id": "f77fd27be9ff4a1aa8df9878157afdb0"}}'
2026-05-26 16:32:54,847 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 401 DELETE https://10.4.3.186/volume/v3/attachments/54ab320d-9ba0-4ff6-ab03-257c2bc5b34d 0.010s
2026-05-26 16:32:54,848 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.27', 'X-Auth-Token': '<omitted>', 'X-Service-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '114', 'www-authenticate': 'Keystone uri="https://10.4.3.186/identity"', 'x-openstack-request-id': 'req-cd5fd8f2-3ba3-419e-9dda-c933a36e554a', 'connection': 'close', 'status': '401', 'content-location': 'https://10.4.3.186/volume/v3/attachments/54ab320d-9ba0-4ff6-ab03-257c2bc5b34d'}
Body: b'{"error": {"code": 401, "title": "Unauthorized", "message": "The request you have made requires authentication."}}'
2026-05-26 16:32:55,006 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 401 DELETE https://10.4.3.186/volume/v3/attachments/54ab320d-9ba0-4ff6-ab03-257c2bc5b34d 0.157s
2026-05-26 16:32:55,006 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.27', 'X-Auth-Token': '<omitted>', 'X-Service-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '114', 'www-authenticate': 'Keystone uri="https://10.4.3.186/identity"', 'x-openstack-request-id': 'req-15bd6294-8e3d-4502-a6f4-12565ccdefe6', 'connection': 'close', 'status': '401', 'content-location': 'https://10.4.3.186/volume/v3/attachments/54ab320d-9ba0-4ff6-ab03-257c2bc5b34d'}
Body: b'{"error": {"code": 401, "title": "Unauthorized", "message": "The request you have made requires authentication."}}'
2026-05-26 16:32:55,567 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 409 DELETE https://10.4.3.186/volume/v3/attachments/54ab320d-9ba0-4ff6-ab03-257c2bc5b34d 0.560s
2026-05-26 16:32:55,568 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.27', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'content-length': '167', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9d620b6-9b87-484f-b9e9-de58191b294d', 'x-openstack-request-id': 'req-f9d620b6-9b87-484f-b9e9-de58191b294d', 'connection': 'close', 'status': '409', 'content-location': 'https://10.4.3.186/volume/v3/attachments/54ab320d-9ba0-4ff6-ab03-257c2bc5b34d'}
Body: b'{"conflictingRequest": {"code": 409, "message": "ConflictNovaUsingAttachment: Detach volume from instance 6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd using the Compute API"}}'
2026-05-26 16:32:55,738 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 202 DELETE https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd/os-volume_attachments/a2e6ceda-5f42-446a-83f6-7dd897658718 0.170s
2026-05-26 16:32:55,739 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e7c69b7-3ac2-434e-b338-d195123c0198', 'x-compute-request-id': 'req-5e7c69b7-3ac2-434e-b338-d195123c0198', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd/os-volume_attachments/a2e6ceda-5f42-446a-83f6-7dd897658718'}
Body: b''
2026-05-26 16:32:55,804 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 200 GET https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd/os-volume_attachments 0.065s
2026-05-26 16:32:55,804 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de6f31d5-5de7-464a-9d92-2c34db70716f', 'x-compute-request-id': 'req-de6f31d5-5de7-464a-9d92-2c34db70716f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "a2e6ceda-5f42-446a-83f6-7dd897658718", "volumeId": "a2e6ceda-5f42-446a-83f6-7dd897658718", "serverId": "6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd", "device": "/dev/vdb"}]}'
2026-05-26 16:32:56,877 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 200 GET https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd/os-volume_attachments 0.071s
2026-05-26 16:32:56,877 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a0ea53e-5d38-47c7-8c1a-888b7d82bc6e', 'x-compute-request-id': 'req-8a0ea53e-5d38-47c7-8c1a-888b7d82bc6e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "a2e6ceda-5f42-446a-83f6-7dd897658718", "volumeId": "a2e6ceda-5f42-446a-83f6-7dd897658718", "serverId": "6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd", "device": "/dev/vdb"}]}'
2026-05-26 16:32:57,930 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 200 GET https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd/os-volume_attachments 0.050s
2026-05-26 16:32:57,930 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9bbb78b-f34e-4a9a-8c65-c04c041bf884', 'x-compute-request-id': 'req-f9bbb78b-f34e-4a9a-8c65-c04c041bf884', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "a2e6ceda-5f42-446a-83f6-7dd897658718", "volumeId": "a2e6ceda-5f42-446a-83f6-7dd897658718", "serverId": "6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd", "device": "/dev/vdb"}]}'
2026-05-26 16:32:59,007 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 200 GET https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd/os-volume_attachments 0.074s
2026-05-26 16:32:59,007 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '25', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb7851c8-f152-429d-98a0-05dc5f5a3253', 'x-compute-request-id': 'req-bb7851c8-f152-429d-98a0-05dc5f5a3253', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd/os-volume_attachments'}
Body: b'{"volumeAttachments": []}'
2026-05-26 16:32:59,143 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 DELETE https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd/os-volume_attachments/a2e6ceda-5f42-446a-83f6-7dd897658718 0.134s
2026-05-26 16:32:59,143 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '154', 'x-openstack-request-id': 'req-73489133-4824-4648-81a6-df80d5a66e12', 'x-compute-request-id': 'req-73489133-4824-4648-81a6-df80d5a66e12', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd/os-volume_attachments/a2e6ceda-5f42-446a-83f6-7dd897658718'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd is not attached to volume a2e6ceda-5f42-446a-83f6-7dd897658718"}}'
2026-05-26 16:32:59,230 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 202 DELETE https://10.4.3.186/volume/v3/volumes/a2e6ceda-5f42-446a-83f6-7dd897658718 0.087s
2026-05-26 16:32:59,230 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.27', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79516722-07fe-41a1-86d6-cb55674e4fef', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.186/volume/v3/volumes/a2e6ceda-5f42-446a-83f6-7dd897658718'}
Body: b''
2026-05-26 16:32:59,297 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 200 GET https://10.4.3.186/volume/v3/volumes/a2e6ceda-5f42-446a-83f6-7dd897658718 0.067s
2026-05-26 16:32:59,298 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.27', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:32:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d969bd4-1a0c-4ea2-9e9a-7025669939c7', 'content-length': '881', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d969bd4-1a0c-4ea2-9e9a-7025669939c7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/volumes/a2e6ceda-5f42-446a-83f6-7dd897658718'}
Body: b'{"volume": {"id": "a2e6ceda-5f42-446a-83f6-7dd897658718", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-05-26T16:32:47.000000", "updated_at": "2026-05-26T16:32:59.000000", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-1443362179", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/volumes/a2e6ceda-5f42-446a-83f6-7dd897658718"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/volumes/a2e6ceda-5f42-446a-83f6-7dd897658718"}], "user_id": "5fe99e6b5ac24f91a0107beecdd5a485", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "f77fd27be9ff4a1aa8df9878157afdb0"}}'
2026-05-26 16:33:00,621 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 500 GET https://10.4.3.186/volume/v3/volumes/a2e6ceda-5f42-446a-83f6-7dd897658718 0.311s
2026-05-26 16:33:00,623 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.27', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cf667b0-a334-40c2-a2cc-c5c0a3bd8b06', 'x-openstack-request-id': 'req-7cf667b0-a334-40c2-a2cc-c5c0a3bd8b06', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.186/volume/v3/volumes/a2e6ceda-5f42-446a-83f6-7dd897658718'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2026-05-26 16:33:00,832 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 500 DELETE https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd 0.207s
2026-05-26 16:33:00,832 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '147', 'x-openstack-request-id': 'req-56eff169-841c-4e36-b23c-ae121cb459e2', 'x-compute-request-id': 'req-56eff169-841c-4e36-b23c-ae121cb459e2', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-05-26 16:33:00,832 106244 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method ServersClient.delete_server of <tempest.lib.services.compute.servers_client.ServersClient object at 0x79f19cd47f20>>, retrying...
2026-05-26 16:33:06,125 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd 0.292s
2026-05-26 16:33:06,126 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ab2f9467-18cc-4935-b18f-266db43ee152', 'x-compute-request-id': 'req-ab2f9467-18cc-4935-b18f-266db43ee152', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd'}
Body: b''
2026-05-26 16:33:06,705 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 200 GET https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd 0.579s
2026-05-26 16:33:06,706 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1709', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33519b8a-97aa-47f1-913f-7afd5b2d4f88', 'x-compute-request-id': 'req-33519b8a-97aa-47f1-913f-7afd5b2d4f88', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-2031616001-network": [{"version": 4, "addr": "10.1.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:18:ba:ce"}, {"version": 4, "addr": "172.24.5.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:18:ba:ce"}]}, "created": "2026-05-26T16:31:51Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "fbbde47c5dde56e6b9af3ee5bb559f202e41ebb14d7c17e0496b56c2", "id": "6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd"}], "metadata": {}, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-269211171", "status": "ACTIVE", "tenant_id": "f77fd27be9ff4a1aa8df9878157afdb0", "user_id": "5fe99e6b5ac24f91a0107beecdd5a485", "updated": "2026-05-26T16:33:06Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1866456652", "OS-SRV-USG:launched_at": "2026-05-26T16:32:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--342995028"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-05-26 16:33:08,375 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 200 GET https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd 0.658s
2026-05-26 16:33:08,375 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1709', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-32cb0d70-66c4-464f-9c8f-0b90128a2225', 'x-compute-request-id': 'req-32cb0d70-66c4-464f-9c8f-0b90128a2225', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-2031616001-network": [{"version": 4, "addr": "10.1.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:18:ba:ce"}, {"version": 4, "addr": "172.24.5.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:18:ba:ce"}]}, "created": "2026-05-26T16:31:51Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "fbbde47c5dde56e6b9af3ee5bb559f202e41ebb14d7c17e0496b56c2", "id": "6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd"}], "metadata": {}, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-269211171", "status": "ACTIVE", "tenant_id": "f77fd27be9ff4a1aa8df9878157afdb0", "user_id": "5fe99e6b5ac24f91a0107beecdd5a485", "updated": "2026-05-26T16:33:06Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1866456652", "OS-SRV-USG:launched_at": "2026-05-26T16:32:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--342995028"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-05-26 16:33:09,508 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 200 GET https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd 0.124s
2026-05-26 16:33:09,509 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1340', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2afc97b-7b69-4a6a-b93c-5a1a50908e21', 'x-compute-request-id': 'req-a2afc97b-7b69-4a6a-b93c-5a1a50908e21', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:31:51Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "fbbde47c5dde56e6b9af3ee5bb559f202e41ebb14d7c17e0496b56c2", "id": "6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd"}], "metadata": {}, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-269211171", "status": "ACTIVE", "tenant_id": "f77fd27be9ff4a1aa8df9878157afdb0", "user_id": "5fe99e6b5ac24f91a0107beecdd5a485", "updated": "2026-05-26T16:33:08Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1866456652", "OS-SRV-USG:launched_at": "2026-05-26T16:32:08.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-05-26 16:33:10,647 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 200 GET https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd 0.129s
2026-05-26 16:33:10,647 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1345', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-05bcc834-2efe-49bc-9812-900ea9de44b3', 'x-compute-request-id': 'req-05bcc834-2efe-49bc-9812-900ea9de44b3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:31:51Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "fbbde47c5dde56e6b9af3ee5bb559f202e41ebb14d7c17e0496b56c2", "id": "6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd"}], "metadata": {}, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-269211171", "status": "DELETED", "tenant_id": "f77fd27be9ff4a1aa8df9878157afdb0", "user_id": "5fe99e6b5ac24f91a0107beecdd5a485", "updated": "2026-05-26T16:33:10Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1866456652", "OS-SRV-USG:launched_at": "2026-05-26T16:32:08.000000", "OS-SRV-USG:terminated_at": "2026-05-26T16:33:10.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-26 16:33:10,654 106244 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 4 second wait
2026-05-26 16:33:11,778 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 200 GET https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd 0.124s
2026-05-26 16:33:11,778 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1345', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1ede777-81ba-4e0b-a304-667884aeadb7', 'x-compute-request-id': 'req-f1ede777-81ba-4e0b-a304-667884aeadb7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:31:51Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "fbbde47c5dde56e6b9af3ee5bb559f202e41ebb14d7c17e0496b56c2", "id": "6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd", "image": {"id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/images/33e149f8-5fd3-4e27-b8bd-94e36f5b363f"}]}, "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd"}], "metadata": {}, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-269211171", "status": "DELETED", "tenant_id": "f77fd27be9ff4a1aa8df9878157afdb0", "user_id": "5fe99e6b5ac24f91a0107beecdd5a485", "updated": "2026-05-26T16:33:10Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1866456652", "OS-SRV-USG:launched_at": "2026-05-26T16:32:08.000000", "OS-SRV-USG:terminated_at": "2026-05-26T16:33:10.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-26 16:33:12,816 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd 0.031s
2026-05-26 16:33:12,816 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-19423932-22d6-468f-88fc-49ee23c5db6f', 'x-compute-request-id': 'req-19423932-22d6-468f-88fc-49ee23c5db6f', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 6f0aa4e0-e171-46c8-a7f3-bdfd245c13dd could not be found."}}'
2026-05-26 16:33:12,844 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 202 DELETE https://10.4.3.186/compute/v2.1/os-keypairs/tempest-keypair-1866456652 0.028s
2026-05-26 16:33:12,844 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61e8c564-c200-49ec-aabf-4ade2fa03d49', 'x-compute-request-id': 'req-61e8c564-c200-49ec-aabf-4ade2fa03d49', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.186/compute/v2.1/os-keypairs/tempest-keypair-1866456652'}
Body: b''
2026-05-26 16:33:12,995 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE https://10.4.3.186/networking/v2.0/security-groups/d267821c-dc2b-4395-a540-af69b0ce4f35 0.150s
2026-05-26 16:33:12,995 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-94832e4e-c658-4fcd-b023-f3627f8bcb41', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.186/networking/v2.0/security-groups/d267821c-dc2b-4395-a540-af69b0ce4f35'}
Body: b''
2026-05-26 16:33:13,009 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET https://10.4.3.186/networking/v2.0/security-groups/d267821c-dc2b-4395-a540-af69b0ce4f35 0.014s
2026-05-26 16:33:13,009 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-626248eb-0531-447b-8521-c87edecf0070', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.186/networking/v2.0/security-groups/d267821c-dc2b-4395-a540-af69b0ce4f35'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group d267821c-dc2b-4395-a540-af69b0ce4f35 does not exist", "detail": ""}}'
2026-05-26 16:33:13,274 106244 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE https://10.4.3.186/networking/v2.0/floatingips/1443ccfa-4b84-4121-ac99-6fa58a94dabf 0.264s
2026-05-26 16:33:13,274 106244 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:33:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-fb4241fd-a8c1-435c-ba70-3e682f9e73de', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.186/networking/v2.0/floatingips/1443ccfa-4b84-4121-ac99-6fa58a94dabf'}
Body: b''
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 978, 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 249, in is_resource_deleted
volume = self.show_volume(id)
^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 102, in show_volume
resp, body = self.get(url)
^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
return self.request('GET', url, extra_headers, headers,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern | 7 | 6 | 1 | 0 | 0 | Detail | |
test_boot_server_from_encrypted_volume_luks[compute,id-cb78919a-e553-4bab-b73b-10cf4d2eb125,volume] |
pass
pt7.1: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks[compute,id-cb78919a-e553-4bab-b73b-10cf4d2eb125,volume]
|
||||||
test_boot_server_from_encrypted_volume_luksv2[compute,id-5ab6100f-1b31-4dd0-a774-68cfd837ef77,volume] |
fail
ft7.2: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luksv2[compute,id-5ab6100f-1b31-4dd0-a774-68cfd837ef77,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-05-26 16:36:23,231 106240 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-luks2-184711498 on backend None
2026-05-26 16:36:23,263 106240 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST https://10.4.3.186/volume/v3/types 0.031s
2026-05-26 16:36:23,263 106240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume_type": {"name": "tempest-scenario-type-luks2-184711498", "extra_specs": {}}}
Response - Headers: {'date': 'Tue, 26 May 2026 16:36:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a81cfebe-e102-470a-9ee8-c1d04d013a14', 'content-length': '212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a81cfebe-e102-470a-9ee8-c1d04d013a14', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/types'}
Body: b'{"volume_type": {"id": "5874d675-5787-442c-a4a7-2f4dea93f291", "name": "tempest-scenario-type-luks2-184711498", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2026-05-26 16:36:23,265 106240 DEBUG [tempest.scenario.manager] Creating an encryption type for volume type: 5874d675-5787-442c-a4a7-2f4dea93f291
2026-05-26 16:36:23,290 106240 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST https://10.4.3.186/volume/v3/types/5874d675-5787-442c-a4a7-2f4dea93f291/encryption 0.025s
2026-05-26 16:36:23,291 106240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end"}}
Response - Headers: {'date': 'Tue, 26 May 2026 16:36:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90696491-f8c9-4af7-a823-0294f40b5312', 'content-length': '231', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90696491-f8c9-4af7-a823-0294f40b5312', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/types/5874d675-5787-442c-a4a7-2f4dea93f291/encryption'}
Body: b'{"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end", "volume_type_id": "5874d675-5787-442c-a4a7-2f4dea93f291", "encryption_id": "385250a8-4729-4958-b797-53979e09527d"}}'
2026-05-26 16:36:23,448 106240 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 202 POST https://10.4.3.186/volume/v3/volumes 0.156s
2026-05-26 16:36:23,448 106240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"name": "tempest-TestVolumeBootPattern-volume-572639801", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-luks2-184711498", "size": 1}}
Response - Headers: {'date': 'Tue, 26 May 2026 16:36:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c95d070-0c6c-4a7c-badd-cfbec27db968', 'content-length': '779', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c95d070-0c6c-4a7c-badd-cfbec27db968', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.186/volume/v3/volumes'}
Body: b'{"volume": {"id": "456f2df8-9c73-4b9e-ae8d-9b64ea10a141", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-05-26T16:36:23.401974", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-572639801", "description": null, "volume_type": "tempest-scenario-type-luks2-184711498", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/volumes/456f2df8-9c73-4b9e-ae8d-9b64ea10a141"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/volumes/456f2df8-9c73-4b9e-ae8d-9b64ea10a141"}], "user_id": "9434d7d0a4d44785a961dd7f28fa4c5c", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-05-26 16:36:23,478 106240 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.186/volume/v3/volumes/456f2df8-9c73-4b9e-ae8d-9b64ea10a141 0.025s
2026-05-26 16:36:23,478 106240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:36:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba54fc53-a6fc-4f80-9854-bf153a88d559', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba54fc53-a6fc-4f80-9854-bf153a88d559', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/volumes/456f2df8-9c73-4b9e-ae8d-9b64ea10a141'}
Body: b'{"volume": {"id": "456f2df8-9c73-4b9e-ae8d-9b64ea10a141", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-05-26T16:36:23.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-572639801", "description": null, "volume_type": "tempest-scenario-type-luks2-184711498", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/volumes/456f2df8-9c73-4b9e-ae8d-9b64ea10a141"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/volumes/456f2df8-9c73-4b9e-ae8d-9b64ea10a141"}], "user_id": "9434d7d0a4d44785a961dd7f28fa4c5c", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c03399268184d429e730fa52991e231"}}'
2026-05-26 16:36:24,520 106240 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.186/volume/v3/volumes/456f2df8-9c73-4b9e-ae8d-9b64ea10a141 0.037s
2026-05-26 16:36:24,521 106240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:36:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-559e33a7-14b9-44d5-b285-2d0ed54180df', 'content-length': '872', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-559e33a7-14b9-44d5-b285-2d0ed54180df', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/volumes/456f2df8-9c73-4b9e-ae8d-9b64ea10a141'}
Body: b'{"volume": {"id": "456f2df8-9c73-4b9e-ae8d-9b64ea10a141", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-26T16:36:23.000000", "updated_at": "2026-05-26T16:36:24.000000", "name": "tempest-TestVolumeBootPattern-volume-572639801", "description": null, "volume_type": "tempest-scenario-type-luks2-184711498", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/volumes/456f2df8-9c73-4b9e-ae8d-9b64ea10a141"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/volumes/456f2df8-9c73-4b9e-ae8d-9b64ea10a141"}], "user_id": "9434d7d0a4d44785a961dd7f28fa4c5c", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c03399268184d429e730fa52991e231"}}'
2026-05-26 16:36:24,529 106240 INFO [tempest.common.waiters] volume 456f2df8-9c73-4b9e-ae8d-9b64ea10a141 reached available after waiting for 1.528966 seconds
2026-05-26 16:36:24,559 106240 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.186/volume/v3/volumes/456f2df8-9c73-4b9e-ae8d-9b64ea10a141 0.030s
2026-05-26 16:36:24,559 106240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:36:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13d17408-055f-4e96-a7f1-7935b72ed457', 'content-length': '872', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13d17408-055f-4e96-a7f1-7935b72ed457', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/volumes/456f2df8-9c73-4b9e-ae8d-9b64ea10a141'}
Body: b'{"volume": {"id": "456f2df8-9c73-4b9e-ae8d-9b64ea10a141", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-26T16:36:23.000000", "updated_at": "2026-05-26T16:36:24.000000", "name": "tempest-TestVolumeBootPattern-volume-572639801", "description": null, "volume_type": "tempest-scenario-type-luks2-184711498", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/volumes/456f2df8-9c73-4b9e-ae8d-9b64ea10a141"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/volumes/456f2df8-9c73-4b9e-ae8d-9b64ea10a141"}], "user_id": "9434d7d0a4d44785a961dd7f28fa4c5c", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c03399268184d429e730fa52991e231"}}'
2026-05-26 16:36:24,590 106240 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST https://10.4.3.186/volume/v3/volumes/456f2df8-9c73-4b9e-ae8d-9b64ea10a141/action 0.025s
2026-05-26 16:36:24,590 106240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-set_bootable": {"bootable": true}}
Response - Headers: {'date': 'Tue, 26 May 2026 16:36:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-compute-request-id': 'req-351f16df-d397-4e3a-bc9b-f82b214ef53f', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-351f16df-d397-4e3a-bc9b-f82b214ef53f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/volumes/456f2df8-9c73-4b9e-ae8d-9b64ea10a141/action'}
Body: b''
2026-05-26 16:36:24,694 106240 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 201 POST https://10.4.3.186/identity/v3/auth/tokens 0.101s
2026-05-26 16:36:24,694 106240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Tue, 26 May 2026 16:36:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2936', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-ebaacab3-0270-420d-9c5e-c31f20066157', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.186/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9434d7d0a4d44785a961dd7f28fa4c5c", "name": "tempest-TestVolumeBootPattern-407229278-project-member", "password_expires_at": null}, "audit_ids": ["L1jOxexsRGOpEa8Fq0e_vw"], "expires_at": "2026-05-26T17:36:24.000000Z", "issued_at": "2026-05-26T16:36:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7c03399268184d429e730fa52991e231", "name": "tempest-TestVolumeBootPattern-407229278"}, "is_domain": false, "roles": [{"id": "dbfbfa6e7959472c8f716b8f073ccc1d", "name": "member"}, {"id": "f92db5ba692248b09a853a5f91851524", "name": "reader"}], "catalog": [{"endpoints": [{"id": "645d4abae3824e33a3cc3380a085919d", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.186/compute/v2.1", "region": "RegionOne"}], "id": "03028be43c0845c5be0a59b5b5cc12d3", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "19180ce0e5d74d2582aa7968df80c091", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.186/volume/v3", "region": "RegionOne"}], "id": "2a9bf45b94c74c189ebf2f3e6d735cb0", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "6f5b56b887934b4bad932e754959d4e4", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.186/identity", "region": "RegionOne"}], "id": "682403961607461998f8e103c7ba4e17", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "4dbd7cd2209f4fcc8e4f12cb55280510", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.186:8080/v1/AUTH_7c03399268184d429e730fa52991e231", "region": "RegionOne"}, {"id": "f37ac05aa9644e40bb5b8583ef887c63", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.186:8080", "region": "RegionOne"}], "id": "81b1295b0a664e4bb71f72ddcb7f0ec6", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "13fa09f4911c4f1c95d5e5c8d2d1c197", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.186/networking", "region": "RegionOne"}], "id": "9f0aac0e010045b3a299d83ee5ac7b4d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "18615d987e0d440eb55334ac165af6a7", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.186/placement", "region": "RegionOne"}], "id": "ee202ec739ec49c3ae90f18af667f86a", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8fcac4f3882b4571a7f658614b491dde", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.186/compute/v2/7c03399268184d429e730fa52991e231", "region": "RegionOne"}], "id": "f1164659e0aa42b8ab3f7337f6252b7f", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "036646f4f4e24dd59163c5b4c16ed75d", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.186/image", "region": "RegionOne"}], "id": "fbb6c15f44ac41419eda2d0ab9a8f340", "type": "image", "name": "glance"}]}}'
2026-05-26 16:36:24,695 106240 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2) Found network {'id': '4e0fa38f-abe2-45d3-9c66-5e63c354f2e3', 'name': 'tempest-TestVolumeBootPattern-690808912-network', 'tenant_id': '7c03399268184d429e730fa52991e231', 'project_id': '7c03399268184d429e730fa52991e231', 'admin_state_up': True, 'mtu': 1372, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 63296, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-05-26T16:35:42Z', 'updated_at': '2026-05-26T16:35:42Z', 'revision_number': 1} available for tenant
2026-05-26 16:36:25,650 106240 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 202 POST https://10.4.3.186/compute/v2.1/servers 0.955s
2026-05-26 16:36:25,651 106240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestVolumeBootPattern-server-225302965", "imageRef": "", "flavorRef": "42", "block_device_mapping_v2": [{"uuid": "456f2df8-9c73-4b9e-ae8d-9b64ea10a141", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "networks": [{"uuid": "4e0fa38f-abe2-45d3-9c66-5e63c354f2e3"}]}}
Response - Headers: {'date': 'Tue, 26 May 2026 16:36:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '380', 'location': 'https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-42a07d1c-2f03-44b1-ab32-f36555a7f9b6', 'x-compute-request-id': 'req-42a07d1c-2f03-44b1-ab32-f36555a7f9b6', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.186/compute/v2.1/servers'}
Body: b'{"server": {"id": "380139de-9d33-40de-a656-8fb659c8e6b8", "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "NBHdk7F33RYk"}}'
2026-05-26 16:36:25,817 106240 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8 0.165s
2026-05-26 16:36:25,817 106240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:36:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1054', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fbb5f3ec-dad3-4938-abd1-4d80cf72576b', 'x-compute-request-id': 'req-fbb5f3ec-dad3-4938-abd1-4d80cf72576b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:36:26Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "", "id": "380139de-9d33-40de-a656-8fb659c8e6b8", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-225302965", "status": "BUILD", "tenant_id": "7c03399268184d429e730fa52991e231", "user_id": "9434d7d0a4d44785a961dd7f28fa4c5c", "updated": "2026-05-26T16:36:25Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-26 16:36:26,947 106240 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8 0.122s
2026-05-26 16:36:26,947 106240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:36:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1096', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27da86c6-21b2-4253-a56d-edb79ee7bf23', 'x-compute-request-id': 'req-27da86c6-21b2-4253-a56d-edb79ee7bf23', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:36:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "", "id": "380139de-9d33-40de-a656-8fb659c8e6b8", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-225302965", "status": "BUILD", "tenant_id": "7c03399268184d429e730fa52991e231", "user_id": "9434d7d0a4d44785a961dd7f28fa4c5c", "updated": "2026-05-26T16:36:27Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "456f2df8-9c73-4b9e-ae8d-9b64ea10a141"}]}}'
2026-05-26 16:36:26,953 106240 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait
2026-05-26 16:36:28,070 106240 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8 0.116s
2026-05-26 16:36:28,070 106240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:36:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1152', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c7623fd-7e3e-4e90-b7c4-53ba5bff7acf', 'x-compute-request-id': 'req-7c7623fd-7e3e-4e90-b7c4-53ba5bff7acf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:36:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "ba247c08dcb9b45e2e98cb1f460ecf25f44bcdb699cc20765ae0eb7d", "id": "380139de-9d33-40de-a656-8fb659c8e6b8", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-225302965", "status": "BUILD", "tenant_id": "7c03399268184d429e730fa52991e231", "user_id": "9434d7d0a4d44785a961dd7f28fa4c5c", "updated": "2026-05-26T16:36:27Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "456f2df8-9c73-4b9e-ae8d-9b64ea10a141"}]}}'
2026-05-26 16:36:29,169 106240 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8 0.094s
2026-05-26 16:36:29,169 106240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:36:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1152', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b58f0443-ef9d-4f20-a9fe-5757e1b890b4', 'x-compute-request-id': 'req-b58f0443-ef9d-4f20-a9fe-5757e1b890b4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:36:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "ba247c08dcb9b45e2e98cb1f460ecf25f44bcdb699cc20765ae0eb7d", "id": "380139de-9d33-40de-a656-8fb659c8e6b8", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-225302965", "status": "BUILD", "tenant_id": "7c03399268184d429e730fa52991e231", "user_id": "9434d7d0a4d44785a961dd7f28fa4c5c", "updated": "2026-05-26T16:36:27Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "456f2df8-9c73-4b9e-ae8d-9b64ea10a141"}]}}'
2026-05-26 16:36:30,265 106240 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8 0.089s
2026-05-26 16:36:30,265 106240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:36:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1160', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-733dfd8a-0842-44bc-8a00-41f2e7f5a92d', 'x-compute-request-id': 'req-733dfd8a-0842-44bc-8a00-41f2e7f5a92d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:36:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "ba247c08dcb9b45e2e98cb1f460ecf25f44bcdb699cc20765ae0eb7d", "id": "380139de-9d33-40de-a656-8fb659c8e6b8", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-225302965", "status": "BUILD", "tenant_id": "7c03399268184d429e730fa52991e231", "user_id": "9434d7d0a4d44785a961dd7f28fa4c5c", "updated": "2026-05-26T16:36:30Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "456f2df8-9c73-4b9e-ae8d-9b64ea10a141"}]}}'
2026-05-26 16:36:30,273 106240 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 5 second wait
2026-05-26 16:36:31,464 106240 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8 0.189s
2026-05-26 16:36:31,465 106240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:36:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1212', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-796ebd24-fe84-4ab9-8b28-cc6e8214941b', 'x-compute-request-id': 'req-796ebd24-fe84-4ab9-8b28-cc6e8214941b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:36:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "ba247c08dcb9b45e2e98cb1f460ecf25f44bcdb699cc20765ae0eb7d", "id": "380139de-9d33-40de-a656-8fb659c8e6b8", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-225302965", "status": "BUILD", "tenant_id": "7c03399268184d429e730fa52991e231", "user_id": "9434d7d0a4d44785a961dd7f28fa4c5c", "updated": "2026-05-26T16:36:31Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "456f2df8-9c73-4b9e-ae8d-9b64ea10a141"}]}}'
2026-05-26 16:36:31,471 106240 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 6 second wait
2026-05-26 16:36:32,782 106240 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8 0.310s
2026-05-26 16:36:32,782 106240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:36:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1212', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e0d64f3-a1f5-493a-88db-9e21921a07a0', 'x-compute-request-id': 'req-4e0d64f3-a1f5-493a-88db-9e21921a07a0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:36:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "ba247c08dcb9b45e2e98cb1f460ecf25f44bcdb699cc20765ae0eb7d", "id": "380139de-9d33-40de-a656-8fb659c8e6b8", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-225302965", "status": "BUILD", "tenant_id": "7c03399268184d429e730fa52991e231", "user_id": "9434d7d0a4d44785a961dd7f28fa4c5c", "updated": "2026-05-26T16:36:31Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "456f2df8-9c73-4b9e-ae8d-9b64ea10a141"}]}}'
2026-05-26 16:36:34,003 106240 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8 0.212s
2026-05-26 16:36:34,003 106240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:36:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1200', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b87aded0-8b6d-4d51-8e8f-10bf695bc92c', 'x-compute-request-id': 'req-b87aded0-8b6d-4d51-8e8f-10bf695bc92c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:36:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "ba247c08dcb9b45e2e98cb1f460ecf25f44bcdb699cc20765ae0eb7d", "id": "380139de-9d33-40de-a656-8fb659c8e6b8", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-225302965", "status": "BUILD", "tenant_id": "7c03399268184d429e730fa52991e231", "user_id": "9434d7d0a4d44785a961dd7f28fa4c5c", "updated": "2026-05-26T16:36:33Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "456f2df8-9c73-4b9e-ae8d-9b64ea10a141"}]}}'
2026-05-26 16:36:34,010 106240 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 9 second wait
2026-05-26 16:36:35,226 106240 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8 0.214s
2026-05-26 16:36:35,226 106240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:36:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1200', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8387922f-5b3f-4d24-8b3b-87a0aa61065f', 'x-compute-request-id': 'req-8387922f-5b3f-4d24-8b3b-87a0aa61065f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:36:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "ba247c08dcb9b45e2e98cb1f460ecf25f44bcdb699cc20765ae0eb7d", "id": "380139de-9d33-40de-a656-8fb659c8e6b8", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-225302965", "status": "BUILD", "tenant_id": "7c03399268184d429e730fa52991e231", "user_id": "9434d7d0a4d44785a961dd7f28fa4c5c", "updated": "2026-05-26T16:36:33Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "456f2df8-9c73-4b9e-ae8d-9b64ea10a141"}]}}'
2026-05-26 16:36:36,473 106240 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8 0.239s
2026-05-26 16:36:36,473 106240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:36:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1200', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1d4f2b8-e322-4395-aa42-a4a025a77c48', 'x-compute-request-id': 'req-f1d4f2b8-e322-4395-aa42-a4a025a77c48', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:36:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "ba247c08dcb9b45e2e98cb1f460ecf25f44bcdb699cc20765ae0eb7d", "id": "380139de-9d33-40de-a656-8fb659c8e6b8", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-225302965", "status": "BUILD", "tenant_id": "7c03399268184d429e730fa52991e231", "user_id": "9434d7d0a4d44785a961dd7f28fa4c5c", "updated": "2026-05-26T16:36:33Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "456f2df8-9c73-4b9e-ae8d-9b64ea10a141"}]}}'
2026-05-26 16:36:37,733 106240 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8 0.251s
2026-05-26 16:36:37,734 106240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:36:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1200', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e70154e1-5690-4118-b25e-f6eadb563263', 'x-compute-request-id': 'req-e70154e1-5690-4118-b25e-f6eadb563263', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:36:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "ba247c08dcb9b45e2e98cb1f460ecf25f44bcdb699cc20765ae0eb7d", "id": "380139de-9d33-40de-a656-8fb659c8e6b8", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-225302965", "status": "BUILD", "tenant_id": "7c03399268184d429e730fa52991e231", "user_id": "9434d7d0a4d44785a961dd7f28fa4c5c", "updated": "2026-05-26T16:36:33Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "456f2df8-9c73-4b9e-ae8d-9b64ea10a141"}]}}'
2026-05-26 16:36:38,993 106240 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8 0.254s
2026-05-26 16:36:38,994 106240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:36:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1200', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-badbdf85-ca93-4f65-bbed-86ea4efc4a54', 'x-compute-request-id': 'req-badbdf85-ca93-4f65-bbed-86ea4efc4a54', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:36:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "ba247c08dcb9b45e2e98cb1f460ecf25f44bcdb699cc20765ae0eb7d", "id": "380139de-9d33-40de-a656-8fb659c8e6b8", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-225302965", "status": "BUILD", "tenant_id": "7c03399268184d429e730fa52991e231", "user_id": "9434d7d0a4d44785a961dd7f28fa4c5c", "updated": "2026-05-26T16:36:33Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "456f2df8-9c73-4b9e-ae8d-9b64ea10a141"}]}}'
2026-05-26 16:36:40,172 106240 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8 0.171s
2026-05-26 16:36:40,172 106240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:36:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1200', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e20afd98-ce0e-4503-a586-680a0c603e3e', 'x-compute-request-id': 'req-e20afd98-ce0e-4503-a586-680a0c603e3e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:36:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "ba247c08dcb9b45e2e98cb1f460ecf25f44bcdb699cc20765ae0eb7d", "id": "380139de-9d33-40de-a656-8fb659c8e6b8", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-225302965", "status": "BUILD", "tenant_id": "7c03399268184d429e730fa52991e231", "user_id": "9434d7d0a4d44785a961dd7f28fa4c5c", "updated": "2026-05-26T16:36:33Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "456f2df8-9c73-4b9e-ae8d-9b64ea10a141"}]}}'
2026-05-26 16:36:41,408 106240 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8 0.228s
2026-05-26 16:36:41,408 106240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:36:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1200', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4b9ae759-71bb-468f-9c4a-cec42969af9a', 'x-compute-request-id': 'req-4b9ae759-71bb-468f-9c4a-cec42969af9a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:36:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "ba247c08dcb9b45e2e98cb1f460ecf25f44bcdb699cc20765ae0eb7d", "id": "380139de-9d33-40de-a656-8fb659c8e6b8", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-225302965", "status": "BUILD", "tenant_id": "7c03399268184d429e730fa52991e231", "user_id": "9434d7d0a4d44785a961dd7f28fa4c5c", "updated": "2026-05-26T16:36:33Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "456f2df8-9c73-4b9e-ae8d-9b64ea10a141"}]}}'
2026-05-26 16:36:42,774 106240 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8 0.358s
2026-05-26 16:36:42,775 106240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:36:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1200', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eff2469f-f67f-4877-a45e-a18b60420ed7', 'x-compute-request-id': 'req-eff2469f-f67f-4877-a45e-a18b60420ed7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:36:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "ba247c08dcb9b45e2e98cb1f460ecf25f44bcdb699cc20765ae0eb7d", "id": "380139de-9d33-40de-a656-8fb659c8e6b8", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-225302965", "status": "BUILD", "tenant_id": "7c03399268184d429e730fa52991e231", "user_id": "9434d7d0a4d44785a961dd7f28fa4c5c", "updated": "2026-05-26T16:36:33Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "456f2df8-9c73-4b9e-ae8d-9b64ea10a141"}]}}'
2026-05-26 16:36:44,225 106240 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8 0.446s
2026-05-26 16:36:44,226 106240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:36:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1200', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-106730c7-a0e8-4cfd-8794-2e730b3c0c3b', 'x-compute-request-id': 'req-106730c7-a0e8-4cfd-8794-2e730b3c0c3b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:36:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "ba247c08dcb9b45e2e98cb1f460ecf25f44bcdb699cc20765ae0eb7d", "id": "380139de-9d33-40de-a656-8fb659c8e6b8", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-225302965", "status": "BUILD", "tenant_id": "7c03399268184d429e730fa52991e231", "user_id": "9434d7d0a4d44785a961dd7f28fa4c5c", "updated": "2026-05-26T16:36:33Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "456f2df8-9c73-4b9e-ae8d-9b64ea10a141"}]}}'
2026-05-26 16:36:45,455 106240 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8 0.224s
2026-05-26 16:36:45,456 106240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:36:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1200', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e194bb2a-6c6e-4e8e-ba77-fec067d48f63', 'x-compute-request-id': 'req-e194bb2a-6c6e-4e8e-ba77-fec067d48f63', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:36:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "ba247c08dcb9b45e2e98cb1f460ecf25f44bcdb699cc20765ae0eb7d", "id": "380139de-9d33-40de-a656-8fb659c8e6b8", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-225302965", "status": "BUILD", "tenant_id": "7c03399268184d429e730fa52991e231", "user_id": "9434d7d0a4d44785a961dd7f28fa4c5c", "updated": "2026-05-26T16:36:33Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "456f2df8-9c73-4b9e-ae8d-9b64ea10a141"}]}}'
2026-05-26 16:36:47,234 106240 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8 0.772s
2026-05-26 16:36:47,234 106240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:36:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1200', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1febec53-c770-48e8-a708-d7392caac785', 'x-compute-request-id': 'req-1febec53-c770-48e8-a708-d7392caac785', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:36:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "ba247c08dcb9b45e2e98cb1f460ecf25f44bcdb699cc20765ae0eb7d", "id": "380139de-9d33-40de-a656-8fb659c8e6b8", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-225302965", "status": "BUILD", "tenant_id": "7c03399268184d429e730fa52991e231", "user_id": "9434d7d0a4d44785a961dd7f28fa4c5c", "updated": "2026-05-26T16:36:33Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "456f2df8-9c73-4b9e-ae8d-9b64ea10a141"}]}}'
2026-05-26 16:36:48,466 106240 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8 0.218s
2026-05-26 16:36:48,466 106240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:36:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1200', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d695624-20a4-4c2c-8f76-578057e4a896', 'x-compute-request-id': 'req-8d695624-20a4-4c2c-8f76-578057e4a896', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:36:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "ba247c08dcb9b45e2e98cb1f460ecf25f44bcdb699cc20765ae0eb7d", "id": "380139de-9d33-40de-a656-8fb659c8e6b8", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-225302965", "status": "BUILD", "tenant_id": "7c03399268184d429e730fa52991e231", "user_id": "9434d7d0a4d44785a961dd7f28fa4c5c", "updated": "2026-05-26T16:36:33Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "456f2df8-9c73-4b9e-ae8d-9b64ea10a141"}]}}'
2026-05-26 16:36:49,844 106240 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8 0.370s
2026-05-26 16:36:49,844 106240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:36:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1200', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6ea17f3-8ef3-47d4-877b-96dc0ab425ed', 'x-compute-request-id': 'req-c6ea17f3-8ef3-47d4-877b-96dc0ab425ed', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:36:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "ba247c08dcb9b45e2e98cb1f460ecf25f44bcdb699cc20765ae0eb7d", "id": "380139de-9d33-40de-a656-8fb659c8e6b8", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-225302965", "status": "BUILD", "tenant_id": "7c03399268184d429e730fa52991e231", "user_id": "9434d7d0a4d44785a961dd7f28fa4c5c", "updated": "2026-05-26T16:36:33Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "456f2df8-9c73-4b9e-ae8d-9b64ea10a141"}]}}'
2026-05-26 16:36:51,017 106240 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8 0.167s
2026-05-26 16:36:51,017 106240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:36:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1200', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4b25546b-4a01-4629-a166-1179667a4c3d', 'x-compute-request-id': 'req-4b25546b-4a01-4629-a166-1179667a4c3d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:36:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "ba247c08dcb9b45e2e98cb1f460ecf25f44bcdb699cc20765ae0eb7d", "id": "380139de-9d33-40de-a656-8fb659c8e6b8", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-225302965", "status": "BUILD", "tenant_id": "7c03399268184d429e730fa52991e231", "user_id": "9434d7d0a4d44785a961dd7f28fa4c5c", "updated": "2026-05-26T16:36:33Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "456f2df8-9c73-4b9e-ae8d-9b64ea10a141"}]}}'
2026-05-26 16:36:52,291 106240 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8 0.268s
2026-05-26 16:36:52,291 106240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:36:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1200', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4645726e-1a25-456c-98fd-62e187f7c0c1', 'x-compute-request-id': 'req-4645726e-1a25-456c-98fd-62e187f7c0c1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:36:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "ba247c08dcb9b45e2e98cb1f460ecf25f44bcdb699cc20765ae0eb7d", "id": "380139de-9d33-40de-a656-8fb659c8e6b8", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-225302965", "status": "BUILD", "tenant_id": "7c03399268184d429e730fa52991e231", "user_id": "9434d7d0a4d44785a961dd7f28fa4c5c", "updated": "2026-05-26T16:36:33Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "456f2df8-9c73-4b9e-ae8d-9b64ea10a141"}]}}'
2026-05-26 16:36:53,546 106240 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8 0.245s
2026-05-26 16:36:53,547 106240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:36:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1200', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a4f87f41-22d4-48a0-b89b-4f8654a2f933', 'x-compute-request-id': 'req-a4f87f41-22d4-48a0-b89b-4f8654a2f933', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:36:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "ba247c08dcb9b45e2e98cb1f460ecf25f44bcdb699cc20765ae0eb7d", "id": "380139de-9d33-40de-a656-8fb659c8e6b8", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-225302965", "status": "BUILD", "tenant_id": "7c03399268184d429e730fa52991e231", "user_id": "9434d7d0a4d44785a961dd7f28fa4c5c", "updated": "2026-05-26T16:36:33Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "456f2df8-9c73-4b9e-ae8d-9b64ea10a141"}]}}'
2026-05-26 16:36:54,748 106240 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8 0.194s
2026-05-26 16:36:54,749 106240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:36:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1200', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-493ae31a-6c51-480c-8eb4-28905ebcb22a', 'x-compute-request-id': 'req-493ae31a-6c51-480c-8eb4-28905ebcb22a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:36:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "ba247c08dcb9b45e2e98cb1f460ecf25f44bcdb699cc20765ae0eb7d", "id": "380139de-9d33-40de-a656-8fb659c8e6b8", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-225302965", "status": "BUILD", "tenant_id": "7c03399268184d429e730fa52991e231", "user_id": "9434d7d0a4d44785a961dd7f28fa4c5c", "updated": "2026-05-26T16:36:33Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "456f2df8-9c73-4b9e-ae8d-9b64ea10a141"}]}}'
2026-05-26 16:36:55,957 106240 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8 0.201s
2026-05-26 16:36:55,957 106240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:36:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1200', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24290aac-8070-483f-9739-006f8af8aede', 'x-compute-request-id': 'req-24290aac-8070-483f-9739-006f8af8aede', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:36:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "ba247c08dcb9b45e2e98cb1f460ecf25f44bcdb699cc20765ae0eb7d", "id": "380139de-9d33-40de-a656-8fb659c8e6b8", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-225302965", "status": "BUILD", "tenant_id": "7c03399268184d429e730fa52991e231", "user_id": "9434d7d0a4d44785a961dd7f28fa4c5c", "updated": "2026-05-26T16:36:33Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "456f2df8-9c73-4b9e-ae8d-9b64ea10a141"}]}}'
2026-05-26 16:36:57,201 106240 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8 0.237s
2026-05-26 16:36:57,202 106240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:36:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1200', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3fc51239-cc15-4d4f-9673-0e50d6d17e48', 'x-compute-request-id': 'req-3fc51239-cc15-4d4f-9673-0e50d6d17e48', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:36:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "ba247c08dcb9b45e2e98cb1f460ecf25f44bcdb699cc20765ae0eb7d", "id": "380139de-9d33-40de-a656-8fb659c8e6b8", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-225302965", "status": "BUILD", "tenant_id": "7c03399268184d429e730fa52991e231", "user_id": "9434d7d0a4d44785a961dd7f28fa4c5c", "updated": "2026-05-26T16:36:33Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "456f2df8-9c73-4b9e-ae8d-9b64ea10a141"}]}}'
2026-05-26 16:36:58,464 106240 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8 0.255s
2026-05-26 16:36:58,464 106240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:36:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1200', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2637dd1-8575-43ee-a4a4-fe60a5ded14a', 'x-compute-request-id': 'req-c2637dd1-8575-43ee-a4a4-fe60a5ded14a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:36:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "ba247c08dcb9b45e2e98cb1f460ecf25f44bcdb699cc20765ae0eb7d", "id": "380139de-9d33-40de-a656-8fb659c8e6b8", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-225302965", "status": "BUILD", "tenant_id": "7c03399268184d429e730fa52991e231", "user_id": "9434d7d0a4d44785a961dd7f28fa4c5c", "updated": "2026-05-26T16:36:33Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "456f2df8-9c73-4b9e-ae8d-9b64ea10a141"}]}}'
2026-05-26 16:36:59,825 106240 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8 0.353s
2026-05-26 16:36:59,825 106240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:36:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1200', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04db0bf7-3b44-4ac4-853f-c3592df2e9da', 'x-compute-request-id': 'req-04db0bf7-3b44-4ac4-853f-c3592df2e9da', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:36:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "ba247c08dcb9b45e2e98cb1f460ecf25f44bcdb699cc20765ae0eb7d", "id": "380139de-9d33-40de-a656-8fb659c8e6b8", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-225302965", "status": "BUILD", "tenant_id": "7c03399268184d429e730fa52991e231", "user_id": "9434d7d0a4d44785a961dd7f28fa4c5c", "updated": "2026-05-26T16:36:33Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "456f2df8-9c73-4b9e-ae8d-9b64ea10a141"}]}}'
2026-05-26 16:37:01,218 106240 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8 0.386s
2026-05-26 16:37:01,218 106240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:37:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1200', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-864767f8-fc81-4b7f-adf6-0a53a4d88e6a', 'x-compute-request-id': 'req-864767f8-fc81-4b7f-adf6-0a53a4d88e6a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:36:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "ba247c08dcb9b45e2e98cb1f460ecf25f44bcdb699cc20765ae0eb7d", "id": "380139de-9d33-40de-a656-8fb659c8e6b8", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-225302965", "status": "BUILD", "tenant_id": "7c03399268184d429e730fa52991e231", "user_id": "9434d7d0a4d44785a961dd7f28fa4c5c", "updated": "2026-05-26T16:36:33Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "456f2df8-9c73-4b9e-ae8d-9b64ea10a141"}]}}'
2026-05-26 16:37:02,394 106240 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8 0.169s
2026-05-26 16:37:02,394 106240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:37:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1200', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a4d2d56-8b57-4ec9-a1d2-ca2f88a30b7b', 'x-compute-request-id': 'req-3a4d2d56-8b57-4ec9-a1d2-ca2f88a30b7b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:36:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "ba247c08dcb9b45e2e98cb1f460ecf25f44bcdb699cc20765ae0eb7d", "id": "380139de-9d33-40de-a656-8fb659c8e6b8", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-225302965", "status": "BUILD", "tenant_id": "7c03399268184d429e730fa52991e231", "user_id": "9434d7d0a4d44785a961dd7f28fa4c5c", "updated": "2026-05-26T16:37:02Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "456f2df8-9c73-4b9e-ae8d-9b64ea10a141"}]}}'
2026-05-26 16:37:03,616 106240 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8 0.217s
2026-05-26 16:37:03,616 106240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:37:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1144', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb91ba41-a478-4286-85ab-118096587530', 'x-compute-request-id': 'req-bb91ba41-a478-4286-85ab-118096587530', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:36:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "", "id": "380139de-9d33-40de-a656-8fb659c8e6b8", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-225302965", "status": "BUILD", "tenant_id": "7c03399268184d429e730fa52991e231", "user_id": "9434d7d0a4d44785a961dd7f28fa4c5c", "updated": "2026-05-26T16:37:03Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "456f2df8-9c73-4b9e-ae8d-9b64ea10a141"}]}}'
2026-05-26 16:37:04,804 106240 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8 0.180s
2026-05-26 16:37:04,805 106240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:37:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1144', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba0405d7-e237-4b19-97a0-e5049aa977ac', 'x-compute-request-id': 'req-ba0405d7-e237-4b19-97a0-e5049aa977ac', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:36:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "", "id": "380139de-9d33-40de-a656-8fb659c8e6b8", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-225302965", "status": "BUILD", "tenant_id": "7c03399268184d429e730fa52991e231", "user_id": "9434d7d0a4d44785a961dd7f28fa4c5c", "updated": "2026-05-26T16:37:03Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "456f2df8-9c73-4b9e-ae8d-9b64ea10a141"}]}}'
2026-05-26 16:37:05,909 106240 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8 0.098s
2026-05-26 16:37:05,909 106240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:37:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1102', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9cafe4cf-12b8-48c8-b84c-ff771660e509', 'x-compute-request-id': 'req-9cafe4cf-12b8-48c8-b84c-ff771660e509', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:36:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "", "id": "380139de-9d33-40de-a656-8fb659c8e6b8", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-225302965", "status": "BUILD", "tenant_id": "7c03399268184d429e730fa52991e231", "user_id": "9434d7d0a4d44785a961dd7f28fa4c5c", "updated": "2026-05-26T16:37:06Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "456f2df8-9c73-4b9e-ae8d-9b64ea10a141"}]}}'
2026-05-26 16:37:07,051 106240 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8 0.135s
2026-05-26 16:37:07,051 106240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:37:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1292', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5637590-0a80-419d-b8e8-d7c6b3545952', 'x-compute-request-id': 'req-d5637590-0a80-419d-b8e8-d7c6b3545952', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-26T16:36:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.186/compute/flavors/42"}]}, "hostId": "", "id": "380139de-9d33-40de-a656-8fb659c8e6b8", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}, {"rel": "bookmark", "href": "https://10.4.3.186/compute/servers/380139de-9d33-40de-a656-8fb659c8e6b8"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-225302965", "status": "ERROR", "tenant_id": "7c03399268184d429e730fa52991e231", "user_id": "9434d7d0a4d44785a961dd7f28fa4c5c", "updated": "2026-05-26T16:37:07Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-05-26T16:37:07Z", "message": "Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 380139de-9d33-40de-a656-8fb659c8e6b8."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "456f2df8-9c73-4b9e-ae8d-9b64ea10a141"}]}}'
2026-05-26 16:37:07,057 106240 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ERROR/None" after 42 second wait
2026-05-26 16:37:07,550 106240 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 204 DELETE https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8 0.493s
2026-05-26 16:37:07,551 106240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:37:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b293656f-4a1e-4b80-8f7c-a4dbb1ad9d34', 'x-compute-request-id': 'req-b293656f-4a1e-4b80-8f7c-a4dbb1ad9d34', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8'}
Body: b''
2026-05-26 16:37:07,582 106240 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 404 GET https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8 0.030s
2026-05-26 16:37:07,582 106240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:37:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-54c484f6-d2bd-4709-8a21-5430031b012c', 'x-compute-request-id': 'req-54c484f6-d2bd-4709-8a21-5430031b012c', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.186/compute/v2.1/servers/380139de-9d33-40de-a656-8fb659c8e6b8'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 380139de-9d33-40de-a656-8fb659c8e6b8 could not be found."}}'
2026-05-26 16:37:07,631 106240 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE https://10.4.3.186/volume/v3/volumes/456f2df8-9c73-4b9e-ae8d-9b64ea10a141 0.047s
2026-05-26 16:37:07,632 106240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:37:07 GMT', 'server': 'Apache/2.4.58 (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-295e8dca-42f1-4a8e-86da-35920e4cf52b', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.186/volume/v3/volumes/456f2df8-9c73-4b9e-ae8d-9b64ea10a141'}
Body: b''
2026-05-26 16:37:07,677 106240 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.186/volume/v3/volumes/456f2df8-9c73-4b9e-ae8d-9b64ea10a141 0.045s
2026-05-26 16:37:07,677 106240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:37:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a91e339-5cfd-4147-a804-013d2f6ea6cc', 'content-length': '870', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a91e339-5cfd-4147-a804-013d2f6ea6cc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/volumes/456f2df8-9c73-4b9e-ae8d-9b64ea10a141'}
Body: b'{"volume": {"id": "456f2df8-9c73-4b9e-ae8d-9b64ea10a141", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-05-26T16:36:23.000000", "updated_at": "2026-05-26T16:37:08.000000", "name": "tempest-TestVolumeBootPattern-volume-572639801", "description": null, "volume_type": "tempest-scenario-type-luks2-184711498", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/volumes/456f2df8-9c73-4b9e-ae8d-9b64ea10a141"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/volumes/456f2df8-9c73-4b9e-ae8d-9b64ea10a141"}], "user_id": "9434d7d0a4d44785a961dd7f28fa4c5c", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c03399268184d429e730fa52991e231"}}'
2026-05-26 16:37:08,710 106240 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET https://10.4.3.186/volume/v3/volumes/456f2df8-9c73-4b9e-ae8d-9b64ea10a141 0.022s
2026-05-26 16:37:08,711 106240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:37:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6002f4c-2eb5-436f-a328-e59169ecce49', 'x-openstack-request-id': 'req-a6002f4c-2eb5-436f-a328-e59169ecce49', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.186/volume/v3/volumes/456f2df8-9c73-4b9e-ae8d-9b64ea10a141'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume 456f2df8-9c73-4b9e-ae8d-9b64ea10a141 could not be found."}}'
2026-05-26 16:37:08,751 106240 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.186/volume/v3/volumes/detail?all_tenants=1 0.040s
2026-05-26 16:37:08,751 106240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:37:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2fc84d0-bcc1-467c-aab5-2c9149052c8f', 'content-length': '10073', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2fc84d0-bcc1-467c-aab5-2c9149052c8f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.186/volume/v3/volumes/detail?all_tenants=1'}
Body: b'{"volumes": [{"id": "6302fce7-e89a-49ac-9558-dd0dd333274b", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-05-26T16:36:58.000000", "updated_at": "2026-05-26T16:36:59.000000", "name": "tempest-VolumesBackupsTest-Volume-1412968597", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/volumes/6302fce7-e89a-49ac-9558-dd0dd333274b"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/volumes/6302fce7-e89a-49ac-9558-dd0dd333274b"}], "user_id": "8ddba9557b524d8fa66759858188fa45", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "b66a24fd6ccb433eab1f14ff491f2075", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000001433@storpool#template_virtual"}, {"id": "1c38d85c-c625-4262-ae04-39e1c2b91bf7", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-26T16:36:50.000000", "updated_at": "2026-05-26T16:37:01.000000", "name": "tempest-TestVolumeBootPatternV346-volume-origin-996284157", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/volumes/1c38d85c-c625-4262-ae04-39e1c2b91bf7"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/volumes/1c38d85c-c625-4262-ae04-39e1c2b91bf7"}], "user_id": "bbb964d4837441be9cfe68e9c8d8a496", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "1c38d85c-c625-4262-ae04-39e1c2b91bf7", "attachment_id": "42d66a11-ecf3-499a-83cd-026eb5bc4388", "volume_id": "1c38d85c-c625-4262-ae04-39e1c2b91bf7", "server_id": "31ae8c63-7209-4fb3-b76f-534db32996fd", "host_name": "np0000001433", "device": "/dev/vda", "attached_at": "2026-05-26T16:37:00.000000"}], "migration_status": null, "os-vol-tenant-attr:tenant_id": "c5003c6798844085aa6e4a3c454df2ed", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000001433@storpool#template_virtual", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "33e149f8-5fd3-4e27-b8bd-94e36f5b363f", "image_name": "cirros-0.6.3-x86_64-disk", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}}, {"id": "8db2f9c6-c2fc-4f11-8621-4d33b021502a", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-26T16:36:28.000000", "updated_at": "2026-05-26T16:36:56.000000", "name": "tempest-VolumesBackupsTest-Volume-1143082797", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.186/volume/v3/volumes/8db2f9c6-c2fc-4f11-8621-4d33b021502a"}, {"rel": "bookmark", "href": "https://10.4.3.186/volume/volumes/8db2f9c6-c2fc-4f11-8621-4d33b021502a"}], "user_id": "8ddba9557b524d8fa66759858188fa45", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "b66a24fd6ccb433eab1f14ff491f2075", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000001433@storpool#default"}, {"id": "c1047c8f-dcb1-4228-b5bc-6b5546ed1547", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-05-26T16:32:56.000000", "updated_at": "2026-05-26T16:32:58.000000", "name": "tempest-VolumesBackupsAdminTest-Volu
2026-05-26 16:37:08,803 106240 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE https://10.4.3.186/volume/v3/types/5874d675-5787-442c-a4a7-2f4dea93f291 0.040s
2026-05-26 16:37:08,803 106240 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 26 May 2026 16:37:08 GMT', 'server': 'Apache/2.4.58 (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-0c05bdf2-80ca-4107-82d0-190d8b440b5e', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.186/volume/v3/types/5874d675-5787-442c-a4a7-2f4dea93f291'}
Body: b''
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 381, in test_boot_server_from_encrypted_volume_luksv2
self._do_test_boot_server_from_encrypted_volume_luks('luks2')
File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 356, in _do_test_boot_server_from_encrypted_volume_luks
server = self.boot_instance_from_resource(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/scenario/manager.py", line 1388, in boot_instance_from_resource
return self.create_server(**create_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/scenario/manager.py", line 349, in create_server
body, _ = compute.create_test_server(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
server = waiters.wait_for_server_status(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 380139de-9d33-40de-a656-8fb659c8e6b8 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-05-26T16:37:07Z', 'message': 'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 380139de-9d33-40de-a656-8fb659c8e6b8.'}. Request ID of server operation performed before checking the server status req-42a07d1c-2f03-44b1-ab32-f36555a7f9b6.
|
||||||
test_bootable_volume_last_snapshot_delete_while_stopped[compute,id-3c87bc15-cf6a-4dd6-8c23-4541b2cc3dbb,image,volume] |
pass
pt7.3: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_bootable_volume_last_snapshot_delete_while_stopped[compute,id-3c87bc15-cf6a-4dd6-8c23-4541b2cc3dbb,image,volume]
|
||||||
test_bootable_volume_snapshot_stop_start_instance[compute,id-e3f4f2fc-5c6a-4be6-9c54-aedfc0954da7,image,volume] |
pass
pt7.4: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_bootable_volume_snapshot_stop_start_instance[compute,id-e3f4f2fc-5c6a-4be6-9c54-aedfc0954da7,image,volume]
|
||||||
test_create_server_from_volume_snapshot[compute,id-05795fb2-b2a7-4c9f-8fac-ff25aedb1489,image,slow,volume] |
pass
pt7.5: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot[compute,id-05795fb2-b2a7-4c9f-8fac-ff25aedb1489,image,slow,volume]
|
||||||
test_image_defined_boot_from_volume[compute,id-36c34c67-7b54-4b59-b188-02a2f458a63b,image,volume] |
pass
pt7.6: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume[compute,id-36c34c67-7b54-4b59-b188-02a2f458a63b,image,volume]
|
||||||
test_volume_boot_pattern[compute,id-557cd2c2-4eb8-4dce-98be-f86765ff311b,image,slow,volume] |
pass
pt7.7: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern[compute,id-557cd2c2-4eb8-4dce-98be-f86765ff311b,image,slow,volume]
|
||||||
| cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_backup_crossproject_admin_negative[id-2daadb2e-409a-4ede-a6ce-6002ec324372] |
pass
pt8.1: cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest.test_backup_crossproject_admin_negative[id-2daadb2e-409a-4ede-a6ce-6002ec324372]
|
||||||
test_backup_crossproject_user_negative[id-b9feb593-5809-4207-90d3-28e627730f13] |
pass
pt8.2: cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest.test_backup_crossproject_user_negative[id-b9feb593-5809-4207-90d3-28e627730f13]
|
||||||
test_incremental_backup_respective_parents[id-ce15f528-bfc1-492d-81db-b6168b631587] |
pass
pt8.3: cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest.test_incremental_backup_respective_parents[id-ce15f528-bfc1-492d-81db-b6168b631587]
|
||||||
| cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_from_image_with_volume_type_image_property[id-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6] |
pass
pt9.1: cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property[id-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6]
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_multiple_volume_from_backup[id-9db67083-bf1a-486c-8f77-3778467f39a1] |
pass
pt10.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest.test_create_multiple_volume_from_backup[id-9db67083-bf1a-486c-8f77-3778467f39a1]
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e] |
pass
pt11.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e]
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3] |
pass
pt12.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3]
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558] |
pass
pt13.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_backup_create_and_restore_to_an_existing_volume[id-b5d837b0-7066-455d-88fc-4a721a899306] |
pass
pt14.1: cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_backup_create_and_restore_to_an_existing_volume[id-b5d837b0-7066-455d-88fc-4a721a899306]
|
||||||
test_incr_backup_create_and_restore_to_an_existing_volume[id-457359e2-a663-4758-8f76-06d392dfd7c7] |
pass
pt14.2: cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_incr_backup_create_and_restore_to_an_existing_volume[id-457359e2-a663-4758-8f76-06d392dfd7c7]
|
||||||
test_incremental_backup[id-c810fe2c-cb40-43ab-96aa-471b74516a98] |
pass
pt14.3: cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_incremental_backup[id-c810fe2c-cb40-43ab-96aa-471b74516a98]
|
||||||
test_volume_snapshot_backup[id-885410c6-cd1d-452c-a409-7c32b7e0be15] |
pass
pt14.4: cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_volume_snapshot_backup[id-885410c6-cd1d-452c-a409-7c32b7e0be15]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests | 4 | 4 | 0 | 0 | 0 | Detail | |
test_delete_dep_chain[id-f8278e5c-50ff-4a1d-8670-3ca0866d411a] |
pass
pt15.1: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_dep_chain[id-f8278e5c-50ff-4a1d-8670-3ca0866d411a]
|
||||||
test_delete_dep_chain_2[id-63447ef8-e667-4796-ba66-1b9b883af1f1] |
pass
pt15.2: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_dep_chain_2[id-63447ef8-e667-4796-ba66-1b9b883af1f1]
|
||||||
test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40] |
pass
pt15.3: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40]
|
||||||
test_delete_source_volume[id-42e9df95-854b-4840-9d55-ae62f65e9b8e] |
pass
pt15.4: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_volume[id-42e9df95-854b-4840-9d55-ae62f65e9b8e]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests | 3 | 3 | 0 | 0 | 0 | Detail | |
test_image_volume_dependencies_1[id-7a9fba78-2e4b-42b1-9898-bb4a60685320,image,volume] |
pass
pt16.1: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_1[id-7a9fba78-2e4b-42b1-9898-bb4a60685320,image,volume]
|
||||||
test_image_volume_dependencies_2[id-0e20bd6e-440f-41d8-9b5d-fc047ac00423,image,volume] |
pass
pt16.2: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_2[id-0e20bd6e-440f-41d8-9b5d-fc047ac00423,image,volume]
|
||||||
test_image_volume_dependencies_3[id-e6050452-06bd-4c7f-9912-45178c83e379,image,volume] |
pass
pt16.3: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_3[id-e6050452-06bd-4c7f-9912-45178c83e379,image,volume]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_revert_to_snapshot[id-87b7dcb7-4950-4a3a-802c-ece55491846d] |
pass
pt17.1: cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot[id-87b7dcb7-4950-4a3a-802c-ece55491846d]
|
||||||
test_volume_revert_to_snapshot_after_extended_negative[id-4e8b0788-87fe-430d-be7a-444d7f8e0347] |
pass
pt17.2: cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative[id-4e8b0788-87fe-430d-be7a-444d7f8e0347]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_delete_unicode_volume_name[id-2d7e2e49-150e-4849-a18e-79f9777c9a96] |
pass
pt18.1: cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name[id-2d7e2e49-150e-4849-a18e-79f9777c9a96]
|
||||||
test_snapshot_create_volume_description_non_ascii_code[id-332be44d-5418-4fb3-a8f0-a3587de6929f] |
pass
pt18.2: cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code[id-332be44d-5418-4fb3-a8f0-a3587de6929f]
|
||||||
| cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests | 1 | 1 | 0 | 0 | 0 | Detail | |
test_snapshot_data_integrity[compute,id-ff10644e-5a70-4a9f-9801-8204bb81fb61,image,network,volume] |
pass
pt19.1: cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity[compute,id-ff10644e-5a70-4a9f-9801-8204bb81fb61,image,network,volume]
|
||||||
| cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests | 1 | 1 | 0 | 0 | 0 | Detail | |
test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume] |
pass
pt20.1: cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests.test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume]
|
||||||
| cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes | 2 | 2 | 0 | 0 | 0 | Detail | |
test_attach_cloned_encrypted_volume[compute,id-5bb622ab-5060-48a8-8840-d589a548b9e4,volume] |
pass
pt21.1: cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes.test_attach_cloned_encrypted_volume[compute,id-5bb622ab-5060-48a8-8840-d589a548b9e4,volume]
|
||||||
test_boot_cloned_encrypted_volume[compute,id-5bb622ab-5060-48a8-8840-d589a548b7e4,image,volume] |
pass
pt21.2: cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes.test_boot_cloned_encrypted_volume[compute,id-5bb622ab-5060-48a8-8840-d589a548b7e4,image,volume]
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups | 1 | 0 | 0 | 0 | 1 | Detail | |
ConsistencyGroupsV2Test) |
skip
pt22.1: setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions | 1 | 0 | 0 | 0 | 1 | Detail | |
ProjectReaderTests) |
skip
pt23.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types | 3 | 0 | 0 | 0 | 3 | Detail | |
VolumeTypesMemberTests) |
skip
pt24.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests)
|
||||||
VolumeTypesReaderTests) |
skip
pt24.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests)
|
||||||
VolumeTypesAdminTests) |
skip
pt24.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes | 1 | 0 | 0 | 0 | 1 | Detail | |
ProjectReaderTests) |
skip
pt25.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer | 1 | 0 | 0 | 0 | 1 | Detail | |
TransferEncryptedVolumeTest) |
skip
pt26.1: setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency | 1 | 0 | 0 | 0 | 1 | Detail | |
ConcurrentVolumeActionsTest) |
skip
pt27.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency.ConcurrentVolumeActionsTest)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeMultiattachTests) |
skip
pt28.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests)
|
||||||
| setUpClass (tempest.api.compute.admin.test_live_migration | 3 | 0 | 0 | 0 | 3 | Detail | |
LiveMigrationTest) |
skip
pt29.1: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest)
|
||||||
LiveMigrationWithoutHostTest) |
skip
pt29.2: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationWithoutHostTest)
|
||||||
LiveAutoBlockMigrationV225Test) |
skip
pt29.3: setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test)
|
||||||
| setUpClass (tempest.api.compute.admin.test_volume_swap | 1 | 0 | 0 | 0 | 1 | Detail | |
TestMultiAttachVolumeSwap) |
skip
pt30.1: setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap)
|
||||||
| setUpClass (tempest.api.compute.admin.test_volumes_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
UpdateMultiattachVolumeNegativeTest) |
skip
pt31.1: setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest)
|
||||||
| setUpClass (tempest.api.compute.volumes.test_attach_volume | 1 | 0 | 0 | 0 | 1 | Detail | |
AttachVolumeMultiAttachTest) |
skip
pt32.1: setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_encrypted_volumes_extend | 1 | 0 | 0 | 0 | 1 | Detail | |
EncryptedVolumesExtendAttachedTest) |
skip
pt33.1: setUpClass (tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_multi_backend | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeMultiBackendTest) |
skip
pt34.1: setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_snapshot_manage | 1 | 0 | 0 | 0 | 1 | Detail | |
SnapshotManageAdminTest) |
skip
pt35.1: setUpClass (tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volume_manage | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeManageAdminTest) |
skip
pt36.1: setUpClass (tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volume_retype | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumeRetypeMultiattachTest) |
skip
pt37.1: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeMultiattachTest)
|
||||||
VolumeRetypeWithMigrationTest) |
skip
pt37.2: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest)
|
||||||
| setUpClass (tempest.scenario.test_volume_migrate_attached | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeMigrateRetypeAttached) |
skip
pt38.1: setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached)
|
||||||
| tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_assisted_snapshot_create_delete[id-8aee84a3-1b1f-42e4-9b00-613931ccac24] |
pass
pt39.1: tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest.test_volume_assisted_snapshot_create_delete[id-8aee84a3-1b1f-42e4-9b00-613931ccac24]
|
||||||
| tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_attach_scsi_disk_with_config_drive[id-777e468f-17ca-4da4-b93d-b7dbf56c0494] |
pass
pt40.1: tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive[id-777e468f-17ca-4da4-b93d-b7dbf56c0494]
|
||||||
| tempest.api.compute.admin.test_volume_swap.TestVolumeSwap | 1 | 0 | 0 | 0 | 1 | Detail | |
test_volume_swap[id-1769f00d-a693-4d67-a631-6a3496773813,slow] |
skip
pt41.1: tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap[id-1769f00d-a693-4d67-a631-6a3496773813,slow]
|
||||||
| tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest | 2 | 1 | 0 | 0 | 1 | Detail | |
test_update_attached_volume_with_nonexistent_volume_in_body[id-7dcac15a-b107-46d3-a5f6-cb863f4e454a,negative] |
skip
pt42.1: tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body[id-7dcac15a-b107-46d3-a5f6-cb863f4e454a,negative]
|
||||||
test_update_attached_volume_with_nonexistent_volume_in_uri[id-309b5ecd-0585-4a7e-a36f-d2b2bf55259d,negative] |
pass
pt42.2: tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri[id-309b5ecd-0585-4a7e-a36f-d2b2bf55259d,negative]
|
||||||
| tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume] |
pass
pt43.1: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume]
|
||||||
| tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_tagged_attachment[id-3e41c782-2a89-4922-a9d2-9a188c4e7c7c,image,network,volume] |
pass
pt44.1: tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment[id-3e41c782-2a89-4922-a9d2-9a188c4e7c7c,image,network,volume]
|
||||||
| tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] |
pass
pt45.1: tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume]
|
||||||
| tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] |
pass
pt46.1: tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume]
|
||||||
| tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA | 2 | 2 | 0 | 0 | 0 | Detail | |
test_rebuild_server_with_volume_attached[id-b68bd8d6-855d-4212-b59b-2e704044dace,slow,volume] |
pass
pt47.1: tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_rebuild_server_with_volume_attached[id-b68bd8d6-855d-4212-b59b-2e704044dace,slow,volume]
|
||||||
test_resize_volume_backed_server_confirm[id-e6c28180-7454-4b59-b188-0257af08a63b,volume] |
pass
pt47.2: tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_resize_volume_backed_server_confirm[id-e6c28180-7454-4b59-b188-0257af08a63b,volume]
|
||||||
| tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB | 1 | 1 | 0 | 0 | 0 | Detail | |
test_resize_server_revert_with_volume_attached[id-fbbf075f-a812-4022-bc5c-ccb8047eef12,volume] |
pass
pt48.1: tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB.test_resize_server_revert_with_volume_attached[id-fbbf075f-a812-4022-bc5c-ccb8047eef12,volume]
|
||||||
| tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_rebuild_volume_backed_server[id-6652dab9-ea24-4c93-ab5a-93d79c3041cf] |
pass
pt49.1: tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON.test_rebuild_volume_backed_server[id-6652dab9-ea24-4c93-ab5a-93d79c3041cf]
|
||||||
| tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_stable_device_rescue_bfv_blank_volume[id-48f123cb-922a-4065-8db6-b9a9074a556b,slow] |
pass
pt50.1: tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume[id-48f123cb-922a-4065-8db6-b9a9074a556b,slow]
|
||||||
test_stable_device_rescue_bfv_image_volume[id-e4636333-c928-40fc-98b7-70a23eef4224,slow] |
pass
pt50.2: tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume[id-e4636333-c928-40fc-98b7-70a23eef4224,slow]
|
||||||
| tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_stable_device_rescue_disk_virtio_with_volume_attached[id-a3772b42-00bf-4310-a90b-1cc6fd3e7eab,volume] |
pass
pt51.1: tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached[id-a3772b42-00bf-4310-a90b-1cc6fd3e7eab,volume]
|
||||||
| tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume] |
pass
pt52.1: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume]
|
||||||
test_rescued_vm_detach_volume[id-f56e465b-fe10-48bf-b75d-646cda3a8bc9,negative,volume] |
pass
pt52.2: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume[id-f56e465b-fe10-48bf-b75d-646cda3a8bc9,negative,volume]
|
||||||
| tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_server_from_non_bootable_volume[id-74085be3-a370-4ca2-bc51-2d0e10e0f573,image,negative,volume] |
pass
pt53.1: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume[id-74085be3-a370-4ca2-bc51-2d0e10e0f573,image,negative,volume]
|
||||||
test_create_server_invalid_bdm_in_2nd_dict[id-12146ac1-d7df-4928-ad25-b1f99e5286cd,negative,volume] |
pass
pt53.2: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict[id-12146ac1-d7df-4928-ad25-b1f99e5286cd,negative,volume]
|
||||||
| tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow] |
pass
pt54.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow]
|
||||||
test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow] |
pass
pt54.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow]
|
||||||
| tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow] |
pass
pt55.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow]
|
||||||
test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513] |
pass
pt55.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513]
|
||||||
| tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative] |
pass
pt56.1: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative]
|
||||||
test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative] |
pass
pt56.2: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative]
|
||||||
test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative] |
pass
pt56.3: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative]
|
||||||
| tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f] |
pass
pt57.1: tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f]
|
||||||
| tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f] |
pass
pt58.1: tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f]
|
||||||
| tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_volume_list[id-bc2dd1a0-15af-48e5-9990-f2e75a48325d] |
pass
pt59.1: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list[id-bc2dd1a0-15af-48e5-9990-f2e75a48325d]
|
||||||
test_volume_list_param_limit[id-1048ed81-2baf-487a-b284-c0622b86e7b8] |
pass
pt59.2: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit[id-1048ed81-2baf-487a-b284-c0622b86e7b8]
|
||||||
test_volume_list_param_offset_and_limit[id-51c22651-a074-4ea7-af0b-094f9331303e] |
pass
pt59.3: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit[id-51c22651-a074-4ea7-af0b-094f9331303e]
|
||||||
test_volume_list_with_detail_param_limit[id-33985568-4965-49d5-9bcc-0aa007ca5b7a] |
pass
pt59.4: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit[id-33985568-4965-49d5-9bcc-0aa007ca5b7a]
|
||||||
test_volume_list_with_detail_param_offset_and_limit[id-06b6abc4-3f10-48e9-a7a1-3facc98f03e5] |
pass
pt59.5: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit[id-06b6abc4-3f10-48e9-a7a1-3facc98f03e5]
|
||||||
test_volume_list_with_details[id-bad0567a-5a4f-420b-851e-780b55bb867c] |
pass
pt59.6: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details[id-bad0567a-5a4f-420b-851e-780b55bb867c]
|
||||||
| tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest | 8 | 8 | 0 | 0 | 0 | Detail | |
test_create_volume_with_invalid_size[id-5125ae14-152b-40a7-b3c5-eae15e9022ef,negative] |
pass
pt60.1: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size[id-5125ae14-152b-40a7-b3c5-eae15e9022ef,negative]
|
||||||
test_create_volume_with_size_zero[id-8cce995e-0a83-479a-b94d-e1e40b8a09d1,negative] |
pass
pt60.2: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero[id-8cce995e-0a83-479a-b94d-e1e40b8a09d1,negative]
|
||||||
test_create_volume_without_passing_size[id-131cb3a1-75cc-4d40-b4c3-1317f64719b0,negative] |
pass
pt60.3: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size[id-131cb3a1-75cc-4d40-b4c3-1317f64719b0,negative]
|
||||||
test_delete_invalid_volume_id[id-62972737-124b-4513-b6cf-2f019f178494,negative] |
pass
pt60.4: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id[id-62972737-124b-4513-b6cf-2f019f178494,negative]
|
||||||
test_delete_volume_without_passing_volume_id[id-0d1417c5-4ae8-4c2c-adc5-5f0b864253e5,negative] |
pass
pt60.5: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id[id-0d1417c5-4ae8-4c2c-adc5-5f0b864253e5,negative]
|
||||||
test_get_volume_without_passing_volume_id[id-62bab09a-4c03-4617-8cca-8572bc94af9b,negative] |
pass
pt60.6: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id[id-62bab09a-4c03-4617-8cca-8572bc94af9b,negative]
|
||||||
test_volume_delete_nonexistent_volume_id[id-54a34226-d910-4b00-9ef8-8683e6c55846,negative] |
pass
pt60.7: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id[id-54a34226-d910-4b00-9ef8-8683e6c55846,negative]
|
||||||
test_volume_get_nonexistent_volume_id[id-c03ea686-905b-41a2-8748-9635154b7c57,negative] |
pass
pt60.8: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id[id-c03ea686-905b-41a2-8748-9635154b7c57,negative]
|
||||||
| tempest.api.image.v2.test_images_dependency.ImageDependencyTests | 1 | 1 | 0 | 0 | 0 | Detail | |
test_image_volume_server_snapshot_dependency[compute,id-f0c8a35d-8f8f-443c-8bcb-85a9c0f87d19,volume] |
pass
pt61.1: tempest.api.image.v2.test_images_dependency.ImageDependencyTests.test_image_volume_server_snapshot_dependency[compute,id-f0c8a35d-8f8f-443c-8bcb-85a9c0f87d19,volume]
|
||||||
| tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_compare_volume_stats_values[id-a9035743-d46a-47c5-9cb7-3c80ea16dea0] |
pass
pt62.1: tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values[id-a9035743-d46a-47c5-9cb7-3c80ea16dea0]
|
||||||
test_get_capabilities_backend[id-3750af44-5ea2-4cd4-bc3e-56e7e6caf854] |
pass
pt62.2: tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend[id-3750af44-5ea2-4cd4-bc3e-56e7e6caf854]
|
||||||
| tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81] |
pass
pt63.1: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81]
|
||||||
test_delete_group_snapshots_following_updated_volumes[id-7d7fc000-0b4c-4376-a372-544116d2e127] |
pass
pt63.2: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes[id-7d7fc000-0b4c-4376-a372-544116d2e127]
|
||||||
test_group_snapshot_create_show_list_delete[id-1298e537-f1f0-47a3-a1dd-8adec8168897] |
pass
pt63.3: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete[id-1298e537-f1f0-47a3-a1dd-8adec8168897]
|
||||||
| tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_reset_group_snapshot_status[id-3b42c9b9-c984-4444-816e-ca2e1ed30b40] |
pass
pt64.1: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status[id-3b42c9b9-c984-4444-816e-ca2e1ed30b40]
|
||||||
| tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_group_type_specs_create_show_update_list_delete[id-bb4e30d0-de6e-4f4d-866c-dcc48d023b4e] |
pass
pt65.1: tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete[id-bb4e30d0-de6e-4f4d-866c-dcc48d023b4e]
|
||||||
| tempest.api.volume.admin.test_group_types.GroupTypesTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_group_type_create_list_update_show_delete[id-dd71e5f9-393e-4d4f-90e9-fa1b8d278864] |
pass
pt66.1: tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete[id-dd71e5f9-393e-4d4f-90e9-fa1b8d278864]
|
||||||
test_group_type_list_by_optional_params[id-3d5e5cec-72b4-4511-b135-7cc2b7a053ae] |
pass
pt66.2: tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_list_by_optional_params[id-3d5e5cec-72b4-4511-b135-7cc2b7a053ae]
|
||||||
| tempest.api.volume.admin.test_groups.GroupsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_group_create_show_list_delete[id-4b111d28-b73d-4908-9bd2-03dc2992e4d4] |
pass
pt67.1: tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete[id-4b111d28-b73d-4908-9bd2-03dc2992e4d4]
|
||||||
test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006] |
pass
pt67.2: tempest.api.volume.admin.test_groups.GroupsTest.test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006]
|
||||||
| tempest.api.volume.admin.test_groups.GroupsV314Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_group_from_group[id-2424af8c-7851-4888-986a-794b10c3210e] |
pass
pt68.1: tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group[id-2424af8c-7851-4888-986a-794b10c3210e]
|
||||||
| tempest.api.volume.admin.test_groups.GroupsV320Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c] |
pass
pt69.1: tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c]
|
||||||
| tempest.api.volume.admin.test_qos.QosSpecsTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_associate_disassociate_qos[id-1dd93c76-6420-485d-a771-874044c416ac] |
pass
pt70.1: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos[id-1dd93c76-6420-485d-a771-874044c416ac]
|
||||||
test_create_delete_qos_with_back_end_consumer[id-b115cded-8f58-4ee4-aab5-9192cfada08f] |
pass
pt70.2: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer[id-b115cded-8f58-4ee4-aab5-9192cfada08f]
|
||||||
test_create_delete_qos_with_both_consumer[id-f88d65eb-ea0d-487d-af8d-71f4011575a4] |
pass
pt70.3: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer[id-f88d65eb-ea0d-487d-af8d-71f4011575a4]
|
||||||
test_create_delete_qos_with_front_end_consumer[id-7e15f883-4bef-49a9-95eb-f94209a1ced1] |
pass
pt70.4: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer[id-7e15f883-4bef-49a9-95eb-f94209a1ced1]
|
||||||
test_get_qos[id-7aa214cc-ac1a-4397-931f-3bb2e83bb0fd] |
pass
pt70.5: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos[id-7aa214cc-ac1a-4397-931f-3bb2e83bb0fd]
|
||||||
test_list_qos[id-75e04226-bcf7-4595-a34b-fdf0736f38fc] |
pass
pt70.6: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos[id-75e04226-bcf7-4595-a34b-fdf0736f38fc]
|
||||||
test_set_unset_qos_key[id-ed00fd85-4494-45f2-8ceb-9e2048919aed] |
pass
pt70.7: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key[id-ed00fd85-4494-45f2-8ceb-9e2048919aed]
|
||||||
| tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_reset_snapshot_status[id-3e13ca2f-48ea-49f3-ae1a-488e9180d535] |
pass
pt71.1: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status[id-3e13ca2f-48ea-49f3-ae1a-488e9180d535]
|
||||||
test_snapshot_force_delete_when_snapshot_is_creating[id-05f711b6-e629-4895-8103-7ca069f2073a] |
pass
pt71.2: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating[id-05f711b6-e629-4895-8103-7ca069f2073a]
|
||||||
test_snapshot_force_delete_when_snapshot_is_deleting[id-92ce8597-b992-43a1-8868-6316b22a969e] |
pass
pt71.3: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting[id-92ce8597-b992-43a1-8868-6316b22a969e]
|
||||||
test_snapshot_force_delete_when_snapshot_is_error[id-645a4a67-a1eb-4e8e-a547-600abac1525d] |
pass
pt71.4: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error[id-645a4a67-a1eb-4e8e-a547-600abac1525d]
|
||||||
test_snapshot_force_delete_when_snapshot_is_error_deleting[id-bf89080f-8129-465e-9327-b2f922666ba5] |
pass
pt71.5: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting[id-bf89080f-8129-465e-9327-b2f922666ba5]
|
||||||
test_update_snapshot_status[id-41288afd-d463-485e-8f6e-4eea159413eb] |
pass
pt71.6: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status[id-41288afd-d463-485e-8f6e-4eea159413eb]
|
||||||
| tempest.api.volume.admin.test_user_messages.UserMessagesTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_delete_message[id-c6eb6901-cdcc-490f-b735-4fe251842aed] |
pass
pt72.1: tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message[id-c6eb6901-cdcc-490f-b735-4fe251842aed]
|
||||||
test_list_show_messages[id-50f29e6e-f363-42e1-8ad1-f67ae7fd4d5a] |
pass
pt72.2: tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages[id-50f29e6e-f363-42e1-8ad1-f67ae7fd4d5a]
|
||||||
| tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_hosts[id-d5f3efa2-6684-4190-9ced-1c2f526352ad] |
pass
pt73.1: tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts[id-d5f3efa2-6684-4190-9ced-1c2f526352ad]
|
||||||
test_show_host[id-21168d57-b373-4b71-a3ac-f2c88f0c5d31] |
pass
pt73.2: tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host[id-21168d57-b373-4b71-a3ac-f2c88f0c5d31]
|
||||||
| tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_pools_with_details[id-d4bb61f7-762d-4437-b8a4-5785759a0ced] |
pass
pt74.1: tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details[id-d4bb61f7-762d-4437-b8a4-5785759a0ced]
|
||||||
test_get_pools_without_details[id-0248a46c-e226-4933-be10-ad6fca8227e7] |
pass
pt74.2: tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details[id-0248a46c-e226-4933-be10-ad6fca8227e7]
|
||||||
| tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_show_default_quota[id-abb9198e-67d0-4b09-859f-4f4a1418f176] |
pass
pt75.1: tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota[id-abb9198e-67d0-4b09-859f-4f4a1418f176]
|
||||||
test_update_default_quota[id-a7644c63-2669-467a-b00e-452dd5c5397b] |
pass
pt75.2: tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota[id-a7644c63-2669-467a-b00e-452dd5c5397b]
|
||||||
| tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_delete_quota[id-874b35a9-51f1-4258-bec5-cd561b6690d3] |
pass
pt76.1: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota[id-874b35a9-51f1-4258-bec5-cd561b6690d3]
|
||||||
test_list_default_quotas[id-2be020a2-5fdd-423d-8d35-a7ffbc36e9f7] |
pass
pt76.2: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas[id-2be020a2-5fdd-423d-8d35-a7ffbc36e9f7]
|
||||||
test_list_quotas[id-59eada70-403c-4cef-a2a3-a8ce2f1b07a0] |
pass
pt76.3: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas[id-59eada70-403c-4cef-a2a3-a8ce2f1b07a0]
|
||||||
test_quota_usage[id-ae8b6091-48ad-4bfa-a188-bbf5cc02115f] |
pass
pt76.4: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage[id-ae8b6091-48ad-4bfa-a188-bbf5cc02115f]
|
||||||
test_quota_usage_after_volume_transfer[id-8911036f-9d54-4720-80cc-a1c9796a8805] |
pass
pt76.5: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer[id-8911036f-9d54-4720-80cc-a1c9796a8805]
|
||||||
test_show_quota_usage[id-18c51ae9-cb03-48fc-b234-14a19374dbed] |
pass
pt76.6: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage[id-18c51ae9-cb03-48fc-b234-14a19374dbed]
|
||||||
test_update_all_quota_resources_for_tenant[id-3d45c99e-cc42-4424-a56e-5cbd212b63a6] |
pass
pt76.7: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant[id-3d45c99e-cc42-4424-a56e-5cbd212b63a6]
|
||||||
| tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_quota_volume_gigabytes[id-2dc27eee-8659-4298-b900-169d71a91374,negative] |
pass
pt77.1: tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes[id-2dc27eee-8659-4298-b900-169d71a91374,negative]
|
||||||
test_quota_volumes[id-bf544854-d62a-47f2-a681-90f7a47d86b6,negative] |
pass
pt77.2: tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volumes[id-bf544854-d62a-47f2-a681-90f7a47d86b6,negative]
|
||||||
test_volume_extend_gigabytes_quota_deviation[id-d321dc21-d8c6-401f-95fe-49f4845f1a6d,negative] |
pass
pt77.3: tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_volume_extend_gigabytes_quota_deviation[id-d321dc21-d8c6-401f-95fe-49f4845f1a6d,negative]
|
||||||
| tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_available_volume_retype[id-b90412ee-465d-46e9-b249-ec84a47d5f25] |
pass
pt78.1: tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype[id-b90412ee-465d-46e9-b249-ec84a47d5f25]
|
||||||
| tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_get_service_by_host_name[id-178710e4-7596-4e08-9333-745cb8bc4f8d] |
pass
pt79.1: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name[id-178710e4-7596-4e08-9333-745cb8bc4f8d]
|
||||||
test_get_service_by_service_and_host_name[id-ffa6167c-4497-4944-a464-226bbdb53908] |
pass
pt79.2: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name[id-ffa6167c-4497-4944-a464-226bbdb53908]
|
||||||
test_get_service_by_service_binary_name[id-63a3e1ca-37ee-4983-826d-83276a370d25] |
pass
pt79.3: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name[id-63a3e1ca-37ee-4983-826d-83276a370d25]
|
||||||
test_get_service_by_volume_host_name[id-67ec6902-f91d-4dec-91fa-338523208bbc] |
pass
pt79.4: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name[id-67ec6902-f91d-4dec-91fa-338523208bbc]
|
||||||
test_list_services[id-e0218299-0a59-4f43-8b2b-f1c035b3d26d] |
pass
pt79.5: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services[id-e0218299-0a59-4f43-8b2b-f1c035b3d26d]
|
||||||
| tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_disable_log_reason_with_no_reason[id-77767b36-5e8f-4c68-a0b5-2308cc21ec64,negative] |
pass
pt80.1: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason[id-77767b36-5e8f-4c68-a0b5-2308cc21ec64,negative]
|
||||||
test_disable_service_with_invalid_binary[id-c571f179-c6e6-4c50-a0ab-368b628a8ac1,negative] |
pass
pt80.2: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary[id-c571f179-c6e6-4c50-a0ab-368b628a8ac1,negative]
|
||||||
test_enable_service_with_invalid_host[id-3246ce65-ba70-4159-aa3b-082c28e4b484,negative] |
pass
pt80.3: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host[id-3246ce65-ba70-4159-aa3b-082c28e4b484,negative]
|
||||||
test_freeze_host_with_invalid_host[id-712bfab8-1f44-4eb5-a632-fa70bf78f05e,negative] |
pass
pt80.4: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host[id-712bfab8-1f44-4eb5-a632-fa70bf78f05e,negative]
|
||||||
test_thaw_host_with_invalid_host[id-7c6287c9-d655-47e1-9a11-76f6657a6dce,negative] |
pass
pt80.5: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host[id-7c6287c9-d655-47e1-9a11-76f6657a6dce,negative]
|
||||||
| tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_quota_volume_gigabytes_snapshots[id-c99a1ca9-6cdf-498d-9fdf-25832babef27,negative] |
pass
pt81.1: tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots[id-c99a1ca9-6cdf-498d-9fdf-25832babef27,negative]
|
||||||
test_quota_volume_snapshots[id-02bbf63f-6c05-4357-9d98-2926a94064ff,negative] |
pass
pt81.2: tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots[id-02bbf63f-6c05-4357-9d98-2926a94064ff,negative]
|
||||||
| tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184] |
pass
pt82.1: tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184]
|
||||||
test_volume_type_access_list[id-5220eb28-a435-43ce-baaf-ed46f0e95159] |
pass
pt82.2: tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list[id-5220eb28-a435-43ce-baaf-ed46f0e95159]
|
||||||
| tempest.api.volume.admin.test_volume_types.VolumeTypesTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_volume_crud_with_volume_type_and_extra_specs[id-c03cc62c-f4e9-4623-91ec-64ce2f9c1260] |
pass
pt83.1: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs[id-c03cc62c-f4e9-4623-91ec-64ce2f9c1260]
|
||||||
test_volume_type_create_get_delete[id-4e955c3b-49db-4515-9590-0c99f8e471ad] |
pass
pt83.2: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete[id-4e955c3b-49db-4515-9590-0c99f8e471ad]
|
||||||
test_volume_type_encryption_create_get_update_delete[id-7830abd0-ff99-4793-a265-405684a54d46] |
pass
pt83.3: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete[id-7830abd0-ff99-4793-a265-405684a54d46]
|
||||||
test_volume_type_list[id-9d9b28e3-1b2e-4483-a2cc-24aa0ea1de54] |
pass
pt83.4: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list[id-9d9b28e3-1b2e-4483-a2cc-24aa0ea1de54]
|
||||||
test_volume_type_update[id-cf9f07c6-db9e-4462-a243-5933ad65e9c8] |
pass
pt83.5: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update[id-cf9f07c6-db9e-4462-a243-5933ad65e9c8]
|
||||||
| tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_volume_type_extra_spec_create_get_delete[id-d4772798-601f-408a-b2a5-29e8a59d1220] |
pass
pt84.1: tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete[id-d4772798-601f-408a-b2a5-29e8a59d1220]
|
||||||
test_volume_type_extra_specs_list[id-b42923e9-0452-4945-be5b-d362ae533e60] |
pass
pt84.2: tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list[id-b42923e9-0452-4945-be5b-d362ae533e60]
|
||||||
test_volume_type_extra_specs_update[id-0806db36-b4a0-47a1-b6f3-c2e7f194d017] |
pass
pt84.3: tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update[id-0806db36-b4a0-47a1-b6f3-c2e7f194d017]
|
||||||
| tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest | 12 | 12 | 0 | 0 | 0 | Detail | |
test_create_invalid_body[id-bc772c71-1ed4-4716-b945-8b5ed0f15e87,negative] |
pass
pt85.1: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body[id-bc772c71-1ed4-4716-b945-8b5ed0f15e87,negative]
|
||||||
test_create_none_body[id-c821bdc8-43a4-4bf4-86c8-82f3858d5f7d,negative] |
pass
pt85.2: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body[id-c821bdc8-43a4-4bf4-86c8-82f3858d5f7d,negative]
|
||||||
test_create_nonexistent_type_id[id-49d5472c-a53d-4eab-a4d3-450c4db1c545,negative] |
pass
pt85.3: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id[id-49d5472c-a53d-4eab-a4d3-450c4db1c545,negative]
|
||||||
test_delete_nonexistent_volume_type_id[id-031cda8b-7d23-4246-8bf6-bbe73fd67074,negative] |
pass
pt85.4: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id[id-031cda8b-7d23-4246-8bf6-bbe73fd67074,negative]
|
||||||
test_get_nonexistent_extra_spec_name[id-c881797d-12ff-4f1a-b09d-9f6212159753,negative] |
pass
pt85.5: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name[id-c881797d-12ff-4f1a-b09d-9f6212159753,negative]
|
||||||
test_get_nonexistent_volume_type_id[id-9f402cbd-1838-4eb4-9554-126a6b1908c9,negative] |
pass
pt85.6: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id[id-9f402cbd-1838-4eb4-9554-126a6b1908c9,negative]
|
||||||
test_list_nonexistent_volume_type_id[id-dee5cf0c-cdd6-4353-b70c-e847050d71fb,negative] |
pass
pt85.7: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id[id-dee5cf0c-cdd6-4353-b70c-e847050d71fb,negative]
|
||||||
test_update_multiple_extra_spec[id-a77dfda2-9100-448e-9076-ed1711f4bdfc,negative] |
pass
pt85.8: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec[id-a77dfda2-9100-448e-9076-ed1711f4bdfc,negative]
|
||||||
test_update_no_body[id-08961d20-5cbb-4910-ac0f-89ad6dbb2da1,negative] |
pass
pt85.9: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body[id-08961d20-5cbb-4910-ac0f-89ad6dbb2da1,negative]
|
||||||
test_update_none_extra_spec_id[id-9bf7a657-b011-4aec-866d-81c496fbe5c8,negative] |
pass
pt85.10: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id[id-9bf7a657-b011-4aec-866d-81c496fbe5c8,negative]
|
||||||
test_update_nonexistent_extra_spec_id[id-25e5a0ee-89b3-4c53-8310-236f76c75365,negative] |
pass
pt85.11: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id[id-25e5a0ee-89b3-4c53-8310-236f76c75365,negative]
|
||||||
test_update_nonexistent_type_id[id-474090d2-0824-eb3b-9335-f506b4aa49d8,negative] |
pass
pt85.12: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_type_id[id-474090d2-0824-eb3b-9335-f506b4aa49d8,negative]
|
||||||
| tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_volume_type_encryption_nonexistent_type_id[id-a5924b5f-b6c1-49ba-994c-b4af55d26e52,negative] |
pass
pt86.1: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_type_encryption_nonexistent_type_id[id-a5924b5f-b6c1-49ba-994c-b4af55d26e52,negative]
|
||||||
test_create_volume_with_private_volume_type[id-8c09f849-f225-4d78-ba87-bffd9a5e0c6f,negative] |
pass
pt86.2: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type[id-8c09f849-f225-4d78-ba87-bffd9a5e0c6f,negative]
|
||||||
test_create_with_empty_name[id-878b4e57-faa2-4659-b0d1-ce740a06ae81,negative] |
pass
pt86.3: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name[id-878b4e57-faa2-4659-b0d1-ce740a06ae81,negative]
|
||||||
test_create_with_repeated_name[id-969b10c7-3d77-4e1b-a4f2-2d265980f7e5,negative] |
pass
pt86.4: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name[id-969b10c7-3d77-4e1b-a4f2-2d265980f7e5,negative]
|
||||||
test_delete_nonexistent_type_id[id-6b3926d2-7d73-4896-bc3d-e42dfd11a9f6,negative] |
pass
pt86.5: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id[id-6b3926d2-7d73-4896-bc3d-e42dfd11a9f6,negative]
|
||||||
test_get_nonexistent_type_id[id-994610d6-0476-4018-a644-a2602ef5d4aa,negative] |
pass
pt86.6: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id[id-994610d6-0476-4018-a644-a2602ef5d4aa,negative]
|
||||||
| tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81] |
pass
pt87.1: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81]
|
||||||
test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011] |
pass
pt87.2: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011]
|
||||||
test_volume_force_delete_when_volume_is_creating[id-21737d5a-92f2-46d7-b009-a0cc0ee7a570] |
pass
pt87.3: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating[id-21737d5a-92f2-46d7-b009-a0cc0ee7a570]
|
||||||
test_volume_force_delete_when_volume_is_error[id-3e33a8a8-afd4-4d64-a86b-c27a185c5a4a] |
pass
pt87.4: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error[id-3e33a8a8-afd4-4d64-a86b-c27a185c5a4a]
|
||||||
test_volume_force_delete_when_volume_is_maintenance[id-b957cabd-1486-4e21-90cf-a9ed3c39dfb2] |
pass
pt87.5: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance[id-b957cabd-1486-4e21-90cf-a9ed3c39dfb2]
|
||||||
test_volume_reset_status[id-d063f96e-a2e0-4f34-8b8a-395c42de1845] |
pass
pt87.6: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status[id-d063f96e-a2e0-4f34-8b8a-395c42de1845]
|
||||||
| tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_list_param_tenant[id-5866286f-3290-4cfd-a414-088aa6cdc469] |
pass
pt88.1: tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant[id-5866286f-3290-4cfd-a414-088aa6cdc469]
|
||||||
| tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_availability_zone_list[id-01f1ae88-eba9-4c6b-a011-6f7ace06b725] |
pass
pt89.1: tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list[id-01f1ae88-eba9-4c6b-a011-6f7ace06b725]
|
||||||
| tempest.api.volume.test_extensions.ExtensionsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_extensions[id-94607eb0-43a5-47ca-82aa-736b41bd2e2c] |
pass
pt90.1: tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions[id-94607eb0-43a5-47ca-82aa-736b41bd2e2c]
|
||||||
| tempest.api.volume.test_image_metadata.VolumesImageMetadata | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_show_delete_image_metadata[id-03efff0b-5c75-4822-8f10-8789ac15b13e,image] |
pass
pt91.1: tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata[id-03efff0b-5c75-4822-8f10-8789ac15b13e,image]
|
||||||
| tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_crud_snapshot_metadata[id-a2f20f99-e363-4584-be97-bc33afb1a56c] |
pass
pt92.1: tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata[id-a2f20f99-e363-4584-be97-bc33afb1a56c]
|
||||||
test_update_show_snapshot_metadata_item[id-e8ff85c5-8f97-477f-806a-3ac364a949ed] |
pass
pt92.2: tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item[id-e8ff85c5-8f97-477f-806a-3ac364a949ed]
|
||||||
| tempest.api.volume.test_versions.VersionsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_versions[id-77838fc4-b49b-4c64-9533-166762517369,smoke] |
pass
pt93.1: tempest.api.volume.test_versions.VersionsTest.test_list_versions[id-77838fc4-b49b-4c64-9533-166762517369,smoke]
|
||||||
test_show_version[id-7f755ae2-caa9-4049-988c-331d8f7a579f] |
pass
pt93.2: tempest.api.volume.test_versions.VersionsTest.test_show_version[id-7f755ae2-caa9-4049-988c-331d8f7a579f]
|
||||||
| tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_volume_absolute_limits[id-8e943f53-e9d6-4272-b2e9-adcf2f7c29ad] |
pass
pt94.1: tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits[id-8e943f53-e9d6-4272-b2e9-adcf2f7c29ad]
|
||||||
| tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_delete_cascade[id-994e2d40-de37-46e8-b328-a58fba7e4a95] |
pass
pt95.1: tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade[id-994e2d40-de37-46e8-b328-a58fba7e4a95]
|
||||||
test_volume_from_snapshot_cascade_delete[id-59a77ede-609b-4ee8-9f68-fc3c6ffe97b5] |
pass
pt95.2: tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete[id-59a77ede-609b-4ee8-9f68-fc3c6ffe97b5]
|
||||||
| tempest.api.volume.test_volume_metadata.VolumesMetadataTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_crud_volume_metadata[id-6f5b125b-f664-44bf-910f-751591fe5769] |
pass
pt96.1: tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata[id-6f5b125b-f664-44bf-910f-751591fe5769]
|
||||||
test_update_show_volume_metadata_item[id-862261c5-8df4-475a-8c21-946e50e36a20] |
pass
pt96.2: tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item[id-862261c5-8df4-475a-8c21-946e50e36a20]
|
||||||
| tempest.api.volume.test_volume_transfers.VolumesTransfersTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-4d75b645-a478-48b1-97c8-503f64242f1a] |
pass
pt97.1: tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer[id-4d75b645-a478-48b1-97c8-503f64242f1a]
|
||||||
test_create_list_delete_volume_transfer[id-ab526943-b725-4c07-b875-8e8ef87a2c30] |
pass
pt97.2: tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer[id-ab526943-b725-4c07-b875-8e8ef87a2c30]
|
||||||
| tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-9f36bb2b-619f-4507-b246-76aeb9a28851] |
pass
pt98.1: tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer[id-9f36bb2b-619f-4507-b246-76aeb9a28851]
|
||||||
test_create_list_delete_volume_transfer[id-af4a5b97-0859-4f31-aa3c-85b05bb63322] |
pass
pt98.2: tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer[id-af4a5b97-0859-4f31-aa3c-85b05bb63322]
|
||||||
| tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-d746bd69-bb30-4414-9a1c-577959fac6a1] |
pass
pt99.1: tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer[id-d746bd69-bb30-4414-9a1c-577959fac6a1]
|
||||||
test_create_list_delete_volume_transfer[id-d4b20ec2-e1bb-4068-adcf-6c20020a8e05] |
pass
pt99.2: tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer[id-d4b20ec2-e1bb-4068-adcf-6c20020a8e05]
|
||||||
| tempest.api.volume.test_volumes_actions.VolumesActionsTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_attach_detach_volume_to_instance[compute,id-fff42874-7db5-4487-a8e1-ddda5fb5288d,smoke] |
pass
pt100.1: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance[compute,id-fff42874-7db5-4487-a8e1-ddda5fb5288d,smoke]
|
||||||
test_get_volume_attachment[compute,id-9516a2c8-9135-488c-8dd6-5677a7e5f371] |
pass
pt100.2: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment[compute,id-9516a2c8-9135-488c-8dd6-5677a7e5f371]
|
||||||
test_reserve_unreserve_volume[id-92c4ef64-51b2-40c0-9f7e-4749fbaaba33] |
pass
pt100.3: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume[id-92c4ef64-51b2-40c0-9f7e-4749fbaaba33]
|
||||||
test_volume_bootable[id-63e21b4c-0a0c-41f6-bfc3-7c2816815599] |
pass
pt100.4: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable[id-63e21b4c-0a0c-41f6-bfc3-7c2816815599]
|
||||||
test_volume_readonly_update[id-fff74e1e-5bd3-4b33-9ea9-24c103bc3f59] |
pass
pt100.5: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update[id-fff74e1e-5bd3-4b33-9ea9-24c103bc3f59]
|
||||||
test_volume_upload[id-d8f1ca95-3d5b-44a3-b8ca-909691c9532d,image] |
pass
pt100.6: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload[id-d8f1ca95-3d5b-44a3-b8ca-909691c9532d,image]
|
||||||
| tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_backup[id-9b374cbc-be5f-4d37-8848-7efb8a873dcc] |
pass
pt101.1: tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test.test_update_backup[id-9b374cbc-be5f-4d37-8848-7efb8a873dcc]
|
||||||
| tempest.api.volume.test_volumes_clone.VolumesCloneTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_from_bootable_volume[id-cbbcd7c6-5a6c-481a-97ac-ca55ab715d16,image] |
pass
pt102.1: tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume[id-cbbcd7c6-5a6c-481a-97ac-ca55ab715d16,image]
|
||||||
test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e] |
pass
pt102.2: tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e]
|
||||||
| tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative] |
pass
pt103.1: tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative]
|
||||||
| tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_extend_attached_volume[id-301f5a30-1c6f-4ea0-be1a-91fd28d44354] |
pass
pt104.1: tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest.test_extend_attached_volume[id-301f5a30-1c6f-4ea0-be1a-91fd28d44354]
|
||||||
| tempest.api.volume.test_volumes_extend.VolumesExtendTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e] |
pass
pt105.1: tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e]
|
||||||
test_volume_extend_when_volume_has_snapshot[id-86be1cba-2640-11e5-9c82-635fb964c912] |
pass
pt105.2: tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot[id-86be1cba-2640-11e5-9c82-635fb964c912]
|
||||||
| tempest.api.volume.test_volumes_get.VolumesGetTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke] |
pass
pt106.1: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke]
|
||||||
test_volume_create_get_update_delete_as_clone[id-3f591b4a-7dc6-444c-bd51-77469506b3a1] |
pass
pt106.2: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone[id-3f591b4a-7dc6-444c-bd51-77469506b3a1]
|
||||||
test_volume_create_get_update_delete_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke] |
pass
pt106.3: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke]
|
||||||
| tempest.api.volume.test_volumes_get.VolumesSummaryTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_show_volume_summary[id-c4f2431e-4920-4736-9e00-4040386b6feb] |
pass
pt107.1: tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary[id-c4f2431e-4920-4736-9e00-4040386b6feb]
|
||||||
| tempest.api.volume.test_volumes_list.VolumesListTestJSON | 18 | 18 | 0 | 0 | 0 | Detail | |
test_volume_list[id-0b6ddd39-b948-471f-8038-4787978747c4,smoke] |
pass
pt108.1: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list[id-0b6ddd39-b948-471f-8038-4787978747c4,smoke]
|
||||||
test_volume_list_by_name[id-a28e8da4-0b56-472f-87a8-0f4d3f819c02] |
pass
pt108.2: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name[id-a28e8da4-0b56-472f-87a8-0f4d3f819c02]
|
||||||
test_volume_list_details_by_name[id-2de3a6d4-12aa-403b-a8f2-fdeb42a89623] |
pass
pt108.3: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name[id-2de3a6d4-12aa-403b-a8f2-fdeb42a89623]
|
||||||
test_volume_list_details_pagination[id-e9138a2c-f67b-4796-8efa-635c196d01de] |
pass
pt108.4: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination[id-e9138a2c-f67b-4796-8efa-635c196d01de]
|
||||||
test_volume_list_details_with_multiple_params[id-2a7064eb-b9c3-429b-b888-33928fc5edd3] |
pass
pt108.5: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params[id-2a7064eb-b9c3-429b-b888-33928fc5edd3]
|
||||||
test_volume_list_pagination[id-af55e775-8e4b-4feb-8719-215c43b0238c] |
pass
pt108.6: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination[id-af55e775-8e4b-4feb-8719-215c43b0238c]
|
||||||
test_volume_list_param_display_name_and_status[id-777c87c1-2fc4-4883-8b8e-5c0b951d1ec8] |
pass
pt108.7: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status[id-777c87c1-2fc4-4883-8b8e-5c0b951d1ec8]
|
||||||
test_volume_list_with_detail_param_display_name_and_status[id-856ab8ca-6009-4c37-b691-be1065528ad4] |
pass
pt108.8: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status[id-856ab8ca-6009-4c37-b691-be1065528ad4]
|
||||||
test_volume_list_with_detail_param_marker[id-46eff077-100b-427f-914e-3db2abcdb7e2] |
pass
pt108.9: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker[id-46eff077-100b-427f-914e-3db2abcdb7e2]
|
||||||
test_volume_list_with_detail_param_metadata[id-1ca92d3c-4a8e-4b43-93f5-e4c7fb3b291d] |
pass
pt108.10: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata[id-1ca92d3c-4a8e-4b43-93f5-e4c7fb3b291d]
|
||||||
test_volume_list_with_details[id-adcbb5a7-5ad8-4b61-bd10-5380e111a877] |
pass
pt108.11: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details[id-adcbb5a7-5ad8-4b61-bd10-5380e111a877]
|
||||||
test_volume_list_with_param_metadata[id-b5ebea1b-0603-40a0-bb41-15fcd0a53214] |
pass
pt108.12: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata[id-b5ebea1b-0603-40a0-bb41-15fcd0a53214]
|
||||||
test_volumes_list_by_availability_zone[id-c0cfa863-3020-40d7-b587-e35f597d5d87] |
pass
pt108.13: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone[id-c0cfa863-3020-40d7-b587-e35f597d5d87]
|
||||||
test_volumes_list_by_bootable[id-2016a942-3020-40d7-95ce-7613bf8407ce] |
pass
pt108.14: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable[id-2016a942-3020-40d7-95ce-7613bf8407ce]
|
||||||
test_volumes_list_by_status[id-39654e13-734c-4dab-95ce-7613bf8407ce] |
pass
pt108.15: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status[id-39654e13-734c-4dab-95ce-7613bf8407ce]
|
||||||
test_volumes_list_details_by_availability_zone[id-e1b80d13-94f0-4ba2-a40e-386af29f8db1] |
pass
pt108.16: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone[id-e1b80d13-94f0-4ba2-a40e-386af29f8db1]
|
||||||
test_volumes_list_details_by_bootable[id-2016a939-72ec-482a-bf49-d5ca06216b9f] |
pass
pt108.17: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable[id-2016a939-72ec-482a-bf49-d5ca06216b9f]
|
||||||
test_volumes_list_details_by_status[id-2943f712-71ec-482a-bf49-d5ca06216b9f] |
pass
pt108.18: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status[id-2943f712-71ec-482a-bf49-d5ca06216b9f]
|
||||||
| tempest.api.volume.test_volumes_negative.VolumesNegativeTest | 32 | 32 | 0 | 0 | 0 | Detail | |
test_attach_volumes_with_nonexistent_volume_id[compute,id-f5e56b0a-5d02-43c1-a2a7-c9b792c2e3f6,negative] |
pass
pt109.1: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id[compute,id-f5e56b0a-5d02-43c1-a2a7-c9b792c2e3f6,negative]
|
||||||
test_create_volume_from_deactivated_image[id-d15e7f35-2cfc-48c8-9418-c8223a89bcbb,image,negative] |
pass
pt109.2: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image[id-d15e7f35-2cfc-48c8-9418-c8223a89bcbb,image,negative]
|
||||||
test_create_volume_from_image_with_decreasing_size[id-5b810c91-0ad1-47ce-aee8-615f789be78f,image,negative] |
pass
pt109.3: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size[id-5b810c91-0ad1-47ce-aee8-615f789be78f,image,negative]
|
||||||
test_create_volume_with_invalid_size[id-1ed83a8a-682d-4dfb-a30e-ee63ffd6c049,negative] |
pass
pt109.4: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size[id-1ed83a8a-682d-4dfb-a30e-ee63ffd6c049,negative]
|
||||||
test_create_volume_with_nonexistent_snapshot_id[id-0c36f6ae-4604-4017-b0a9-34fdc63096f9,negative] |
pass
pt109.5: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id[id-0c36f6ae-4604-4017-b0a9-34fdc63096f9,negative]
|
||||||
test_create_volume_with_nonexistent_source_volid[id-47c73e08-4be8-45bb-bfdf-0c4e79b88344,negative] |
pass
pt109.6: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid[id-47c73e08-4be8-45bb-bfdf-0c4e79b88344,negative]
|
||||||
test_create_volume_with_nonexistent_volume_type[id-10254ed8-3849-454e-862e-3ab8e6aa01d2,negative] |
pass
pt109.7: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type[id-10254ed8-3849-454e-862e-3ab8e6aa01d2,negative]
|
||||||
test_create_volume_with_size_negative[id-8b472729-9eba-446e-a83b-916bdb34bef7,negative] |
pass
pt109.8: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative[id-8b472729-9eba-446e-a83b-916bdb34bef7,negative]
|
||||||
test_create_volume_with_size_zero[id-41331caa-eaf4-4001-869d-bc18c1869360,negative] |
pass
pt109.9: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero[id-41331caa-eaf4-4001-869d-bc18c1869360,negative]
|
||||||
test_create_volume_without_passing_size[id-9387686f-334f-4d31-a439-33494b9e2683,negative] |
pass
pt109.10: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size[id-9387686f-334f-4d31-a439-33494b9e2683,negative]
|
||||||
test_delete_invalid_volume_id[id-1f035827-7c32-4019-9240-b4ec2dbd9dfd,negative] |
pass
pt109.11: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id[id-1f035827-7c32-4019-9240-b4ec2dbd9dfd,negative]
|
||||||
test_delete_volume_without_passing_volume_id[id-441a1550-5d44-4b30-af0f-a6d402f52026,negative] |
pass
pt109.12: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id[id-441a1550-5d44-4b30-af0f-a6d402f52026,negative]
|
||||||
test_detach_volumes_with_invalid_volume_id[id-9f9c24e4-011d-46b5-b992-952140ce237a,negative] |
pass
pt109.13: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id[id-9f9c24e4-011d-46b5-b992-952140ce237a,negative]
|
||||||
test_get_invalid_volume_id[id-30799cfd-7ee4-446c-b66c-45b383ed211b,negative] |
pass
pt109.14: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id[id-30799cfd-7ee4-446c-b66c-45b383ed211b,negative]
|
||||||
test_get_volume_without_passing_volume_id[id-c6c3db06-29ad-4e91-beb0-2ab195fe49e3,negative] |
pass
pt109.15: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id[id-c6c3db06-29ad-4e91-beb0-2ab195fe49e3,negative]
|
||||||
test_list_volumes_detail_with_invalid_status[id-ba94b27b-be3f-496c-a00e-0283b373fa75,negative] |
pass
pt109.16: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status[id-ba94b27b-be3f-496c-a00e-0283b373fa75,negative]
|
||||||
test_list_volumes_detail_with_nonexistent_name[id-9ca17820-a0e7-4cbd-a7fa-f4468735e359,negative] |
pass
pt109.17: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name[id-9ca17820-a0e7-4cbd-a7fa-f4468735e359,negative]
|
||||||
test_list_volumes_with_invalid_status[id-143b279b-7522-466b-81be-34a87d564a7c,negative] |
pass
pt109.18: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status[id-143b279b-7522-466b-81be-34a87d564a7c,negative]
|
||||||
test_list_volumes_with_nonexistent_name[id-0f4aa809-8c7b-418f-8fb3-84c7a5dfc52f,negative] |
pass
pt109.19: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name[id-0f4aa809-8c7b-418f-8fb3-84c7a5dfc52f,negative]
|
||||||
test_reserve_volume_with_negative_volume_status[id-449c4ed2-ecdd-47bb-98dc-072aeccf158c,negative] |
pass
pt109.20: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status[id-449c4ed2-ecdd-47bb-98dc-072aeccf158c,negative]
|
||||||
test_reserve_volume_with_nonexistent_volume_id[id-ac6084c0-0546-45f9-b284-38a367e0e0e2,negative] |
pass
pt109.21: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id[id-ac6084c0-0546-45f9-b284-38a367e0e0e2,negative]
|
||||||
test_unreserve_volume_with_nonexistent_volume_id[id-eb467654-3dc1-4a72-9b46-47c29d22654c,negative] |
pass
pt109.22: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id[id-eb467654-3dc1-4a72-9b46-47c29d22654c,negative]
|
||||||
test_update_volume_with_empty_volume_id[id-72aeca85-57a5-4c1f-9057-f320f9ea575b,negative] |
pass
pt109.23: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id[id-72aeca85-57a5-4c1f-9057-f320f9ea575b,negative]
|
||||||
test_update_volume_with_invalid_volume_id[id-e66e40d6-65e6-4e75-bdc7-636792fa152d,negative] |
pass
pt109.24: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id[id-e66e40d6-65e6-4e75-bdc7-636792fa152d,negative]
|
||||||
test_update_volume_with_nonexistent_volume_id[id-0186422c-999a-480e-a026-6a665744c30c,negative] |
pass
pt109.25: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id[id-0186422c-999a-480e-a026-6a665744c30c,negative]
|
||||||
test_volume_delete_nonexistent_volume_id[id-555efa6e-efcd-44ef-8a3b-4a7ca4837a29,negative] |
pass
pt109.26: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id[id-555efa6e-efcd-44ef-8a3b-4a7ca4837a29,negative]
|
||||||
test_volume_extend_with_None_size[id-355218f1-8991-400a-a6bb-971239287d92,negative] |
pass
pt109.27: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size[id-355218f1-8991-400a-a6bb-971239287d92,negative]
|
||||||
test_volume_extend_with_non_number_size[id-5d0b480d-e833-439f-8a5a-96ad2ed6f22f,negative] |
pass
pt109.28: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size[id-5d0b480d-e833-439f-8a5a-96ad2ed6f22f,negative]
|
||||||
test_volume_extend_with_nonexistent_volume_id[id-8f05a943-013c-4063-ac71-7baf561e82eb,negative] |
pass
pt109.29: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id[id-8f05a943-013c-4063-ac71-7baf561e82eb,negative]
|
||||||
test_volume_extend_with_size_smaller_than_original_size[id-e0c75c74-ee34-41a9-9288-2a2051452854,negative] |
pass
pt109.30: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size[id-e0c75c74-ee34-41a9-9288-2a2051452854,negative]
|
||||||
test_volume_extend_without_passing_volume_id[id-aff8ba64-6d6f-4f2e-bc33-41a08ee9f115,negative] |
pass
pt109.31: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id[id-aff8ba64-6d6f-4f2e-bc33-41a08ee9f115,negative]
|
||||||
test_volume_get_nonexistent_volume_id[id-f131c586-9448-44a4-a8b0-54ca838aa43e,negative] |
pass
pt109.32: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id[id-f131c586-9448-44a4-a8b0-54ca838aa43e,negative]
|
||||||
| tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c] |
pass
pt110.1: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c]
|
||||||
test_snapshot_create_delete_with_volume_in_use[compute,id-8567b54c-4455-446d-a1cf-651ddeaa3ff2] |
pass
pt110.2: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use[compute,id-8567b54c-4455-446d-a1cf-651ddeaa3ff2]
|
||||||
test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e] |
pass
pt110.3: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e]
|
||||||
test_snapshot_create_offline_delete_online[compute,id-5210a1de-85a0-11e6-bb21-641c676a5d61] |
pass
pt110.4: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online[compute,id-5210a1de-85a0-11e6-bb21-641c676a5d61]
|
||||||
test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4] |
pass
pt110.5: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4]
|
||||||
test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a] |
pass
pt110.6: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a]
|
||||||
| tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON | 13 | 13 | 0 | 0 | 0 | Detail | |
test_snapshot_list_param_limit[id-db4d8e0a-7a2e-41cc-a712-961f6844e896] |
pass
pt111.1: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit[id-db4d8e0a-7a2e-41cc-a712-961f6844e896]
|
||||||
test_snapshot_list_param_limit_equals_infinite[id-a1427f61-420e-48a5-b6e3-0b394fa95400] |
pass
pt111.2: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite[id-a1427f61-420e-48a5-b6e3-0b394fa95400]
|
||||||
test_snapshot_list_param_limit_equals_zero[id-e3b44b7f-ae87-45b5-8a8c-66110eb24d0a] |
pass
pt111.3: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero[id-e3b44b7f-ae87-45b5-8a8c-66110eb24d0a]
|
||||||
test_snapshot_list_param_marker[id-05489dde-44bc-4961-a1f5-3ce7ee7824f7] |
pass
pt111.4: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker[id-05489dde-44bc-4961-a1f5-3ce7ee7824f7]
|
||||||
test_snapshot_list_param_offset[id-ca96d551-17c6-4e11-b0e8-52d3bb8a63c7] |
pass
pt111.5: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_offset[id-ca96d551-17c6-4e11-b0e8-52d3bb8a63c7]
|
||||||
test_snapshot_list_param_sort_created_at_asc[id-4052c3a0-2415-440a-a8cc-305a875331b0] |
pass
pt111.6: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc[id-4052c3a0-2415-440a-a8cc-305a875331b0]
|
||||||
test_snapshot_list_param_sort_created_at_desc[id-dcbbe24a-f3c0-4ec8-9274-55d48db8d1cf] |
pass
pt111.7: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc[id-dcbbe24a-f3c0-4ec8-9274-55d48db8d1cf]
|
||||||
test_snapshot_list_param_sort_id_asc[id-c5513ada-64c1-4d28-83b9-af3307ec1388] |
pass
pt111.8: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc[id-c5513ada-64c1-4d28-83b9-af3307ec1388]
|
||||||
test_snapshot_list_param_sort_id_desc[id-8a7fe058-0b41-402a-8afd-2dbc5a4a718b] |
pass
pt111.9: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc[id-8a7fe058-0b41-402a-8afd-2dbc5a4a718b]
|
||||||
test_snapshot_list_param_sort_name_asc[id-d58b5fed-0c37-42d3-8c5d-39014ac13c00] |
pass
pt111.10: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc[id-d58b5fed-0c37-42d3-8c5d-39014ac13c00]
|
||||||
test_snapshot_list_param_sort_name_desc[id-96ba6f4d-1f18-47e1-b4bc-76edc6c21250] |
pass
pt111.11: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc[id-96ba6f4d-1f18-47e1-b4bc-76edc6c21250]
|
||||||
test_snapshots_list_details_with_params[id-220a1022-1fcd-4a74-a7bd-6b859156cda2] |
pass
pt111.12: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params[id-220a1022-1fcd-4a74-a7bd-6b859156cda2]
|
||||||
test_snapshots_list_with_params[id-59f41f43-aebf-48a9-ab5d-d76340fab32b] |
pass
pt111.13: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params[id-59f41f43-aebf-48a9-ab5d-d76340fab32b]
|
||||||
| tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_snapshot_with_nonexistent_volume_id[id-e3e466af-70ab-4f4b-a967-ab04e3532ea7,negative] |
pass
pt112.1: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id[id-e3e466af-70ab-4f4b-a967-ab04e3532ea7,negative]
|
||||||
test_create_snapshot_without_passing_volume_id[id-bb9da53e-d335-4309-9c15-7e76fd5e4d6d,negative] |
pass
pt112.2: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id[id-bb9da53e-d335-4309-9c15-7e76fd5e4d6d,negative]
|
||||||
test_list_snapshot_invalid_param_limit[id-8fd92339-e22f-4591-86b4-1e2215372a40,negative] |
pass
pt112.3: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit[id-8fd92339-e22f-4591-86b4-1e2215372a40,negative]
|
||||||
test_list_snapshots_invalid_param_marker[id-b68deeda-ca79-4a32-81af-5c51179e553a,negative] |
pass
pt112.4: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker[id-b68deeda-ca79-4a32-81af-5c51179e553a,negative]
|
||||||
test_list_snapshots_invalid_param_sort[id-27b5f37f-bf69-4e8c-986e-c44f3d6819b8,negative] |
pass
pt112.5: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort[id-27b5f37f-bf69-4e8c-986e-c44f3d6819b8,negative]
|
||||||
test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative] |
pass
pt112.6: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative]
|
||||||
| tempest.scenario.test_instances_with_cinder_volumes.TestInstancesWithCinderVolumes | 1 | 1 | 0 | 0 | 0 | Detail | |
test_instances_with_cinder_volumes_on_all_compute_nodes[compute,id-d0e3c1a3-4b0a-4b0e-8b0a-4b0e8b0a4b0e,image,multinode,network,slow,volume] |
pass
pt113.1: tempest.scenario.test_instances_with_cinder_volumes.TestInstancesWithCinderVolumes.test_instances_with_cinder_volumes_on_all_compute_nodes[compute,id-d0e3c1a3-4b0a-4b0e-8b0a-4b0e8b0a4b0e,image,multinode,network,slow,volume]
|
||||||
| tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario | 1 | 1 | 0 | 0 | 0 | Detail | |
test_server_detach_rules[compute,id-be615530-f105-437a-8afe-ce998c9535d9,image,network,slow,volume] |
pass
pt114.1: tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario.test_server_detach_rules[compute,id-be615530-f105-437a-8afe-ce998c9535d9,image,network,slow,volume]
|
||||||
| tempest.scenario.test_stamp_pattern.TestStampPattern | 1 | 1 | 0 | 0 | 0 | Detail | |
test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume] |
pass
pt115.1: tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume]
|
||||||
| tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_backup_restore[compute,id-2ce5e55c-4085-43c1-98c6-582525334ad7,image,slow,volume] |
pass
pt116.1: tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore[compute,id-2ce5e55c-4085-43c1-98c6-582525334ad7,image,slow,volume]
|
||||||
| tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV346 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_instance_boot_after_snapshot_deletion[compute,id-77889046-1a75-4f14-9b3a-fbbfdd8e5093,image,slow,volume] |
pass
pt117.1: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV346.test_instance_boot_after_snapshot_deletion[compute,id-77889046-1a75-4f14-9b3a-fbbfdd8e5093,image,slow,volume]
|
||||||
| Total | 320 | 288 | 8 | 0 | 24 | ||