Status: Pass 246 Failure 3 Skip 56
| Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
| tearDownClass (tempest.api.compute.servers.test_server_rescue_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerRescueNegativeTestJSON) |
fail
ft1.1: tearDownClass (tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass
teardown()
File "/opt/stack/tempest/tempest/test.py", line 628, in resource_cleanup
raise testtools.MultipleExceptions(*cleanup_errors)
testtools.runtest.MultipleExceptions: (<class 'tempest.lib.exceptions.DeleteErrorException'>, Resource %(resource_id)s failed to delete and is in ERROR status
Details: Server d5b219b1-cf88-4bd8-8f1e-a03c944efcdf failed to delete and is in ERROR status. Fault: {'code': 404, 'created': '2025-12-11T18:47:04Z', 'message': 'Guest does not have a console available.'}., <traceback object at 0x7f1df6315ac0>)
|
||||||
| tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB | 1 | 0 | 1 | 0 | 0 | Detail | |
test_resize_server_revert_with_volume_attached[id-fbbf075f-a812-4022-bc5c-ccb8047eef12,volume] |
fail
ft2.1: tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB.test_resize_server_revert_with_volume_attached[id-fbbf075f-a812-4022-bc5c-ccb8047eef12,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-12-11 19:35:08,885 81736 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:setUp): 200 GET http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e 0.239s
2025-12-11 19:35:08,886 81736 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:35:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1681', '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-520b9a07-5950-4983-a9b9-4ca0458b64d0', 'x-compute-request-id': 'req-520b9a07-5950-4983-a9b9-4ca0458b64d0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e'}
Body: b'{"server": {"id": "a811f69e-32d8-463c-8f25-396a73121c6e", "name": "tempest-ServerActionsTestOtherB-server-842194938", "status": "ACTIVE", "tenant_id": "8814c1b4eff84124b23e5124deb620bd", "user_id": "122ea9c7f1854dad90dc0544c8d3bb68", "metadata": {}, "hostId": "0416281bd004843a694547aa01f13e7dbbf511b365fe4b55f0b68a0b", "image": {"id": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/flavors/42"}]}, "created": "2025-12-11T18:33:44Z", "updated": "2025-12-11T18:34:03Z", "addresses": {"tempest-ServerActionsTestOtherB-1453654361-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c6:d7"}, {"version": 4, "addr": "172.24.4.9", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c6:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1427304668", "OS-SRV-USG:launched_at": "2025-12-11T18:34:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1296324848"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-12-11 19:35:09,147 81736 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 202 POST http://192.168.122.184/volume/v3/volumes 0.249s
2025-12-11 19:35:09,147 81736 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "display_name": "tempest-ServerActionsTestOtherB-volume-805163483"}}
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:35:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-972d4be5-f1d4-4f96-a62a-a8931837861f', 'content-length': '762', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-972d4be5-f1d4-4f96-a62a-a8931837861f', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.184/volume/v3/volumes'}
Body: b'{"volume": {"id": "9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:35:09.080832", "updated_at": null, "name": "tempest-ServerActionsTestOtherB-volume-805163483", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7"}], "user_id": "122ea9c7f1854dad90dc0544c8d3bb68", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2025-12-11 19:35:09,224 81736 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.184/volume/v3/volumes/9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7 0.067s
2025-12-11 19:35:09,224 81736 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:35:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39979ab1-85fe-421c-b0f4-28ff80bdc822', 'content-length': '830', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39979ab1-85fe-421c-b0f4-28ff80bdc822', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7'}
Body: b'{"volume": {"id": "9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:35:09.000000", "updated_at": null, "name": "tempest-ServerActionsTestOtherB-volume-805163483", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7"}], "user_id": "122ea9c7f1854dad90dc0544c8d3bb68", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8814c1b4eff84124b23e5124deb620bd"}}'
2025-12-11 19:35:10,315 81736 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.184/volume/v3/volumes/9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7 0.080s
2025-12-11 19:35:10,316 81736 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:35:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ea4fef4-194a-4a85-9690-293fa03863ab', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ea4fef4-194a-4a85-9690-293fa03863ab', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7'}
Body: b'{"volume": {"id": "9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:35:09.000000", "updated_at": "2025-12-11T18:35:09.000000", "name": "tempest-ServerActionsTestOtherB-volume-805163483", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7"}], "user_id": "122ea9c7f1854dad90dc0544c8d3bb68", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8814c1b4eff84124b23e5124deb620bd"}}'
2025-12-11 19:35:11,371 81736 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.184/volume/v3/volumes/9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7 0.044s
2025-12-11 19:35:11,372 81736 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:35:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3da4c79-0e58-49a5-8111-fa91704f54eb', 'content-length': '855', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3da4c79-0e58-49a5-8111-fa91704f54eb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7'}
Body: b'{"volume": {"id": "9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:35:09.000000", "updated_at": "2025-12-11T18:35:11.000000", "name": "tempest-ServerActionsTestOtherB-volume-805163483", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7"}], "user_id": "122ea9c7f1854dad90dc0544c8d3bb68", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8814c1b4eff84124b23e5124deb620bd"}}'
2025-12-11 19:35:11,382 81736 INFO [tempest.common.waiters] volume 9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7 reached available after waiting for 2.381980 seconds
2025-12-11 19:35:11,517 81736 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e 0.135s
2025-12-11 19:35:11,517 81736 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:35:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1681', '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-92d68c08-ba0a-4def-b78b-04b5c0143062', 'x-compute-request-id': 'req-92d68c08-ba0a-4def-b78b-04b5c0143062', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e'}
Body: b'{"server": {"id": "a811f69e-32d8-463c-8f25-396a73121c6e", "name": "tempest-ServerActionsTestOtherB-server-842194938", "status": "ACTIVE", "tenant_id": "8814c1b4eff84124b23e5124deb620bd", "user_id": "122ea9c7f1854dad90dc0544c8d3bb68", "metadata": {}, "hostId": "0416281bd004843a694547aa01f13e7dbbf511b365fe4b55f0b68a0b", "image": {"id": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/flavors/42"}]}, "created": "2025-12-11T18:33:44Z", "updated": "2025-12-11T18:34:03Z", "addresses": {"tempest-ServerActionsTestOtherB-1453654361-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c6:d7"}, {"version": 4, "addr": "172.24.4.9", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c6:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1427304668", "OS-SRV-USG:launched_at": "2025-12-11T18:34:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1296324848"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-12-11 19:35:13,877 81736 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 POST http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e/os-volume_attachments 2.348s
2025-12-11 19:35:13,877 81736 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volumeAttachment": {"volumeId": "9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7"}}
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:35:11 GMT', 'server': 'Apache/2.4.52 (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-8e906658-99ec-4214-b293-1b8f9445e950', 'x-compute-request-id': 'req-8e906658-99ec-4214-b293-1b8f9445e950', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e/os-volume_attachments'}
Body: b'{"volumeAttachment": {"id": "9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7", "serverId": "a811f69e-32d8-463c-8f25-396a73121c6e", "volumeId": "9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7", "device": "/dev/vdb"}}'
2025-12-11 19:35:13,977 81736 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.184/volume/v3/volumes/9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7 0.098s
2025-12-11 19:35:13,977 81736 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:35:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4122168-0925-48f4-a7ef-8a11b122cd67', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4122168-0925-48f4-a7ef-8a11b122cd67', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7'}
Body: b'{"volume": {"id": "9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:35:09.000000", "updated_at": "2025-12-11T18:35:14.000000", "name": "tempest-ServerActionsTestOtherB-volume-805163483", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7"}], "user_id": "122ea9c7f1854dad90dc0544c8d3bb68", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8814c1b4eff84124b23e5124deb620bd"}}'
2025-12-11 19:35:16,021 81736 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.184/volume/v3/volumes/9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7 1.033s
2025-12-11 19:35:16,022 81736 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:35:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fd4d712-9d83-499f-aa60-edae7bfbe315', 'content-length': '855', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fd4d712-9d83-499f-aa60-edae7bfbe315', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7'}
Body: b'{"volume": {"id": "9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:35:09.000000", "updated_at": "2025-12-11T18:35:16.000000", "name": "tempest-ServerActionsTestOtherB-volume-805163483", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7"}], "user_id": "122ea9c7f1854dad90dc0544c8d3bb68", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8814c1b4eff84124b23e5124deb620bd"}}'
2025-12-11 19:35:17,078 81736 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.184/volume/v3/volumes/9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7 0.046s
2025-12-11 19:35:17,079 81736 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:35:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01060a8c-84d3-4d0b-9090-6dabcde5286d', 'content-length': '855', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01060a8c-84d3-4d0b-9090-6dabcde5286d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7'}
Body: b'{"volume": {"id": "9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:35:09.000000", "updated_at": "2025-12-11T18:35:16.000000", "name": "tempest-ServerActionsTestOtherB-volume-805163483", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7"}], "user_id": "122ea9c7f1854dad90dc0544c8d3bb68", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8814c1b4eff84124b23e5124deb620bd"}}'
2025-12-11 19:35:18,127 81736 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.184/volume/v3/volumes/9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7 0.037s
2025-12-11 19:35:18,127 81736 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:35:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7aff45b2-4cfc-4b11-9d57-8b4da3c7ae8d', 'content-length': '855', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7aff45b2-4cfc-4b11-9d57-8b4da3c7ae8d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7'}
Body: b'{"volume": {"id": "9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:35:09.000000", "updated_at": "2025-12-11T18:35:16.000000", "name": "tempest-ServerActionsTestOtherB-volume-805163483", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7"}], "user_id": "122ea9c7f1854dad90dc0544c8d3bb68", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8814c1b4eff84124b23e5124deb620bd"}}'
2025-12-11 19:35:19,184 81736 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.184/volume/v3/volumes/9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7 0.041s
2025-12-11 19:35:19,184 81736 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:35:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-827b3fd0-fe88-4320-9b6f-9747ac26841e', 'content-length': '855', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-827b3fd0-fe88-4320-9b6f-9747ac26841e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7'}
Body: b'{"volume": {"id": "9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:35:09.000000", "updated_at": "2025-12-11T18:35:16.000000", "name": "tempest-ServerActionsTestOtherB-volume-805163483", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7"}], "user_id": "122ea9c7f1854dad90dc0544c8d3bb68", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8814c1b4eff84124b23e5124deb620bd"}}'
2025-12-11 19:35:20,251 81736 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.184/volume/v3/volumes/9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7 0.056s
2025-12-11 19:35:20,251 81736 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:35:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-620ca774-b505-4eba-8171-604db0b3fa01', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-620ca774-b505-4eba-8171-604db0b3fa01', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7'}
Body: b'{"volume": {"id": "9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:35:09.000000", "updated_at": "2025-12-11T18:35:20.000000", "name": "tempest-ServerActionsTestOtherB-volume-805163483", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7"}], "user_id": "122ea9c7f1854dad90dc0544c8d3bb68", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7", "attachment_id": "a66523a3-892d-4579-98c7-53949db151a5", "volume_id": "9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7", "server_id": "a811f69e-32d8-463c-8f25-396a73121c6e", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:35:16.000000"}], "os-vol-tenant-attr:tenant_id": "8814c1b4eff84124b23e5124deb620bd"}}'
2025-12-11 19:35:20,262 81736 INFO [tempest.common.waiters] Attachment a66523a3-892d-4579-98c7-53949db151a5 created for volume 9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7 to server a811f69e-32d8-463c-8f25-396a73121c6e after waiting for 7.262946 seconds
2025-12-11 19:35:20,328 81736 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.184/volume/v3/volumes/9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7 0.065s
2025-12-11 19:35:20,328 81736 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:35:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40bfedfb-c931-4586-8689-e5f544a1e7f0', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40bfedfb-c931-4586-8689-e5f544a1e7f0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7'}
Body: b'{"volume": {"id": "9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:35:09.000000", "updated_at": "2025-12-11T18:35:20.000000", "name": "tempest-ServerActionsTestOtherB-volume-805163483", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7"}], "user_id": "122ea9c7f1854dad90dc0544c8d3bb68", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7", "attachment_id": "a66523a3-892d-4579-98c7-53949db151a5", "volume_id": "9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7", "server_id": "a811f69e-32d8-463c-8f25-396a73121c6e", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:35:16.000000"}], "os-vol-tenant-attr:tenant_id": "8814c1b4eff84124b23e5124deb620bd"}}'
2025-12-11 19:35:20,338 81736 INFO [tempest.common.waiters] volume 9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7 reached in-use after waiting for 0.338825 seconds
2025-12-11 19:35:20,880 81736 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 202 POST http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e/action 0.542s
2025-12-11 19:35:20,881 81736 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"resize": {"flavorRef": "84"}}
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:35:20 GMT', 'server': 'Apache/2.4.52 (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-6d380873-a249-4642-85f3-6acd757bb7ea', 'x-compute-request-id': 'req-6d380873-a249-4642-85f3-6acd757bb7ea', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e/action'}
Body: b''
2025-12-11 19:35:21,215 81736 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e 0.333s
2025-12-11 19:35:21,215 81736 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:35:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1736', '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-1b1d0ae4-1c37-49e4-a7b5-83ffbd1d6ab1', 'x-compute-request-id': 'req-1b1d0ae4-1c37-49e4-a7b5-83ffbd1d6ab1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e'}
Body: b'{"server": {"id": "a811f69e-32d8-463c-8f25-396a73121c6e", "name": "tempest-ServerActionsTestOtherB-server-842194938", "status": "RESIZE", "tenant_id": "8814c1b4eff84124b23e5124deb620bd", "user_id": "122ea9c7f1854dad90dc0544c8d3bb68", "metadata": {}, "hostId": "0416281bd004843a694547aa01f13e7dbbf511b365fe4b55f0b68a0b", "image": {"id": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/flavors/42"}]}, "created": "2025-12-11T18:33:44Z", "updated": "2025-12-11T18:35:21Z", "addresses": {"tempest-ServerActionsTestOtherB-1453654361-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c6:d7"}, {"version": 4, "addr": "172.24.4.9", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c6:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1427304668", "OS-SRV-USG:launched_at": "2025-12-11T18:34:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1296324848"}], "OS-EXT-STS:task_state": "resize_prep", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7"}]}}'
2025-12-11 19:35:22,621 81736 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e 0.393s
2025-12-11 19:35:22,622 81736 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:35:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1736', '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-5450e3e9-f2d4-4d83-acaf-1c04def7d7be', 'x-compute-request-id': 'req-5450e3e9-f2d4-4d83-acaf-1c04def7d7be', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e'}
Body: b'{"server": {"id": "a811f69e-32d8-463c-8f25-396a73121c6e", "name": "tempest-ServerActionsTestOtherB-server-842194938", "status": "RESIZE", "tenant_id": "8814c1b4eff84124b23e5124deb620bd", "user_id": "122ea9c7f1854dad90dc0544c8d3bb68", "metadata": {}, "hostId": "0416281bd004843a694547aa01f13e7dbbf511b365fe4b55f0b68a0b", "image": {"id": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/flavors/42"}]}, "created": "2025-12-11T18:33:44Z", "updated": "2025-12-11T18:35:21Z", "addresses": {"tempest-ServerActionsTestOtherB-1453654361-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c6:d7"}, {"version": 4, "addr": "172.24.4.9", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c6:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1427304668", "OS-SRV-USG:launched_at": "2025-12-11T18:34:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1296324848"}], "OS-EXT-STS:task_state": "resize_prep", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7"}]}}'
2025-12-11 19:35:23,835 81736 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e 0.196s
2025-12-11 19:35:23,835 81736 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:35:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1736', '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-c987c41f-cdd6-46c4-8008-5f41a7fab48f', 'x-compute-request-id': 'req-c987c41f-cdd6-46c4-8008-5f41a7fab48f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e'}
Body: b'{"server": {"id": "a811f69e-32d8-463c-8f25-396a73121c6e", "name": "tempest-ServerActionsTestOtherB-server-842194938", "status": "RESIZE", "tenant_id": "8814c1b4eff84124b23e5124deb620bd", "user_id": "122ea9c7f1854dad90dc0544c8d3bb68", "metadata": {}, "hostId": "0416281bd004843a694547aa01f13e7dbbf511b365fe4b55f0b68a0b", "image": {"id": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/flavors/42"}]}, "created": "2025-12-11T18:33:44Z", "updated": "2025-12-11T18:35:23Z", "addresses": {"tempest-ServerActionsTestOtherB-1453654361-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c6:d7"}, {"version": 4, "addr": "172.24.4.9", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c6:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1427304668", "OS-SRV-USG:launched_at": "2025-12-11T18:34:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1296324848"}], "OS-EXT-STS:task_state": "resize_prep", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7"}]}}'
2025-12-11 19:35:24,998 81736 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e 0.151s
2025-12-11 19:35:24,998 81736 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:35:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1736', '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-e88fc18a-503f-44e9-b400-bdb637e20bc8', 'x-compute-request-id': 'req-e88fc18a-503f-44e9-b400-bdb637e20bc8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e'}
Body: b'{"server": {"id": "a811f69e-32d8-463c-8f25-396a73121c6e", "name": "tempest-ServerActionsTestOtherB-server-842194938", "status": "RESIZE", "tenant_id": "8814c1b4eff84124b23e5124deb620bd", "user_id": "122ea9c7f1854dad90dc0544c8d3bb68", "metadata": {}, "hostId": "0416281bd004843a694547aa01f13e7dbbf511b365fe4b55f0b68a0b", "image": {"id": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/flavors/42"}]}, "created": "2025-12-11T18:33:44Z", "updated": "2025-12-11T18:35:23Z", "addresses": {"tempest-ServerActionsTestOtherB-1453654361-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c6:d7"}, {"version": 4, "addr": "172.24.4.9", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c6:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1427304668", "OS-SRV-USG:launched_at": "2025-12-11T18:34:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1296324848"}], "OS-EXT-STS:task_state": "resize_prep", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7"}]}}'
2025-12-11 19:35:26,141 81736 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e 0.131s
2025-12-11 19:35:26,141 81736 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:35:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1736', '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-d7a002bf-0e16-47d0-904e-d82a06b4406d', 'x-compute-request-id': 'req-d7a002bf-0e16-47d0-904e-d82a06b4406d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e'}
Body: b'{"server": {"id": "a811f69e-32d8-463c-8f25-396a73121c6e", "name": "tempest-ServerActionsTestOtherB-server-842194938", "status": "RESIZE", "tenant_id": "8814c1b4eff84124b23e5124deb620bd", "user_id": "122ea9c7f1854dad90dc0544c8d3bb68", "metadata": {}, "hostId": "0416281bd004843a694547aa01f13e7dbbf511b365fe4b55f0b68a0b", "image": {"id": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/flavors/42"}]}, "created": "2025-12-11T18:33:44Z", "updated": "2025-12-11T18:35:23Z", "addresses": {"tempest-ServerActionsTestOtherB-1453654361-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c6:d7"}, {"version": 4, "addr": "172.24.4.9", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c6:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1427304668", "OS-SRV-USG:launched_at": "2025-12-11T18:34:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1296324848"}], "OS-EXT-STS:task_state": "resize_prep", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7"}]}}'
2025-12-11 19:35:27,330 81736 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e 0.176s
2025-12-11 19:35:27,330 81736 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:35:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1736', '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-b6f1bb01-1a0f-4667-a51d-34e11d3508a6', 'x-compute-request-id': 'req-b6f1bb01-1a0f-4667-a51d-34e11d3508a6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e'}
Body: b'{"server": {"id": "a811f69e-32d8-463c-8f25-396a73121c6e", "name": "tempest-ServerActionsTestOtherB-server-842194938", "status": "RESIZE", "tenant_id": "8814c1b4eff84124b23e5124deb620bd", "user_id": "122ea9c7f1854dad90dc0544c8d3bb68", "metadata": {}, "hostId": "0416281bd004843a694547aa01f13e7dbbf511b365fe4b55f0b68a0b", "image": {"id": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/flavors/42"}]}, "created": "2025-12-11T18:33:44Z", "updated": "2025-12-11T18:35:23Z", "addresses": {"tempest-ServerActionsTestOtherB-1453654361-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c6:d7"}, {"version": 4, "addr": "172.24.4.9", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c6:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1427304668", "OS-SRV-USG:launched_at": "2025-12-11T18:34:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1296324848"}], "OS-EXT-STS:task_state": "resize_prep", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7"}]}}'
2025-12-11 19:35:28,492 81736 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e 0.150s
2025-12-11 19:35:28,493 81736 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:35:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1736', '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-fcba3547-c204-4293-87cb-cd105d1a882d', 'x-compute-request-id': 'req-fcba3547-c204-4293-87cb-cd105d1a882d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e'}
Body: b'{"server": {"id": "a811f69e-32d8-463c-8f25-396a73121c6e", "name": "tempest-ServerActionsTestOtherB-server-842194938", "status": "RESIZE", "tenant_id": "8814c1b4eff84124b23e5124deb620bd", "user_id": "122ea9c7f1854dad90dc0544c8d3bb68", "metadata": {}, "hostId": "0416281bd004843a694547aa01f13e7dbbf511b365fe4b55f0b68a0b", "image": {"id": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/flavors/42"}]}, "created": "2025-12-11T18:33:44Z", "updated": "2025-12-11T18:35:23Z", "addresses": {"tempest-ServerActionsTestOtherB-1453654361-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c6:d7"}, {"version": 4, "addr": "172.24.4.9", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c6:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1427304668", "OS-SRV-USG:launched_at": "2025-12-11T18:34:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1296324848"}], "OS-EXT-STS:task_state": "resize_prep", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7"}]}}'
2025-12-11 19:35:29,715 81736 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e 0.211s
2025-12-11 19:35:29,716 81736 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:35:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1741', '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-a6ce198c-4b97-41b8-855f-f91a3277518b', 'x-compute-request-id': 'req-a6ce198c-4b97-41b8-855f-f91a3277518b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e'}
Body: b'{"server": {"id": "a811f69e-32d8-463c-8f25-396a73121c6e", "name": "tempest-ServerActionsTestOtherB-server-842194938", "status": "RESIZE", "tenant_id": "8814c1b4eff84124b23e5124deb620bd", "user_id": "122ea9c7f1854dad90dc0544c8d3bb68", "metadata": {}, "hostId": "0416281bd004843a694547aa01f13e7dbbf511b365fe4b55f0b68a0b", "image": {"id": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/flavors/42"}]}, "created": "2025-12-11T18:33:44Z", "updated": "2025-12-11T18:35:29Z", "addresses": {"tempest-ServerActionsTestOtherB-1453654361-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c6:d7"}, {"version": 4, "addr": "172.24.4.9", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c6:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1427304668", "OS-SRV-USG:launched_at": "2025-12-11T18:34:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1296324848"}], "OS-EXT-STS:task_state": "resize_migrating", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7"}]}}'
2025-12-11 19:35:29,727 81736 INFO [tempest.common.waiters] State transition "RESIZE/resize_prep" ==> "RESIZE/resize_migrating" after 8 second wait
2025-12-11 19:35:30,861 81736 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e 0.133s
2025-12-11 19:35:30,862 81736 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:35:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1741', '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-39e7979b-ea1d-4b14-ad09-59719039b412', 'x-compute-request-id': 'req-39e7979b-ea1d-4b14-ad09-59719039b412', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e'}
Body: b'{"server": {"id": "a811f69e-32d8-463c-8f25-396a73121c6e", "name": "tempest-ServerActionsTestOtherB-server-842194938", "status": "RESIZE", "tenant_id": "8814c1b4eff84124b23e5124deb620bd", "user_id": "122ea9c7f1854dad90dc0544c8d3bb68", "metadata": {}, "hostId": "0416281bd004843a694547aa01f13e7dbbf511b365fe4b55f0b68a0b", "image": {"id": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/flavors/42"}]}, "created": "2025-12-11T18:33:44Z", "updated": "2025-12-11T18:35:29Z", "addresses": {"tempest-ServerActionsTestOtherB-1453654361-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c6:d7"}, {"version": 4, "addr": "172.24.4.9", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c6:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1427304668", "OS-SRV-USG:launched_at": "2025-12-11T18:34:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1296324848"}], "OS-EXT-STS:task_state": "resize_migrating", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7"}]}}'
2025-12-11 19:35:32,495 81736 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e 0.621s
2025-12-11 19:35:32,495 81736 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:35:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1741', '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-8d3408e9-59ce-4631-84b2-8cbe661411f4', 'x-compute-request-id': 'req-8d3408e9-59ce-4631-84b2-8cbe661411f4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e'}
Body: b'{"server": {"id": "a811f69e-32d8-463c-8f25-396a73121c6e", "name": "tempest-ServerActionsTestOtherB-server-842194938", "status": "RESIZE", "tenant_id": "8814c1b4eff84124b23e5124deb620bd", "user_id": "122ea9c7f1854dad90dc0544c8d3bb68", "metadata": {}, "hostId": "0416281bd004843a694547aa01f13e7dbbf511b365fe4b55f0b68a0b", "image": {"id": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/flavors/42"}]}, "created": "2025-12-11T18:33:44Z", "updated": "2025-12-11T18:35:29Z", "addresses": {"tempest-ServerActionsTestOtherB-1453654361-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c6:d7"}, {"version": 4, "addr": "172.24.4.9", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c6:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1427304668", "OS-SRV-USG:launched_at": "2025-12-11T18:34:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1296324848"}], "OS-EXT-STS:task_state": "resize_migrating", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7"}]}}'
2025-12-11 19:35:33,695 81736 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e 0.187s
2025-12-11 19:35:33,696 81736 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:35:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1740', '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-52e25230-de8d-400a-aff1-540a7a9caeae', 'x-compute-request-id': 'req-52e25230-de8d-400a-aff1-540a7a9caeae', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e'}
Body: b'{"server": {"id": "a811f69e-32d8-463c-8f25-396a73121c6e", "name": "tempest-ServerActionsTestOtherB-server-842194938", "status": "RESIZE", "tenant_id": "8814c1b4eff84124b23e5124deb620bd", "user_id": "122ea9c7f1854dad90dc0544c8d3bb68", "metadata": {}, "hostId": "0416281bd004843a694547aa01f13e7dbbf511b365fe4b55f0b68a0b", "image": {"id": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/flavors/42"}]}, "created": "2025-12-11T18:33:44Z", "updated": "2025-12-11T18:35:33Z", "addresses": {"tempest-ServerActionsTestOtherB-1453654361-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c6:d7"}, {"version": 4, "addr": "172.24.4.9", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c6:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1427304668", "OS-SRV-USG:launched_at": "2025-12-11T18:34:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1296324848"}], "OS-EXT-STS:task_state": "resize_migrated", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7"}]}}'
2025-12-11 19:35:33,707 81736 INFO [tempest.common.waiters] State transition "RESIZE/resize_migrating" ==> "RESIZE/resize_migrated" after 12 second wait
2025-12-11 19:35:35,021 81736 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e 0.314s
2025-12-11 19:35:35,022 81736 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:35:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1740', '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-35194a16-03ab-404b-aeb4-b4478aa90f80', 'x-compute-request-id': 'req-35194a16-03ab-404b-aeb4-b4478aa90f80', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e'}
Body: b'{"server": {"id": "a811f69e-32d8-463c-8f25-396a73121c6e", "name": "tempest-ServerActionsTestOtherB-server-842194938", "status": "RESIZE", "tenant_id": "8814c1b4eff84124b23e5124deb620bd", "user_id": "122ea9c7f1854dad90dc0544c8d3bb68", "metadata": {}, "hostId": "0416281bd004843a694547aa01f13e7dbbf511b365fe4b55f0b68a0b", "image": {"id": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/flavors/42"}]}, "created": "2025-12-11T18:33:44Z", "updated": "2025-12-11T18:35:33Z", "addresses": {"tempest-ServerActionsTestOtherB-1453654361-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c6:d7"}, {"version": 4, "addr": "172.24.4.9", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c6:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1427304668", "OS-SRV-USG:launched_at": "2025-12-11T18:34:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1296324848"}], "OS-EXT-STS:task_state": "resize_migrated", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7"}]}}'
2025-12-11 19:35:36,281 81736 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e 0.247s
2025-12-11 19:35:36,281 81736 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:35:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1738', '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-08b030be-5f9f-4a5b-b3ad-97eadd65a7b0', 'x-compute-request-id': 'req-08b030be-5f9f-4a5b-b3ad-97eadd65a7b0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e'}
Body: b'{"server": {"id": "a811f69e-32d8-463c-8f25-396a73121c6e", "name": "tempest-ServerActionsTestOtherB-server-842194938", "status": "RESIZE", "tenant_id": "8814c1b4eff84124b23e5124deb620bd", "user_id": "122ea9c7f1854dad90dc0544c8d3bb68", "metadata": {}, "hostId": "0416281bd004843a694547aa01f13e7dbbf511b365fe4b55f0b68a0b", "image": {"id": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557"}]}, "flavor": {"id": "84", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/flavors/84"}]}, "created": "2025-12-11T18:33:44Z", "updated": "2025-12-11T18:35:36Z", "addresses": {"tempest-ServerActionsTestOtherB-1453654361-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c6:d7"}, {"version": 4, "addr": "172.24.4.9", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c6:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1427304668", "OS-SRV-USG:launched_at": "2025-12-11T18:34:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1296324848"}], "OS-EXT-STS:task_state": "resize_finish", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7"}]}}'
2025-12-11 19:35:36,292 81736 INFO [tempest.common.waiters] State transition "RESIZE/resize_migrated" ==> "RESIZE/resize_finish" after 15 second wait
2025-12-11 19:35:37,453 81736 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e 0.160s
2025-12-11 19:35:37,454 81736 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:35:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1738', '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-014898b1-89bc-436d-b233-5c9e5ee14d5c', 'x-compute-request-id': 'req-014898b1-89bc-436d-b233-5c9e5ee14d5c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e'}
Body: b'{"server": {"id": "a811f69e-32d8-463c-8f25-396a73121c6e", "name": "tempest-ServerActionsTestOtherB-server-842194938", "status": "RESIZE", "tenant_id": "8814c1b4eff84124b23e5124deb620bd", "user_id": "122ea9c7f1854dad90dc0544c8d3bb68", "metadata": {}, "hostId": "0416281bd004843a694547aa01f13e7dbbf511b365fe4b55f0b68a0b", "image": {"id": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557"}]}, "flavor": {"id": "84", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/flavors/84"}]}, "created": "2025-12-11T18:33:44Z", "updated": "2025-12-11T18:35:36Z", "addresses": {"tempest-ServerActionsTestOtherB-1453654361-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c6:d7"}, {"version": 4, "addr": "172.24.4.9", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c6:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1427304668", "OS-SRV-USG:launched_at": "2025-12-11T18:34:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1296324848"}], "OS-EXT-STS:task_state": "resize_finish", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7"}]}}'
2025-12-11 19:35:38,638 81736 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e 0.172s
2025-12-11 19:35:38,638 81736 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:35:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1738', '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-29fbbf28-04b4-428b-b2ec-7cd8ee5e786f', 'x-compute-request-id': 'req-29fbbf28-04b4-428b-b2ec-7cd8ee5e786f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e'}
Body: b'{"server": {"id": "a811f69e-32d8-463c-8f25-396a73121c6e", "name": "tempest-ServerActionsTestOtherB-server-842194938", "status": "RESIZE", "tenant_id": "8814c1b4eff84124b23e5124deb620bd", "user_id": "122ea9c7f1854dad90dc0544c8d3bb68", "metadata": {}, "hostId": "0416281bd004843a694547aa01f13e7dbbf511b365fe4b55f0b68a0b", "image": {"id": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557"}]}, "flavor": {"id": "84", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/flavors/84"}]}, "created": "2025-12-11T18:33:44Z", "updated": "2025-12-11T18:35:36Z", "addresses": {"tempest-ServerActionsTestOtherB-1453654361-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c6:d7"}, {"version": 4, "addr": "172.24.4.9", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c6:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1427304668", "OS-SRV-USG:launched_at": "2025-12-11T18:34:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1296324848"}], "OS-EXT-STS:task_state": "resize_finish", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7"}]}}'
2025-12-11 19:35:39,943 81736 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e 0.293s
2025-12-11 19:35:39,944 81736 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:35:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1738', '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-9b107844-952a-4c46-afbc-e0c675898ec0', 'x-compute-request-id': 'req-9b107844-952a-4c46-afbc-e0c675898ec0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e'}
Body: b'{"server": {"id": "a811f69e-32d8-463c-8f25-396a73121c6e", "name": "tempest-ServerActionsTestOtherB-server-842194938", "status": "RESIZE", "tenant_id": "8814c1b4eff84124b23e5124deb620bd", "user_id": "122ea9c7f1854dad90dc0544c8d3bb68", "metadata": {}, "hostId": "0416281bd004843a694547aa01f13e7dbbf511b365fe4b55f0b68a0b", "image": {"id": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557"}]}, "flavor": {"id": "84", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/flavors/84"}]}, "created": "2025-12-11T18:33:44Z", "updated": "2025-12-11T18:35:36Z", "addresses": {"tempest-ServerActionsTestOtherB-1453654361-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c6:d7"}, {"version": 4, "addr": "172.24.4.9", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c6:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1427304668", "OS-SRV-USG:launched_at": "2025-12-11T18:34:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1296324848"}], "OS-EXT-STS:task_state": "resize_finish", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7"}]}}'
2025-12-11 19:35:41,123 81736 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e 0.167s
2025-12-11 19:35:41,124 81736 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:35:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1721', '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-c58f979d-3df8-46c2-a61f-decf19cce14d', 'x-compute-request-id': 'req-c58f979d-3df8-46c2-a61f-decf19cce14d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e'}
Body: b'{"server": {"id": "a811f69e-32d8-463c-8f25-396a73121c6e", "name": "tempest-ServerActionsTestOtherB-server-842194938", "status": "ERROR", "tenant_id": "8814c1b4eff84124b23e5124deb620bd", "user_id": "122ea9c7f1854dad90dc0544c8d3bb68", "metadata": {}, "hostId": "0416281bd004843a694547aa01f13e7dbbf511b365fe4b55f0b68a0b", "image": {"id": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/flavors/42"}]}, "created": "2025-12-11T18:33:44Z", "updated": "2025-12-11T18:35:41Z", "addresses": {"tempest-ServerActionsTestOtherB-1453654361-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c6:d7"}, {"version": 4, "addr": "172.24.4.9", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c6:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1427304668", "OS-SRV-USG:launched_at": "2025-12-11T18:34:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1296324848"}], "OS-EXT-STS:task_state": "resize_finish", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7"}]}}'
2025-12-11 19:35:41,135 81736 INFO [tempest.common.waiters] State transition "RESIZE/resize_finish" ==> "ERROR/resize_finish" after 20 second wait
2025-12-11 19:35:41,135 81736 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1737599. The failure could be related to https://launchpad.net/bugs/1737599
2025-12-11 19:35:41,580 81736 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:tearDown): 200 GET http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e 0.440s
2025-12-11 19:35:41,581 81736 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:35:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1721', '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-f07aef1b-ccbe-42ac-96ee-296cff83d91f', 'x-compute-request-id': 'req-f07aef1b-ccbe-42ac-96ee-296cff83d91f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e'}
Body: b'{"server": {"id": "a811f69e-32d8-463c-8f25-396a73121c6e", "name": "tempest-ServerActionsTestOtherB-server-842194938", "status": "ERROR", "tenant_id": "8814c1b4eff84124b23e5124deb620bd", "user_id": "122ea9c7f1854dad90dc0544c8d3bb68", "metadata": {}, "hostId": "0416281bd004843a694547aa01f13e7dbbf511b365fe4b55f0b68a0b", "image": {"id": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/flavors/42"}]}, "created": "2025-12-11T18:33:44Z", "updated": "2025-12-11T18:35:41Z", "addresses": {"tempest-ServerActionsTestOtherB-1453654361-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c6:d7"}, {"version": 4, "addr": "172.24.4.9", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c6:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1427304668", "OS-SRV-USG:launched_at": "2025-12-11T18:34:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1296324848"}], "OS-EXT-STS:task_state": "resize_finish", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7"}]}}'
2025-12-11 19:35:43,557 81736 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:tearDown): 200 GET http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e 0.964s
2025-12-11 19:35:43,557 81736 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:35:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1807', '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-436127e7-1915-4955-97f1-8d12afb9327d', 'x-compute-request-id': 'req-436127e7-1915-4955-97f1-8d12afb9327d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e'}
Body: b'{"server": {"id": "a811f69e-32d8-463c-8f25-396a73121c6e", "name": "tempest-ServerActionsTestOtherB-server-842194938", "status": "ERROR", "tenant_id": "8814c1b4eff84124b23e5124deb620bd", "user_id": "122ea9c7f1854dad90dc0544c8d3bb68", "metadata": {}, "hostId": "0416281bd004843a694547aa01f13e7dbbf511b365fe4b55f0b68a0b", "image": {"id": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/flavors/42"}]}, "created": "2025-12-11T18:33:44Z", "updated": "2025-12-11T18:35:41Z", "addresses": {"tempest-ServerActionsTestOtherB-1453654361-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c6:d7"}, {"version": 4, "addr": "172.24.4.9", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c6:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-12-11T18:35:41Z", "message": "libvirtError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1427304668", "OS-SRV-USG:launched_at": "2025-12-11T18:34:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1296324848"}], "OS-EXT-STS:task_state": "resize_finish", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7"}]}}'
2025-12-11 19:35:43,569 81736 ERROR [tempest.api.compute.base] Server a811f69e-32d8-463c-8f25-396a73121c6e failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-12-11T18:35:41Z', 'message': 'libvirtError'}.
2025-12-11 19:35:43.569 81736 ERROR tempest.api.compute.base Traceback (most recent call last):
2025-12-11 19:35:43.569 81736 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/api/compute/base.py", line 197, in server_check_teardown
2025-12-11 19:35:43.569 81736 ERROR tempest.api.compute.base waiters.wait_for_server_status(cls.servers_client,
2025-12-11 19:35:43.569 81736 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
2025-12-11 19:35:43.569 81736 ERROR tempest.api.compute.base raise exceptions.BuildErrorException(details, server_id=server_id)
2025-12-11 19:35:43.569 81736 ERROR tempest.api.compute.base tempest.exceptions.BuildErrorException: Server a811f69e-32d8-463c-8f25-396a73121c6e failed to build and is in ERROR status
2025-12-11 19:35:43.569 81736 ERROR tempest.api.compute.base Details: Fault: {'code': 500, 'created': '2025-12-11T18:35:41Z', 'message': 'libvirtError'}.
2025-12-11 19:35:43.569 81736 ERROR tempest.api.compute.base
2025-12-11 19:35:43,751 81736 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:tearDown): 204 DELETE http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e 0.181s
2025-12-11 19:35:43,751 81736 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:35:43 GMT', 'server': 'Apache/2.4.52 (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-5bf94b31-c934-4dd7-b16a-5e0556ff2fe8', 'x-compute-request-id': 'req-5bf94b31-c934-4dd7-b16a-5e0556ff2fe8', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e'}
Body: b''
2025-12-11 19:35:44,163 81736 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:tearDown): 200 GET http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e 0.412s
2025-12-11 19:35:44,164 81736 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:35:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1802', '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-86a8380c-f37b-41be-a45a-e465bccfd0e8', 'x-compute-request-id': 'req-86a8380c-f37b-41be-a45a-e465bccfd0e8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e'}
Body: b'{"server": {"id": "a811f69e-32d8-463c-8f25-396a73121c6e", "name": "tempest-ServerActionsTestOtherB-server-842194938", "status": "ERROR", "tenant_id": "8814c1b4eff84124b23e5124deb620bd", "user_id": "122ea9c7f1854dad90dc0544c8d3bb68", "metadata": {}, "hostId": "0416281bd004843a694547aa01f13e7dbbf511b365fe4b55f0b68a0b", "image": {"id": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/flavors/42"}]}, "created": "2025-12-11T18:33:44Z", "updated": "2025-12-11T18:35:44Z", "addresses": {"tempest-ServerActionsTestOtherB-1453654361-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c6:d7"}, {"version": 4, "addr": "172.24.4.9", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c6:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-12-11T18:35:41Z", "message": "libvirtError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1427304668", "OS-SRV-USG:launched_at": "2025-12-11T18:34:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1296324848"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7"}]}}'
2025-12-11 19:35:46,098 81736 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:tearDown): 200 GET http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e 0.922s
2025-12-11 19:35:46,098 81736 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:35:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1802', '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-e863da43-1db4-4a71-a6c5-89d9172e27fd', 'x-compute-request-id': 'req-e863da43-1db4-4a71-a6c5-89d9172e27fd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e'}
Body: b'{"server": {"id": "a811f69e-32d8-463c-8f25-396a73121c6e", "name": "tempest-ServerActionsTestOtherB-server-842194938", "status": "ERROR", "tenant_id": "8814c1b4eff84124b23e5124deb620bd", "user_id": "122ea9c7f1854dad90dc0544c8d3bb68", "metadata": {}, "hostId": "0416281bd004843a694547aa01f13e7dbbf511b365fe4b55f0b68a0b", "image": {"id": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/flavors/42"}]}, "created": "2025-12-11T18:33:44Z", "updated": "2025-12-11T18:35:45Z", "addresses": {"tempest-ServerActionsTestOtherB-1453654361-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c6:d7"}, {"version": 4, "addr": "172.24.4.9", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c6:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-12-11T18:35:41Z", "message": "libvirtError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1427304668", "OS-SRV-USG:launched_at": "2025-12-11T18:34:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1296324848"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7"}]}}'
2025-12-11 19:35:46,737 81736 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:_run_cleanups): 204 DELETE http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e 0.627s
2025-12-11 19:35:46,738 81736 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:35:46 GMT', 'server': 'Apache/2.4.52 (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-d98f9338-a74c-4f9f-bce0-98fda8dbd289', 'x-compute-request-id': 'req-d98f9338-a74c-4f9f-bce0-98fda8dbd289', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e'}
Body: b''
2025-12-11 19:35:48,558 81736 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e 1.820s
2025-12-11 19:35:48,559 81736 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:35:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1734', '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-d1fb3337-e5d3-4fc8-b645-4e90a8715b09', 'x-compute-request-id': 'req-d1fb3337-e5d3-4fc8-b645-4e90a8715b09', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e'}
Body: b'{"server": {"id": "a811f69e-32d8-463c-8f25-396a73121c6e", "name": "tempest-ServerActionsTestOtherB-server-842194938", "status": "ERROR", "tenant_id": "8814c1b4eff84124b23e5124deb620bd", "user_id": "122ea9c7f1854dad90dc0544c8d3bb68", "metadata": {}, "hostId": "0416281bd004843a694547aa01f13e7dbbf511b365fe4b55f0b68a0b", "image": {"id": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/flavors/42"}]}, "created": "2025-12-11T18:33:44Z", "updated": "2025-12-11T18:35:47Z", "addresses": {"tempest-ServerActionsTestOtherB-1453654361-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c6:d7"}, {"version": 4, "addr": "172.24.4.9", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:27:c6:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-12-11T18:35:41Z", "message": "libvirtError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1427304668", "OS-SRV-USG:launched_at": "2025-12-11T18:34:03.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7"}]}}'
2025-12-11 19:35:49,688 81736 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e 0.117s
2025-12-11 19:35:49,689 81736 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:35:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1472', '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-3881e826-ce9d-4dce-a92d-76521cf15ea3', 'x-compute-request-id': 'req-3881e826-ce9d-4dce-a92d-76521cf15ea3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e'}
Body: b'{"server": {"id": "a811f69e-32d8-463c-8f25-396a73121c6e", "name": "tempest-ServerActionsTestOtherB-server-842194938", "status": "DELETED", "tenant_id": "8814c1b4eff84124b23e5124deb620bd", "user_id": "122ea9c7f1854dad90dc0544c8d3bb68", "metadata": {}, "hostId": "0416281bd004843a694547aa01f13e7dbbf511b365fe4b55f0b68a0b", "image": {"id": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/flavors/42"}]}, "created": "2025-12-11T18:33:44Z", "updated": "2025-12-11T18:35:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-12-11T18:35:41Z", "message": "libvirtError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1427304668", "OS-SRV-USG:launched_at": "2025-12-11T18:34:03.000000", "OS-SRV-USG:terminated_at": "2025-12-11T18:35:48.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": "9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7"}]}}'
2025-12-11 19:35:49,699 81736 INFO [tempest.common.waiters] State transition "ERROR/deleting" ==> "DELETED/None" after 1 second wait
2025-12-11 19:35:50,806 81736 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e 0.105s
2025-12-11 19:35:50,806 81736 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:35:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1472', '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-5518bf40-6fff-4f44-9701-5051d79625c0', 'x-compute-request-id': 'req-5518bf40-6fff-4f44-9701-5051d79625c0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e'}
Body: b'{"server": {"id": "a811f69e-32d8-463c-8f25-396a73121c6e", "name": "tempest-ServerActionsTestOtherB-server-842194938", "status": "DELETED", "tenant_id": "8814c1b4eff84124b23e5124deb620bd", "user_id": "122ea9c7f1854dad90dc0544c8d3bb68", "metadata": {}, "hostId": "0416281bd004843a694547aa01f13e7dbbf511b365fe4b55f0b68a0b", "image": {"id": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/flavors/42"}]}, "created": "2025-12-11T18:33:44Z", "updated": "2025-12-11T18:35:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/a811f69e-32d8-463c-8f25-396a73121c6e"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-12-11T18:35:41Z", "message": "libvirtError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1427304668", "OS-SRV-USG:launched_at": "2025-12-11T18:34:03.000000", "OS-SRV-USG:terminated_at": "2025-12-11T18:35:48.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": "9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7"}]}}'
2025-12-11 19:35:51,849 81736 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:_run_cleanups): 404 GET http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e 0.031s
2025-12-11 19:35:51,850 81736 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:35:51 GMT', 'server': 'Apache/2.4.52 (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-07dba023-1e08-44de-b4f8-a9450281cc08', 'x-compute-request-id': 'req-07dba023-1e08-44de-b4f8-a9450281cc08', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance a811f69e-32d8-463c-8f25-396a73121c6e could not be found."}}'
2025-12-11 19:35:51,891 81736 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7 0.041s
2025-12-11 19:35:51,891 81736 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:35:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b719c71b-bb49-45ad-8a14-3b80e094f0b0', 'content-length': '855', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b719c71b-bb49-45ad-8a14-3b80e094f0b0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7'}
Body: b'{"volume": {"id": "9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:35:09.000000", "updated_at": "2025-12-11T18:35:49.000000", "name": "tempest-ServerActionsTestOtherB-volume-805163483", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7"}], "user_id": "122ea9c7f1854dad90dc0544c8d3bb68", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8814c1b4eff84124b23e5124deb620bd"}}'
2025-12-11 19:35:51,932 81736 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:_run_cleanups): 404 GET http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e/os-volume_attachments 0.031s
2025-12-11 19:35:51,933 81736 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:35:51 GMT', 'server': 'Apache/2.4.52 (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-1caf473c-42c1-436a-a707-28254fe9582f', 'x-compute-request-id': 'req-1caf473c-42c1-436a-a707-28254fe9582f', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/a811f69e-32d8-463c-8f25-396a73121c6e/os-volume_attachments'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance a811f69e-32d8-463c-8f25-396a73121c6e could not be found."}}'
2025-12-11 19:35:51,985 81736 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7 0.051s
2025-12-11 19:35:51,985 81736 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:35:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7614402-7769-41d3-a20f-5b3106288582', 'content-length': '855', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7614402-7769-41d3-a20f-5b3106288582', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7'}
Body: b'{"volume": {"id": "9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:35:09.000000", "updated_at": "2025-12-11T18:35:49.000000", "name": "tempest-ServerActionsTestOtherB-volume-805163483", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7"}], "user_id": "122ea9c7f1854dad90dc0544c8d3bb68", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8814c1b4eff84124b23e5124deb620bd"}}'
2025-12-11 19:35:51,995 81736 INFO [tempest.common.waiters] volume 9a44d8fc-8676-4cbd-9a7a-c2091cfb30e7 reached available after waiting for 0.995906 seconds
}}}
traceback-1: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/base.py", line 197, in server_check_teardown
waiters.wait_for_server_status(cls.servers_client,
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 a811f69e-32d8-463c-8f25-396a73121c6e failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-12-11T18:35:41Z', 'message': 'libvirtError'}.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 71, in tearDown
self.server_check_teardown()
File "/opt/stack/tempest/tempest/api/compute/base.py", line 202, in server_check_teardown
waiters.wait_for_server_termination(cls.servers_client,
File "/opt/stack/tempest/tempest/common/waiters.py", line 136, in wait_for_server_termination
raise lib_exc.DeleteErrorException(details, server_id=server_id)
tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status
Details: Server a811f69e-32d8-463c-8f25-396a73121c6e failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2025-12-11T18:35:41Z', 'message': 'libvirtError'}.
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper
raise exc
File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper
return f(*func_args, **func_kwargs)
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/compute/servers/test_server_actions.py", line 560, in test_resize_server_revert_with_volume_attached
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 a811f69e-32d8-463c-8f25-396a73121c6e failed to build and is in ERROR status
Details:
|
||||||
| tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON | 2 | 1 | 1 | 0 | 0 | Detail | |
test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume] |
pass
pt3.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] |
fail
ft3.2: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume[id-f56e465b-fe10-48bf-b75d-646cda3a8bc9,negative,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-12-11 19:37:38,288 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://192.168.122.184/volume/v3/volumes 0.205s
2025-12-11 19:37:38,288 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "display_name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956"}}
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:37:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e07235a7-5710-4e00-9298-c6975cccc6ca', 'content-length': '768', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e07235a7-5710-4e00-9298-c6975cccc6ca', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.184/volume/v3/volumes'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.208284", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2025-12-11 19:37:38,380 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.082s
2025-12-11 19:37:38,381 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:37:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f29b7607-0d69-4146-91a8-5c79c08a0c97', 'content-length': '836', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f29b7607-0d69-4146-91a8-5c79c08a0c97', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:37:39,479 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.083s
2025-12-11 19:37:39,480 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:37:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-902443d8-65fd-49e5-ad47-abf7c576785d', 'content-length': '860', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-902443d8-65fd-49e5-ad47-abf7c576785d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:37:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:37:40,556 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.065s
2025-12-11 19:37:40,556 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:37:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-906aa878-5cea-419e-9ae1-2784a6835d45', 'content-length': '861', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-906aa878-5cea-419e-9ae1-2784a6835d45', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:37:40.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:37:40,567 81738 INFO [tempest.common.waiters] volume 8629fa36-17b1-4db2-9114-365ef1ff69e6 reached available after waiting for 2.567623 seconds
2025-12-11 19:37:40,568 81738 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2025-12-11 19:37:40,639 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 POST http://192.168.122.184/compute/v2.1/os-keypairs 0.069s
2025-12-11 19:37:40,640 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-36943558", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDTUkE2PFZTOP1WX2+e9S1kC1QIOewTWmzB8N70lQr3zOaWBAhfDeAOqYT4/RCCTgelYWvbpaLnnVesHXTWpOd5spv5wlhfKr8J8h3e/qUprXpoiSoWSv9VGEN1KgGpjMQ=="}}
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:37:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '384', '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-c0396a49-4809-41d6-925b-bbb9b5746a81', 'x-compute-request-id': 'req-c0396a49-4809-41d6-925b-bbb9b5746a81', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-36943558", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDTUkE2PFZTOP1WX2+e9S1kC1QIOewTWmzB8N70lQr3zOaWBAhfDeAOqYT4/RCCTgelYWvbpaLnnVesHXTWpOd5spv5wlhfKr8J8h3e/qUprXpoiSoWSv9VGEN1KgGpjMQ==", "fingerprint": "5b:87:2c:c8:95:40:da:66:71:1c:62:3b:28:12:9f:31", "user_id": "714231085c014fc4a9f2402dde8a8d35"}}'
2025-12-11 19:37:40,642 81738 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-36943558 created
2025-12-11 19:37:40,949 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://192.168.122.184/networking/v2.0/security-groups 0.306s
2025-12-11 19:37:40,949 81738 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--1820054906", "description": "tempest-description--1837289586"}}
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:37:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-be36365c-9fc3-4ec5-ba14-fd63db18d23d', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.184/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "8ad1a23b-52ee-47aa-8882-64b5ae3f5bfb", "name": "tempest-securitygroup--1820054906", "stateful": true, "tenant_id": "8c0769dc02954421a0c9ec597bfb743d", "project_id": "8c0769dc02954421a0c9ec597bfb743d", "description": "tempest-description--1837289586", "shared": false, "security_group_rules": [{"id": "2e47bd4c-e886-4543-8d99-7a2ea404e9af", "project_id": "8c0769dc02954421a0c9ec597bfb743d", "tenant_id": "8c0769dc02954421a0c9ec597bfb743d", "security_group_id": "8ad1a23b-52ee-47aa-8882-64b5ae3f5bfb", "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": 344, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-12-11T18:37:40Z", "updated_at": "2025-12-11T18:37:40Z", "revision_number": 0}, {"id": "ceecbc3b-3959-4b3a-ab57-236905b04c6e", "project_id": "8c0769dc02954421a0c9ec597bfb743d", "tenant_id": "8c0769dc02954421a0c9ec597bfb743d", "security_group_id": "8ad1a23b-52ee-47aa-8882-64b5ae3f5bfb", "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": 345, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-12-11T18:37:40Z", "updated_at": "2025-12-11T18:37:40Z", "revision_number": 0}], "tags": [], "created_at": "2025-12-11T18:37:40Z", "updated_at": "2025-12-11T18:37:40Z", "revision_number": 1}}'
2025-12-11 19:37:41,184 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://192.168.122.184/networking/v2.0/security-group-rules 0.235s
2025-12-11 19:37:41,185 81738 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": "8ad1a23b-52ee-47aa-8882-64b5ae3f5bfb", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:37:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-a308ee01-5b7c-422c-b2c9-2293c214f08f', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.184/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "9c70598e-152b-4191-8501-213ec6ce5bc0", "project_id": "8c0769dc02954421a0c9ec597bfb743d", "tenant_id": "8c0769dc02954421a0c9ec597bfb743d", "security_group_id": "8ad1a23b-52ee-47aa-8882-64b5ae3f5bfb", "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": "2025-12-11T18:37:41Z", "updated_at": "2025-12-11T18:37:41Z", "revision_number": 0}}'
2025-12-11 19:37:41,394 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://192.168.122.184/networking/v2.0/security-group-rules 0.209s
2025-12-11 19:37:41,395 81738 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": "8ad1a23b-52ee-47aa-8882-64b5ae3f5bfb", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:37:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-61bcb660-f9ba-49a2-b87e-b144eba928a7', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.184/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "a35baeae-85b3-4cb8-9f08-1835b5b6e8fc", "project_id": "8c0769dc02954421a0c9ec597bfb743d", "tenant_id": "8c0769dc02954421a0c9ec597bfb743d", "security_group_id": "8ad1a23b-52ee-47aa-8882-64b5ae3f5bfb", "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": "2025-12-11T18:37:41Z", "updated_at": "2025-12-11T18:37:41Z", "revision_number": 0}}'
2025-12-11 19:37:41,395 81738 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1820054906 created
2025-12-11 19:37:42,072 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://192.168.122.184/networking/v2.0/floatingips 0.677s
2025-12-11 19:37:42,072 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "01303e60-0be2-44cf-9221-7cca4a3b5e84"}}
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:37:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-1022f5d8-6373-4544-bc61-5adc7f4d7443', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.184/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "74017cf6-70ca-4df4-940d-47e7aae2b88e", "tenant_id": "8c0769dc02954421a0c9ec597bfb743d", "project_id": "8c0769dc02954421a0c9ec597bfb743d", "floating_ip_address": "172.24.4.87", "floating_network_id": "01303e60-0be2-44cf-9221-7cca4a3b5e84", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-12-11T18:37:41Z", "updated_at": "2025-12-11T18:37:41Z", "revision_number": 0}}'
2025-12-11 19:37:42,073 81738 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '74017cf6-70ca-4df4-940d-47e7aae2b88e', 'tenant_id': '8c0769dc02954421a0c9ec597bfb743d', 'project_id': '8c0769dc02954421a0c9ec597bfb743d', 'floating_ip_address': '172.24.4.87', 'floating_network_id': '01303e60-0be2-44cf-9221-7cca4a3b5e84', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-12-11T18:37:41Z', 'updated_at': '2025-12-11T18:37:41Z', 'revision_number': 0, 'ip': '172.24.4.87'} created
2025-12-11 19:37:42,168 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://192.168.122.184/identity/v3/auth/tokens 0.091s
2025-12-11 19:37:42,168 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:37:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2538', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-1882a36e-44f9-4cc4-943e-7eafabd89e14', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.184/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "714231085c014fc4a9f2402dde8a8d35", "name": "tempest-ServerRescueNegativeTestJSON-659980641-project-member", "password_expires_at": null}, "audit_ids": ["vp_OEE1BQ3C70F6etOJTcw"], "expires_at": "2025-12-11T19:37:42.000000Z", "issued_at": "2025-12-11T18:37:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8c0769dc02954421a0c9ec597bfb743d", "name": "tempest-ServerRescueNegativeTestJSON-659980641"}, "is_domain": false, "roles": [{"id": "6a84de7120464b2999e81c6d15e3b72b", "name": "member"}, {"id": "af221853c2bf49fc8d8d8e9dac773251", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0841909790694cc5944a635e67906047", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.184/networking", "region": "RegionOne"}], "id": "36cd89f55e85473397ae1bc972034741", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c11d4ea8f33b49788d476db5489fce10", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.184/volume/v3", "region": "RegionOne"}], "id": "4ffff6bfe8c440f0ae09985de96940d4", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "b56cac06b9294c618f6ac9c0a4797184", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.184/compute/v2.1", "region": "RegionOne"}], "id": "87bc7fe1869241ba98fd88a88f405c48", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "16dca626cb4349e884c85f05f653b775", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.184/compute/v2/8c0769dc02954421a0c9ec597bfb743d", "region": "RegionOne"}], "id": "9869e59a56f54cae91d69805be983aab", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "c36a37ab52a14de885ba001f97b4f99a", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.184/image", "region": "RegionOne"}], "id": "bc2229e7a64244098a8b2a78f5a33b44", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b6bc5aebe5e74a5eb445ff61706f20d5", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.184/placement", "region": "RegionOne"}], "id": "c65316350e844ecb8ff2fbe169e2aa34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ba7ac28247a54cabae71b863a67955a5", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.184/identity", "region": "RegionOne"}], "id": "f5e86e2a98d4456bb745a325ebd11d9d", "type": "identity", "name": "keystone"}]}}'
2025-12-11 19:37:42,168 81738 INFO [tempest.lib.common.fixed_network] (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume) Found network {'id': '4f993784-217f-459f-b765-e8fdad162c52', 'name': 'tempest-ServerRescueNegativeTestJSON-1181444288-network', 'tenant_id': '8c0769dc02954421a0c9ec597bfb743d', 'project_id': '8c0769dc02954421a0c9ec597bfb743d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 63080, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-12-11T18:36:18Z', 'updated_at': '2025-12-11T18:36:18Z', 'revision_number': 1} available for tenant
2025-12-11 19:37:42,169 81738 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-36943558', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDTUkE2PFZTOP1WX2+e9S1kC1QIOewTWmzB8N70lQr3zOaWBAhfDeAOqYT4/RCCTgelYWvbpaLnnVesHXTWpOd5spv5wlhfKr8J8h3e/qUprXpoiSoWSv9VGEN1KgGpjMQ==', 'fingerprint': '5b:87:2c:c8:95:40:da:66:71:1c:62:3b:28:12:9f:31', 'user_id': '714231085c014fc4a9f2402dde8a8d35', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDC2IpAx82GPA2UAVWxMM9qiD+MHDheCXKA2sejnT6FyC1fpOTf8lnJv\nCTR2sWuuJB6gBwYFK4EEACKhZANiAAQ01JBNjxWUzj9Vl9vnvUtZAtUCDnsE1psw\nfDe9JUK98zmlgQIXw3gDqmE+P0Qgk4HpWFr26Wi551XrB101qTnebKb+cJYXyq/C\nfId3v6lKa16aIkqFkr/VRhDdSoBqYzE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '8ad1a23b-52ee-47aa-8882-64b5ae3f5bfb', 'name': 'tempest-securitygroup--1820054906', 'stateful': True, 'tenant_id': '8c0769dc02954421a0c9ec597bfb743d', 'project_id': '8c0769dc02954421a0c9ec597bfb743d', 'description': 'tempest-description--1837289586', 'shared': False, 'security_group_rules': [{'id': '2e47bd4c-e886-4543-8d99-7a2ea404e9af', 'project_id': '8c0769dc02954421a0c9ec597bfb743d', 'tenant_id': '8c0769dc02954421a0c9ec597bfb743d', 'security_group_id': '8ad1a23b-52ee-47aa-8882-64b5ae3f5bfb', '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': 344, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-12-11T18:37:40Z', 'updated_at': '2025-12-11T18:37:40Z', 'revision_number': 0}, {'id': 'ceecbc3b-3959-4b3a-ab57-236905b04c6e', 'project_id': '8c0769dc02954421a0c9ec597bfb743d', 'tenant_id': '8c0769dc02954421a0c9ec597bfb743d', 'security_group_id': '8ad1a23b-52ee-47aa-8882-64b5ae3f5bfb', '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': 345, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-12-11T18:37:40Z', 'updated_at': '2025-12-11T18:37:40Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-12-11T18:37:40Z', 'updated_at': '2025-12-11T18:37:40Z', 'revision_number': 1}, 'floating_ip': {'id': '74017cf6-70ca-4df4-940d-47e7aae2b88e', 'tenant_id': '8c0769dc02954421a0c9ec597bfb743d', 'project_id': '8c0769dc02954421a0c9ec597bfb743d', 'floating_ip_address': '172.24.4.87', 'floating_network_id': '01303e60-0be2-44cf-9221-7cca4a3b5e84', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-12-11T18:37:41Z', 'updated_at': '2025-12-11T18:37:41Z', 'revision_number': 0, 'ip': '172.24.4.87'}}
2025-12-11 19:37:42,917 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://192.168.122.184/compute/v2.1/servers 0.747s
2025-12-11 19:37:42,918 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-ServerRescueNegativeTestJSON-server-2023095728", "imageRef": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "flavorRef": "42", "adminPass": "S3@z1rPcuQryP!n", "networks": [{"uuid": "4f993784-217f-459f-b765-e8fdad162c52"}], "security_groups": [{"name": "tempest-securitygroup--1820054906"}], "key_name": "tempest-keypair-36943558", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:37:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '417', 'location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf', '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-7adf7088-f4f9-498e-b2c3-051fd9ed8f99', 'x-compute-request-id': 'req-7adf7088-f4f9-498e-b2c3-051fd9ed8f99', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.184/compute/v2.1/servers'}
Body: b'{"server": {"id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1820054906"}], "adminPass": "S3@z1rPcuQryP!n"}}'
2025-12-11 19:37:43,075 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf 0.155s
2025-12-11 19:37:43,076 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:37:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1258', '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-85753b8b-ce10-4866-93c7-c59c2f340a1c', 'x-compute-request-id': 'req-85753b8b-ce10-4866-93c7-c59c2f340a1c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf'}
Body: b'{"server": {"id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "name": "tempest-ServerRescueNegativeTestJSON-server-2023095728", "status": "BUILD", "tenant_id": "8c0769dc02954421a0c9ec597bfb743d", "user_id": "714231085c014fc4a9f2402dde8a8d35", "metadata": {}, "hostId": "", "image": {"id": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/flavors/42"}]}, "created": "2025-12-11T18:37:43Z", "updated": "2025-12-11T18:37:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-36943558", "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": []}}'
2025-12-11 19:37:44,204 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf 0.113s
2025-12-11 19:37:44,204 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:37:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1262', '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-d3136361-0075-4aae-95f7-5ba3089e01c9', 'x-compute-request-id': 'req-d3136361-0075-4aae-95f7-5ba3089e01c9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf'}
Body: b'{"server": {"id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "name": "tempest-ServerRescueNegativeTestJSON-server-2023095728", "status": "BUILD", "tenant_id": "8c0769dc02954421a0c9ec597bfb743d", "user_id": "714231085c014fc4a9f2402dde8a8d35", "metadata": {}, "hostId": "", "image": {"id": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/flavors/42"}]}, "created": "2025-12-11T18:37:42Z", "updated": "2025-12-11T18:37:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-36943558", "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": []}}'
2025-12-11 19:37:45,324 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf 0.107s
2025-12-11 19:37:45,324 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:37:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1310', '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-7f158a94-8351-4096-b2b8-dd3257c3a624', 'x-compute-request-id': 'req-7f158a94-8351-4096-b2b8-dd3257c3a624', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf'}
Body: b'{"server": {"id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "name": "tempest-ServerRescueNegativeTestJSON-server-2023095728", "status": "BUILD", "tenant_id": "8c0769dc02954421a0c9ec597bfb743d", "user_id": "714231085c014fc4a9f2402dde8a8d35", "metadata": {}, "hostId": "98d9a055e0b12bdce93d932a29f33d0a8b8b25f905a6a6406657a43f", "image": {"id": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/flavors/42"}]}, "created": "2025-12-11T18:37:42Z", "updated": "2025-12-11T18:37:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-36943558", "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": []}}'
2025-12-11 19:37:45,334 81738 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2025-12-11 19:37:46,424 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf 0.088s
2025-12-11 19:37:46,425 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:37:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1310', '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-196ab472-2b48-4052-b16c-a3356af543ea', 'x-compute-request-id': 'req-196ab472-2b48-4052-b16c-a3356af543ea', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf'}
Body: b'{"server": {"id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "name": "tempest-ServerRescueNegativeTestJSON-server-2023095728", "status": "BUILD", "tenant_id": "8c0769dc02954421a0c9ec597bfb743d", "user_id": "714231085c014fc4a9f2402dde8a8d35", "metadata": {}, "hostId": "98d9a055e0b12bdce93d932a29f33d0a8b8b25f905a6a6406657a43f", "image": {"id": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/flavors/42"}]}, "created": "2025-12-11T18:37:42Z", "updated": "2025-12-11T18:37:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-36943558", "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": []}}'
2025-12-11 19:37:47,544 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf 0.107s
2025-12-11 19:37:47,544 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:37:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1318', '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-75b53aaa-2266-4115-a9e2-d331198651b2', 'x-compute-request-id': 'req-75b53aaa-2266-4115-a9e2-d331198651b2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf'}
Body: b'{"server": {"id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "name": "tempest-ServerRescueNegativeTestJSON-server-2023095728", "status": "BUILD", "tenant_id": "8c0769dc02954421a0c9ec597bfb743d", "user_id": "714231085c014fc4a9f2402dde8a8d35", "metadata": {}, "hostId": "98d9a055e0b12bdce93d932a29f33d0a8b8b25f905a6a6406657a43f", "image": {"id": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/flavors/42"}]}, "created": "2025-12-11T18:37:42Z", "updated": "2025-12-11T18:37:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-36943558", "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": []}}'
2025-12-11 19:37:47,557 81738 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 4 second wait
2025-12-11 19:37:48,808 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf 0.249s
2025-12-11 19:37:48,808 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:37:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1396', '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-fcf8d3ea-c759-4442-acb4-a98bf6cd5f1f', 'x-compute-request-id': 'req-fcf8d3ea-c759-4442-acb4-a98bf6cd5f1f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf'}
Body: b'{"server": {"id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "name": "tempest-ServerRescueNegativeTestJSON-server-2023095728", "status": "BUILD", "tenant_id": "8c0769dc02954421a0c9ec597bfb743d", "user_id": "714231085c014fc4a9f2402dde8a8d35", "metadata": {}, "hostId": "98d9a055e0b12bdce93d932a29f33d0a8b8b25f905a6a6406657a43f", "image": {"id": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/flavors/42"}]}, "created": "2025-12-11T18:37:42Z", "updated": "2025-12-11T18:37:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-36943558", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1820054906"}], "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": []}}'
2025-12-11 19:37:48,826 81738 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 5 second wait
2025-12-11 19:37:50,222 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf 0.395s
2025-12-11 19:37:50,222 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:37:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1384', '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-f03ef7dd-07d5-42d4-989f-17e6ae8c4cb8', 'x-compute-request-id': 'req-f03ef7dd-07d5-42d4-989f-17e6ae8c4cb8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf'}
Body: b'{"server": {"id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "name": "tempest-ServerRescueNegativeTestJSON-server-2023095728", "status": "BUILD", "tenant_id": "8c0769dc02954421a0c9ec597bfb743d", "user_id": "714231085c014fc4a9f2402dde8a8d35", "metadata": {}, "hostId": "98d9a055e0b12bdce93d932a29f33d0a8b8b25f905a6a6406657a43f", "image": {"id": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/flavors/42"}]}, "created": "2025-12-11T18:37:42Z", "updated": "2025-12-11T18:37:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-36943558", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1820054906"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-11 19:37:50,239 81738 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 7 second wait
2025-12-11 19:37:51,414 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf 0.173s
2025-12-11 19:37:51,414 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:37:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1384', '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-9122f39e-af1d-4853-8c0e-af1e9b3be565', 'x-compute-request-id': 'req-9122f39e-af1d-4853-8c0e-af1e9b3be565', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf'}
Body: b'{"server": {"id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "name": "tempest-ServerRescueNegativeTestJSON-server-2023095728", "status": "BUILD", "tenant_id": "8c0769dc02954421a0c9ec597bfb743d", "user_id": "714231085c014fc4a9f2402dde8a8d35", "metadata": {}, "hostId": "98d9a055e0b12bdce93d932a29f33d0a8b8b25f905a6a6406657a43f", "image": {"id": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/flavors/42"}]}, "created": "2025-12-11T18:37:42Z", "updated": "2025-12-11T18:37:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-36943558", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1820054906"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-11 19:37:52,612 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf 0.183s
2025-12-11 19:37:52,612 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:37:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1384', '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-13523656-b837-4195-963e-c5db85a31de2', 'x-compute-request-id': 'req-13523656-b837-4195-963e-c5db85a31de2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf'}
Body: b'{"server": {"id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "name": "tempest-ServerRescueNegativeTestJSON-server-2023095728", "status": "BUILD", "tenant_id": "8c0769dc02954421a0c9ec597bfb743d", "user_id": "714231085c014fc4a9f2402dde8a8d35", "metadata": {}, "hostId": "98d9a055e0b12bdce93d932a29f33d0a8b8b25f905a6a6406657a43f", "image": {"id": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/flavors/42"}]}, "created": "2025-12-11T18:37:42Z", "updated": "2025-12-11T18:37:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-36943558", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1820054906"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-11 19:37:53,943 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf 0.308s
2025-12-11 19:37:53,943 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:37:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1384', '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-ed66532a-e9ff-4393-9e67-d311c4c96d3e', 'x-compute-request-id': 'req-ed66532a-e9ff-4393-9e67-d311c4c96d3e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf'}
Body: b'{"server": {"id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "name": "tempest-ServerRescueNegativeTestJSON-server-2023095728", "status": "BUILD", "tenant_id": "8c0769dc02954421a0c9ec597bfb743d", "user_id": "714231085c014fc4a9f2402dde8a8d35", "metadata": {}, "hostId": "98d9a055e0b12bdce93d932a29f33d0a8b8b25f905a6a6406657a43f", "image": {"id": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/flavors/42"}]}, "created": "2025-12-11T18:37:42Z", "updated": "2025-12-11T18:37:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-36943558", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1820054906"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-11 19:37:55,164 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf 0.205s
2025-12-11 19:37:55,164 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:37:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1384', '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-d8c8823c-3533-4bc4-8655-4cf6383fcec3', 'x-compute-request-id': 'req-d8c8823c-3533-4bc4-8655-4cf6383fcec3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf'}
Body: b'{"server": {"id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "name": "tempest-ServerRescueNegativeTestJSON-server-2023095728", "status": "BUILD", "tenant_id": "8c0769dc02954421a0c9ec597bfb743d", "user_id": "714231085c014fc4a9f2402dde8a8d35", "metadata": {}, "hostId": "98d9a055e0b12bdce93d932a29f33d0a8b8b25f905a6a6406657a43f", "image": {"id": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/flavors/42"}]}, "created": "2025-12-11T18:37:42Z", "updated": "2025-12-11T18:37:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-36943558", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1820054906"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-11 19:37:56,364 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf 0.188s
2025-12-11 19:37:56,364 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:37:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1572', '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-1a9e1ae2-dacc-43fd-b16a-f449215587e6', 'x-compute-request-id': 'req-1a9e1ae2-dacc-43fd-b16a-f449215587e6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf'}
Body: b'{"server": {"id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "name": "tempest-ServerRescueNegativeTestJSON-server-2023095728", "status": "ACTIVE", "tenant_id": "8c0769dc02954421a0c9ec597bfb743d", "user_id": "714231085c014fc4a9f2402dde8a8d35", "metadata": {}, "hostId": "98d9a055e0b12bdce93d932a29f33d0a8b8b25f905a6a6406657a43f", "image": {"id": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/flavors/42"}]}, "created": "2025-12-11T18:37:42Z", "updated": "2025-12-11T18:37:55Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1181444288-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:15:26"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-36943558", "OS-SRV-USG:launched_at": "2025-12-11T18:37:55.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1820054906"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-12-11 19:37:56,375 81738 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 13 second wait
2025-12-11 19:37:56,513 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-interface 0.137s
2025-12-11 19:37:56,513 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:37:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', '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-ef6f4663-0284-42cf-ab0b-41d58c35a2e8', 'x-compute-request-id': 'req-ef6f4663-0284-42cf-ab0b-41d58c35a2e8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "4f993784-217f-459f-b765-e8fdad162c52", "port_id": "bcf056dd-0fc9-4c01-b358-122380a18b90", "mac_addr": "fa:16:3e:84:15:26", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "61dffaa9-ec53-4b9f-93c0-c20bf59e4339", "ip_address": "10.0.0.4"}]}]}'
2025-12-11 19:37:57,772 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 PUT http://192.168.122.184/networking/v2.0/floatingips/74017cf6-70ca-4df4-940d-47e7aae2b88e 1.256s
2025-12-11 19:37:57,773 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "bcf056dd-0fc9-4c01-b358-122380a18b90"}}
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:37:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-e4c05a8d-508a-4851-a31d-bbfcb0beef92', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/networking/v2.0/floatingips/74017cf6-70ca-4df4-940d-47e7aae2b88e'}
Body: b'{"floatingip": {"id": "74017cf6-70ca-4df4-940d-47e7aae2b88e", "tenant_id": "8c0769dc02954421a0c9ec597bfb743d", "project_id": "8c0769dc02954421a0c9ec597bfb743d", "floating_ip_address": "172.24.4.87", "floating_network_id": "01303e60-0be2-44cf-9221-7cca4a3b5e84", "router_id": "d41bb5e7-3bea-4768-9aec-1af0a041312e", "port_id": "bcf056dd-0fc9-4c01-b358-122380a18b90", "fixed_ip_address": "10.0.0.4", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "4f993784-217f-459f-b765-e8fdad162c52", "mac_address": "fa:16:3e:84:15:26", "admin_state_up": true, "status": "ACTIVE", "device_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-12-11T18:37:41Z", "updated_at": "2025-12-11T18:37:56Z", "revision_number": 1}}'
2025-12-11 19:37:57,774 81738 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.87:22' as 'cirros' with public key authentication
2025-12-11 19:38:57,834 81738 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.87 (timed out). Number attempts: 1. Retry after 2 seconds.
2025-12-11 19:39:00,346 81738 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.87 ([Errno None] Unable to connect to port 22 on 172.24.4.87). Number attempts: 2. Retry after 3 seconds.
2025-12-11 19:39:03,866 81738 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.87 ([Errno None] Unable to connect to port 22 on 172.24.4.87). Number attempts: 3. Retry after 4 seconds.
2025-12-11 19:39:08,429 81738 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2025-12-11 19:39:08,707 81738 INFO [paramiko.transport] Authentication (publickey) successful!
2025-12-11 19:39:08,707 81738 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.87 successfully created
2025-12-11 19:39:11,196 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 POST http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 2.488s
2025-12-11 19:39:11,196 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volumeAttachment": {"volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6"}}
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:39:08 GMT', 'server': 'Apache/2.4.52 (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-0939c94c-ce3a-4ec3-a3e6-daebb02c2c42', 'x-compute-request-id': 'req-0939c94c-ce3a-4ec3-a3e6-daebb02c2c42', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachment": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "device": "/dev/vdb"}}'
2025-12-11 19:39:11,458 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.259s
2025-12-11 19:39:11,458 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:39:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb9e3fc9-9904-4e75-aa27-89151d4261ee', 'content-length': '860', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb9e3fc9-9904-4e75-aa27-89151d4261ee', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:11.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:39:12,607 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.136s
2025-12-11 19:39:12,607 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:39:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-084b8339-968a-4ecb-9ae0-994faf6b2b92', 'content-length': '860', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-084b8339-968a-4ecb-9ae0-994faf6b2b92', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:11.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:39:13,710 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.090s
2025-12-11 19:39:13,711 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:39:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83af9bf5-105f-4c52-81ff-d190b27ac4eb', 'content-length': '860', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83af9bf5-105f-4c52-81ff-d190b27ac4eb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:11.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:39:14,814 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.092s
2025-12-11 19:39:14,814 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:39:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3d3ac60-e831-41c1-89d5-aadb2c8c4c3e', 'content-length': '861', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3d3ac60-e831-41c1-89d5-aadb2c8c4c3e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:39:15,904 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.079s
2025-12-11 19:39:15,905 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:39:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e87d491-8ee8-43b9-82f5-9163fdd3345f', 'content-length': '861', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e87d491-8ee8-43b9-82f5-9163fdd3345f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:39:16,955 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.039s
2025-12-11 19:39:16,955 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:39:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c02c580c-5845-4e0c-b470-2dbff769d73e', 'content-length': '861', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c02c580c-5845-4e0c-b470-2dbff769d73e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:39:18,031 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.064s
2025-12-11 19:39:18,031 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:39:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73c6b2a0-df37-4dca-9fb9-95cb01e1af6b', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73c6b2a0-df37-4dca-9fb9-95cb01e1af6b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:39:18,042 81738 INFO [tempest.common.waiters] Attachment 2762f0fc-d69a-4c82-9ae2-b2fc8386273e created for volume 8629fa36-17b1-4db2-9114-365ef1ff69e6 to server d5b219b1-cf88-4bd8-8f1e-a03c944efcdf after waiting for 7.041976 seconds
2025-12-11 19:39:18,105 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.063s
2025-12-11 19:39:18,105 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:39:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d728817-0b45-4b24-85aa-3542b54ddead', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d728817-0b45-4b24-85aa-3542b54ddead', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:39:18,115 81738 INFO [tempest.common.waiters] volume 8629fa36-17b1-4db2-9114-365ef1ff69e6 reached in-use after waiting for 0.115697 seconds
2025-12-11 19:39:18,313 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 POST http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/action 0.197s
2025-12-11 19:39:18,313 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"rescue": {"adminPass": "S3@z1rPcuQryP!n"}}
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:39:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '32', '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-7b58ace6-aaa5-414b-a061-2983e01d986b', 'x-compute-request-id': 'req-7b58ace6-aaa5-414b-a061-2983e01d986b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/action'}
Body: b'{"adminPass": "S3@z1rPcuQryP!n"}'
2025-12-11 19:39:18,640 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf 0.326s
2025-12-11 19:39:18,641 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:39:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1742', '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-f274e064-84b1-47e0-a4f0-97a273f11fdb', 'x-compute-request-id': 'req-f274e064-84b1-47e0-a4f0-97a273f11fdb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf'}
Body: b'{"server": {"id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "name": "tempest-ServerRescueNegativeTestJSON-server-2023095728", "status": "ACTIVE", "tenant_id": "8c0769dc02954421a0c9ec597bfb743d", "user_id": "714231085c014fc4a9f2402dde8a8d35", "metadata": {}, "hostId": "98d9a055e0b12bdce93d932a29f33d0a8b8b25f905a6a6406657a43f", "image": {"id": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/flavors/42"}]}, "created": "2025-12-11T18:37:42Z", "updated": "2025-12-11T18:39:18Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1181444288-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:15:26"}, {"version": 4, "addr": "172.24.4.87", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:15:26"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-36943558", "OS-SRV-USG:launched_at": "2025-12-11T18:37:55.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1820054906"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6"}]}}'
2025-12-11 19:39:20,187 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf 0.534s
2025-12-11 19:39:20,187 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:39:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1742', '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-e6ede3c1-421b-4805-8b64-d20b90e6c5b9', 'x-compute-request-id': 'req-e6ede3c1-421b-4805-8b64-d20b90e6c5b9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf'}
Body: b'{"server": {"id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "name": "tempest-ServerRescueNegativeTestJSON-server-2023095728", "status": "ACTIVE", "tenant_id": "8c0769dc02954421a0c9ec597bfb743d", "user_id": "714231085c014fc4a9f2402dde8a8d35", "metadata": {}, "hostId": "98d9a055e0b12bdce93d932a29f33d0a8b8b25f905a6a6406657a43f", "image": {"id": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/flavors/42"}]}, "created": "2025-12-11T18:37:42Z", "updated": "2025-12-11T18:39:18Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1181444288-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:15:26"}, {"version": 4, "addr": "172.24.4.87", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:15:26"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-36943558", "OS-SRV-USG:launched_at": "2025-12-11T18:37:55.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1820054906"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6"}]}}'
2025-12-11 19:39:21,360 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf 0.158s
2025-12-11 19:39:21,360 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:39:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1742', '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-1a55dafe-4ad2-4b08-9af5-f8e99a13d92c', 'x-compute-request-id': 'req-1a55dafe-4ad2-4b08-9af5-f8e99a13d92c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf'}
Body: b'{"server": {"id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "name": "tempest-ServerRescueNegativeTestJSON-server-2023095728", "status": "ACTIVE", "tenant_id": "8c0769dc02954421a0c9ec597bfb743d", "user_id": "714231085c014fc4a9f2402dde8a8d35", "metadata": {}, "hostId": "98d9a055e0b12bdce93d932a29f33d0a8b8b25f905a6a6406657a43f", "image": {"id": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/flavors/42"}]}, "created": "2025-12-11T18:37:42Z", "updated": "2025-12-11T18:39:18Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1181444288-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:15:26"}, {"version": 4, "addr": "172.24.4.87", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:15:26"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-36943558", "OS-SRV-USG:launched_at": "2025-12-11T18:37:55.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1820054906"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6"}]}}'
2025-12-11 19:39:22,795 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf 0.423s
2025-12-11 19:39:22,795 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:39:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1742', '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-d627d23c-5a0f-4cd9-bb59-9faa04db0235', 'x-compute-request-id': 'req-d627d23c-5a0f-4cd9-bb59-9faa04db0235', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf'}
Body: b'{"server": {"id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "name": "tempest-ServerRescueNegativeTestJSON-server-2023095728", "status": "ACTIVE", "tenant_id": "8c0769dc02954421a0c9ec597bfb743d", "user_id": "714231085c014fc4a9f2402dde8a8d35", "metadata": {}, "hostId": "98d9a055e0b12bdce93d932a29f33d0a8b8b25f905a6a6406657a43f", "image": {"id": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/flavors/42"}]}, "created": "2025-12-11T18:37:42Z", "updated": "2025-12-11T18:39:18Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1181444288-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:15:26"}, {"version": 4, "addr": "172.24.4.87", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:15:26"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-36943558", "OS-SRV-USG:launched_at": "2025-12-11T18:37:55.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1820054906"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6"}]}}'
2025-12-11 19:39:24,053 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf 0.245s
2025-12-11 19:39:24,054 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:39:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1742', '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-89758ade-83f0-4cc7-aca0-f478d0a19c87', 'x-compute-request-id': 'req-89758ade-83f0-4cc7-aca0-f478d0a19c87', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf'}
Body: b'{"server": {"id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "name": "tempest-ServerRescueNegativeTestJSON-server-2023095728", "status": "ACTIVE", "tenant_id": "8c0769dc02954421a0c9ec597bfb743d", "user_id": "714231085c014fc4a9f2402dde8a8d35", "metadata": {}, "hostId": "98d9a055e0b12bdce93d932a29f33d0a8b8b25f905a6a6406657a43f", "image": {"id": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/flavors/42"}]}, "created": "2025-12-11T18:37:42Z", "updated": "2025-12-11T18:39:18Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1181444288-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:15:26"}, {"version": 4, "addr": "172.24.4.87", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:15:26"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-36943558", "OS-SRV-USG:launched_at": "2025-12-11T18:37:55.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1820054906"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6"}]}}'
2025-12-11 19:39:25,229 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf 0.163s
2025-12-11 19:39:25,229 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:39:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1742', '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-f5f08f90-e649-45d3-9ae0-f2b645b43454', 'x-compute-request-id': 'req-f5f08f90-e649-45d3-9ae0-f2b645b43454', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf'}
Body: b'{"server": {"id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "name": "tempest-ServerRescueNegativeTestJSON-server-2023095728", "status": "ACTIVE", "tenant_id": "8c0769dc02954421a0c9ec597bfb743d", "user_id": "714231085c014fc4a9f2402dde8a8d35", "metadata": {}, "hostId": "98d9a055e0b12bdce93d932a29f33d0a8b8b25f905a6a6406657a43f", "image": {"id": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/flavors/42"}]}, "created": "2025-12-11T18:37:42Z", "updated": "2025-12-11T18:39:18Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1181444288-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:15:26"}, {"version": 4, "addr": "172.24.4.87", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:15:26"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-36943558", "OS-SRV-USG:launched_at": "2025-12-11T18:37:55.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1820054906"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6"}]}}'
2025-12-11 19:39:26,544 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf 0.302s
2025-12-11 19:39:26,544 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:39:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1742', '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-5af96025-45fa-45d9-9dd6-57285d8a459d', 'x-compute-request-id': 'req-5af96025-45fa-45d9-9dd6-57285d8a459d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf'}
Body: b'{"server": {"id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "name": "tempest-ServerRescueNegativeTestJSON-server-2023095728", "status": "ACTIVE", "tenant_id": "8c0769dc02954421a0c9ec597bfb743d", "user_id": "714231085c014fc4a9f2402dde8a8d35", "metadata": {}, "hostId": "98d9a055e0b12bdce93d932a29f33d0a8b8b25f905a6a6406657a43f", "image": {"id": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/flavors/42"}]}, "created": "2025-12-11T18:37:42Z", "updated": "2025-12-11T18:39:18Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1181444288-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:15:26"}, {"version": 4, "addr": "172.24.4.87", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:15:26"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-36943558", "OS-SRV-USG:launched_at": "2025-12-11T18:37:55.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1820054906"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6"}]}}'
2025-12-11 19:39:28,683 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf 1.126s
2025-12-11 19:39:28,683 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:39:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1742', '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-6c5d2df1-5b57-40b5-be4e-4e2534eee243', 'x-compute-request-id': 'req-6c5d2df1-5b57-40b5-be4e-4e2534eee243', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf'}
Body: b'{"server": {"id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "name": "tempest-ServerRescueNegativeTestJSON-server-2023095728", "status": "ACTIVE", "tenant_id": "8c0769dc02954421a0c9ec597bfb743d", "user_id": "714231085c014fc4a9f2402dde8a8d35", "metadata": {}, "hostId": "98d9a055e0b12bdce93d932a29f33d0a8b8b25f905a6a6406657a43f", "image": {"id": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/flavors/42"}]}, "created": "2025-12-11T18:37:42Z", "updated": "2025-12-11T18:39:18Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1181444288-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:15:26"}, {"version": 4, "addr": "172.24.4.87", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:15:26"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-36943558", "OS-SRV-USG:launched_at": "2025-12-11T18:37:55.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1820054906"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6"}]}}'
2025-12-11 19:39:29,954 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf 0.257s
2025-12-11 19:39:29,954 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:39:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1722', '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-21775652-fa6d-4936-bacf-d3f93d50067e', 'x-compute-request-id': 'req-21775652-fa6d-4936-bacf-d3f93d50067e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf'}
Body: b'{"server": {"id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "name": "tempest-ServerRescueNegativeTestJSON-server-2023095728", "status": "RESCUE", "tenant_id": "8c0769dc02954421a0c9ec597bfb743d", "user_id": "714231085c014fc4a9f2402dde8a8d35", "metadata": {}, "hostId": "98d9a055e0b12bdce93d932a29f33d0a8b8b25f905a6a6406657a43f", "image": {"id": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/flavors/42"}]}, "created": "2025-12-11T18:37:42Z", "updated": "2025-12-11T18:39:28Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1181444288-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:15:26"}, {"version": 4, "addr": "172.24.4.87", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:15:26"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-36943558", "OS-SRV-USG:launched_at": "2025-12-11T18:39:28.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1820054906"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "rescued", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6"}]}}'
2025-12-11 19:39:29,965 81738 INFO [tempest.common.waiters] State transition "ACTIVE/rescuing" ==> "RESCUE/None" after 11 second wait
2025-12-11 19:39:30,011 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://192.168.122.184/identity/v3/auth/tokens 0.042s
2025-12-11 19:39:30,011 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:39:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2538', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-4575371d-3024-49e3-8958-f3567da45436', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.184/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "714231085c014fc4a9f2402dde8a8d35", "name": "tempest-ServerRescueNegativeTestJSON-659980641-project-member", "password_expires_at": null}, "audit_ids": ["72t7F6KnQN2xSgOp4gymRQ"], "expires_at": "2025-12-11T19:39:30.000000Z", "issued_at": "2025-12-11T18:39:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8c0769dc02954421a0c9ec597bfb743d", "name": "tempest-ServerRescueNegativeTestJSON-659980641"}, "is_domain": false, "roles": [{"id": "6a84de7120464b2999e81c6d15e3b72b", "name": "member"}, {"id": "af221853c2bf49fc8d8d8e9dac773251", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0841909790694cc5944a635e67906047", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.184/networking", "region": "RegionOne"}], "id": "36cd89f55e85473397ae1bc972034741", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "c11d4ea8f33b49788d476db5489fce10", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.184/volume/v3", "region": "RegionOne"}], "id": "4ffff6bfe8c440f0ae09985de96940d4", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "b56cac06b9294c618f6ac9c0a4797184", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.184/compute/v2.1", "region": "RegionOne"}], "id": "87bc7fe1869241ba98fd88a88f405c48", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "16dca626cb4349e884c85f05f653b775", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.184/compute/v2/8c0769dc02954421a0c9ec597bfb743d", "region": "RegionOne"}], "id": "9869e59a56f54cae91d69805be983aab", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "c36a37ab52a14de885ba001f97b4f99a", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.184/image", "region": "RegionOne"}], "id": "bc2229e7a64244098a8b2a78f5a33b44", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b6bc5aebe5e74a5eb445ff61706f20d5", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.184/placement", "region": "RegionOne"}], "id": "c65316350e844ecb8ff2fbe169e2aa34", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ba7ac28247a54cabae71b863a67955a5", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.184/identity", "region": "RegionOne"}], "id": "f5e86e2a98d4456bb745a325ebd11d9d", "type": "identity", "name": "keystone"}]}}'
2025-12-11 19:39:30,012 81738 INFO [tempest.lib.common.fixed_network] (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume) Found network {'id': '4f993784-217f-459f-b765-e8fdad162c52', 'name': 'tempest-ServerRescueNegativeTestJSON-1181444288-network', 'tenant_id': '8c0769dc02954421a0c9ec597bfb743d', 'project_id': '8c0769dc02954421a0c9ec597bfb743d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 63080, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-12-11T18:36:18Z', 'updated_at': '2025-12-11T18:36:18Z', 'revision_number': 1} available for tenant
2025-12-11 19:39:30,096 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 409 DELETE http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.083s
2025-12-11 19:39:30,096 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:39:30 GMT', 'server': 'Apache/2.4.52 (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': '152', 'x-openstack-request-id': 'req-e7b1919a-4759-483e-821b-c8b6bae16258', 'x-compute-request-id': 'req-e7b1919a-4759-483e-821b-c8b6bae16258', 'connection': 'close', 'status': '409', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"conflictingRequest": {"code": 409, "message": "Cannot \'detach_volume\' instance d5b219b1-cf88-4bd8-8f1e-a03c944efcdf while it is in vm_state rescued"}}'
2025-12-11 19:39:30,231 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 202 POST http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/action 0.134s
2025-12-11 19:39:30,232 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"unrescue": {}}
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:39:30 GMT', 'server': 'Apache/2.4.52 (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-ffe385ff-2c22-4735-8467-0144585c71f4', 'x-compute-request-id': 'req-ffe385ff-2c22-4735-8467-0144585c71f4', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/action'}
Body: b''
2025-12-11 19:39:30,524 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf 0.292s
2025-12-11 19:39:30,525 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:39:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1730', '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-99edb9f8-cfec-45ce-aee4-6a953c973d3b', 'x-compute-request-id': 'req-99edb9f8-cfec-45ce-aee4-6a953c973d3b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf'}
Body: b'{"server": {"id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "name": "tempest-ServerRescueNegativeTestJSON-server-2023095728", "status": "RESCUE", "tenant_id": "8c0769dc02954421a0c9ec597bfb743d", "user_id": "714231085c014fc4a9f2402dde8a8d35", "metadata": {}, "hostId": "98d9a055e0b12bdce93d932a29f33d0a8b8b25f905a6a6406657a43f", "image": {"id": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/flavors/42"}]}, "created": "2025-12-11T18:37:42Z", "updated": "2025-12-11T18:39:30Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1181444288-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:15:26"}, {"version": 4, "addr": "172.24.4.87", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:15:26"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-36943558", "OS-SRV-USG:launched_at": "2025-12-11T18:39:28.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1820054906"}], "OS-EXT-STS:task_state": "unrescuing", "OS-EXT-STS:vm_state": "rescued", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6"}]}}'
2025-12-11 19:39:31,702 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf 0.164s
2025-12-11 19:39:31,702 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:39:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1730', '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-e3a8bc96-4aef-4a2e-9ef1-6c8a18a0fd39', 'x-compute-request-id': 'req-e3a8bc96-4aef-4a2e-9ef1-6c8a18a0fd39', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf'}
Body: b'{"server": {"id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "name": "tempest-ServerRescueNegativeTestJSON-server-2023095728", "status": "RESCUE", "tenant_id": "8c0769dc02954421a0c9ec597bfb743d", "user_id": "714231085c014fc4a9f2402dde8a8d35", "metadata": {}, "hostId": "98d9a055e0b12bdce93d932a29f33d0a8b8b25f905a6a6406657a43f", "image": {"id": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/flavors/42"}]}, "created": "2025-12-11T18:37:42Z", "updated": "2025-12-11T18:39:30Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1181444288-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:15:26"}, {"version": 4, "addr": "172.24.4.87", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:15:26"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-36943558", "OS-SRV-USG:launched_at": "2025-12-11T18:39:28.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1820054906"}], "OS-EXT-STS:task_state": "unrescuing", "OS-EXT-STS:vm_state": "rescued", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6"}]}}'
2025-12-11 19:39:33,016 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf 0.302s
2025-12-11 19:39:33,017 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:39:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1730', '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-0fc51b1f-7026-474e-8d1e-9a840b8a7ba5', 'x-compute-request-id': 'req-0fc51b1f-7026-474e-8d1e-9a840b8a7ba5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf'}
Body: b'{"server": {"id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "name": "tempest-ServerRescueNegativeTestJSON-server-2023095728", "status": "RESCUE", "tenant_id": "8c0769dc02954421a0c9ec597bfb743d", "user_id": "714231085c014fc4a9f2402dde8a8d35", "metadata": {}, "hostId": "98d9a055e0b12bdce93d932a29f33d0a8b8b25f905a6a6406657a43f", "image": {"id": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/flavors/42"}]}, "created": "2025-12-11T18:37:42Z", "updated": "2025-12-11T18:39:30Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1181444288-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:15:26"}, {"version": 4, "addr": "172.24.4.87", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:15:26"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-36943558", "OS-SRV-USG:launched_at": "2025-12-11T18:39:28.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1820054906"}], "OS-EXT-STS:task_state": "unrescuing", "OS-EXT-STS:vm_state": "rescued", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6"}]}}'
2025-12-11 19:39:34,261 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf 0.233s
2025-12-11 19:39:34,262 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:39:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1813', '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-99338435-94dd-4325-b7ee-30394035977f', 'x-compute-request-id': 'req-99338435-94dd-4325-b7ee-30394035977f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf'}
Body: b'{"server": {"id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "name": "tempest-ServerRescueNegativeTestJSON-server-2023095728", "status": "ERROR", "tenant_id": "8c0769dc02954421a0c9ec597bfb743d", "user_id": "714231085c014fc4a9f2402dde8a8d35", "metadata": {}, "hostId": "98d9a055e0b12bdce93d932a29f33d0a8b8b25f905a6a6406657a43f", "image": {"id": "e5329277-a7c5-4bf9-8cb4-3d502172a557", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.184/compute/flavors/42"}]}, "created": "2025-12-11T18:37:42Z", "updated": "2025-12-11T18:39:34Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1181444288-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:15:26"}, {"version": 4, "addr": "172.24.4.87", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:15:26"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}, {"rel": "bookmark", "href": "http://192.168.122.184/compute/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-12-11T18:39:34Z", "message": "libvirtError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-36943558", "OS-SRV-USG:launched_at": "2025-12-11T18:39:28.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1820054906"}], "OS-EXT-STS:task_state": "unrescuing", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6"}]}}'
2025-12-11 19:39:34,273 81738 INFO [tempest.common.waiters] State transition "RESCUE/unrescuing" ==> "ERROR/unrescuing" after 4 second wait
2025-12-11 19:39:34,407 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-interface 0.133s
2025-12-11 19:39:34,407 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:39:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '280', '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-daa4c38d-2938-427f-b0ca-5b0e275c5e30', 'x-compute-request-id': 'req-daa4c38d-2938-427f-b0ca-5b0e275c5e30', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "4f993784-217f-459f-b765-e8fdad162c52", "port_id": "bcf056dd-0fc9-4c01-b358-122380a18b90", "mac_addr": "fa:16:3e:84:15:26", "port_state": "DOWN", "fixed_ips": [{"subnet_id": "61dffaa9-ec53-4b9f-93c0-c20bf59e4339", "ip_address": "10.0.0.4"}]}]}'
2025-12-11 19:39:35,409 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 PUT http://192.168.122.184/networking/v2.0/floatingips/74017cf6-70ca-4df4-940d-47e7aae2b88e 0.999s
2025-12-11 19:39:35,410 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "bcf056dd-0fc9-4c01-b358-122380a18b90"}}
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:39:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-eb22f8e4-a105-41e0-972c-fafb4186d066', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/networking/v2.0/floatingips/74017cf6-70ca-4df4-940d-47e7aae2b88e'}
Body: b'{"floatingip": {"id": "74017cf6-70ca-4df4-940d-47e7aae2b88e", "tenant_id": "8c0769dc02954421a0c9ec597bfb743d", "project_id": "8c0769dc02954421a0c9ec597bfb743d", "floating_ip_address": "172.24.4.87", "floating_network_id": "01303e60-0be2-44cf-9221-7cca4a3b5e84", "router_id": "d41bb5e7-3bea-4768-9aec-1af0a041312e", "port_id": "bcf056dd-0fc9-4c01-b358-122380a18b90", "fixed_ip_address": "10.0.0.4", "status": "ACTIVE", "description": "", "port_details": {"name": "", "network_id": "4f993784-217f-459f-b765-e8fdad162c52", "mac_address": "fa:16:3e:84:15:26", "admin_state_up": true, "status": "DOWN", "device_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-12-11T18:37:41Z", "updated_at": "2025-12-11T18:39:34Z", "revision_number": 3}}'
2025-12-11 19:39:35,411 81738 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.87:22' as 'cirros' with public key authentication
2025-12-11 19:40:35,468 81738 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.87 (timed out). Number attempts: 1. Retry after 2 seconds.
2025-12-11 19:41:38,028 81738 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.87 (timed out). Number attempts: 2. Retry after 3 seconds.
2025-12-11 19:42:41,592 81738 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.87 (timed out). Number attempts: 3. Retry after 4 seconds.
2025-12-11 19:43:46,155 81738 ERROR [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.87 after 3 attempts. Proxy client: no proxy client
2025-12-11 19:43:46.155 81738 ERROR tempest.lib.common.ssh Traceback (most recent call last):
2025-12-11 19:43:46.155 81738 ERROR tempest.lib.common.ssh File "/opt/stack/tempest/tempest/lib/common/ssh.py", line 136, in _get_ssh_connection
2025-12-11 19:43:46.155 81738 ERROR tempest.lib.common.ssh ssh.connect(self.host, port=self.port, username=self.username,
2025-12-11 19:43:46.155 81738 ERROR tempest.lib.common.ssh File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/paramiko/client.py", line 384, in connect
2025-12-11 19:43:46.155 81738 ERROR tempest.lib.common.ssh sock.connect(addr)
2025-12-11 19:43:46.155 81738 ERROR tempest.lib.common.ssh TimeoutError: timed out
2025-12-11 19:43:46.155 81738 ERROR tempest.lib.common.ssh
2025-12-11 19:43:46,157 81738 DEBUG [tempest.lib.common.utils.linux.remote_client] Caller: ServerRescueNegativeTestJSON:_run_cleanups. Timeout trying to ssh to server response: {'date': 'Thu, 11 Dec 2025 18:37:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '417', 'location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf', '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-7adf7088-f4f9-498e-b2c3-051fd9ed8f99', 'x-compute-request-id': 'req-7adf7088-f4f9-498e-b2c3-051fd9ed8f99', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.184/compute/v2.1/servers'}
Body: {'id': 'd5b219b1-cf88-4bd8-8f1e-a03c944efcdf', 'name': 'tempest-ServerRescueNegativeTestJSON-server-2023095728', 'status': 'ACTIVE', 'tenant_id': '8c0769dc02954421a0c9ec597bfb743d', 'user_id': '714231085c014fc4a9f2402dde8a8d35', 'metadata': {}, 'hostId': '98d9a055e0b12bdce93d932a29f33d0a8b8b25f905a6a6406657a43f', 'image': {'id': 'e5329277-a7c5-4bf9-8cb4-3d502172a557', 'links': [{'rel': 'bookmark', 'href': 'http://192.168.122.184/compute/images/e5329277-a7c5-4bf9-8cb4-3d502172a557'}]}, 'flavor': {'id': '42', 'links': [{'rel': 'bookmark', 'href': 'http://192.168.122.184/compute/flavors/42'}]}, 'created': '2025-12-11T18:37:42Z', 'updated': '2025-12-11T18:37:55Z', 'addresses': {'tempest-ServerRescueNegativeTestJSON-1181444288-network': [{'version': 4, 'addr': '10.0.0.4', 'OS-EXT-IPS:type': 'fixed', 'OS-EXT-IPS-MAC:mac_addr': 'fa:16:3e:84:15:26'}]}, 'accessIPv4': '', 'accessIPv6': '', 'links': [{'rel': 'self', 'href': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf'}, {'rel': 'bookmark', 'href': 'http://192.168.122.184/compute/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf'}], 'OS-DCF:diskConfig': 'MANUAL', 'progress': 0, 'OS-EXT-AZ:availability_zone': 'nova', 'config_drive': '', 'key_name': 'tempest-keypair-36943558', 'OS-SRV-USG:launched_at': '2025-12-11T18:37:55.000000', 'OS-SRV-USG:terminated_at': None, 'security_groups': [{'name': 'tempest-securitygroup--1820054906'}], 'OS-EXT-STS:task_state': None, 'OS-EXT-STS:vm_state': 'active', 'OS-EXT-STS:power_state': 1, 'os-extended-volumes:volumes_attached': []}
2025-12-11 19:43:47,289 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 404 POST http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/action 1.131s
2025-12-11 19:43:47,289 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:43:46 GMT', 'server': 'Apache/2.4.52 (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': '86', 'x-openstack-request-id': 'req-bf428268-1381-4c04-97c4-59a2fd368f84', 'x-compute-request-id': 'req-bf428268-1381-4c04-97c4-59a2fd368f84', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/action'}
Body: b'{"itemNotFound": {"code": 404, "message": "Guest does not have a console available."}}'
2025-12-11 19:43:47,289 81738 DEBUG [tempest.lib.common.utils.linux.remote_client] Could not get console_log for server d5b219b1-cf88-4bd8-8f1e-a03c944efcdf
2025-12-11 19:43:47,332 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.042s
2025-12-11 19:43:47,332 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:43:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbec8ed3-833e-43ad-b187-82ac89dbfad4', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbec8ed3-833e-43ad-b187-82ac89dbfad4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:43:47,431 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 409 DELETE http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.089s
2025-12-11 19:43:47,432 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:43:47 GMT', 'server': 'Apache/2.4.52 (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': '150', 'x-openstack-request-id': 'req-2418639a-2c53-4cc9-929a-695580171d49', 'x-compute-request-id': 'req-2418639a-2c53-4cc9-929a-695580171d49', 'connection': 'close', 'status': '409', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"conflictingRequest": {"code": 409, "message": "Cannot \'detach_volume\' instance d5b219b1-cf88-4bd8-8f1e-a03c944efcdf while it is in vm_state error"}}'
2025-12-11 19:43:47,477 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.043s
2025-12-11 19:43:47,477 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:43:47 GMT', 'server': 'Apache/2.4.52 (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-0aa0842b-aac0-4300-ad40-6980ca1364af', 'x-compute-request-id': 'req-0aa0842b-aac0-4300-ad40-6980ca1364af', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:43:48,528 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.048s
2025-12-11 19:43:48,529 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:43:48 GMT', 'server': 'Apache/2.4.52 (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-0361db4e-b677-4998-8154-817cd332a645', 'x-compute-request-id': 'req-0361db4e-b677-4998-8154-817cd332a645', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:43:49,573 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.041s
2025-12-11 19:43:49,574 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:43:49 GMT', 'server': 'Apache/2.4.52 (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-6603ee14-398a-403c-a9e8-3de3f027a33a', 'x-compute-request-id': 'req-6603ee14-398a-403c-a9e8-3de3f027a33a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:43:50,627 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.050s
2025-12-11 19:43:50,627 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:43:50 GMT', 'server': 'Apache/2.4.52 (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-be57c691-e6ed-4978-adb8-d9bb6476b018', 'x-compute-request-id': 'req-be57c691-e6ed-4978-adb8-d9bb6476b018', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:43:51,675 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.044s
2025-12-11 19:43:51,675 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:43:51 GMT', 'server': 'Apache/2.4.52 (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-07d4fdd3-c65b-4edf-adff-7f8a3684e45b', 'x-compute-request-id': 'req-07d4fdd3-c65b-4edf-adff-7f8a3684e45b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:43:52,753 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.074s
2025-12-11 19:43:52,753 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:43:52 GMT', 'server': 'Apache/2.4.52 (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-4f921ccd-a4a7-486a-8abb-4142e77194b6', 'x-compute-request-id': 'req-4f921ccd-a4a7-486a-8abb-4142e77194b6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:43:53,825 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.069s
2025-12-11 19:43:53,826 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:43:53 GMT', 'server': 'Apache/2.4.52 (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-e94d299d-8e5e-4f16-b8c1-d58c3c229bdd', 'x-compute-request-id': 'req-e94d299d-8e5e-4f16-b8c1-d58c3c229bdd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:43:54,885 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.056s
2025-12-11 19:43:54,886 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:43:54 GMT', 'server': 'Apache/2.4.52 (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-d6147905-b3e7-4db4-ac16-551de1b8fad8', 'x-compute-request-id': 'req-d6147905-b3e7-4db4-ac16-551de1b8fad8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:43:55,942 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.054s
2025-12-11 19:43:55,943 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:43:55 GMT', 'server': 'Apache/2.4.52 (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-100ad034-fbf0-47c0-90fd-ed72f219e188', 'x-compute-request-id': 'req-100ad034-fbf0-47c0-90fd-ed72f219e188', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:43:57,011 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.065s
2025-12-11 19:43:57,011 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:43:56 GMT', 'server': 'Apache/2.4.52 (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-3d2fb8aa-951a-4e91-b4e7-f43ab93981ae', 'x-compute-request-id': 'req-3d2fb8aa-951a-4e91-b4e7-f43ab93981ae', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:43:58,058 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.043s
2025-12-11 19:43:58,058 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:43:58 GMT', 'server': 'Apache/2.4.52 (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-b74a36d9-82fd-4e02-b3f6-f594daeac7a6', 'x-compute-request-id': 'req-b74a36d9-82fd-4e02-b3f6-f594daeac7a6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:43:59,106 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.044s
2025-12-11 19:43:59,106 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:43:59 GMT', 'server': 'Apache/2.4.52 (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-9e8697d5-0c74-451a-b52c-27a81a5b777c', 'x-compute-request-id': 'req-9e8697d5-0c74-451a-b52c-27a81a5b777c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:00,225 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.116s
2025-12-11 19:44:00,225 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:00 GMT', 'server': 'Apache/2.4.52 (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-00f7866b-dfc0-4737-9d84-2c1e9587e74c', 'x-compute-request-id': 'req-00f7866b-dfc0-4737-9d84-2c1e9587e74c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:01,367 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.138s
2025-12-11 19:44:01,367 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:01 GMT', 'server': 'Apache/2.4.52 (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-863b8afe-1b78-47dd-a662-ee6072931c98', 'x-compute-request-id': 'req-863b8afe-1b78-47dd-a662-ee6072931c98', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:02,416 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.046s
2025-12-11 19:44:02,417 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:02 GMT', 'server': 'Apache/2.4.52 (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-079448d0-519b-4299-a1d9-c902866c1c8c', 'x-compute-request-id': 'req-079448d0-519b-4299-a1d9-c902866c1c8c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:03,465 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.045s
2025-12-11 19:44:03,465 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:03 GMT', 'server': 'Apache/2.4.52 (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-f5d45d1f-9858-44e5-b3fc-68c56bd33d86', 'x-compute-request-id': 'req-f5d45d1f-9858-44e5-b3fc-68c56bd33d86', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:04,515 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.046s
2025-12-11 19:44:04,516 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:04 GMT', 'server': 'Apache/2.4.52 (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-b816cf10-df45-4695-8074-7d384db9d45b', 'x-compute-request-id': 'req-b816cf10-df45-4695-8074-7d384db9d45b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:05,561 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.042s
2025-12-11 19:44:05,562 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:05 GMT', 'server': 'Apache/2.4.52 (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-db04cb9c-0dd2-42bd-8aba-8beefc4caf7a', 'x-compute-request-id': 'req-db04cb9c-0dd2-42bd-8aba-8beefc4caf7a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:06,610 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.045s
2025-12-11 19:44:06,611 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:06 GMT', 'server': 'Apache/2.4.52 (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-ca9330ea-cf8e-48ad-97d6-2a7cce44b6b3', 'x-compute-request-id': 'req-ca9330ea-cf8e-48ad-97d6-2a7cce44b6b3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:07,659 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.045s
2025-12-11 19:44:07,659 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:07 GMT', 'server': 'Apache/2.4.52 (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-9e2adc5e-32a2-4bc0-b795-df92ca29a9cc', 'x-compute-request-id': 'req-9e2adc5e-32a2-4bc0-b795-df92ca29a9cc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:08,709 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.046s
2025-12-11 19:44:08,709 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:08 GMT', 'server': 'Apache/2.4.52 (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-d65b0eba-d9c7-4d3c-8ec1-a9b081e69817', 'x-compute-request-id': 'req-d65b0eba-d9c7-4d3c-8ec1-a9b081e69817', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:09,765 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.053s
2025-12-11 19:44:09,766 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:09 GMT', 'server': 'Apache/2.4.52 (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-45e2332f-a96b-4cd4-a287-6a81e9a95841', 'x-compute-request-id': 'req-45e2332f-a96b-4cd4-a287-6a81e9a95841', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:10,818 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.049s
2025-12-11 19:44:10,819 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:10 GMT', 'server': 'Apache/2.4.52 (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-f1b34c2f-b664-46e2-9430-de25f87a1d28', 'x-compute-request-id': 'req-f1b34c2f-b664-46e2-9430-de25f87a1d28', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:11,870 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.048s
2025-12-11 19:44:11,870 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:11 GMT', 'server': 'Apache/2.4.52 (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-1d3e285d-483d-40b8-8b5b-bfc259dd55d6', 'x-compute-request-id': 'req-1d3e285d-483d-40b8-8b5b-bfc259dd55d6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:12,925 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.051s
2025-12-11 19:44:12,925 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:12 GMT', 'server': 'Apache/2.4.52 (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-8f302173-c96b-447c-b0f0-496b6f7b8011', 'x-compute-request-id': 'req-8f302173-c96b-447c-b0f0-496b6f7b8011', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:13,978 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.050s
2025-12-11 19:44:13,979 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:13 GMT', 'server': 'Apache/2.4.52 (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-5eb7f413-f496-4b0c-a5a2-f4dafea348e5', 'x-compute-request-id': 'req-5eb7f413-f496-4b0c-a5a2-f4dafea348e5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:15,032 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.050s
2025-12-11 19:44:15,032 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:14 GMT', 'server': 'Apache/2.4.52 (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-7164539e-fd42-46e2-b3da-db4cc6a5ceea', 'x-compute-request-id': 'req-7164539e-fd42-46e2-b3da-db4cc6a5ceea', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:16,080 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.044s
2025-12-11 19:44:16,080 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:16 GMT', 'server': 'Apache/2.4.52 (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-2840c4ca-6e9f-44d7-9edf-11b25db13f5e', 'x-compute-request-id': 'req-2840c4ca-6e9f-44d7-9edf-11b25db13f5e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:17,129 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.045s
2025-12-11 19:44:17,129 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:17 GMT', 'server': 'Apache/2.4.52 (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-a90888c7-e548-4ca4-97cd-2c636bb0f9e0', 'x-compute-request-id': 'req-a90888c7-e548-4ca4-97cd-2c636bb0f9e0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:18,179 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.046s
2025-12-11 19:44:18,179 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:18 GMT', 'server': 'Apache/2.4.52 (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-0df5c885-661f-4593-935c-006fed999ff8', 'x-compute-request-id': 'req-0df5c885-661f-4593-935c-006fed999ff8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:19,235 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.054s
2025-12-11 19:44:19,236 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:19 GMT', 'server': 'Apache/2.4.52 (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-c9242bcd-4eb4-413e-b9c1-06f8616d4fb0', 'x-compute-request-id': 'req-c9242bcd-4eb4-413e-b9c1-06f8616d4fb0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:20,308 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.069s
2025-12-11 19:44:20,308 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:20 GMT', 'server': 'Apache/2.4.52 (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-16408b30-4577-48dd-ac86-98623ae96f21', 'x-compute-request-id': 'req-16408b30-4577-48dd-ac86-98623ae96f21', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:21,366 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.054s
2025-12-11 19:44:21,366 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:21 GMT', 'server': 'Apache/2.4.52 (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-156ce960-2940-4d7f-a874-58e48b481c87', 'x-compute-request-id': 'req-156ce960-2940-4d7f-a874-58e48b481c87', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:22,457 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.087s
2025-12-11 19:44:22,457 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:22 GMT', 'server': 'Apache/2.4.52 (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-bd493a60-1be5-46b7-b016-f593024d9c56', 'x-compute-request-id': 'req-bd493a60-1be5-46b7-b016-f593024d9c56', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:23,509 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.048s
2025-12-11 19:44:23,509 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:23 GMT', 'server': 'Apache/2.4.52 (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-6f4d4d3f-4a58-4bde-871f-6e419b9b4629', 'x-compute-request-id': 'req-6f4d4d3f-4a58-4bde-871f-6e419b9b4629', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:24,565 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.053s
2025-12-11 19:44:24,566 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:24 GMT', 'server': 'Apache/2.4.52 (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-d4393d6c-886f-4b20-b501-7e5958bb742c', 'x-compute-request-id': 'req-d4393d6c-886f-4b20-b501-7e5958bb742c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:25,631 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.063s
2025-12-11 19:44:25,632 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:25 GMT', 'server': 'Apache/2.4.52 (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-5c9ef556-29a6-4881-ad5d-9a9142d18073', 'x-compute-request-id': 'req-5c9ef556-29a6-4881-ad5d-9a9142d18073', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:26,681 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.046s
2025-12-11 19:44:26,682 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:26 GMT', 'server': 'Apache/2.4.52 (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-90fc51e0-a023-4769-bd48-35f3c91f9c08', 'x-compute-request-id': 'req-90fc51e0-a023-4769-bd48-35f3c91f9c08', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:27,725 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.040s
2025-12-11 19:44:27,725 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:27 GMT', 'server': 'Apache/2.4.52 (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-41354d95-7483-4d73-a79d-731bcabca4db', 'x-compute-request-id': 'req-41354d95-7483-4d73-a79d-731bcabca4db', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:28,799 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.071s
2025-12-11 19:44:28,800 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:28 GMT', 'server': 'Apache/2.4.52 (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-8c8c26a5-6c95-460b-8667-4ad43f1cf339', 'x-compute-request-id': 'req-8c8c26a5-6c95-460b-8667-4ad43f1cf339', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:29,866 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.064s
2025-12-11 19:44:29,867 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:29 GMT', 'server': 'Apache/2.4.52 (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-00069e66-d711-4050-82c3-8c34621653b8', 'x-compute-request-id': 'req-00069e66-d711-4050-82c3-8c34621653b8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:30,929 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.059s
2025-12-11 19:44:30,930 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:30 GMT', 'server': 'Apache/2.4.52 (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-1dc96fe8-ac5c-48a0-88bd-96bbd7979de2', 'x-compute-request-id': 'req-1dc96fe8-ac5c-48a0-88bd-96bbd7979de2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:31,992 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.059s
2025-12-11 19:44:31,992 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:31 GMT', 'server': 'Apache/2.4.52 (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-42330385-95dc-49c9-8d20-2f56217b926b', 'x-compute-request-id': 'req-42330385-95dc-49c9-8d20-2f56217b926b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:33,049 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.053s
2025-12-11 19:44:33,049 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:32 GMT', 'server': 'Apache/2.4.52 (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-cb61d55e-7ff6-4540-9ed5-3c6f477b9021', 'x-compute-request-id': 'req-cb61d55e-7ff6-4540-9ed5-3c6f477b9021', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:34,105 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.052s
2025-12-11 19:44:34,105 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:34 GMT', 'server': 'Apache/2.4.52 (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-763d0768-6a23-4fb4-82d3-369e327d8c5b', 'x-compute-request-id': 'req-763d0768-6a23-4fb4-82d3-369e327d8c5b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:35,159 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.050s
2025-12-11 19:44:35,159 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:35 GMT', 'server': 'Apache/2.4.52 (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-043cb917-f262-4473-ad33-0a7fddb050cc', 'x-compute-request-id': 'req-043cb917-f262-4473-ad33-0a7fddb050cc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:36,207 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.045s
2025-12-11 19:44:36,208 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:36 GMT', 'server': 'Apache/2.4.52 (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-c26c66fa-89e1-4af9-b8db-02bf2cb8c117', 'x-compute-request-id': 'req-c26c66fa-89e1-4af9-b8db-02bf2cb8c117', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:37,260 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.049s
2025-12-11 19:44:37,260 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:37 GMT', 'server': 'Apache/2.4.52 (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-b2838ca1-66f2-4026-b953-3894e129dfdd', 'x-compute-request-id': 'req-b2838ca1-66f2-4026-b953-3894e129dfdd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:38,309 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.046s
2025-12-11 19:44:38,309 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:38 GMT', 'server': 'Apache/2.4.52 (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-0b21b28d-21a1-47d5-ba79-9e77b643dc51', 'x-compute-request-id': 'req-0b21b28d-21a1-47d5-ba79-9e77b643dc51', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:39,371 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.060s
2025-12-11 19:44:39,372 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:39 GMT', 'server': 'Apache/2.4.52 (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-c75b5cc2-3f9e-498c-8794-6c8002a65a63', 'x-compute-request-id': 'req-c75b5cc2-3f9e-498c-8794-6c8002a65a63', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:40,443 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.068s
2025-12-11 19:44:40,443 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:40 GMT', 'server': 'Apache/2.4.52 (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-14ae64ec-b0ca-4106-982f-fc79b155ebc3', 'x-compute-request-id': 'req-14ae64ec-b0ca-4106-982f-fc79b155ebc3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:41,506 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.061s
2025-12-11 19:44:41,507 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:41 GMT', 'server': 'Apache/2.4.52 (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-bb3dff66-b7a8-4ec5-a2bb-d992d18da8fe', 'x-compute-request-id': 'req-bb3dff66-b7a8-4ec5-a2bb-d992d18da8fe', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:42,553 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.044s
2025-12-11 19:44:42,554 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:42 GMT', 'server': 'Apache/2.4.52 (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-fb894e7b-625a-47f6-9e94-41b473a817b4', 'x-compute-request-id': 'req-fb894e7b-625a-47f6-9e94-41b473a817b4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:43,601 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.044s
2025-12-11 19:44:43,601 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:43 GMT', 'server': 'Apache/2.4.52 (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-a7e22002-1bc3-4849-9bc5-e2289f4565ab', 'x-compute-request-id': 'req-a7e22002-1bc3-4849-9bc5-e2289f4565ab', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:44,651 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.046s
2025-12-11 19:44:44,651 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:44 GMT', 'server': 'Apache/2.4.52 (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-00b3cadd-7724-48b3-ad5f-810da5fc3697', 'x-compute-request-id': 'req-00b3cadd-7724-48b3-ad5f-810da5fc3697', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:45,698 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.045s
2025-12-11 19:44:45,698 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:45 GMT', 'server': 'Apache/2.4.52 (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-f1229c39-f065-4795-9377-495002bc656a', 'x-compute-request-id': 'req-f1229c39-f065-4795-9377-495002bc656a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:46,752 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.051s
2025-12-11 19:44:46,753 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:46 GMT', 'server': 'Apache/2.4.52 (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-dbf9796e-8fec-4935-92fb-cd42551536cc', 'x-compute-request-id': 'req-dbf9796e-8fec-4935-92fb-cd42551536cc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:47,798 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.042s
2025-12-11 19:44:47,799 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:47 GMT', 'server': 'Apache/2.4.52 (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-b7fffb61-3205-4d5a-a90b-39285882e090', 'x-compute-request-id': 'req-b7fffb61-3205-4d5a-a90b-39285882e090', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:48,845 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.043s
2025-12-11 19:44:48,845 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:48 GMT', 'server': 'Apache/2.4.52 (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-514cd5e5-c299-4492-a157-7440a43f8140', 'x-compute-request-id': 'req-514cd5e5-c299-4492-a157-7440a43f8140', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:49,889 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.040s
2025-12-11 19:44:49,889 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:49 GMT', 'server': 'Apache/2.4.52 (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-0dce0313-5dd5-4181-ac00-5f80ec5b9880', 'x-compute-request-id': 'req-0dce0313-5dd5-4181-ac00-5f80ec5b9880', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:50,942 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.050s
2025-12-11 19:44:50,943 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:50 GMT', 'server': 'Apache/2.4.52 (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-7fee4122-eef3-473f-83c0-8ce84f19ec2f', 'x-compute-request-id': 'req-7fee4122-eef3-473f-83c0-8ce84f19ec2f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:51,991 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.045s
2025-12-11 19:44:51,992 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:51 GMT', 'server': 'Apache/2.4.52 (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-42d48db8-a9ab-46f7-a33d-20d6e1ed081c', 'x-compute-request-id': 'req-42d48db8-a9ab-46f7-a33d-20d6e1ed081c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:53,037 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.042s
2025-12-11 19:44:53,037 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:52 GMT', 'server': 'Apache/2.4.52 (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-de02c4c4-781f-44f6-b63b-ebf477501a08', 'x-compute-request-id': 'req-de02c4c4-781f-44f6-b63b-ebf477501a08', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:54,084 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.044s
2025-12-11 19:44:54,084 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:54 GMT', 'server': 'Apache/2.4.52 (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-d740610c-daae-4942-8286-03dce2f12237', 'x-compute-request-id': 'req-d740610c-daae-4942-8286-03dce2f12237', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:55,139 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.052s
2025-12-11 19:44:55,140 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:55 GMT', 'server': 'Apache/2.4.52 (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-3f607027-4597-4573-b28c-4e55bd03b727', 'x-compute-request-id': 'req-3f607027-4597-4573-b28c-4e55bd03b727', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:56,190 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.047s
2025-12-11 19:44:56,191 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:56 GMT', 'server': 'Apache/2.4.52 (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-adac0bae-4c26-4514-84a2-7ddf99ba376c', 'x-compute-request-id': 'req-adac0bae-4c26-4514-84a2-7ddf99ba376c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:57,255 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.061s
2025-12-11 19:44:57,255 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:57 GMT', 'server': 'Apache/2.4.52 (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-d517c675-7cab-45ed-b558-2e60e61df040', 'x-compute-request-id': 'req-d517c675-7cab-45ed-b558-2e60e61df040', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:58,302 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.043s
2025-12-11 19:44:58,302 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:58 GMT', 'server': 'Apache/2.4.52 (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-471c22ab-d762-4676-9612-79181582a5ca', 'x-compute-request-id': 'req-471c22ab-d762-4676-9612-79181582a5ca', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:44:59,349 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.043s
2025-12-11 19:44:59,349 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:44:59 GMT', 'server': 'Apache/2.4.52 (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-805394a2-bd2c-42c5-8131-6985b5034ce6', 'x-compute-request-id': 'req-805394a2-bd2c-42c5-8131-6985b5034ce6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:00,395 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.043s
2025-12-11 19:45:00,396 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:00 GMT', 'server': 'Apache/2.4.52 (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-41f7201e-1b7d-4a0f-8bd8-5d4f8103d902', 'x-compute-request-id': 'req-41f7201e-1b7d-4a0f-8bd8-5d4f8103d902', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:01,441 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.042s
2025-12-11 19:45:01,441 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:01 GMT', 'server': 'Apache/2.4.52 (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-727701c9-b4a6-4cd9-9516-3aa01992ad6f', 'x-compute-request-id': 'req-727701c9-b4a6-4cd9-9516-3aa01992ad6f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:02,486 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.042s
2025-12-11 19:45:02,487 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:02 GMT', 'server': 'Apache/2.4.52 (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-3b5c3e31-0aa5-403b-b88a-7b1acc459ba6', 'x-compute-request-id': 'req-3b5c3e31-0aa5-403b-b88a-7b1acc459ba6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:03,534 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.044s
2025-12-11 19:45:03,534 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:03 GMT', 'server': 'Apache/2.4.52 (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-5eb47bf0-5921-4b1d-8478-e3bd31e844b5', 'x-compute-request-id': 'req-5eb47bf0-5921-4b1d-8478-e3bd31e844b5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:04,578 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.041s
2025-12-11 19:45:04,579 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:04 GMT', 'server': 'Apache/2.4.52 (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-8758bd48-050f-43d5-89a0-09d9c09a0278', 'x-compute-request-id': 'req-8758bd48-050f-43d5-89a0-09d9c09a0278', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:05,628 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.047s
2025-12-11 19:45:05,629 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:05 GMT', 'server': 'Apache/2.4.52 (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-1d23c855-3b84-467b-aec6-5f63f5aaedaf', 'x-compute-request-id': 'req-1d23c855-3b84-467b-aec6-5f63f5aaedaf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:06,696 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.063s
2025-12-11 19:45:06,696 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:06 GMT', 'server': 'Apache/2.4.52 (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-fe435e76-6326-475b-82f3-ae307ab6745b', 'x-compute-request-id': 'req-fe435e76-6326-475b-82f3-ae307ab6745b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:07,744 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.045s
2025-12-11 19:45:07,744 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:07 GMT', 'server': 'Apache/2.4.52 (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-06addbd7-8fc5-4a75-b341-484369acacaf', 'x-compute-request-id': 'req-06addbd7-8fc5-4a75-b341-484369acacaf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:08,797 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.049s
2025-12-11 19:45:08,797 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:08 GMT', 'server': 'Apache/2.4.52 (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-fcca8b03-2053-4b12-b4a1-91e71eb30929', 'x-compute-request-id': 'req-fcca8b03-2053-4b12-b4a1-91e71eb30929', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:09,843 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.042s
2025-12-11 19:45:09,843 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:09 GMT', 'server': 'Apache/2.4.52 (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-0af88813-aaf3-4931-acf1-733310744ff9', 'x-compute-request-id': 'req-0af88813-aaf3-4931-acf1-733310744ff9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:10,928 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.081s
2025-12-11 19:45:10,928 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:10 GMT', 'server': 'Apache/2.4.52 (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-0b00b29c-4dec-4947-8301-3116b193d205', 'x-compute-request-id': 'req-0b00b29c-4dec-4947-8301-3116b193d205', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:11,995 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.064s
2025-12-11 19:45:11,995 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:11 GMT', 'server': 'Apache/2.4.52 (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-4005c7de-9577-419a-a4e4-082f9f601d2a', 'x-compute-request-id': 'req-4005c7de-9577-419a-a4e4-082f9f601d2a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:13,055 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.056s
2025-12-11 19:45:13,055 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:12 GMT', 'server': 'Apache/2.4.52 (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-af9134d7-adb6-431c-ae17-8c3ce66593ef', 'x-compute-request-id': 'req-af9134d7-adb6-431c-ae17-8c3ce66593ef', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:14,119 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.060s
2025-12-11 19:45:14,119 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:14 GMT', 'server': 'Apache/2.4.52 (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-7f2ba958-72a8-42be-be8c-dc22e16906e3', 'x-compute-request-id': 'req-7f2ba958-72a8-42be-be8c-dc22e16906e3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:15,170 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.047s
2025-12-11 19:45:15,170 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:15 GMT', 'server': 'Apache/2.4.52 (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-31b71597-1c11-4e59-8464-61863ea963ca', 'x-compute-request-id': 'req-31b71597-1c11-4e59-8464-61863ea963ca', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:16,217 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.044s
2025-12-11 19:45:16,217 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:16 GMT', 'server': 'Apache/2.4.52 (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-07829b21-39e2-4a1b-92b3-aa990fa57de6', 'x-compute-request-id': 'req-07829b21-39e2-4a1b-92b3-aa990fa57de6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:17,270 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.049s
2025-12-11 19:45:17,270 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:17 GMT', 'server': 'Apache/2.4.52 (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-f479c05e-33e9-45d1-8369-be6feee74d2c', 'x-compute-request-id': 'req-f479c05e-33e9-45d1-8369-be6feee74d2c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:18,316 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.042s
2025-12-11 19:45:18,316 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:18 GMT', 'server': 'Apache/2.4.52 (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-9942b5f4-1cf5-43d5-9f33-c8f857e74658', 'x-compute-request-id': 'req-9942b5f4-1cf5-43d5-9f33-c8f857e74658', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:19,366 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.047s
2025-12-11 19:45:19,367 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:19 GMT', 'server': 'Apache/2.4.52 (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-d5360c0f-c4a8-4a6b-8329-c06d8a384446', 'x-compute-request-id': 'req-d5360c0f-c4a8-4a6b-8329-c06d8a384446', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:20,421 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.051s
2025-12-11 19:45:20,421 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:20 GMT', 'server': 'Apache/2.4.52 (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-47223f83-a1a2-44b5-b5e1-e2fbe5d47ef9', 'x-compute-request-id': 'req-47223f83-a1a2-44b5-b5e1-e2fbe5d47ef9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:21,476 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.052s
2025-12-11 19:45:21,477 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:21 GMT', 'server': 'Apache/2.4.52 (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-533a6597-718b-45ae-848f-1348ffc1d44c', 'x-compute-request-id': 'req-533a6597-718b-45ae-848f-1348ffc1d44c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:22,530 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.050s
2025-12-11 19:45:22,531 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:22 GMT', 'server': 'Apache/2.4.52 (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-94ab94a8-db4e-4dff-a5a5-1cdb820c6eda', 'x-compute-request-id': 'req-94ab94a8-db4e-4dff-a5a5-1cdb820c6eda', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:23,586 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.052s
2025-12-11 19:45:23,586 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:23 GMT', 'server': 'Apache/2.4.52 (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-676503aa-7dca-401b-8ff4-d88da1e200bb', 'x-compute-request-id': 'req-676503aa-7dca-401b-8ff4-d88da1e200bb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:24,633 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.043s
2025-12-11 19:45:24,633 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:24 GMT', 'server': 'Apache/2.4.52 (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-915c7ede-b278-46ac-b695-ac86a95ee024', 'x-compute-request-id': 'req-915c7ede-b278-46ac-b695-ac86a95ee024', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:25,680 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.044s
2025-12-11 19:45:25,681 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:25 GMT', 'server': 'Apache/2.4.52 (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-71a7cb35-7645-4242-bde9-032cf53ac6f4', 'x-compute-request-id': 'req-71a7cb35-7645-4242-bde9-032cf53ac6f4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:26,727 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.043s
2025-12-11 19:45:26,727 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:26 GMT', 'server': 'Apache/2.4.52 (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-f63503ef-006a-4762-aead-02977d20007b', 'x-compute-request-id': 'req-f63503ef-006a-4762-aead-02977d20007b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:27,774 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.043s
2025-12-11 19:45:27,774 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:27 GMT', 'server': 'Apache/2.4.52 (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-c060d6af-6540-485f-850b-eb06bde445c1', 'x-compute-request-id': 'req-c060d6af-6540-485f-850b-eb06bde445c1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:28,821 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.045s
2025-12-11 19:45:28,821 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:28 GMT', 'server': 'Apache/2.4.52 (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-31c498eb-228e-4ec0-b4bc-778a2ccc9c8f', 'x-compute-request-id': 'req-31c498eb-228e-4ec0-b4bc-778a2ccc9c8f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:29,872 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.048s
2025-12-11 19:45:29,873 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:29 GMT', 'server': 'Apache/2.4.52 (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-e9f32324-69e0-4ec0-8b0f-8cec6a36f73e', 'x-compute-request-id': 'req-e9f32324-69e0-4ec0-8b0f-8cec6a36f73e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:30,918 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.042s
2025-12-11 19:45:30,918 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:30 GMT', 'server': 'Apache/2.4.52 (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-5d8b5bb2-413a-4350-90c0-4383c92f76eb', 'x-compute-request-id': 'req-5d8b5bb2-413a-4350-90c0-4383c92f76eb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:31,962 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.042s
2025-12-11 19:45:31,963 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:31 GMT', 'server': 'Apache/2.4.52 (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-2aadc3d8-6032-4288-98e2-899341d8367c', 'x-compute-request-id': 'req-2aadc3d8-6032-4288-98e2-899341d8367c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:33,009 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.043s
2025-12-11 19:45:33,010 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:32 GMT', 'server': 'Apache/2.4.52 (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-f0db6262-d307-485d-8c28-2b2b97bb4629', 'x-compute-request-id': 'req-f0db6262-d307-485d-8c28-2b2b97bb4629', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:34,062 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.049s
2025-12-11 19:45:34,062 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:34 GMT', 'server': 'Apache/2.4.52 (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-3ed3d5a3-42d7-47a9-9b68-188719db8f80', 'x-compute-request-id': 'req-3ed3d5a3-42d7-47a9-9b68-188719db8f80', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:35,109 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.044s
2025-12-11 19:45:35,110 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:35 GMT', 'server': 'Apache/2.4.52 (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-f372eaf6-c19c-4d60-98a6-ab6df3264ae7', 'x-compute-request-id': 'req-f372eaf6-c19c-4d60-98a6-ab6df3264ae7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:36,155 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.043s
2025-12-11 19:45:36,156 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:36 GMT', 'server': 'Apache/2.4.52 (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-7ac558a3-c9ab-454b-9043-927098323b45', 'x-compute-request-id': 'req-7ac558a3-c9ab-454b-9043-927098323b45', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:37,223 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.064s
2025-12-11 19:45:37,223 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:37 GMT', 'server': 'Apache/2.4.52 (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-068dc321-4ad1-449c-8575-ada87104b953', 'x-compute-request-id': 'req-068dc321-4ad1-449c-8575-ada87104b953', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:38,269 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.042s
2025-12-11 19:45:38,269 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:38 GMT', 'server': 'Apache/2.4.52 (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-8fb0527d-ccd9-4c29-a7d3-66a330788421', 'x-compute-request-id': 'req-8fb0527d-ccd9-4c29-a7d3-66a330788421', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:39,316 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.044s
2025-12-11 19:45:39,317 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:39 GMT', 'server': 'Apache/2.4.52 (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-4472f0da-1f84-4ef5-9847-8244025bfddc', 'x-compute-request-id': 'req-4472f0da-1f84-4ef5-9847-8244025bfddc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:40,364 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.044s
2025-12-11 19:45:40,364 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:40 GMT', 'server': 'Apache/2.4.52 (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-8cfd8ed9-ec86-4f5d-a5fd-d88625ceda60', 'x-compute-request-id': 'req-8cfd8ed9-ec86-4f5d-a5fd-d88625ceda60', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:41,419 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.051s
2025-12-11 19:45:41,419 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:41 GMT', 'server': 'Apache/2.4.52 (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-1bd766ed-b9ee-4d3c-b551-19aaa33e118a', 'x-compute-request-id': 'req-1bd766ed-b9ee-4d3c-b551-19aaa33e118a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:42,491 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.069s
2025-12-11 19:45:42,492 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:42 GMT', 'server': 'Apache/2.4.52 (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-725eface-d5f6-4d75-bc24-cd9aabeb168d', 'x-compute-request-id': 'req-725eface-d5f6-4d75-bc24-cd9aabeb168d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:43,548 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.053s
2025-12-11 19:45:43,548 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:43 GMT', 'server': 'Apache/2.4.52 (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-c67dbbe3-5f3e-4a7b-a6f6-2b68067068b6', 'x-compute-request-id': 'req-c67dbbe3-5f3e-4a7b-a6f6-2b68067068b6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:44,648 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.096s
2025-12-11 19:45:44,648 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:44 GMT', 'server': 'Apache/2.4.52 (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-f4a2c4bd-4314-4593-b2c1-eaedd1490a80', 'x-compute-request-id': 'req-f4a2c4bd-4314-4593-b2c1-eaedd1490a80', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:45,708 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.056s
2025-12-11 19:45:45,708 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:45 GMT', 'server': 'Apache/2.4.52 (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-d47b66d8-152f-452b-bf1f-52855d40f9fb', 'x-compute-request-id': 'req-d47b66d8-152f-452b-bf1f-52855d40f9fb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:46,758 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.047s
2025-12-11 19:45:46,759 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:46 GMT', 'server': 'Apache/2.4.52 (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-6fec132f-f6a4-4eed-894b-612ddfe452b1', 'x-compute-request-id': 'req-6fec132f-f6a4-4eed-894b-612ddfe452b1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:47,806 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.044s
2025-12-11 19:45:47,806 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:47 GMT', 'server': 'Apache/2.4.52 (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-decc71df-b050-43ce-ae88-06900f3b9fb8', 'x-compute-request-id': 'req-decc71df-b050-43ce-ae88-06900f3b9fb8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:48,853 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.043s
2025-12-11 19:45:48,853 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:48 GMT', 'server': 'Apache/2.4.52 (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-386ad0ba-1bb5-4d98-b336-5af54b7109c8', 'x-compute-request-id': 'req-386ad0ba-1bb5-4d98-b336-5af54b7109c8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:49,903 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.046s
2025-12-11 19:45:49,903 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:49 GMT', 'server': 'Apache/2.4.52 (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-d85e1f40-6e45-4ccb-8c93-fcd83fcb7312', 'x-compute-request-id': 'req-d85e1f40-6e45-4ccb-8c93-fcd83fcb7312', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:51,034 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.127s
2025-12-11 19:45:51,034 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:50 GMT', 'server': 'Apache/2.4.52 (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-ee574bfb-e069-4c77-a828-ee7bbf2d2911', 'x-compute-request-id': 'req-ee574bfb-e069-4c77-a828-ee7bbf2d2911', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:52,096 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.058s
2025-12-11 19:45:52,096 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:52 GMT', 'server': 'Apache/2.4.52 (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-a0698e81-2c0b-4b16-ba64-46249d21e47f', 'x-compute-request-id': 'req-a0698e81-2c0b-4b16-ba64-46249d21e47f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:53,149 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.049s
2025-12-11 19:45:53,149 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:53 GMT', 'server': 'Apache/2.4.52 (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-4e6e1f54-1b8b-41e5-a211-6647aa8d6b81', 'x-compute-request-id': 'req-4e6e1f54-1b8b-41e5-a211-6647aa8d6b81', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:54,195 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.042s
2025-12-11 19:45:54,195 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:54 GMT', 'server': 'Apache/2.4.52 (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-438f4401-4f4b-4e07-ade7-fe764a72fa1e', 'x-compute-request-id': 'req-438f4401-4f4b-4e07-ade7-fe764a72fa1e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:55,242 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.045s
2025-12-11 19:45:55,243 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:55 GMT', 'server': 'Apache/2.4.52 (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-6e05cbbb-8dc1-4d80-9d12-918d6a87b670', 'x-compute-request-id': 'req-6e05cbbb-8dc1-4d80-9d12-918d6a87b670', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:56,307 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.061s
2025-12-11 19:45:56,307 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:56 GMT', 'server': 'Apache/2.4.52 (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-d22be909-a7a8-4b95-b037-0ffda397965d', 'x-compute-request-id': 'req-d22be909-a7a8-4b95-b037-0ffda397965d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:57,358 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.047s
2025-12-11 19:45:57,358 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:57 GMT', 'server': 'Apache/2.4.52 (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-c21e090d-9d95-4470-9745-6458538291e6', 'x-compute-request-id': 'req-c21e090d-9d95-4470-9745-6458538291e6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:58,434 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.073s
2025-12-11 19:45:58,434 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:58 GMT', 'server': 'Apache/2.4.52 (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-5eac90d7-c601-4be9-b06e-7ed0fe12e105', 'x-compute-request-id': 'req-5eac90d7-c601-4be9-b06e-7ed0fe12e105', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:45:59,613 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.176s
2025-12-11 19:45:59,613 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:45:59 GMT', 'server': 'Apache/2.4.52 (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-b97364de-1e59-468c-b951-e76d52a6b893', 'x-compute-request-id': 'req-b97364de-1e59-468c-b951-e76d52a6b893', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:00,665 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.049s
2025-12-11 19:46:00,665 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:00 GMT', 'server': 'Apache/2.4.52 (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-94b92813-5bad-4729-a1ba-e0e209357bba', 'x-compute-request-id': 'req-94b92813-5bad-4729-a1ba-e0e209357bba', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:01,733 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.066s
2025-12-11 19:46:01,734 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:01 GMT', 'server': 'Apache/2.4.52 (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-0934be65-9ea3-453a-ae78-7de7df46fb8c', 'x-compute-request-id': 'req-0934be65-9ea3-453a-ae78-7de7df46fb8c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:02,784 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.047s
2025-12-11 19:46:02,784 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:02 GMT', 'server': 'Apache/2.4.52 (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-09b222ea-e2fe-491c-b612-2d8154b145e0', 'x-compute-request-id': 'req-09b222ea-e2fe-491c-b612-2d8154b145e0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:03,834 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.047s
2025-12-11 19:46:03,834 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:03 GMT', 'server': 'Apache/2.4.52 (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-9e8812c4-5d37-4244-8980-0e9bb0d6c304', 'x-compute-request-id': 'req-9e8812c4-5d37-4244-8980-0e9bb0d6c304', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:04,882 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.044s
2025-12-11 19:46:04,883 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:04 GMT', 'server': 'Apache/2.4.52 (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-85cf52d0-b222-44fb-9760-aaaf9c2121e9', 'x-compute-request-id': 'req-85cf52d0-b222-44fb-9760-aaaf9c2121e9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:05,930 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.044s
2025-12-11 19:46:05,931 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:05 GMT', 'server': 'Apache/2.4.52 (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-72077fe1-abc9-424f-9847-2d644ebc3644', 'x-compute-request-id': 'req-72077fe1-abc9-424f-9847-2d644ebc3644', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:06,979 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.045s
2025-12-11 19:46:06,979 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:06 GMT', 'server': 'Apache/2.4.52 (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-a5ca9387-95cc-4318-9e7c-6f2da8b9ce1a', 'x-compute-request-id': 'req-a5ca9387-95cc-4318-9e7c-6f2da8b9ce1a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:08,025 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.043s
2025-12-11 19:46:08,026 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:07 GMT', 'server': 'Apache/2.4.52 (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-6d26490e-8562-4176-ab39-a23d0f0f318a', 'x-compute-request-id': 'req-6d26490e-8562-4176-ab39-a23d0f0f318a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:09,074 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.045s
2025-12-11 19:46:09,074 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:09 GMT', 'server': 'Apache/2.4.52 (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-d425a6cb-e19d-4045-9023-0e1d776170dc', 'x-compute-request-id': 'req-d425a6cb-e19d-4045-9023-0e1d776170dc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:10,145 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.067s
2025-12-11 19:46:10,145 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:10 GMT', 'server': 'Apache/2.4.52 (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-94492274-e382-4b1d-aae7-94e212ba4241', 'x-compute-request-id': 'req-94492274-e382-4b1d-aae7-94e212ba4241', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:11,199 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.050s
2025-12-11 19:46:11,199 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:11 GMT', 'server': 'Apache/2.4.52 (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-521a0698-f873-40ac-9660-670fcd62d358', 'x-compute-request-id': 'req-521a0698-f873-40ac-9660-670fcd62d358', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:12,249 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.047s
2025-12-11 19:46:12,250 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:12 GMT', 'server': 'Apache/2.4.52 (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-67b7ec15-db91-4e5f-bb4a-de5015fe6688', 'x-compute-request-id': 'req-67b7ec15-db91-4e5f-bb4a-de5015fe6688', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:13,303 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.050s
2025-12-11 19:46:13,303 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:13 GMT', 'server': 'Apache/2.4.52 (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-25f422ea-599a-4c39-b61a-c2fad51cd1ba', 'x-compute-request-id': 'req-25f422ea-599a-4c39-b61a-c2fad51cd1ba', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:14,362 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.055s
2025-12-11 19:46:14,362 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:14 GMT', 'server': 'Apache/2.4.52 (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-e09efb21-6549-4640-933f-2ebfd09c22a9', 'x-compute-request-id': 'req-e09efb21-6549-4640-933f-2ebfd09c22a9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:15,411 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.046s
2025-12-11 19:46:15,412 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:15 GMT', 'server': 'Apache/2.4.52 (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-307f38fa-b4d2-41c8-9540-9ec60b80e79c', 'x-compute-request-id': 'req-307f38fa-b4d2-41c8-9540-9ec60b80e79c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:16,468 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.053s
2025-12-11 19:46:16,468 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:16 GMT', 'server': 'Apache/2.4.52 (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-2be278a3-64f8-4ec4-90a1-5d9cffe0fa2c', 'x-compute-request-id': 'req-2be278a3-64f8-4ec4-90a1-5d9cffe0fa2c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:17,570 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.098s
2025-12-11 19:46:17,570 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:17 GMT', 'server': 'Apache/2.4.52 (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-a5631d41-e84c-41f0-a15d-f6a84fc74ee4', 'x-compute-request-id': 'req-a5631d41-e84c-41f0-a15d-f6a84fc74ee4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:18,624 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.051s
2025-12-11 19:46:18,624 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:18 GMT', 'server': 'Apache/2.4.52 (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-d2b67aac-b06b-40ca-8d9a-5b2754ec48f3', 'x-compute-request-id': 'req-d2b67aac-b06b-40ca-8d9a-5b2754ec48f3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:19,672 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.044s
2025-12-11 19:46:19,672 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:19 GMT', 'server': 'Apache/2.4.52 (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-5d2af142-79c3-4f29-b69f-88490f8200a0', 'x-compute-request-id': 'req-5d2af142-79c3-4f29-b69f-88490f8200a0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:20,733 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.058s
2025-12-11 19:46:20,734 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:20 GMT', 'server': 'Apache/2.4.52 (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-35a14a26-8c30-46ef-8b0b-2e4e8e1e659b', 'x-compute-request-id': 'req-35a14a26-8c30-46ef-8b0b-2e4e8e1e659b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:21,782 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.045s
2025-12-11 19:46:21,782 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:21 GMT', 'server': 'Apache/2.4.52 (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-cf69517a-e12c-49ed-8151-f05c480d3cc0', 'x-compute-request-id': 'req-cf69517a-e12c-49ed-8151-f05c480d3cc0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:22,854 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.069s
2025-12-11 19:46:22,854 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:22 GMT', 'server': 'Apache/2.4.52 (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-8e2f96d4-0d4c-4134-bf07-411ad0964811', 'x-compute-request-id': 'req-8e2f96d4-0d4c-4134-bf07-411ad0964811', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:23,929 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.072s
2025-12-11 19:46:23,929 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:23 GMT', 'server': 'Apache/2.4.52 (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-3e7875b7-714b-4ab2-9286-d9b5cb120961', 'x-compute-request-id': 'req-3e7875b7-714b-4ab2-9286-d9b5cb120961', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:25,041 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.109s
2025-12-11 19:46:25,042 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:24 GMT', 'server': 'Apache/2.4.52 (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-9f94ed5b-cc3f-42d2-aa8b-db448c2e6c9a', 'x-compute-request-id': 'req-9f94ed5b-cc3f-42d2-aa8b-db448c2e6c9a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:26,099 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.054s
2025-12-11 19:46:26,099 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:26 GMT', 'server': 'Apache/2.4.52 (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-b2c5afc2-0fe0-4519-9ec0-ab758eaf044c', 'x-compute-request-id': 'req-b2c5afc2-0fe0-4519-9ec0-ab758eaf044c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:27,157 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.054s
2025-12-11 19:46:27,157 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:27 GMT', 'server': 'Apache/2.4.52 (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-f1cebae9-2166-4c88-93f6-160ab41ab0c5', 'x-compute-request-id': 'req-f1cebae9-2166-4c88-93f6-160ab41ab0c5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:28,204 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.045s
2025-12-11 19:46:28,205 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:28 GMT', 'server': 'Apache/2.4.52 (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-932cb076-a1ee-4683-9426-b0e746aaa4b7', 'x-compute-request-id': 'req-932cb076-a1ee-4683-9426-b0e746aaa4b7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:29,270 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.063s
2025-12-11 19:46:29,271 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:29 GMT', 'server': 'Apache/2.4.52 (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-ea10b9b6-85c9-468e-b574-1d3b0bc392ec', 'x-compute-request-id': 'req-ea10b9b6-85c9-468e-b574-1d3b0bc392ec', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:30,334 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.060s
2025-12-11 19:46:30,334 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:30 GMT', 'server': 'Apache/2.4.52 (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-ee84daec-15bf-4919-a709-2bfdb1ee647f', 'x-compute-request-id': 'req-ee84daec-15bf-4919-a709-2bfdb1ee647f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:31,400 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.062s
2025-12-11 19:46:31,401 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:31 GMT', 'server': 'Apache/2.4.52 (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-79a70426-e7af-4eda-af90-0a8079158c0a', 'x-compute-request-id': 'req-79a70426-e7af-4eda-af90-0a8079158c0a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:32,473 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.069s
2025-12-11 19:46:32,474 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:32 GMT', 'server': 'Apache/2.4.52 (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-f2495d01-3518-495e-be8a-adae6ca8ff8a', 'x-compute-request-id': 'req-f2495d01-3518-495e-be8a-adae6ca8ff8a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:33,529 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.053s
2025-12-11 19:46:33,529 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:33 GMT', 'server': 'Apache/2.4.52 (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-44ab3a2f-66b9-4253-b2ad-1dc09f77ffbd', 'x-compute-request-id': 'req-44ab3a2f-66b9-4253-b2ad-1dc09f77ffbd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:34,578 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.046s
2025-12-11 19:46:34,579 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:34 GMT', 'server': 'Apache/2.4.52 (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-391f0b12-dec2-40fd-aeb9-8f3018b41abe', 'x-compute-request-id': 'req-391f0b12-dec2-40fd-aeb9-8f3018b41abe', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:35,761 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.179s
2025-12-11 19:46:35,761 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:35 GMT', 'server': 'Apache/2.4.52 (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-6a6e753c-35c2-4089-872e-6ec119242824', 'x-compute-request-id': 'req-6a6e753c-35c2-4089-872e-6ec119242824', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:36,826 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.062s
2025-12-11 19:46:36,826 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:36 GMT', 'server': 'Apache/2.4.52 (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-7b9a9358-abce-483e-a16d-d9b835d03db2', 'x-compute-request-id': 'req-7b9a9358-abce-483e-a16d-d9b835d03db2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:37,886 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.057s
2025-12-11 19:46:37,886 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:37 GMT', 'server': 'Apache/2.4.52 (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-05da0517-16fa-4cdf-812f-75e44a7d9980', 'x-compute-request-id': 'req-05da0517-16fa-4cdf-812f-75e44a7d9980', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:38,946 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.057s
2025-12-11 19:46:38,947 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:38 GMT', 'server': 'Apache/2.4.52 (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-6f200560-a1e6-4a1f-83c3-01882daef191', 'x-compute-request-id': 'req-6f200560-a1e6-4a1f-83c3-01882daef191', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:39,995 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.045s
2025-12-11 19:46:39,996 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:39 GMT', 'server': 'Apache/2.4.52 (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-22fdbbaa-d75b-493b-978e-b5d2dafa9944', 'x-compute-request-id': 'req-22fdbbaa-d75b-493b-978e-b5d2dafa9944', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:41,065 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.066s
2025-12-11 19:46:41,065 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:41 GMT', 'server': 'Apache/2.4.52 (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-e46da612-8e0e-4a98-a086-cb2f11742b15', 'x-compute-request-id': 'req-e46da612-8e0e-4a98-a086-cb2f11742b15', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:42,128 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.061s
2025-12-11 19:46:42,129 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:42 GMT', 'server': 'Apache/2.4.52 (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-038b4eea-5bdc-4abd-a2e5-6175c5e2f03f', 'x-compute-request-id': 'req-038b4eea-5bdc-4abd-a2e5-6175c5e2f03f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:43,194 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.063s
2025-12-11 19:46:43,195 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:43 GMT', 'server': 'Apache/2.4.52 (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-720981a5-17de-4d32-b96a-609e25ce4b99', 'x-compute-request-id': 'req-720981a5-17de-4d32-b96a-609e25ce4b99', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:44,258 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.060s
2025-12-11 19:46:44,258 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:44 GMT', 'server': 'Apache/2.4.52 (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-fcae383e-ff5d-4828-991c-6a2a9bc2966e', 'x-compute-request-id': 'req-fcae383e-ff5d-4828-991c-6a2a9bc2966e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:45,321 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.060s
2025-12-11 19:46:45,322 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:45 GMT', 'server': 'Apache/2.4.52 (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-37e1cd7f-baec-413a-bddb-21081e4a380a', 'x-compute-request-id': 'req-37e1cd7f-baec-413a-bddb-21081e4a380a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:46,382 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.057s
2025-12-11 19:46:46,382 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:46 GMT', 'server': 'Apache/2.4.52 (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-2e6113dc-4105-4285-9523-c9ae32f53c76', 'x-compute-request-id': 'req-2e6113dc-4105-4285-9523-c9ae32f53c76', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:47,434 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.049s
2025-12-11 19:46:47,434 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:47 GMT', 'server': 'Apache/2.4.52 (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-6f308302-b8a8-438a-bb0e-aee9b8568b16', 'x-compute-request-id': 'req-6f308302-b8a8-438a-bb0e-aee9b8568b16', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:48,572 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.135s
2025-12-11 19:46:48,572 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:48 GMT', 'server': 'Apache/2.4.52 (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-e95ee5e3-9697-475d-a0ed-7bb16a16dc84', 'x-compute-request-id': 'req-e95ee5e3-9697-475d-a0ed-7bb16a16dc84', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:49,632 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.057s
2025-12-11 19:46:49,632 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:49 GMT', 'server': 'Apache/2.4.52 (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-d69087ad-4135-4db3-940f-f683e298fa9d', 'x-compute-request-id': 'req-d69087ad-4135-4db3-940f-f683e298fa9d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:50,704 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.069s
2025-12-11 19:46:50,704 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:50 GMT', 'server': 'Apache/2.4.52 (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-57f63dd0-5f1f-41bf-bd2a-73e5b863fa32', 'x-compute-request-id': 'req-57f63dd0-5f1f-41bf-bd2a-73e5b863fa32', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:51,748 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.041s
2025-12-11 19:46:51,749 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:51 GMT', 'server': 'Apache/2.4.52 (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-1101ea85-4ed6-4ce5-92cd-404a8b7e9b09', 'x-compute-request-id': 'req-1101ea85-4ed6-4ce5-92cd-404a8b7e9b09', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:52,797 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.045s
2025-12-11 19:46:52,797 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:52 GMT', 'server': 'Apache/2.4.52 (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-b5776511-95e6-490f-8add-e01983364c8f', 'x-compute-request-id': 'req-b5776511-95e6-490f-8add-e01983364c8f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:53,927 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.126s
2025-12-11 19:46:53,927 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:53 GMT', 'server': 'Apache/2.4.52 (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-1f5ac9f1-14d9-40e5-9d44-568d711dadc7', 'x-compute-request-id': 'req-1f5ac9f1-14d9-40e5-9d44-568d711dadc7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:54,981 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.051s
2025-12-11 19:46:54,981 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:54 GMT', 'server': 'Apache/2.4.52 (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-f63a2715-2e68-4f18-b3d4-264bf98bb789', 'x-compute-request-id': 'req-f63a2715-2e68-4f18-b3d4-264bf98bb789', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:56,031 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.047s
2025-12-11 19:46:56,032 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:55 GMT', 'server': 'Apache/2.4.52 (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-1aed2784-d27d-48a9-90a2-c1322ec327a6', 'x-compute-request-id': 'req-1aed2784-d27d-48a9-90a2-c1322ec327a6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:57,146 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.111s
2025-12-11 19:46:57,146 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:57 GMT', 'server': 'Apache/2.4.52 (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-d5874362-4d9b-4281-9844-37c83c001894', 'x-compute-request-id': 'req-d5874362-4d9b-4281-9844-37c83c001894', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:58,357 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.207s
2025-12-11 19:46:58,357 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:58 GMT', 'server': 'Apache/2.4.52 (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-0b7130c1-fee4-4d44-9bed-f059bc35e07e', 'x-compute-request-id': 'req-0b7130c1-fee4-4d44-9bed-f059bc35e07e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:46:59,404 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.044s
2025-12-11 19:46:59,405 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:46:59 GMT', 'server': 'Apache/2.4.52 (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-6f69fa48-cac6-4f9f-949d-13924d389192', 'x-compute-request-id': 'req-6f69fa48-cac6-4f9f-949d-13924d389192', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:47:00,453 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.045s
2025-12-11 19:47:00,454 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:00 GMT', 'server': 'Apache/2.4.52 (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-d9795637-b2ee-4c7d-a9ca-d6bee9c9e38e', 'x-compute-request-id': 'req-d9795637-b2ee-4c7d-a9ca-d6bee9c9e38e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:47:01,503 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.046s
2025-12-11 19:47:01,503 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:01 GMT', 'server': 'Apache/2.4.52 (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-d9de892a-9718-4874-b300-736584dd7cbc', 'x-compute-request-id': 'req-d9de892a-9718-4874-b300-736584dd7cbc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:47:02,551 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments 0.044s
2025-12-11 19:47:02,551 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:02 GMT', 'server': 'Apache/2.4.52 (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-b8e46429-a5b4-4fc9-928d-07e36a5e258a', 'x-compute-request-id': 'req-b8e46429-a5b4-4fc9-928d-07e36a5e258a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "volumeId": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "serverId": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "device": "/dev/vdb"}]}'
2025-12-11 19:47:04,598 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 404 POST http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/action 1.043s
2025-12-11 19:47:04,598 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:03 GMT', 'server': 'Apache/2.4.52 (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': '86', 'x-openstack-request-id': 'req-a100ebd8-d0f7-4155-aa01-ecc0aa705f5e', 'x-compute-request-id': 'req-a100ebd8-d0f7-4155-aa01-ecc0aa705f5e', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.184/compute/v2.1/servers/d5b219b1-cf88-4bd8-8f1e-a03c944efcdf/action'}
Body: b'{"itemNotFound": {"code": 404, "message": "Guest does not have a console available."}}'
2025-12-11 19:47:04,634 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.035s
2025-12-11 19:47:04,634 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2992ac2c-9fd6-40c5-a2f3-5386e6eb5733', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2992ac2c-9fd6-40c5-a2f3-5386e6eb5733', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:05,683 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.037s
2025-12-11 19:47:05,683 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cc21ecb-427a-48be-8a65-b2792ffc3bb4', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cc21ecb-427a-48be-8a65-b2792ffc3bb4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:06,737 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.042s
2025-12-11 19:47:06,737 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cc62182-f98f-4b50-97ed-ba37260f5404', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cc62182-f98f-4b50-97ed-ba37260f5404', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:07,787 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.038s
2025-12-11 19:47:07,788 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27581607-2ecf-44b1-849b-1b3ce7bc9232', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27581607-2ecf-44b1-849b-1b3ce7bc9232', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:08,839 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.040s
2025-12-11 19:47:08,839 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4cf4fb54-830f-4850-8db6-a4f16be4992b', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cf4fb54-830f-4850-8db6-a4f16be4992b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:09,889 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.038s
2025-12-11 19:47:09,889 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a97ef8c-694c-4b4c-8c49-09ee8c4ce054', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a97ef8c-694c-4b4c-8c49-09ee8c4ce054', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:10,962 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.061s
2025-12-11 19:47:10,962 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-671fd37e-8e52-4086-b1d6-8e0408e50952', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-671fd37e-8e52-4086-b1d6-8e0408e50952', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:12,013 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.039s
2025-12-11 19:47:12,013 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fa8390d-c57a-4618-8cc2-c41518e78d5f', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fa8390d-c57a-4618-8cc2-c41518e78d5f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:13,061 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.036s
2025-12-11 19:47:13,061 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4f73adc-9951-458e-a6f2-8ab1e8b45d01', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4f73adc-9951-458e-a6f2-8ab1e8b45d01', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:14,109 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.036s
2025-12-11 19:47:14,109 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f1867bd-d99d-45b7-a906-d60e529273b6', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f1867bd-d99d-45b7-a906-d60e529273b6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:15,158 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.038s
2025-12-11 19:47:15,159 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b13099a-6549-4aa7-a741-b871e0c4016f', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b13099a-6549-4aa7-a741-b871e0c4016f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:16,207 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.037s
2025-12-11 19:47:16,208 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c72096a2-5305-4424-8557-1434cdb7abd0', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c72096a2-5305-4424-8557-1434cdb7abd0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:17,257 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.038s
2025-12-11 19:47:17,257 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6475e80-eebc-4b96-800e-12f3cf170525', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6475e80-eebc-4b96-800e-12f3cf170525', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:18,305 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.036s
2025-12-11 19:47:18,305 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0b53faf-6b04-4692-a636-16cf4978911f', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0b53faf-6b04-4692-a636-16cf4978911f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:19,355 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.037s
2025-12-11 19:47:19,355 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23372cb7-d09e-4207-b2c7-7a84d856756a', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23372cb7-d09e-4207-b2c7-7a84d856756a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:20,402 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.035s
2025-12-11 19:47:20,402 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75346d89-a9e1-4f0d-8547-2e5d989f30a7', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75346d89-a9e1-4f0d-8547-2e5d989f30a7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:21,452 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.038s
2025-12-11 19:47:21,452 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5e06942-adbb-47cd-a5c2-a58b302c0c7e', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5e06942-adbb-47cd-a5c2-a58b302c0c7e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:22,500 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.036s
2025-12-11 19:47:22,501 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b657089f-d790-4422-8c09-77eccaca72ff', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b657089f-d790-4422-8c09-77eccaca72ff', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:23,547 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.036s
2025-12-11 19:47:23,548 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6344e12f-cc58-45c5-bd54-59d896b5d68c', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6344e12f-cc58-45c5-bd54-59d896b5d68c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:24,597 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.038s
2025-12-11 19:47:24,598 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb276d91-b4b5-40c5-8e60-1684d4941110', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb276d91-b4b5-40c5-8e60-1684d4941110', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:25,648 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.038s
2025-12-11 19:47:25,648 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66ae0aed-c4e2-4776-8b57-8c04add2f5a2', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66ae0aed-c4e2-4776-8b57-8c04add2f5a2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:26,695 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.035s
2025-12-11 19:47:26,695 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f17a660-bc96-4880-ac39-9171ae36c0c6', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f17a660-bc96-4880-ac39-9171ae36c0c6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:27,742 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.034s
2025-12-11 19:47:27,742 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01e5ec0e-123d-43f3-891b-6b65edf78743', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01e5ec0e-123d-43f3-891b-6b65edf78743', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:28,801 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.047s
2025-12-11 19:47:28,801 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fbc8efc-944a-4e44-9cc8-777c054d7326', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fbc8efc-944a-4e44-9cc8-777c054d7326', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:29,856 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.043s
2025-12-11 19:47:29,857 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ed7a1af-d97d-4646-bdb7-399bdf3795f7', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ed7a1af-d97d-4646-bdb7-399bdf3795f7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:30,902 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.034s
2025-12-11 19:47:30,903 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd81ecf4-85c3-4d1e-9984-1d739e4fa541', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd81ecf4-85c3-4d1e-9984-1d739e4fa541', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:31,954 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.039s
2025-12-11 19:47:31,954 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5e7d499-4381-4a4c-8a43-6b7816a5efd2', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5e7d499-4381-4a4c-8a43-6b7816a5efd2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:33,003 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.038s
2025-12-11 19:47:33,004 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85647b56-b3be-4db0-a00e-01c3eec10b32', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85647b56-b3be-4db0-a00e-01c3eec10b32', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:34,051 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.036s
2025-12-11 19:47:34,052 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dce52c80-cadb-420d-8ab5-479072fadaa7', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dce52c80-cadb-420d-8ab5-479072fadaa7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:35,099 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.036s
2025-12-11 19:47:35,100 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b633e1c-74b2-41a6-89ae-d2e188146dac', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b633e1c-74b2-41a6-89ae-d2e188146dac', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:36,150 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.038s
2025-12-11 19:47:36,150 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17f12269-094d-4f09-b59c-fbfb6665af8a', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17f12269-094d-4f09-b59c-fbfb6665af8a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:37,198 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.036s
2025-12-11 19:47:37,198 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48a88f81-a462-4bdf-8233-b24c7a613b3f', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48a88f81-a462-4bdf-8233-b24c7a613b3f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:38,247 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.037s
2025-12-11 19:47:38,247 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06b393f3-e968-466f-8629-b3c001f63b75', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06b393f3-e968-466f-8629-b3c001f63b75', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:39,296 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.037s
2025-12-11 19:47:39,297 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c30a5566-1eac-4860-92b8-b8b21ac6e33a', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c30a5566-1eac-4860-92b8-b8b21ac6e33a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:40,343 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.034s
2025-12-11 19:47:40,343 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ec0c135-4b5c-4657-8ee5-c8741ea5ce63', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ec0c135-4b5c-4657-8ee5-c8741ea5ce63', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:41,398 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.044s
2025-12-11 19:47:41,398 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d0546f8-ece9-4c92-b404-72a3ef44091b', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d0546f8-ece9-4c92-b404-72a3ef44091b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:42,449 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.038s
2025-12-11 19:47:42,449 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa5e8468-550e-415c-9213-27282de03d9e', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa5e8468-550e-415c-9213-27282de03d9e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:43,499 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.038s
2025-12-11 19:47:43,499 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2ca9d8f-9a3f-43b8-9645-b7a82bea7366', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2ca9d8f-9a3f-43b8-9645-b7a82bea7366', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:44,555 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.044s
2025-12-11 19:47:44,556 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0da556ec-7afe-4471-9bb1-e9bc3df6415b', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0da556ec-7afe-4471-9bb1-e9bc3df6415b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:45,605 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.038s
2025-12-11 19:47:45,605 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ade8320-ef9a-4ed9-98a5-4a5bb274fb82', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ade8320-ef9a-4ed9-98a5-4a5bb274fb82', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:46,654 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.037s
2025-12-11 19:47:46,654 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99f4b5fe-4c49-4b2b-8897-8d344f5b2c33', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99f4b5fe-4c49-4b2b-8897-8d344f5b2c33', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:47,713 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.047s
2025-12-11 19:47:47,714 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02d97e99-cda0-48df-97d5-31c55309de90', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02d97e99-cda0-48df-97d5-31c55309de90', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:48,769 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.044s
2025-12-11 19:47:48,770 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c38a6b90-f3b8-40f6-b7d2-79de5b090b7e', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c38a6b90-f3b8-40f6-b7d2-79de5b090b7e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:49,821 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.040s
2025-12-11 19:47:49,822 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ab7e49e-669d-4658-94f1-9228e0542825', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ab7e49e-669d-4658-94f1-9228e0542825', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:50,880 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.047s
2025-12-11 19:47:50,880 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7b558e3-6353-485d-8294-8ae5d1041162', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7b558e3-6353-485d-8294-8ae5d1041162', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:51,931 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.039s
2025-12-11 19:47:51,932 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e12a67a9-b69c-44f3-afbe-89e70824ad08', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e12a67a9-b69c-44f3-afbe-89e70824ad08', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:52,980 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.037s
2025-12-11 19:47:52,980 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8156729-8c8e-4617-a433-b11d0c47c506', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8156729-8c8e-4617-a433-b11d0c47c506', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:54,029 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.038s
2025-12-11 19:47:54,029 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-217db0b8-1db4-407c-9e01-42fe1bb9f6a2', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-217db0b8-1db4-407c-9e01-42fe1bb9f6a2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:55,078 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.037s
2025-12-11 19:47:55,078 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fe3bd3e-5205-4e8d-9ff8-305e5d35f3e7', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fe3bd3e-5205-4e8d-9ff8-305e5d35f3e7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:56,128 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.038s
2025-12-11 19:47:56,129 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56bdfaed-e86d-4a19-9d99-a2165c4b20c9', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56bdfaed-e86d-4a19-9d99-a2165c4b20c9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:57,174 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.035s
2025-12-11 19:47:57,174 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb87b6e2-7f77-49c7-aaaf-6161ff28cf79', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb87b6e2-7f77-49c7-aaaf-6161ff28cf79', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:58,225 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.038s
2025-12-11 19:47:58,225 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bdf12f6-1318-44f0-b6f5-0e68b5241662', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bdf12f6-1318-44f0-b6f5-0e68b5241662', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:47:59,273 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.036s
2025-12-11 19:47:59,274 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:47:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a55e39f-fcdd-45b0-b221-5c3f75c759f3', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a55e39f-fcdd-45b0-b221-5c3f75c759f3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:00,321 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.036s
2025-12-11 19:48:00,321 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7b95787-5e63-482b-b1ac-8e1294cab471', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7b95787-5e63-482b-b1ac-8e1294cab471', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:01,371 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.039s
2025-12-11 19:48:01,372 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c93ef32c-49bf-4dc9-b00b-cdfa53678f61', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c93ef32c-49bf-4dc9-b00b-cdfa53678f61', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:02,418 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.035s
2025-12-11 19:48:02,419 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75a33b83-1806-458e-b1b9-f71e7c9da353', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75a33b83-1806-458e-b1b9-f71e7c9da353', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:03,465 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.034s
2025-12-11 19:48:03,465 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f187849-2b42-4384-aa47-37c703951cc8', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f187849-2b42-4384-aa47-37c703951cc8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:04,513 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.036s
2025-12-11 19:48:04,514 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdb05b4b-a4ae-4655-b696-9489d37a37c0', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdb05b4b-a4ae-4655-b696-9489d37a37c0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:05,564 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.038s
2025-12-11 19:48:05,565 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-091c2207-eae2-4403-ba66-f250a093712c', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-091c2207-eae2-4403-ba66-f250a093712c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:06,617 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.041s
2025-12-11 19:48:06,617 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a1e1dcb-355d-4f2f-9fc0-2eb9ff821290', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a1e1dcb-355d-4f2f-9fc0-2eb9ff821290', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:07,670 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.041s
2025-12-11 19:48:07,670 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5558b8d-0100-4072-89f5-bc9e4beb9e57', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5558b8d-0100-4072-89f5-bc9e4beb9e57', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:08,731 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.049s
2025-12-11 19:48:08,732 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd864713-ef01-4093-b78e-70d90ecde619', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd864713-ef01-4093-b78e-70d90ecde619', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:09,779 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.036s
2025-12-11 19:48:09,779 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f343e431-4ec8-4fba-98f4-f68e7ec8a752', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f343e431-4ec8-4fba-98f4-f68e7ec8a752', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:10,834 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.043s
2025-12-11 19:48:10,834 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a60d6fc-3b27-4f75-b2df-136c7cc6200b', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a60d6fc-3b27-4f75-b2df-136c7cc6200b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:11,899 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.053s
2025-12-11 19:48:11,899 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fac964a3-da1d-4dd5-b48b-33581c535661', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fac964a3-da1d-4dd5-b48b-33581c535661', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:12,960 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.050s
2025-12-11 19:48:12,961 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7832d64c-00e0-4bfc-9fb4-9bb0d38aa92e', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7832d64c-00e0-4bfc-9fb4-9bb0d38aa92e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:14,011 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.039s
2025-12-11 19:48:14,011 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79906c2c-1644-455a-8034-15d670a4f35b', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79906c2c-1644-455a-8034-15d670a4f35b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:15,057 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.035s
2025-12-11 19:48:15,057 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9aeb291c-cc38-4ed9-9dca-cb28a47a491d', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9aeb291c-cc38-4ed9-9dca-cb28a47a491d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:16,103 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.035s
2025-12-11 19:48:16,103 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41b547d1-7626-43ae-846c-d63a07db2edb', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41b547d1-7626-43ae-846c-d63a07db2edb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:17,153 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.037s
2025-12-11 19:48:17,153 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60926f79-3f8f-4a58-8009-7e17145d2d9a', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60926f79-3f8f-4a58-8009-7e17145d2d9a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:18,202 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.037s
2025-12-11 19:48:18,202 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-beed1e69-344a-4ae6-a505-e7916116c7b6', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-beed1e69-344a-4ae6-a505-e7916116c7b6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:19,250 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.036s
2025-12-11 19:48:19,250 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8785075e-c748-454a-8901-08e3059678a2', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8785075e-c748-454a-8901-08e3059678a2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:20,301 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.039s
2025-12-11 19:48:20,301 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-106c78e4-e419-45a9-8a60-0ac71ea5f8b8', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-106c78e4-e419-45a9-8a60-0ac71ea5f8b8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:21,349 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.036s
2025-12-11 19:48:21,349 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3aaf6279-04d9-4382-96cd-3b6cf34218af', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3aaf6279-04d9-4382-96cd-3b6cf34218af', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:22,395 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.034s
2025-12-11 19:48:22,395 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-514b0353-d938-4de3-917a-92d2ba4e2a07', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-514b0353-d938-4de3-917a-92d2ba4e2a07', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:23,453 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.045s
2025-12-11 19:48:23,453 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cba2723-41f0-41a6-8f58-e27cd2dfb190', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cba2723-41f0-41a6-8f58-e27cd2dfb190', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:24,505 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.040s
2025-12-11 19:48:24,505 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2910fc93-da8e-41b3-9f46-cc92208cfef2', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2910fc93-da8e-41b3-9f46-cc92208cfef2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:25,551 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.034s
2025-12-11 19:48:25,551 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6a572cb-4ef1-4d33-ba9f-0611265f726b', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6a572cb-4ef1-4d33-ba9f-0611265f726b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:26,596 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.033s
2025-12-11 19:48:26,596 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18894b3a-7983-44aa-9461-d89bf3064a17', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18894b3a-7983-44aa-9461-d89bf3064a17', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:27,644 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.036s
2025-12-11 19:48:27,644 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86247b81-aaa8-49a1-9b83-34ea86414945', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86247b81-aaa8-49a1-9b83-34ea86414945', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:28,693 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.037s
2025-12-11 19:48:28,693 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3dc90cff-7022-410f-8f0f-5408220beeb5', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3dc90cff-7022-410f-8f0f-5408220beeb5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:29,748 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.044s
2025-12-11 19:48:29,749 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c102cc5f-0d5b-4820-bb95-c0172e262f0c', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c102cc5f-0d5b-4820-bb95-c0172e262f0c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:30,813 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.052s
2025-12-11 19:48:30,813 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8642a395-c424-420c-9cbc-125c6b86efe8', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8642a395-c424-420c-9cbc-125c6b86efe8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:31,882 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.057s
2025-12-11 19:48:31,882 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b783ab00-346b-4e4d-b290-262e0bcfc555', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b783ab00-346b-4e4d-b290-262e0bcfc555', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:32,944 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.051s
2025-12-11 19:48:32,945 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-057a2c1a-13a0-4886-a651-b70a37101769', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-057a2c1a-13a0-4886-a651-b70a37101769', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:33,990 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.034s
2025-12-11 19:48:33,991 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eae39e5a-818c-47f3-888c-d432042bdeb4', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eae39e5a-818c-47f3-888c-d432042bdeb4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:35,059 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.056s
2025-12-11 19:48:35,059 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a37db21-c58b-427a-b92a-e5753fd04855', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a37db21-c58b-427a-b92a-e5753fd04855', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:36,108 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.037s
2025-12-11 19:48:36,108 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7cfef96-df04-4602-903f-4655aa1e5239', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7cfef96-df04-4602-903f-4655aa1e5239', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:37,157 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.036s
2025-12-11 19:48:37,157 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1135696b-2bd1-441b-8da4-9d499e4da311', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1135696b-2bd1-441b-8da4-9d499e4da311', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:38,207 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.038s
2025-12-11 19:48:38,207 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58caffdb-3291-4220-89cc-aa276972d605', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58caffdb-3291-4220-89cc-aa276972d605', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:39,254 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.035s
2025-12-11 19:48:39,255 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dda30b07-6969-430f-8686-09127629645e', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dda30b07-6969-430f-8686-09127629645e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:40,318 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.050s
2025-12-11 19:48:40,318 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3eb8ded4-9e93-4015-8b55-ff3b3d588928', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3eb8ded4-9e93-4015-8b55-ff3b3d588928', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:41,401 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.071s
2025-12-11 19:48:41,402 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7224e839-e7aa-4117-a688-6c7463a3bd6c', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7224e839-e7aa-4117-a688-6c7463a3bd6c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:42,453 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.038s
2025-12-11 19:48:42,453 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e654383-dd06-41da-a594-d92483be97f9', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e654383-dd06-41da-a594-d92483be97f9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:43,502 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.038s
2025-12-11 19:48:43,503 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97b1fdce-9064-4eb9-ab89-f59aa6399b8e', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97b1fdce-9064-4eb9-ab89-f59aa6399b8e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:44,562 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.048s
2025-12-11 19:48:44,563 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8f47b78-81ea-4bb3-985f-725b2930a6c8', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8f47b78-81ea-4bb3-985f-725b2930a6c8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:45,701 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.127s
2025-12-11 19:48:45,701 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0311087-9d39-44b2-90a7-1a65a344db4e', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0311087-9d39-44b2-90a7-1a65a344db4e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:46,750 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.037s
2025-12-11 19:48:46,750 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b63e72c6-0dae-4403-b1e5-02957c096eec', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b63e72c6-0dae-4403-b1e5-02957c096eec', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:47,798 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.036s
2025-12-11 19:48:47,798 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebbed397-89a1-41fd-816b-768d9e8143ca', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebbed397-89a1-41fd-816b-768d9e8143ca', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:48,858 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.047s
2025-12-11 19:48:48,858 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a95bf460-58ee-489c-a9df-ed3b6057774a', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a95bf460-58ee-489c-a9df-ed3b6057774a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:49,915 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.045s
2025-12-11 19:48:49,915 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-334694aa-5ef0-4b05-a6b0-e1993d782729', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-334694aa-5ef0-4b05-a6b0-e1993d782729', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:50,975 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.047s
2025-12-11 19:48:50,975 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9287d08d-ee0d-41dc-b7ee-5d8c4505bd54', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9287d08d-ee0d-41dc-b7ee-5d8c4505bd54', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:52,027 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.041s
2025-12-11 19:48:52,028 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5af4995a-ca44-472e-b01f-fd32cd79c015', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5af4995a-ca44-472e-b01f-fd32cd79c015', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:53,096 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.056s
2025-12-11 19:48:53,097 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6426943c-b939-4f5b-87d4-64b54688effe', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6426943c-b939-4f5b-87d4-64b54688effe', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:54,145 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.037s
2025-12-11 19:48:54,145 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49fe91f6-fb4b-49a5-8d4e-f84728b906e1', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49fe91f6-fb4b-49a5-8d4e-f84728b906e1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:55,195 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.037s
2025-12-11 19:48:55,195 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8e24572-7b1f-47c5-9c8a-a651347a6397', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8e24572-7b1f-47c5-9c8a-a651347a6397', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:56,242 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.036s
2025-12-11 19:48:56,243 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf9c6cdc-8c3c-45a7-8ca3-f8f3fb65fc12', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf9c6cdc-8c3c-45a7-8ca3-f8f3fb65fc12', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:57,305 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.051s
2025-12-11 19:48:57,305 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7681f2e3-8fa0-41da-874b-72c6a20a5bc7', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7681f2e3-8fa0-41da-874b-72c6a20a5bc7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:58,353 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.036s
2025-12-11 19:48:58,353 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28c659c9-a1f0-43ee-a4b2-482d32dbf4ca', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28c659c9-a1f0-43ee-a4b2-482d32dbf4ca', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:48:59,428 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.061s
2025-12-11 19:48:59,428 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:48:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a0eccd1-424c-4a93-bb38-11fe01bef963', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a0eccd1-424c-4a93-bb38-11fe01bef963', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:00,478 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.039s
2025-12-11 19:49:00,479 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d464e60-e3d9-46a1-a46d-bd575beada7e', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d464e60-e3d9-46a1-a46d-bd575beada7e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:01,524 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.033s
2025-12-11 19:49:01,524 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f6738e5-51a5-4c43-b919-11696ebdee69', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f6738e5-51a5-4c43-b919-11696ebdee69', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:02,570 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.033s
2025-12-11 19:49:02,570 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b9d005f-68ab-494c-9012-dc6ae80278a9', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b9d005f-68ab-494c-9012-dc6ae80278a9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:03,615 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.034s
2025-12-11 19:49:03,616 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6726cc1-824b-48e6-86a1-12cb9cf111d3', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6726cc1-824b-48e6-86a1-12cb9cf111d3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:04,662 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.034s
2025-12-11 19:49:04,662 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bde1907-31b2-4b95-b721-5610a312bbb7', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bde1907-31b2-4b95-b721-5610a312bbb7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:05,710 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.036s
2025-12-11 19:49:05,710 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aef95cfb-4e15-457a-a1b9-67e88db63abe', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aef95cfb-4e15-457a-a1b9-67e88db63abe', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:06,771 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.050s
2025-12-11 19:49:06,772 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9f9f43f-9654-46a4-9485-ed6af06ec7f7', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9f9f43f-9654-46a4-9485-ed6af06ec7f7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:07,827 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.044s
2025-12-11 19:49:07,827 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3473dee-b9fc-4de5-85b1-6df7ffdfe424', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3473dee-b9fc-4de5-85b1-6df7ffdfe424', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:08,883 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.044s
2025-12-11 19:49:08,884 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-287903b4-3c27-4b2a-80c0-50333c484de1', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-287903b4-3c27-4b2a-80c0-50333c484de1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:09,933 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.038s
2025-12-11 19:49:09,933 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ade69f55-7753-4d9b-abf1-62e00028ebd5', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ade69f55-7753-4d9b-abf1-62e00028ebd5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:10,982 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.037s
2025-12-11 19:49:10,982 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b8e0672-3ada-4b91-bb2f-c66f8e5b8dab', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b8e0672-3ada-4b91-bb2f-c66f8e5b8dab', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:12,040 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.046s
2025-12-11 19:49:12,040 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f7fce84-779b-4e10-bc87-aa6abcef401e', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f7fce84-779b-4e10-bc87-aa6abcef401e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:13,094 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.041s
2025-12-11 19:49:13,094 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b51d7149-b192-4792-b473-c412ae5d8c5c', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b51d7149-b192-4792-b473-c412ae5d8c5c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:14,157 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.051s
2025-12-11 19:49:14,157 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07714e6a-37ff-4366-a034-854ba3a067b9', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07714e6a-37ff-4366-a034-854ba3a067b9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:15,204 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.036s
2025-12-11 19:49:15,205 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b7a0aff-e771-4777-a131-8ddb82299369', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b7a0aff-e771-4777-a131-8ddb82299369', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:16,252 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.036s
2025-12-11 19:49:16,252 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c0331e3-731d-43a9-a1d4-aaa657a49854', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c0331e3-731d-43a9-a1d4-aaa657a49854', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:17,306 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.042s
2025-12-11 19:49:17,306 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26ed5b04-821f-4346-b1f0-85eb75988994', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26ed5b04-821f-4346-b1f0-85eb75988994', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:18,359 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.042s
2025-12-11 19:49:18,360 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b999dd69-0bba-4097-9b6c-bd56ac8c40da', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b999dd69-0bba-4097-9b6c-bd56ac8c40da', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:19,414 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.043s
2025-12-11 19:49:19,414 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23405b2e-51b5-440c-9362-22dd0b68b9c9', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23405b2e-51b5-440c-9362-22dd0b68b9c9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:20,465 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.039s
2025-12-11 19:49:20,466 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f95064aa-760a-4f76-b4f0-21eeaa600892', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f95064aa-760a-4f76-b4f0-21eeaa600892', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:21,534 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.057s
2025-12-11 19:49:21,534 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5af924af-3004-4731-9bd1-e25b5615442b', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5af924af-3004-4731-9bd1-e25b5615442b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:22,585 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.039s
2025-12-11 19:49:22,586 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6c2f9e4-02e0-4698-a77c-e598ee82696a', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6c2f9e4-02e0-4698-a77c-e598ee82696a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:23,633 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.035s
2025-12-11 19:49:23,633 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8feea95e-b1d3-4751-a4db-1a7723e880a6', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8feea95e-b1d3-4751-a4db-1a7723e880a6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:24,698 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.053s
2025-12-11 19:49:24,698 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-acc06551-59ec-463d-8742-8e07964a10f3', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-acc06551-59ec-463d-8742-8e07964a10f3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:25,781 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.071s
2025-12-11 19:49:25,781 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-119663c2-eb29-4194-8b05-ea2ad86d18a3', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-119663c2-eb29-4194-8b05-ea2ad86d18a3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:26,839 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.046s
2025-12-11 19:49:26,839 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a398860-a329-4dda-97d0-096b8afa80d7', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a398860-a329-4dda-97d0-096b8afa80d7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:27,907 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.051s
2025-12-11 19:49:27,907 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0894e73e-7187-4974-a798-31c3bbd1bceb', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0894e73e-7187-4974-a798-31c3bbd1bceb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:28,982 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.063s
2025-12-11 19:49:28,982 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-162e1053-10e3-4637-9d4f-8a847f08b248', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-162e1053-10e3-4637-9d4f-8a847f08b248', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:30,056 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.062s
2025-12-11 19:49:30,056 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42be2e12-0a9e-4ca5-96e4-8a42d3c40acf', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42be2e12-0a9e-4ca5-96e4-8a42d3c40acf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:31,104 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.037s
2025-12-11 19:49:31,105 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c6ef68f-588a-41c6-a249-b3f352156c57', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c6ef68f-588a-41c6-a249-b3f352156c57', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:32,152 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.036s
2025-12-11 19:49:32,153 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-169ce794-5ddf-4694-9eef-9953c58a8225', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-169ce794-5ddf-4694-9eef-9953c58a8225', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:33,204 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.039s
2025-12-11 19:49:33,204 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-271a20d8-22aa-4099-b5e9-b0d1c380eb02', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-271a20d8-22aa-4099-b5e9-b0d1c380eb02', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:34,251 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.035s
2025-12-11 19:49:34,252 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0817ec3c-60dc-4efc-a071-2eb750ab8a30', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0817ec3c-60dc-4efc-a071-2eb750ab8a30', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:35,298 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.035s
2025-12-11 19:49:35,298 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-369f29c3-aa51-42f9-842f-0dddbe50c401', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-369f29c3-aa51-42f9-842f-0dddbe50c401', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:36,344 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.034s
2025-12-11 19:49:36,344 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2eed287-ea44-4eb8-9a34-bbc9bb98a989', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2eed287-ea44-4eb8-9a34-bbc9bb98a989', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:37,398 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.042s
2025-12-11 19:49:37,399 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc8e08e7-61c4-460f-b61b-3ce0e197481d', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc8e08e7-61c4-460f-b61b-3ce0e197481d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:38,451 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.040s
2025-12-11 19:49:38,451 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34785c3e-e888-4656-b4fb-052af4436174', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34785c3e-e888-4656-b4fb-052af4436174', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:39,497 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.034s
2025-12-11 19:49:39,498 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb55c95f-b74d-4161-a503-0a8becd380c5', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb55c95f-b74d-4161-a503-0a8becd380c5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:40,546 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.036s
2025-12-11 19:49:40,546 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b26a7ddd-6c42-454f-a881-c29f3d0b86f3', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b26a7ddd-6c42-454f-a881-c29f3d0b86f3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:41,596 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.038s
2025-12-11 19:49:41,596 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab54430e-2b00-419f-b07d-9861decf9a14', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab54430e-2b00-419f-b07d-9861decf9a14', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:42,653 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.046s
2025-12-11 19:49:42,653 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69eea240-9f47-4c24-b3ab-cef1c36d2936', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69eea240-9f47-4c24-b3ab-cef1c36d2936', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:43,705 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.041s
2025-12-11 19:49:43,706 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae8bd399-e9a8-4788-858a-c35015c4a3f8', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae8bd399-e9a8-4788-858a-c35015c4a3f8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:44,777 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.061s
2025-12-11 19:49:44,778 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4dc66e07-934b-4f23-9ef8-051d5a54c4eb', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4dc66e07-934b-4f23-9ef8-051d5a54c4eb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:45,828 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.037s
2025-12-11 19:49:45,829 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6d80e7c-f665-4a2d-be7b-1347a506d267', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6d80e7c-f665-4a2d-be7b-1347a506d267', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:46,880 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.040s
2025-12-11 19:49:46,880 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07e4f0d4-35c7-4109-bbc2-ae92d0075c4f', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07e4f0d4-35c7-4109-bbc2-ae92d0075c4f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:47,930 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.038s
2025-12-11 19:49:47,930 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9589670b-26d9-4290-b23f-ababc8ac23bc', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9589670b-26d9-4290-b23f-ababc8ac23bc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:48,983 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.040s
2025-12-11 19:49:48,983 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e14b552d-2769-4797-9133-75d4ab4a304d', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e14b552d-2769-4797-9133-75d4ab4a304d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:50,031 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.037s
2025-12-11 19:49:50,032 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a789de6a-8ef1-4425-8ce4-92d71e0cd9e0', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a789de6a-8ef1-4425-8ce4-92d71e0cd9e0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:51,085 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.041s
2025-12-11 19:49:51,085 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69c78f65-12b1-441e-84f8-ee10deaeb790', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69c78f65-12b1-441e-84f8-ee10deaeb790', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:52,132 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.036s
2025-12-11 19:49:52,133 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b7f4892-8cf4-428a-84ca-aa8f0c366f5f', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b7f4892-8cf4-428a-84ca-aa8f0c366f5f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:53,189 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.044s
2025-12-11 19:49:53,189 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd3c71c0-307f-4bf8-8945-587d8edddc28', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd3c71c0-307f-4bf8-8945-587d8edddc28', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:54,243 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.043s
2025-12-11 19:49:54,244 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c216b8ff-ad8d-4827-ba97-cdc64334384a', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c216b8ff-ad8d-4827-ba97-cdc64334384a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:55,298 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.042s
2025-12-11 19:49:55,298 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e2f6173-feec-4516-9b9a-5c048e8372d0', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e2f6173-feec-4516-9b9a-5c048e8372d0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:56,356 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.046s
2025-12-11 19:49:56,356 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b27e8f00-92e1-4568-9129-d0d6cd441bd3', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b27e8f00-92e1-4568-9129-d0d6cd441bd3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:57,406 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.039s
2025-12-11 19:49:57,406 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2a12f89-48e0-4c11-8b27-761bbecd211c', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2a12f89-48e0-4c11-8b27-761bbecd211c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:58,459 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.042s
2025-12-11 19:49:58,460 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d380e0b0-ff4d-4bbd-ac5e-c5c27697ab80', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d380e0b0-ff4d-4bbd-ac5e-c5c27697ab80', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:49:59,508 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.037s
2025-12-11 19:49:59,508 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:49:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b627d479-114a-4ccc-b72f-1481ec17d69f', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b627d479-114a-4ccc-b72f-1481ec17d69f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:50:00,641 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.121s
2025-12-11 19:50:00,642 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:50:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7221241-c2d5-4b86-8a14-88a8eda7f914', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7221241-c2d5-4b86-8a14-88a8eda7f914', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:50:01,692 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.039s
2025-12-11 19:50:01,692 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:50:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-013367d5-6789-4767-bd67-adc1f9b017dd', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-013367d5-6789-4767-bd67-adc1f9b017dd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:50:02,745 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.042s
2025-12-11 19:50:02,746 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:50:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e603395d-45f7-4e2e-9e91-3698cdbd3611', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e603395d-45f7-4e2e-9e91-3698cdbd3611', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:50:03,814 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.056s
2025-12-11 19:50:03,815 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:50:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd0dfd4f-dcd8-470d-b492-fd21d022aebd', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd0dfd4f-dcd8-470d-b492-fd21d022aebd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:50:04,880 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.052s
2025-12-11 19:50:04,880 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:50:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f42ae53e-6eec-4b3d-9321-c26e91836ebd', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f42ae53e-6eec-4b3d-9321-c26e91836ebd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:50:05,928 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.036s
2025-12-11 19:50:05,928 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:50:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22cc33f0-2306-4fb4-a11d-794e5a85996d', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22cc33f0-2306-4fb4-a11d-794e5a85996d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:50:06,977 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.036s
2025-12-11 19:50:06,977 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:50:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-667d9a4c-eb81-4c90-a886-1028d6937d2e', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-667d9a4c-eb81-4c90-a886-1028d6937d2e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:50:08,027 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.038s
2025-12-11 19:50:08,027 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:50:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-930f1d66-d111-439a-9d3c-3e3fdd0803cf', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-930f1d66-d111-439a-9d3c-3e3fdd0803cf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:50:09,079 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.040s
2025-12-11 19:50:09,080 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:50:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb4a39f1-c10a-4ebc-baa1-834717a24785', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb4a39f1-c10a-4ebc-baa1-834717a24785', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:50:10,133 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.042s
2025-12-11 19:50:10,133 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:50:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3fc32d4-388c-4017-9296-ef5297e9d0dc', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3fc32d4-388c-4017-9296-ef5297e9d0dc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:50:11,187 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.041s
2025-12-11 19:50:11,187 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:50:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c5d3889-542c-4679-b390-48449c931b1a', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c5d3889-542c-4679-b390-48449c931b1a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:50:12,238 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.039s
2025-12-11 19:50:12,238 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:50:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-962e896d-add9-4922-bf0c-0a10fdb0aa81', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-962e896d-add9-4922-bf0c-0a10fdb0aa81', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:50:13,304 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.055s
2025-12-11 19:50:13,305 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:50:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43d3163a-0c15-4a1f-b87e-0b6d971dca1d', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43d3163a-0c15-4a1f-b87e-0b6d971dca1d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:50:14,357 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.040s
2025-12-11 19:50:14,357 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:50:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4ab634c-8c01-474f-9061-c9cc7b6771b3', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4ab634c-8c01-474f-9061-c9cc7b6771b3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:50:15,429 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.061s
2025-12-11 19:50:15,430 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:50:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13eb3f7c-5b7d-4ec7-9f5b-62925d34421b', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13eb3f7c-5b7d-4ec7-9f5b-62925d34421b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:50:16,486 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.046s
2025-12-11 19:50:16,486 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:50:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7f1978b-491b-4569-9283-a2a1f87a163f', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7f1978b-491b-4569-9283-a2a1f87a163f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:50:17,541 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.043s
2025-12-11 19:50:17,542 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:50:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e63ec0a4-5a5c-44a9-b887-1ba90de4f8f2', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e63ec0a4-5a5c-44a9-b887-1ba90de4f8f2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:50:18,629 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.076s
2025-12-11 19:50:18,630 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:50:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f74d0964-6fa5-482b-9672-149d3a762c87', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f74d0964-6fa5-482b-9672-149d3a762c87', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:50:19,703 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.061s
2025-12-11 19:50:19,703 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:50:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1ddf380-e602-44f7-94a2-4c20d8804696', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1ddf380-e602-44f7-94a2-4c20d8804696', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
2025-12-11 19:50:20,750 81738 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6 0.035s
2025-12-11 19:50:20,750 81738 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 11 Dec 2025 18:50:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b3485d3-bdfd-4c87-a69c-03ceb4cf68f1', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b3485d3-bdfd-4c87-a69c-03ceb4cf68f1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6'}
Body: b'{"volume": {"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-11T18:37:38.000000", "updated_at": "2025-12-11T18:39:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1353091956", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.184/volume/v3/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}, {"rel": "bookmark", "href": "http://192.168.122.184/volume/volumes/8629fa36-17b1-4db2-9114-365ef1ff69e6"}], "user_id": "714231085c014fc4a9f2402dde8a8d35", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "attachment_id": "2762f0fc-d69a-4c82-9ae2-b2fc8386273e", "volume_id": "8629fa36-17b1-4db2-9114-365ef1ff69e6", "server_id": "d5b219b1-cf88-4bd8-8f1e-a03c944efcdf", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-11T18:39:14.000000"}], "os-vol-tenant-attr:tenant_id": "8c0769dc02954421a0c9ec597bfb743d"}}'
}}}
traceback-1: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/compute.py", line 148, in wait_for_ssh_or_ping
waiters.wait_for_ssh(
File "/opt/stack/tempest/tempest/common/waiters.py", line 713, in wait_for_ssh
raise lib_exc.TimeoutException()
tempest.lib.exceptions.TimeoutException: Request timed out
Details: None
}}}
traceback-2: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/base.py", line 583, in _detach_volume
self.servers_client.detach_volume(server['id'], volume['id'])
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 494, in detach_volume
resp, body = self.delete('servers/%s/os-volume_attachments/%s' %
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, 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 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 892, in _error_checker
raise exceptions.Conflict(resp_body, resp=resp)
tempest.lib.exceptions.Conflict: Conflict with state of target resource
Details: {'code': 409, 'message': "Cannot 'detach_volume' instance d5b219b1-cf88-4bd8-8f1e-a03c944efcdf while it is in vm_state error"}
}}}
traceback-3: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/waiters.py", line 457, in wait_for_volume_attachment_remove_from_server
console_output = client.get_console_output(server_id)['output']
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 698, in get_console_output
return self.action(server_id, 'os-getConsoleOutput',
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 239, in action
resp, body = self.post('servers/%s/action' % server_id,
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
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 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 872, in _error_checker
raise exceptions.NotFound(resp_body, resp=resp)
tempest.lib.exceptions.NotFound: Object not found
Details: {'code': 404, 'message': 'Guest does not have a console available.'}
}}}
traceback-4: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/waiters.py", line 396, in wait_for_volume_resource_status
raise lib_exc.TimeoutException(message)
tempest.lib.exceptions.TimeoutException: Request timed out
Details: volume 8629fa36-17b1-4db2-9114-365ef1ff69e6 failed to reach available status (current in-use) within the required time (196 s).
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue_negative.py", line 68, in _unrescue
waiters.wait_for_server_status(self.servers_client,
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 d5b219b1-cf88-4bd8-8f1e-a03c944efcdf failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-12-11T18:39:34Z', 'message': 'libvirtError'}.
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e] |
pass
pt4.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e]
|
||||||
test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e] |
pass
pt4.2: 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 | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3] |
pass
pt5.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3]
|
||||||
test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3] |
pass
pt5.2: 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 | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558] |
pass
pt6.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]
|
||||||
test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558] |
pass
pt6.2: 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_dependency.VolumeDependencyTests | 2 | 2 | 0 | 0 | 0 | Detail | |
test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40] |
pass
pt7.1: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40]
|
||||||
test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40] |
pass
pt7.2: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_delete_unicode_volume_name[id-2d7e2e49-150e-4849-a18e-79f9777c9a96] |
pass
pt8.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
pt8.2: cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code[id-332be44d-5418-4fb3-a8f0-a3587de6929f]
|
||||||
test_create_delete_unicode_volume_name[id-2d7e2e49-150e-4849-a18e-79f9777c9a96] |
pass
pt8.3: 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
pt8.4: 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.SnapshotDependencyTests | 2 | 2 | 0 | 0 | 0 | Detail | |
test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume] |
pass
pt9.1: cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests.test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume]
|
||||||
test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume] |
pass
pt9.2: cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests.test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume]
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups | 2 | 0 | 0 | 0 | 2 | Detail | |
ConsistencyGroupsV2Test) |
skip
pt10.1: setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test)
|
||||||
ConsistencyGroupsV2Test) |
skip
pt10.2: setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test)
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumesBackupsTest) |
skip
pt11.1: setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest)
|
||||||
VolumesBackupsTest) |
skip
pt11.2: setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest)
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource | 2 | 0 | 0 | 0 | 2 | Detail | |
CreateVolumesFromBackupTest) |
skip
pt12.1: setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest)
|
||||||
CreateVolumesFromBackupTest) |
skip
pt12.2: setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest)
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumesBackupsTest) |
skip
pt13.1: setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest)
|
||||||
VolumesBackupsTest) |
skip
pt13.2: setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_backups | 6 | 0 | 0 | 0 | 6 | Detail | |
ProjectAdminTests33) |
skip
pt14.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectAdminTests33)
|
||||||
ProjectMemberTests39) |
skip
pt14.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectMemberTests39)
|
||||||
ProjectMemberTests33) |
skip
pt14.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectMemberTests33)
|
||||||
ProjectReaderTests39) |
skip
pt14.4: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectReaderTests39)
|
||||||
ProjectReaderTests33) |
skip
pt14.5: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectReaderTests33)
|
||||||
ProjectAdminTests39) |
skip
pt14.6: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectAdminTests39)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities | 3 | 0 | 0 | 0 | 3 | Detail | |
ProjectReaderTests) |
skip
pt15.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectReaderTests)
|
||||||
ProjectMemberTests) |
skip
pt15.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectMemberTests)
|
||||||
ProjectAdminTests) |
skip
pt15.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectAdminTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_snapshots | 2 | 0 | 0 | 0 | 2 | Detail | |
ProjectMemberTests) |
skip
pt16.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_snapshots.ProjectMemberTests)
|
||||||
ProjectReaderTests) |
skip
pt16.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_snapshots.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages | 3 | 0 | 0 | 0 | 3 | Detail | |
ProjectReaderTests) |
skip
pt17.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectReaderTests)
|
||||||
ProjectAdminTests) |
skip
pt17.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectAdminTests)
|
||||||
ProjectMemberTests) |
skip
pt17.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectMemberTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions | 2 | 0 | 0 | 0 | 2 | Detail | |
ProjectReaderTests) |
skip
pt18.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests)
|
||||||
ProjectReaderTests) |
skip
pt18.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types | 6 | 0 | 0 | 0 | 6 | Detail | |
VolumeTypesAdminTests) |
skip
pt19.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests)
|
||||||
VolumeTypesReaderTests) |
skip
pt19.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests)
|
||||||
VolumeTypesMemberTests) |
skip
pt19.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests)
|
||||||
VolumeTypesReaderTests) |
skip
pt19.4: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests)
|
||||||
VolumeTypesMemberTests) |
skip
pt19.5: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests)
|
||||||
VolumeTypesAdminTests) |
skip
pt19.6: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes | 2 | 0 | 0 | 0 | 2 | Detail | |
ProjectReaderTests) |
skip
pt20.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests)
|
||||||
ProjectReaderTests) |
skip
pt20.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer | 2 | 0 | 0 | 0 | 2 | Detail | |
TransferEncryptedVolumeTest) |
skip
pt21.1: setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest)
|
||||||
TransferEncryptedVolumeTest) |
skip
pt21.2: setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency | 2 | 0 | 0 | 0 | 2 | Detail | |
ConcurrentVolumeActionsTest) |
skip
pt22.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency.ConcurrentVolumeActionsTest)
|
||||||
ConcurrentVolumeActionsTest) |
skip
pt22.2: setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency.ConcurrentVolumeActionsTest)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumeMultiattachTests) |
skip
pt23.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests)
|
||||||
VolumeMultiattachTests) |
skip
pt23.2: setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests)
|
||||||
| setUpClass (tempest.api.compute.admin.test_live_migration | 3 | 0 | 0 | 0 | 3 | Detail | |
LiveAutoBlockMigrationV225Test) |
skip
pt24.1: setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test)
|
||||||
LiveMigrationTest) |
skip
pt24.2: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest)
|
||||||
LiveMigrationWithoutHostTest) |
skip
pt24.3: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationWithoutHostTest)
|
||||||
| setUpClass (tempest.api.compute.admin.test_volume_swap | 1 | 0 | 0 | 0 | 1 | Detail | |
TestMultiAttachVolumeSwap) |
skip
pt25.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
pt26.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
pt27.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
pt28.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
pt29.1: setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volume_retype | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumeRetypeWithMigrationTest) |
skip
pt30.1: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest)
|
||||||
VolumeRetypeMultiattachTest) |
skip
pt30.2: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeMultiattachTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volumes_backup | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesBackupsAdminTest) |
skip
pt31.1: setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest)
|
||||||
| setUpClass (tempest.api.volume.test_volumes_backup | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumesBackupsTest) |
skip
pt32.1: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest)
|
||||||
VolumesBackupsV39Test) |
skip
pt32.2: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test)
|
||||||
| setUpClass (tempest.scenario.test_volume_backup_restore | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeBackupRestore) |
skip
pt33.1: setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore)
|
||||||
| setUpClass (tempest.scenario.test_volume_migrate_attached | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeMigrateRetypeAttached) |
skip
pt34.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
pt35.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
pt36.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
pt37.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
pt38.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
pt38.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
pt39.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
pt40.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
pt41.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
pt42.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.ServerActionsV293TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_rebuild_volume_backed_server[id-6652dab9-ea24-4c93-ab5a-93d79c3041cf] |
pass
pt43.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_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
pt44.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
pt44.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
pt45.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
pt45.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
pt46.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
pt46.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
pt47.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
pt47.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
pt47.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
pt48.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
pt49.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
pt50.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
pt50.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
pt50.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
pt50.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
pt50.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
pt50.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
pt51.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
pt51.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
pt51.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
pt51.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
pt51.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
pt51.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
pt51.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
pt51.8: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id[id-c03ea686-905b-41a2-8748-9635154b7c57,negative]
|
||||||
| 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
pt52.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
pt52.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
pt53.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
pt53.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
pt53.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
pt54.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
pt55.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
pt56.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
pt56.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
pt57.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
pt57.2: tempest.api.volume.admin.test_groups.GroupsTest.test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006]
|
||||||
| tempest.api.volume.admin.test_groups.GroupsV320Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c] |
pass
pt58.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
pt59.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
pt59.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
pt59.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
pt59.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
pt59.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
pt59.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
pt59.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
pt60.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
pt60.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
pt60.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
pt60.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
pt60.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
pt60.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
pt61.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
pt61.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
pt62.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
pt62.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
pt63.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
pt63.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
pt64.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
pt64.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt66.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
pt66.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
pt66.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
pt67.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt70.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
pt70.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
pt71.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
pt71.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 | 4 | 4 | 0 | 0 | 0 | Detail | |
test_volume_type_create_get_delete[id-4e955c3b-49db-4515-9590-0c99f8e471ad] |
pass
pt72.1: 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
pt72.2: 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
pt72.3: 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
pt72.4: 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
pt73.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
pt73.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
pt73.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
pt74.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
pt74.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
pt74.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
pt74.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
pt74.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
pt74.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
pt74.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
pt74.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
pt74.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
pt74.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
pt74.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
pt74.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
pt75.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
pt75.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
pt75.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
pt75.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
pt75.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
pt75.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
pt76.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
pt76.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
pt76.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
pt76.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
pt76.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
pt76.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
pt77.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
pt78.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
pt79.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
pt80.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
pt81.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
pt81.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
pt82.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
pt82.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
pt83.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
pt84.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
pt84.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
pt85.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
pt85.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
pt86.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
pt86.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
pt87.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
pt87.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
pt88.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
pt88.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
pt89.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
pt89.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
pt89.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
pt89.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
pt89.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
pt89.6: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload[id-d8f1ca95-3d5b-44a3-b8ca-909691c9532d,image]
|
||||||
| 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
pt90.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.VolumesExtendTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e] |
pass
pt91.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
pt91.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 | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke] |
pass
pt92.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_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke] |
pass
pt92.2: 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
pt93.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt95.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
pt95.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
pt95.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
pt95.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
pt95.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
pt95.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
pt95.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
pt95.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
pt95.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
pt95.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
pt95.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
pt95.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
pt95.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
pt95.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
pt95.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
pt95.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
pt95.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
pt95.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
pt95.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
pt95.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
pt95.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
pt95.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
pt95.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
pt95.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
pt95.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
pt95.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
pt95.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
pt95.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
pt95.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
pt95.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
pt95.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
pt95.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 | 4 | 3 | 0 | 0 | 1 | Detail | |
test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c] |
skip
pt96.1: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c]
|
||||||
test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e] |
pass
pt96.2: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e]
|
||||||
test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4] |
pass
pt96.3: 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
pt96.4: 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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.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
pt98.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
pt98.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
pt98.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
pt98.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
pt98.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
pt98.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
pt99.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_minimum_basic.TestMinimumBasicScenario | 1 | 1 | 0 | 0 | 0 | Detail | |
test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,slow,volume] |
pass
pt100.1: tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,slow,volume]
|
||||||
| tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion | 1 | 1 | 0 | 0 | 0 | Detail | |
test_old_versions_reject[compute,id-6f4d2144-99f4-495c-8b0b-c6a537971418,image,network,slow,volume] |
pass
pt101.1: tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion.test_old_versions_reject[compute,id-6f4d2144-99f4-495c-8b0b-c6a537971418,image,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
pt102.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_shelve_instance.TestShelveInstance | 1 | 1 | 0 | 0 | 0 | Detail | |
test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume] |
pass
pt103.1: tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,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
pt104.1: tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume]
|
||||||
| Total | 305 | 246 | 3 | 0 | 56 | ||