Status: Pass 247 Failure 2 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 f6f3e611-f28a-4a1d-b940-7736f1806321 failed to delete and is in ERROR status. Fault: {'code': 404, 'created': '2026-01-22T11:10:18Z', 'message': 'Guest does not have a console available.'}., <traceback object at 0x7f038d774c80>), (<class 'tempest.lib.exceptions.Conflict'>, Conflict with state of target resource
Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group 91999d70-ad0b-4cd7-8fde-ebec6ff58b83 in use.', 'detail': ''}, <traceback object at 0x7f038d3b2840>), (<class 'tempest.lib.exceptions.BadRequest'>, Bad request
Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7f038d6e3380>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out
Details: (ServerRescueNegativeTestJSON:tearDownClass) Failed to delete volume 7405b9cb-0998-48ca-b4f3-0b7baa797f2b within the required time (196 s). Timer started at 1769080418. Timer ended at 1769080614. Waited for 196 s., <traceback object at 0x7f038d3e35c0>))
|
||||||
| 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
pt2.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
ft2.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:'': {{{
2026-01-22 12:00:38,751 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://192.168.122.56/volume/v3/volumes 0.286s
2026-01-22 12:00:38,752 83176 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-2096718113"}}
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:00:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4a52408-e9a7-4869-a190-15a25426eaff', 'content-length': '766', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4a52408-e9a7-4869-a190-15a25426eaff', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.56/volume/v3/volumes'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:38.674217", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-01-22 12:00:38,813 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.053s
2026-01-22 12:00:38,814 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:00:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-561d31fb-0f16-42ee-a344-f5f78333c6a2', 'content-length': '834', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-561d31fb-0f16-42ee-a344-f5f78333c6a2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:00:39,874 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.049s
2026-01-22 12:00:39,875 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:00:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6be508e1-fb67-4db1-8577-ce4c7cf0021b', 'content-length': '858', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6be508e1-fb67-4db1-8577-ce4c7cf0021b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:00:39.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:00:40,954 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.069s
2026-01-22 12:00:40,955 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:00:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0a7f83a-25e3-4875-9061-0a11ba68275e', 'content-length': '858', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0a7f83a-25e3-4875-9061-0a11ba68275e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:00:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:00:42,043 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.077s
2026-01-22 12:00:42,044 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:00:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1abef31f-694a-46d4-bace-0492fa664839', 'content-length': '859', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1abef31f-694a-46d4-bace-0492fa664839', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:00:41.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:00:42,054 83176 INFO [tempest.common.waiters] volume 7405b9cb-0998-48ca-b4f3-0b7baa797f2b reached available after waiting for 4.054076 seconds
2026-01-22 12:00:42,055 83176 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-01-22 12:00:42,203 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 POST http://192.168.122.56/compute/v2.1/os-keypairs 0.146s
2026-01-22 12:00:42,203 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1708127279", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKmGqq4QY7Ua8HxYYXpI+ECq7lb3r0t7jl62HVFdkJidlRwyB2QNcFoUmruNGNmOgCTT+i3VWmueVgqDblhgq4uXZBj6AHUbbH+pB6+qtOVpfXr7ntg7M+0cVQBYGyC6bg=="}}
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:00:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a74e89b0-90b0-4875-a48e-cb8c3d2f83ac', 'x-compute-request-id': 'req-a74e89b0-90b0-4875-a48e-cb8c3d2f83ac', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-1708127279", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKmGqq4QY7Ua8HxYYXpI+ECq7lb3r0t7jl62HVFdkJidlRwyB2QNcFoUmruNGNmOgCTT+i3VWmueVgqDblhgq4uXZBj6AHUbbH+pB6+qtOVpfXr7ntg7M+0cVQBYGyC6bg==", "fingerprint": "57:2a:b1:3f:d4:62:e9:70:0e:de:15:87:64:2f:62:8b", "user_id": "54d40eb678834ed3983ef3bafc127d48"}}'
2026-01-22 12:00:42,205 83176 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1708127279 created
2026-01-22 12:00:42,782 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://192.168.122.56/networking/v2.0/security-groups 0.576s
2026-01-22 12:00:42,782 83176 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--1005020017", "description": "tempest-description--519400426"}}
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:00:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-2f57feae-daa4-4f50-b45d-202d3c6560c0', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.56/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "91999d70-ad0b-4cd7-8fde-ebec6ff58b83", "name": "tempest-securitygroup--1005020017", "stateful": true, "tenant_id": "eac0e927a2a74f718422e0968aaf3a5d", "project_id": "eac0e927a2a74f718422e0968aaf3a5d", "description": "tempest-description--519400426", "shared": false, "security_group_rules": [{"id": "dd9e4048-1265-410e-a569-e2df8da5e3dd", "project_id": "eac0e927a2a74f718422e0968aaf3a5d", "tenant_id": "eac0e927a2a74f718422e0968aaf3a5d", "security_group_id": "91999d70-ad0b-4cd7-8fde-ebec6ff58b83", "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": 717, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-01-22T11:00:42Z", "updated_at": "2026-01-22T11:00:42Z", "revision_number": 0}, {"id": "e1469c67-0cf8-4a5c-b899-07452a726d1d", "project_id": "eac0e927a2a74f718422e0968aaf3a5d", "tenant_id": "eac0e927a2a74f718422e0968aaf3a5d", "security_group_id": "91999d70-ad0b-4cd7-8fde-ebec6ff58b83", "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": 718, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-01-22T11:00:42Z", "updated_at": "2026-01-22T11:00:42Z", "revision_number": 0}], "tags": [], "created_at": "2026-01-22T11:00:42Z", "updated_at": "2026-01-22T11:00:42Z", "revision_number": 1}}'
2026-01-22 12:00:43,081 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://192.168.122.56/networking/v2.0/security-group-rules 0.298s
2026-01-22 12:00:43,081 83176 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": "91999d70-ad0b-4cd7-8fde-ebec6ff58b83", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:00:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-5e85f978-4ac6-487b-83f1-ec3e5ea5dbfb', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.56/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "cdae2612-1edb-431b-aac4-a30e1d4f9f5a", "project_id": "eac0e927a2a74f718422e0968aaf3a5d", "tenant_id": "eac0e927a2a74f718422e0968aaf3a5d", "security_group_id": "91999d70-ad0b-4cd7-8fde-ebec6ff58b83", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-01-22T11:00:42Z", "updated_at": "2026-01-22T11:00:42Z", "revision_number": 0}}'
2026-01-22 12:00:43,328 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://192.168.122.56/networking/v2.0/security-group-rules 0.246s
2026-01-22 12:00:43,328 83176 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": "91999d70-ad0b-4cd7-8fde-ebec6ff58b83", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:00:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-32fc078f-44ff-46c9-9332-67e3a4c53a22', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.56/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "01b547b8-0722-44a0-a9b1-3f55328b7d40", "project_id": "eac0e927a2a74f718422e0968aaf3a5d", "tenant_id": "eac0e927a2a74f718422e0968aaf3a5d", "security_group_id": "91999d70-ad0b-4cd7-8fde-ebec6ff58b83", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-01-22T11:00:43Z", "updated_at": "2026-01-22T11:00:43Z", "revision_number": 0}}'
2026-01-22 12:00:43,329 83176 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1005020017 created
2026-01-22 12:00:44,192 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://192.168.122.56/networking/v2.0/floatingips 0.863s
2026-01-22 12:00:44,193 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "19d93104-a76a-417d-ab6d-36aee016f3b5"}}
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:00:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-0dabc8eb-0355-4a11-b004-3d5cccb5b1ec', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.56/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "58ee54e4-fe9d-4250-a5e9-04e92f5ed81a", "tenant_id": "eac0e927a2a74f718422e0968aaf3a5d", "project_id": "eac0e927a2a74f718422e0968aaf3a5d", "floating_ip_address": "172.24.4.26", "floating_network_id": "19d93104-a76a-417d-ab6d-36aee016f3b5", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-01-22T11:00:43Z", "updated_at": "2026-01-22T11:00:43Z", "revision_number": 0}}'
2026-01-22 12:00:44,193 83176 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '58ee54e4-fe9d-4250-a5e9-04e92f5ed81a', 'tenant_id': 'eac0e927a2a74f718422e0968aaf3a5d', 'project_id': 'eac0e927a2a74f718422e0968aaf3a5d', 'floating_ip_address': '172.24.4.26', 'floating_network_id': '19d93104-a76a-417d-ab6d-36aee016f3b5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-01-22T11:00:43Z', 'updated_at': '2026-01-22T11:00:43Z', 'revision_number': 0, 'ip': '172.24.4.26'} created
2026-01-22 12:00:44,306 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://192.168.122.56/identity/v3/auth/tokens 0.110s
2026-01-22 12:00:44,306 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:00:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2533', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8c2643d3-f750-4984-89f0-e6a123f1d277', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.56/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "54d40eb678834ed3983ef3bafc127d48", "name": "tempest-ServerRescueNegativeTestJSON-1943380738-project-member", "password_expires_at": null}, "audit_ids": ["KSyvOmf7TbaCn9YEkmwXww"], "expires_at": "2026-01-22T12:00:44.000000Z", "issued_at": "2026-01-22T11:00:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eac0e927a2a74f718422e0968aaf3a5d", "name": "tempest-ServerRescueNegativeTestJSON-1943380738"}, "is_domain": false, "roles": [{"id": "72ba79e6bd944e6c97fbd70fb56c2a0a", "name": "reader"}, {"id": "403ea91d531b456793bc6b000369ae64", "name": "member"}], "catalog": [{"endpoints": [{"id": "ce64e4a542284e84be2aa6c6c21cb4ef", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.56/volume/v3", "region": "RegionOne"}], "id": "4b06dd7aea0b42e0a0f685347e8e0b31", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "441b600079f042f48f1742e5fd3704a0", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.56/compute/v2/eac0e927a2a74f718422e0968aaf3a5d", "region": "RegionOne"}], "id": "4b3fe90b2c604dedbc13a4161da80ef0", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "70a8ee1e85f643d290d6d4cfe78ee42f", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.56/placement", "region": "RegionOne"}], "id": "849748d078644fd98fcd57f1f1e7243f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "09121fcf6bb34aed8f603ef08c278aca", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.56/networking", "region": "RegionOne"}], "id": "9628bf0df0dd47039ba79f865db324d3", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "451932d7ce8442f2a294c93460eef54f", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.56/image", "region": "RegionOne"}], "id": "9fab4c7c549a4b16a96ae834ebbb69cd", "type": "image", "name": "glance"}, {"endpoints": [{"id": "8ba9c21035db47bb82d95a6b43863c8e", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.56/identity", "region": "RegionOne"}], "id": "a929050031644f92ba1b0c0b39e77b3d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ce92bf7b13b046849bbc6d3549520a1d", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.56/compute/v2.1", "region": "RegionOne"}], "id": "c652798cb3424f84b316dab9501279e5", "type": "compute", "name": "nova"}]}}'
2026-01-22 12:00:44,307 83176 INFO [tempest.lib.common.fixed_network] (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume) Found network {'id': 'afb0ff9e-a532-4278-9804-8f7eedde0f0c', 'name': 'tempest-ServerRescueNegativeTestJSON-1655423124-network', 'tenant_id': 'eac0e927a2a74f718422e0968aaf3a5d', 'project_id': 'eac0e927a2a74f718422e0968aaf3a5d', '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': 40557, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-01-22T10:59:21Z', 'updated_at': '2026-01-22T10:59:21Z', 'revision_number': 1} available for tenant
2026-01-22 12:00:44,307 83176 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1708127279', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKmGqq4QY7Ua8HxYYXpI+ECq7lb3r0t7jl62HVFdkJidlRwyB2QNcFoUmruNGNmOgCTT+i3VWmueVgqDblhgq4uXZBj6AHUbbH+pB6+qtOVpfXr7ntg7M+0cVQBYGyC6bg==', 'fingerprint': '57:2a:b1:3f:d4:62:e9:70:0e:de:15:87:64:2f:62:8b', 'user_id': '54d40eb678834ed3983ef3bafc127d48', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDCSdxnGk6mkz/rNsJT9ARG/1yHVsP6Ghnx5sQg/zdLiRbcfj1//GVL\nKHSQPWx/9VWgBwYFK4EEACKhZANiAASphqquEGO1GvB8WGF6SPhAqu5W969Le45e\nth1RXZCYnZUcMgdkDXBaFJq7jRjZjoAk0/ot1VprnlYKg25YYKuLl2QY+gB1G2x/\nqQevqrTlaX16+57YOzPtHFUAWBsgum4=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '91999d70-ad0b-4cd7-8fde-ebec6ff58b83', 'name': 'tempest-securitygroup--1005020017', 'stateful': True, 'tenant_id': 'eac0e927a2a74f718422e0968aaf3a5d', 'project_id': 'eac0e927a2a74f718422e0968aaf3a5d', 'description': 'tempest-description--519400426', 'shared': False, 'security_group_rules': [{'id': 'dd9e4048-1265-410e-a569-e2df8da5e3dd', 'project_id': 'eac0e927a2a74f718422e0968aaf3a5d', 'tenant_id': 'eac0e927a2a74f718422e0968aaf3a5d', 'security_group_id': '91999d70-ad0b-4cd7-8fde-ebec6ff58b83', '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': 717, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-01-22T11:00:42Z', 'updated_at': '2026-01-22T11:00:42Z', 'revision_number': 0}, {'id': 'e1469c67-0cf8-4a5c-b899-07452a726d1d', 'project_id': 'eac0e927a2a74f718422e0968aaf3a5d', 'tenant_id': 'eac0e927a2a74f718422e0968aaf3a5d', 'security_group_id': '91999d70-ad0b-4cd7-8fde-ebec6ff58b83', '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': 718, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-01-22T11:00:42Z', 'updated_at': '2026-01-22T11:00:42Z', 'revision_number': 0}], 'tags': [], 'created_at': '2026-01-22T11:00:42Z', 'updated_at': '2026-01-22T11:00:42Z', 'revision_number': 1}, 'floating_ip': {'id': '58ee54e4-fe9d-4250-a5e9-04e92f5ed81a', 'tenant_id': 'eac0e927a2a74f718422e0968aaf3a5d', 'project_id': 'eac0e927a2a74f718422e0968aaf3a5d', 'floating_ip_address': '172.24.4.26', 'floating_network_id': '19d93104-a76a-417d-ab6d-36aee016f3b5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-01-22T11:00:43Z', 'updated_at': '2026-01-22T11:00:43Z', 'revision_number': 0, 'ip': '172.24.4.26'}}
2026-01-22 12:00:44,969 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://192.168.122.56/compute/v2.1/servers 0.661s
2026-01-22 12:00:44,969 83176 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-249669103", "imageRef": "26cf333e-527d-45ed-acc5-498b8e68f2fc", "flavorRef": "42", "adminPass": "J7_lpvy@NOZ%!kf", "networks": [{"uuid": "afb0ff9e-a532-4278-9804-8f7eedde0f0c"}], "security_groups": [{"name": "tempest-securitygroup--1005020017"}], "key_name": "tempest-keypair-1708127279", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:00:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '415', 'location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bfdd1e13-1f40-4bd5-862f-0f574862cd56', 'x-compute-request-id': 'req-bfdd1e13-1f40-4bd5-862f-0f574862cd56', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.56/compute/v2.1/servers'}
Body: b'{"server": {"id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "links": [{"rel": "self", "href": "http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}, {"rel": "bookmark", "href": "http://192.168.122.56/compute/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1005020017"}], "adminPass": "J7_lpvy@NOZ%!kf"}}'
2026-01-22 12:00:45,029 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321 0.057s
2026-01-22 12:00:45,029 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:00:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1255', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b276994-58a6-4e5b-a8ac-056b1a1615ca', 'x-compute-request-id': 'req-3b276994-58a6-4e5b-a8ac-056b1a1615ca', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321'}
Body: b'{"server": {"id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "name": "tempest-ServerRescueNegativeTestJSON-server-249669103", "status": "BUILD", "tenant_id": "eac0e927a2a74f718422e0968aaf3a5d", "user_id": "54d40eb678834ed3983ef3bafc127d48", "metadata": {}, "hostId": "", "image": {"id": "26cf333e-527d-45ed-acc5-498b8e68f2fc", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/images/26cf333e-527d-45ed-acc5-498b8e68f2fc"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/flavors/42"}]}, "created": "2026-01-22T11:00:45Z", "updated": "2026-01-22T11:00:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}, {"rel": "bookmark", "href": "http://192.168.122.56/compute/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1708127279", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-22 12:00:46,138 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321 0.096s
2026-01-22 12:00:46,138 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:00:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1259', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eea222d6-2e5d-482e-9f5f-615d4dce19c1', 'x-compute-request-id': 'req-eea222d6-2e5d-482e-9f5f-615d4dce19c1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321'}
Body: b'{"server": {"id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "name": "tempest-ServerRescueNegativeTestJSON-server-249669103", "status": "BUILD", "tenant_id": "eac0e927a2a74f718422e0968aaf3a5d", "user_id": "54d40eb678834ed3983ef3bafc127d48", "metadata": {}, "hostId": "", "image": {"id": "26cf333e-527d-45ed-acc5-498b8e68f2fc", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/images/26cf333e-527d-45ed-acc5-498b8e68f2fc"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/flavors/42"}]}, "created": "2026-01-22T11:00:44Z", "updated": "2026-01-22T11:00:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}, {"rel": "bookmark", "href": "http://192.168.122.56/compute/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1708127279", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-22 12:00:47,227 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321 0.078s
2026-01-22 12:00:47,228 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:00:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1307', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-edba732e-c103-4acb-ad5c-caa562c5a208', 'x-compute-request-id': 'req-edba732e-c103-4acb-ad5c-caa562c5a208', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321'}
Body: b'{"server": {"id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "name": "tempest-ServerRescueNegativeTestJSON-server-249669103", "status": "BUILD", "tenant_id": "eac0e927a2a74f718422e0968aaf3a5d", "user_id": "54d40eb678834ed3983ef3bafc127d48", "metadata": {}, "hostId": "de20e011617eaf815e673f4f737388adf3ad59f1943c02735cea3c4c", "image": {"id": "26cf333e-527d-45ed-acc5-498b8e68f2fc", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/images/26cf333e-527d-45ed-acc5-498b8e68f2fc"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/flavors/42"}]}, "created": "2026-01-22T11:00:44Z", "updated": "2026-01-22T11:00:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}, {"rel": "bookmark", "href": "http://192.168.122.56/compute/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1708127279", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-22 12:00:47,238 83176 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-01-22 12:00:48,334 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321 0.094s
2026-01-22 12:00:48,335 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:00:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1307', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95332835-a382-474b-bf2d-e216c38d9372', 'x-compute-request-id': 'req-95332835-a382-474b-bf2d-e216c38d9372', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321'}
Body: b'{"server": {"id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "name": "tempest-ServerRescueNegativeTestJSON-server-249669103", "status": "BUILD", "tenant_id": "eac0e927a2a74f718422e0968aaf3a5d", "user_id": "54d40eb678834ed3983ef3bafc127d48", "metadata": {}, "hostId": "de20e011617eaf815e673f4f737388adf3ad59f1943c02735cea3c4c", "image": {"id": "26cf333e-527d-45ed-acc5-498b8e68f2fc", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/images/26cf333e-527d-45ed-acc5-498b8e68f2fc"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/flavors/42"}]}, "created": "2026-01-22T11:00:44Z", "updated": "2026-01-22T11:00:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}, {"rel": "bookmark", "href": "http://192.168.122.56/compute/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1708127279", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-22 12:00:49,498 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321 0.151s
2026-01-22 12:00:49,498 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:00:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1315', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dfee2331-14f4-4fe5-92f1-8a8c916e83fb', 'x-compute-request-id': 'req-dfee2331-14f4-4fe5-92f1-8a8c916e83fb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321'}
Body: b'{"server": {"id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "name": "tempest-ServerRescueNegativeTestJSON-server-249669103", "status": "BUILD", "tenant_id": "eac0e927a2a74f718422e0968aaf3a5d", "user_id": "54d40eb678834ed3983ef3bafc127d48", "metadata": {}, "hostId": "de20e011617eaf815e673f4f737388adf3ad59f1943c02735cea3c4c", "image": {"id": "26cf333e-527d-45ed-acc5-498b8e68f2fc", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/images/26cf333e-527d-45ed-acc5-498b8e68f2fc"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/flavors/42"}]}, "created": "2026-01-22T11:00:44Z", "updated": "2026-01-22T11:00:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}, {"rel": "bookmark", "href": "http://192.168.122.56/compute/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1708127279", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-22 12:00:49,513 83176 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 4 second wait
2026-01-22 12:00:51,176 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321 0.661s
2026-01-22 12:00:51,176 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:00:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1383', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d0a3776-54d0-4c78-bafe-3e0ab584a29c', 'x-compute-request-id': 'req-5d0a3776-54d0-4c78-bafe-3e0ab584a29c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321'}
Body: b'{"server": {"id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "name": "tempest-ServerRescueNegativeTestJSON-server-249669103", "status": "BUILD", "tenant_id": "eac0e927a2a74f718422e0968aaf3a5d", "user_id": "54d40eb678834ed3983ef3bafc127d48", "metadata": {}, "hostId": "de20e011617eaf815e673f4f737388adf3ad59f1943c02735cea3c4c", "image": {"id": "26cf333e-527d-45ed-acc5-498b8e68f2fc", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/images/26cf333e-527d-45ed-acc5-498b8e68f2fc"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/flavors/42"}]}, "created": "2026-01-22T11:00:44Z", "updated": "2026-01-22T11:00:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}, {"rel": "bookmark", "href": "http://192.168.122.56/compute/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1708127279", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1005020017"}], "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-22 12:00:53,536 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321 1.348s
2026-01-22 12:00:53,536 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:00:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1381', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5aa9a6e5-2e97-4a17-84fc-4383c766dfd6', 'x-compute-request-id': 'req-5aa9a6e5-2e97-4a17-84fc-4383c766dfd6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321'}
Body: b'{"server": {"id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "name": "tempest-ServerRescueNegativeTestJSON-server-249669103", "status": "BUILD", "tenant_id": "eac0e927a2a74f718422e0968aaf3a5d", "user_id": "54d40eb678834ed3983ef3bafc127d48", "metadata": {}, "hostId": "de20e011617eaf815e673f4f737388adf3ad59f1943c02735cea3c4c", "image": {"id": "26cf333e-527d-45ed-acc5-498b8e68f2fc", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/images/26cf333e-527d-45ed-acc5-498b8e68f2fc"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/flavors/42"}]}, "created": "2026-01-22T11:00:44Z", "updated": "2026-01-22T11:00:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}, {"rel": "bookmark", "href": "http://192.168.122.56/compute/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1708127279", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1005020017"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-22 12:00:53,547 83176 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 8 second wait
2026-01-22 12:00:54,818 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321 0.267s
2026-01-22 12:00:54,818 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:00:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1381', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-987d579a-9628-405a-9536-a2745c78b66a', 'x-compute-request-id': 'req-987d579a-9628-405a-9536-a2745c78b66a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321'}
Body: b'{"server": {"id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "name": "tempest-ServerRescueNegativeTestJSON-server-249669103", "status": "BUILD", "tenant_id": "eac0e927a2a74f718422e0968aaf3a5d", "user_id": "54d40eb678834ed3983ef3bafc127d48", "metadata": {}, "hostId": "de20e011617eaf815e673f4f737388adf3ad59f1943c02735cea3c4c", "image": {"id": "26cf333e-527d-45ed-acc5-498b8e68f2fc", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/images/26cf333e-527d-45ed-acc5-498b8e68f2fc"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/flavors/42"}]}, "created": "2026-01-22T11:00:44Z", "updated": "2026-01-22T11:00:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}, {"rel": "bookmark", "href": "http://192.168.122.56/compute/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1708127279", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1005020017"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-22 12:00:56,129 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321 0.299s
2026-01-22 12:00:56,129 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:00:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1381', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5f1373e-7d6e-4968-b8d5-11c8c87ffbe7', 'x-compute-request-id': 'req-c5f1373e-7d6e-4968-b8d5-11c8c87ffbe7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321'}
Body: b'{"server": {"id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "name": "tempest-ServerRescueNegativeTestJSON-server-249669103", "status": "BUILD", "tenant_id": "eac0e927a2a74f718422e0968aaf3a5d", "user_id": "54d40eb678834ed3983ef3bafc127d48", "metadata": {}, "hostId": "de20e011617eaf815e673f4f737388adf3ad59f1943c02735cea3c4c", "image": {"id": "26cf333e-527d-45ed-acc5-498b8e68f2fc", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/images/26cf333e-527d-45ed-acc5-498b8e68f2fc"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/flavors/42"}]}, "created": "2026-01-22T11:00:44Z", "updated": "2026-01-22T11:00:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}, {"rel": "bookmark", "href": "http://192.168.122.56/compute/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1708127279", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1005020017"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-22 12:00:57,328 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321 0.184s
2026-01-22 12:00:57,329 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:00:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1381', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cca8639a-2985-4ffa-b797-7ad17366db39', 'x-compute-request-id': 'req-cca8639a-2985-4ffa-b797-7ad17366db39', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321'}
Body: b'{"server": {"id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "name": "tempest-ServerRescueNegativeTestJSON-server-249669103", "status": "BUILD", "tenant_id": "eac0e927a2a74f718422e0968aaf3a5d", "user_id": "54d40eb678834ed3983ef3bafc127d48", "metadata": {}, "hostId": "de20e011617eaf815e673f4f737388adf3ad59f1943c02735cea3c4c", "image": {"id": "26cf333e-527d-45ed-acc5-498b8e68f2fc", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/images/26cf333e-527d-45ed-acc5-498b8e68f2fc"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/flavors/42"}]}, "created": "2026-01-22T11:00:44Z", "updated": "2026-01-22T11:00:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}, {"rel": "bookmark", "href": "http://192.168.122.56/compute/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1708127279", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1005020017"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-22 12:00:58,552 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321 0.212s
2026-01-22 12:00:58,553 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:00:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1381', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7f93eb5-8cf1-4b21-88ff-84948dc50101', 'x-compute-request-id': 'req-d7f93eb5-8cf1-4b21-88ff-84948dc50101', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321'}
Body: b'{"server": {"id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "name": "tempest-ServerRescueNegativeTestJSON-server-249669103", "status": "BUILD", "tenant_id": "eac0e927a2a74f718422e0968aaf3a5d", "user_id": "54d40eb678834ed3983ef3bafc127d48", "metadata": {}, "hostId": "de20e011617eaf815e673f4f737388adf3ad59f1943c02735cea3c4c", "image": {"id": "26cf333e-527d-45ed-acc5-498b8e68f2fc", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/images/26cf333e-527d-45ed-acc5-498b8e68f2fc"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/flavors/42"}]}, "created": "2026-01-22T11:00:44Z", "updated": "2026-01-22T11:00:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}, {"rel": "bookmark", "href": "http://192.168.122.56/compute/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1708127279", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1005020017"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-22 12:01:00,090 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321 0.525s
2026-01-22 12:01:00,090 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:00:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1381', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b257b1df-b980-4e23-a8dd-181b00a16272', 'x-compute-request-id': 'req-b257b1df-b980-4e23-a8dd-181b00a16272', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321'}
Body: b'{"server": {"id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "name": "tempest-ServerRescueNegativeTestJSON-server-249669103", "status": "BUILD", "tenant_id": "eac0e927a2a74f718422e0968aaf3a5d", "user_id": "54d40eb678834ed3983ef3bafc127d48", "metadata": {}, "hostId": "de20e011617eaf815e673f4f737388adf3ad59f1943c02735cea3c4c", "image": {"id": "26cf333e-527d-45ed-acc5-498b8e68f2fc", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/images/26cf333e-527d-45ed-acc5-498b8e68f2fc"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/flavors/42"}]}, "created": "2026-01-22T11:00:44Z", "updated": "2026-01-22T11:00:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}, {"rel": "bookmark", "href": "http://192.168.122.56/compute/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1708127279", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1005020017"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-22 12:01:01,292 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321 0.184s
2026-01-22 12:01:01,292 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:01:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1381', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2beb224-5f1a-4515-8618-163da393498b', 'x-compute-request-id': 'req-d2beb224-5f1a-4515-8618-163da393498b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321'}
Body: b'{"server": {"id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "name": "tempest-ServerRescueNegativeTestJSON-server-249669103", "status": "BUILD", "tenant_id": "eac0e927a2a74f718422e0968aaf3a5d", "user_id": "54d40eb678834ed3983ef3bafc127d48", "metadata": {}, "hostId": "de20e011617eaf815e673f4f737388adf3ad59f1943c02735cea3c4c", "image": {"id": "26cf333e-527d-45ed-acc5-498b8e68f2fc", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/images/26cf333e-527d-45ed-acc5-498b8e68f2fc"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/flavors/42"}]}, "created": "2026-01-22T11:00:44Z", "updated": "2026-01-22T11:00:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}, {"rel": "bookmark", "href": "http://192.168.122.56/compute/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1708127279", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1005020017"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-22 12:01:02,527 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321 0.221s
2026-01-22 12:01:02,528 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:01:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1569', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e9d085c3-fc0c-42b5-8d76-8ace0f3b9617', 'x-compute-request-id': 'req-e9d085c3-fc0c-42b5-8d76-8ace0f3b9617', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321'}
Body: b'{"server": {"id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "name": "tempest-ServerRescueNegativeTestJSON-server-249669103", "status": "ACTIVE", "tenant_id": "eac0e927a2a74f718422e0968aaf3a5d", "user_id": "54d40eb678834ed3983ef3bafc127d48", "metadata": {}, "hostId": "de20e011617eaf815e673f4f737388adf3ad59f1943c02735cea3c4c", "image": {"id": "26cf333e-527d-45ed-acc5-498b8e68f2fc", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/images/26cf333e-527d-45ed-acc5-498b8e68f2fc"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/flavors/42"}]}, "created": "2026-01-22T11:00:44Z", "updated": "2026-01-22T11:01:02Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1655423124-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:8e:e1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}, {"rel": "bookmark", "href": "http://192.168.122.56/compute/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1708127279", "OS-SRV-USG:launched_at": "2026-01-22T11:01:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1005020017"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-01-22 12:01:02,539 83176 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 17 second wait
2026-01-22 12:01:02,675 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-interface 0.136s
2026-01-22 12:01:02,676 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:01:02 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-a681ed58-ea64-493c-b9f7-f5871d5c4fb5', 'x-compute-request-id': 'req-a681ed58-ea64-493c-b9f7-f5871d5c4fb5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "afb0ff9e-a532-4278-9804-8f7eedde0f0c", "port_id": "b283f239-0740-4397-b585-88d12af2bbb1", "mac_addr": "fa:16:3e:ad:8e:e1", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "a6ed2fbf-7f84-497e-ab68-7ae98909efcb", "ip_address": "10.0.0.5"}]}]}'
2026-01-22 12:01:03,566 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 PUT http://192.168.122.56/networking/v2.0/floatingips/58ee54e4-fe9d-4250-a5e9-04e92f5ed81a 0.887s
2026-01-22 12:01:03,566 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "b283f239-0740-4397-b585-88d12af2bbb1"}}
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:01:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-d57a30af-3223-4910-ac7c-a04ad6f84f30', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/networking/v2.0/floatingips/58ee54e4-fe9d-4250-a5e9-04e92f5ed81a'}
Body: b'{"floatingip": {"id": "58ee54e4-fe9d-4250-a5e9-04e92f5ed81a", "tenant_id": "eac0e927a2a74f718422e0968aaf3a5d", "project_id": "eac0e927a2a74f718422e0968aaf3a5d", "floating_ip_address": "172.24.4.26", "floating_network_id": "19d93104-a76a-417d-ab6d-36aee016f3b5", "router_id": "dea81bc4-e885-4b07-a8b0-308fdc5d233d", "port_id": "b283f239-0740-4397-b585-88d12af2bbb1", "fixed_ip_address": "10.0.0.5", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "afb0ff9e-a532-4278-9804-8f7eedde0f0c", "mac_address": "fa:16:3e:ad:8e:e1", "admin_state_up": true, "status": "ACTIVE", "device_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-01-22T11:00:43Z", "updated_at": "2026-01-22T11:01:02Z", "revision_number": 1}}'
2026-01-22 12:01:03,567 83176 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.26:22' as 'cirros' with public key authentication
2026-01-22 12:02:03,626 83176 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.26 (timed out). Number attempts: 1. Retry after 2 seconds.
2026-01-22 12:02:06,144 83176 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.26 ([Errno None] Unable to connect to port 22 on 172.24.4.26). Number attempts: 2. Retry after 3 seconds.
2026-01-22 12:02:09,646 83176 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.26 ([Errno None] Unable to connect to port 22 on 172.24.4.26). Number attempts: 3. Retry after 4 seconds.
2026-01-22 12:02:14,155 83176 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.26 ([Errno None] Unable to connect to port 22 on 172.24.4.26). Number attempts: 4. Retry after 5 seconds.
2026-01-22 12:02:19,721 83176 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-01-22 12:02:19,912 83176 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-22 12:02:19,913 83176 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.26 successfully created
2026-01-22 12:02:22,174 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 POST http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 2.260s
2026-01-22 12:02:22,174 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volumeAttachment": {"volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}}
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:02:19 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-69ff47d8-5344-438d-b57c-6cae8edc40c7', 'x-compute-request-id': 'req-69ff47d8-5344-438d-b57c-6cae8edc40c7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachment": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "device": "/dev/vdb"}}'
2026-01-22 12:02:22,229 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.052s
2026-01-22 12:02:22,229 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:02:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71cc41d8-5b47-4dc8-9a44-6dbe76055a0e', 'content-length': '858', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71cc41d8-5b47-4dc8-9a44-6dbe76055a0e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:02:23,636 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.395s
2026-01-22 12:02:23,636 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:02:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e25e8af-5fff-4aa4-a872-f0325d63bc48', 'content-length': '858', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e25e8af-5fff-4aa4-a872-f0325d63bc48', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:02:24,686 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.038s
2026-01-22 12:02:24,686 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:02:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32d35834-572f-44ed-a8a9-cb5af2ce675a', 'content-length': '859', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32d35834-572f-44ed-a8a9-cb5af2ce675a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:02:25,771 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.073s
2026-01-22 12:02:25,771 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:02:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3caf828-8d1b-4443-b3ea-36b326a9ac3a', 'content-length': '859', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3caf828-8d1b-4443-b3ea-36b326a9ac3a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:02:26,859 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.078s
2026-01-22 12:02:26,860 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:02:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-152ce2ce-9a79-4afa-b1aa-680ff32d0044', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-152ce2ce-9a79-4afa-b1aa-680ff32d0044', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:02:26,870 83176 INFO [tempest.common.waiters] Attachment 7f55d9f0-d4b3-4747-9cfd-939418dc5490 created for volume 7405b9cb-0998-48ca-b4f3-0b7baa797f2b to server f6f3e611-f28a-4a1d-b940-7736f1806321 after waiting for 4.870656 seconds
2026-01-22 12:02:26,987 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.116s
2026-01-22 12:02:26,988 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:02:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c84889c3-5205-4b06-a103-da9e32b97d83', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c84889c3-5205-4b06-a103-da9e32b97d83', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:02:26,998 83176 INFO [tempest.common.waiters] volume 7405b9cb-0998-48ca-b4f3-0b7baa797f2b reached in-use after waiting for 0.998195 seconds
2026-01-22 12:02:27,462 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 POST http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/action 0.464s
2026-01-22 12:02:27,462 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"rescue": {"adminPass": "J7_lpvy@NOZ%!kf"}}
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:02:27 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-2a70a214-521d-4f2e-af2f-5bb5d0da432e', 'x-compute-request-id': 'req-2a70a214-521d-4f2e-af2f-5bb5d0da432e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/action'}
Body: b'{"adminPass": "J7_lpvy@NOZ%!kf"}'
2026-01-22 12:02:27,947 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321 0.483s
2026-01-22 12:02:27,947 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:02:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1739', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d853a39c-c22d-4830-8b99-640bb3480f50', 'x-compute-request-id': 'req-d853a39c-c22d-4830-8b99-640bb3480f50', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321'}
Body: b'{"server": {"id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "name": "tempest-ServerRescueNegativeTestJSON-server-249669103", "status": "ACTIVE", "tenant_id": "eac0e927a2a74f718422e0968aaf3a5d", "user_id": "54d40eb678834ed3983ef3bafc127d48", "metadata": {}, "hostId": "de20e011617eaf815e673f4f737388adf3ad59f1943c02735cea3c4c", "image": {"id": "26cf333e-527d-45ed-acc5-498b8e68f2fc", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/images/26cf333e-527d-45ed-acc5-498b8e68f2fc"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/flavors/42"}]}, "created": "2026-01-22T11:00:44Z", "updated": "2026-01-22T11:02:27Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1655423124-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:8e:e1"}, {"version": 4, "addr": "172.24.4.26", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:8e:e1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}, {"rel": "bookmark", "href": "http://192.168.122.56/compute/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1708127279", "OS-SRV-USG:launched_at": "2026-01-22T11:01:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1005020017"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}]}}'
2026-01-22 12:02:29,143 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321 0.182s
2026-01-22 12:02:29,144 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:02:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1739', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d2e2753-a610-4fcd-b434-6ff4967beacb', 'x-compute-request-id': 'req-2d2e2753-a610-4fcd-b434-6ff4967beacb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321'}
Body: b'{"server": {"id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "name": "tempest-ServerRescueNegativeTestJSON-server-249669103", "status": "ACTIVE", "tenant_id": "eac0e927a2a74f718422e0968aaf3a5d", "user_id": "54d40eb678834ed3983ef3bafc127d48", "metadata": {}, "hostId": "de20e011617eaf815e673f4f737388adf3ad59f1943c02735cea3c4c", "image": {"id": "26cf333e-527d-45ed-acc5-498b8e68f2fc", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/images/26cf333e-527d-45ed-acc5-498b8e68f2fc"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/flavors/42"}]}, "created": "2026-01-22T11:00:44Z", "updated": "2026-01-22T11:02:27Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1655423124-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:8e:e1"}, {"version": 4, "addr": "172.24.4.26", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:8e:e1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}, {"rel": "bookmark", "href": "http://192.168.122.56/compute/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1708127279", "OS-SRV-USG:launched_at": "2026-01-22T11:01:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1005020017"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}]}}'
2026-01-22 12:02:30,320 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321 0.163s
2026-01-22 12:02:30,320 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:02:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1739', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79e9b77a-62b0-4b96-83cf-42d62e55fd45', 'x-compute-request-id': 'req-79e9b77a-62b0-4b96-83cf-42d62e55fd45', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321'}
Body: b'{"server": {"id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "name": "tempest-ServerRescueNegativeTestJSON-server-249669103", "status": "ACTIVE", "tenant_id": "eac0e927a2a74f718422e0968aaf3a5d", "user_id": "54d40eb678834ed3983ef3bafc127d48", "metadata": {}, "hostId": "de20e011617eaf815e673f4f737388adf3ad59f1943c02735cea3c4c", "image": {"id": "26cf333e-527d-45ed-acc5-498b8e68f2fc", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/images/26cf333e-527d-45ed-acc5-498b8e68f2fc"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/flavors/42"}]}, "created": "2026-01-22T11:00:44Z", "updated": "2026-01-22T11:02:27Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1655423124-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:8e:e1"}, {"version": 4, "addr": "172.24.4.26", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:8e:e1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}, {"rel": "bookmark", "href": "http://192.168.122.56/compute/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1708127279", "OS-SRV-USG:launched_at": "2026-01-22T11:01:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1005020017"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}]}}'
2026-01-22 12:02:31,620 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321 0.288s
2026-01-22 12:02:31,621 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:02:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1739', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b12bb8f5-a131-43d7-946f-5f41ae4d6aff', 'x-compute-request-id': 'req-b12bb8f5-a131-43d7-946f-5f41ae4d6aff', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321'}
Body: b'{"server": {"id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "name": "tempest-ServerRescueNegativeTestJSON-server-249669103", "status": "ACTIVE", "tenant_id": "eac0e927a2a74f718422e0968aaf3a5d", "user_id": "54d40eb678834ed3983ef3bafc127d48", "metadata": {}, "hostId": "de20e011617eaf815e673f4f737388adf3ad59f1943c02735cea3c4c", "image": {"id": "26cf333e-527d-45ed-acc5-498b8e68f2fc", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/images/26cf333e-527d-45ed-acc5-498b8e68f2fc"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/flavors/42"}]}, "created": "2026-01-22T11:00:44Z", "updated": "2026-01-22T11:02:27Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1655423124-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:8e:e1"}, {"version": 4, "addr": "172.24.4.26", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:8e:e1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}, {"rel": "bookmark", "href": "http://192.168.122.56/compute/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1708127279", "OS-SRV-USG:launched_at": "2026-01-22T11:01:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1005020017"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}]}}'
2026-01-22 12:02:33,121 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321 0.488s
2026-01-22 12:02:33,121 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:02:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1739', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ead8f29-15ff-4d92-9563-d611f3ffe064', 'x-compute-request-id': 'req-7ead8f29-15ff-4d92-9563-d611f3ffe064', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321'}
Body: b'{"server": {"id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "name": "tempest-ServerRescueNegativeTestJSON-server-249669103", "status": "ACTIVE", "tenant_id": "eac0e927a2a74f718422e0968aaf3a5d", "user_id": "54d40eb678834ed3983ef3bafc127d48", "metadata": {}, "hostId": "de20e011617eaf815e673f4f737388adf3ad59f1943c02735cea3c4c", "image": {"id": "26cf333e-527d-45ed-acc5-498b8e68f2fc", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/images/26cf333e-527d-45ed-acc5-498b8e68f2fc"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/flavors/42"}]}, "created": "2026-01-22T11:00:44Z", "updated": "2026-01-22T11:02:27Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1655423124-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:8e:e1"}, {"version": 4, "addr": "172.24.4.26", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:8e:e1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}, {"rel": "bookmark", "href": "http://192.168.122.56/compute/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1708127279", "OS-SRV-USG:launched_at": "2026-01-22T11:01:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1005020017"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}]}}'
2026-01-22 12:02:34,830 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321 0.697s
2026-01-22 12:02:34,830 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:02:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1739', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-068a5bd1-2d2f-4978-9a6b-cf62ade20865', 'x-compute-request-id': 'req-068a5bd1-2d2f-4978-9a6b-cf62ade20865', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321'}
Body: b'{"server": {"id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "name": "tempest-ServerRescueNegativeTestJSON-server-249669103", "status": "ACTIVE", "tenant_id": "eac0e927a2a74f718422e0968aaf3a5d", "user_id": "54d40eb678834ed3983ef3bafc127d48", "metadata": {}, "hostId": "de20e011617eaf815e673f4f737388adf3ad59f1943c02735cea3c4c", "image": {"id": "26cf333e-527d-45ed-acc5-498b8e68f2fc", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/images/26cf333e-527d-45ed-acc5-498b8e68f2fc"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/flavors/42"}]}, "created": "2026-01-22T11:00:44Z", "updated": "2026-01-22T11:02:27Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1655423124-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:8e:e1"}, {"version": 4, "addr": "172.24.4.26", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:8e:e1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}, {"rel": "bookmark", "href": "http://192.168.122.56/compute/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1708127279", "OS-SRV-USG:launched_at": "2026-01-22T11:01:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1005020017"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}]}}'
2026-01-22 12:02:36,281 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321 0.438s
2026-01-22 12:02:36,281 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:02:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1739', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60a96b6b-0f64-47bf-b21b-e14d9dd29c38', 'x-compute-request-id': 'req-60a96b6b-0f64-47bf-b21b-e14d9dd29c38', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321'}
Body: b'{"server": {"id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "name": "tempest-ServerRescueNegativeTestJSON-server-249669103", "status": "ACTIVE", "tenant_id": "eac0e927a2a74f718422e0968aaf3a5d", "user_id": "54d40eb678834ed3983ef3bafc127d48", "metadata": {}, "hostId": "de20e011617eaf815e673f4f737388adf3ad59f1943c02735cea3c4c", "image": {"id": "26cf333e-527d-45ed-acc5-498b8e68f2fc", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/images/26cf333e-527d-45ed-acc5-498b8e68f2fc"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/flavors/42"}]}, "created": "2026-01-22T11:00:44Z", "updated": "2026-01-22T11:02:27Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1655423124-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:8e:e1"}, {"version": 4, "addr": "172.24.4.26", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:8e:e1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}, {"rel": "bookmark", "href": "http://192.168.122.56/compute/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1708127279", "OS-SRV-USG:launched_at": "2026-01-22T11:01:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1005020017"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}]}}'
2026-01-22 12:02:37,784 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321 0.490s
2026-01-22 12:02:37,784 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:02:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1739', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8e350ac-f659-4f97-8ee2-db85713061d8', 'x-compute-request-id': 'req-d8e350ac-f659-4f97-8ee2-db85713061d8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321'}
Body: b'{"server": {"id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "name": "tempest-ServerRescueNegativeTestJSON-server-249669103", "status": "ACTIVE", "tenant_id": "eac0e927a2a74f718422e0968aaf3a5d", "user_id": "54d40eb678834ed3983ef3bafc127d48", "metadata": {}, "hostId": "de20e011617eaf815e673f4f737388adf3ad59f1943c02735cea3c4c", "image": {"id": "26cf333e-527d-45ed-acc5-498b8e68f2fc", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/images/26cf333e-527d-45ed-acc5-498b8e68f2fc"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/flavors/42"}]}, "created": "2026-01-22T11:00:44Z", "updated": "2026-01-22T11:02:27Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1655423124-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:8e:e1"}, {"version": 4, "addr": "172.24.4.26", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:8e:e1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}, {"rel": "bookmark", "href": "http://192.168.122.56/compute/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1708127279", "OS-SRV-USG:launched_at": "2026-01-22T11:01:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1005020017"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}]}}'
2026-01-22 12:02:40,548 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321 1.752s
2026-01-22 12:02:40,549 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:02:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1739', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3d31ced-2325-4955-ab1e-f699c7afa2eb', 'x-compute-request-id': 'req-a3d31ced-2325-4955-ab1e-f699c7afa2eb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321'}
Body: b'{"server": {"id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "name": "tempest-ServerRescueNegativeTestJSON-server-249669103", "status": "ACTIVE", "tenant_id": "eac0e927a2a74f718422e0968aaf3a5d", "user_id": "54d40eb678834ed3983ef3bafc127d48", "metadata": {}, "hostId": "de20e011617eaf815e673f4f737388adf3ad59f1943c02735cea3c4c", "image": {"id": "26cf333e-527d-45ed-acc5-498b8e68f2fc", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/images/26cf333e-527d-45ed-acc5-498b8e68f2fc"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/flavors/42"}]}, "created": "2026-01-22T11:00:44Z", "updated": "2026-01-22T11:02:27Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1655423124-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:8e:e1"}, {"version": 4, "addr": "172.24.4.26", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:8e:e1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}, {"rel": "bookmark", "href": "http://192.168.122.56/compute/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1708127279", "OS-SRV-USG:launched_at": "2026-01-22T11:01:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1005020017"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}]}}'
2026-01-22 12:02:42,437 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321 0.873s
2026-01-22 12:02:42,438 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:02:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1719', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0cbaa12-139b-48b1-996e-9fdf9148a75a', 'x-compute-request-id': 'req-e0cbaa12-139b-48b1-996e-9fdf9148a75a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321'}
Body: b'{"server": {"id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "name": "tempest-ServerRescueNegativeTestJSON-server-249669103", "status": "RESCUE", "tenant_id": "eac0e927a2a74f718422e0968aaf3a5d", "user_id": "54d40eb678834ed3983ef3bafc127d48", "metadata": {}, "hostId": "de20e011617eaf815e673f4f737388adf3ad59f1943c02735cea3c4c", "image": {"id": "26cf333e-527d-45ed-acc5-498b8e68f2fc", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/images/26cf333e-527d-45ed-acc5-498b8e68f2fc"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/flavors/42"}]}, "created": "2026-01-22T11:00:44Z", "updated": "2026-01-22T11:02:40Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1655423124-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:8e:e1"}, {"version": 4, "addr": "172.24.4.26", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:8e:e1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}, {"rel": "bookmark", "href": "http://192.168.122.56/compute/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1708127279", "OS-SRV-USG:launched_at": "2026-01-22T11:02:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1005020017"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "rescued", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}]}}'
2026-01-22 12:02:42,449 83176 INFO [tempest.common.waiters] State transition "ACTIVE/rescuing" ==> "RESCUE/None" after 15 second wait
2026-01-22 12:02:42,706 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://192.168.122.56/identity/v3/auth/tokens 0.168s
2026-01-22 12:02:42,707 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:02:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2533', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-794fc88e-44fd-4b5f-a350-caf6890c4a35', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.56/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "54d40eb678834ed3983ef3bafc127d48", "name": "tempest-ServerRescueNegativeTestJSON-1943380738-project-member", "password_expires_at": null}, "audit_ids": ["dFInlZzNTG2ANa3HIM3emg"], "expires_at": "2026-01-22T12:02:42.000000Z", "issued_at": "2026-01-22T11:02:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "eac0e927a2a74f718422e0968aaf3a5d", "name": "tempest-ServerRescueNegativeTestJSON-1943380738"}, "is_domain": false, "roles": [{"id": "72ba79e6bd944e6c97fbd70fb56c2a0a", "name": "reader"}, {"id": "403ea91d531b456793bc6b000369ae64", "name": "member"}], "catalog": [{"endpoints": [{"id": "ce64e4a542284e84be2aa6c6c21cb4ef", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.56/volume/v3", "region": "RegionOne"}], "id": "4b06dd7aea0b42e0a0f685347e8e0b31", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "441b600079f042f48f1742e5fd3704a0", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.56/compute/v2/eac0e927a2a74f718422e0968aaf3a5d", "region": "RegionOne"}], "id": "4b3fe90b2c604dedbc13a4161da80ef0", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "70a8ee1e85f643d290d6d4cfe78ee42f", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.56/placement", "region": "RegionOne"}], "id": "849748d078644fd98fcd57f1f1e7243f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "09121fcf6bb34aed8f603ef08c278aca", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.56/networking", "region": "RegionOne"}], "id": "9628bf0df0dd47039ba79f865db324d3", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "451932d7ce8442f2a294c93460eef54f", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.56/image", "region": "RegionOne"}], "id": "9fab4c7c549a4b16a96ae834ebbb69cd", "type": "image", "name": "glance"}, {"endpoints": [{"id": "8ba9c21035db47bb82d95a6b43863c8e", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.56/identity", "region": "RegionOne"}], "id": "a929050031644f92ba1b0c0b39e77b3d", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ce92bf7b13b046849bbc6d3549520a1d", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.56/compute/v2.1", "region": "RegionOne"}], "id": "c652798cb3424f84b316dab9501279e5", "type": "compute", "name": "nova"}]}}'
2026-01-22 12:02:42,707 83176 INFO [tempest.lib.common.fixed_network] (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume) Found network {'id': 'afb0ff9e-a532-4278-9804-8f7eedde0f0c', 'name': 'tempest-ServerRescueNegativeTestJSON-1655423124-network', 'tenant_id': 'eac0e927a2a74f718422e0968aaf3a5d', 'project_id': 'eac0e927a2a74f718422e0968aaf3a5d', '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': 40557, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-01-22T10:59:21Z', 'updated_at': '2026-01-22T10:59:21Z', 'revision_number': 1} available for tenant
2026-01-22 12:02:42,862 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 409 DELETE http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.154s
2026-01-22 12:02:42,862 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:02:42 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-676a6518-c0ef-4226-8cb5-8b302db90d7a', 'x-compute-request-id': 'req-676a6518-c0ef-4226-8cb5-8b302db90d7a', 'connection': 'close', 'status': '409', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"conflictingRequest": {"code": 409, "message": "Cannot \'detach_volume\' instance f6f3e611-f28a-4a1d-b940-7736f1806321 while it is in vm_state rescued"}}'
2026-01-22 12:02:42,996 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 202 POST http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/action 0.133s
2026-01-22 12:02:42,996 83176 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, 22 Jan 2026 11:02:42 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-002e9c49-a047-437e-9ff8-1380e153cd34', 'x-compute-request-id': 'req-002e9c49-a047-437e-9ff8-1380e153cd34', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/action'}
Body: b''
2026-01-22 12:02:43,471 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321 0.474s
2026-01-22 12:02:43,471 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:02:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1727', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-091f0cf3-5e64-4d75-b987-84ae1a013a6e', 'x-compute-request-id': 'req-091f0cf3-5e64-4d75-b987-84ae1a013a6e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321'}
Body: b'{"server": {"id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "name": "tempest-ServerRescueNegativeTestJSON-server-249669103", "status": "RESCUE", "tenant_id": "eac0e927a2a74f718422e0968aaf3a5d", "user_id": "54d40eb678834ed3983ef3bafc127d48", "metadata": {}, "hostId": "de20e011617eaf815e673f4f737388adf3ad59f1943c02735cea3c4c", "image": {"id": "26cf333e-527d-45ed-acc5-498b8e68f2fc", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/images/26cf333e-527d-45ed-acc5-498b8e68f2fc"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/flavors/42"}]}, "created": "2026-01-22T11:00:44Z", "updated": "2026-01-22T11:02:43Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1655423124-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:8e:e1"}, {"version": 4, "addr": "172.24.4.26", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:8e:e1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}, {"rel": "bookmark", "href": "http://192.168.122.56/compute/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1708127279", "OS-SRV-USG:launched_at": "2026-01-22T11:02:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1005020017"}], "OS-EXT-STS:task_state": "unrescuing", "OS-EXT-STS:vm_state": "rescued", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}]}}'
2026-01-22 12:02:44,794 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321 0.307s
2026-01-22 12:02:44,795 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:02:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1727', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94660f15-26d3-42b2-ae0f-c43eefef27f9', 'x-compute-request-id': 'req-94660f15-26d3-42b2-ae0f-c43eefef27f9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321'}
Body: b'{"server": {"id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "name": "tempest-ServerRescueNegativeTestJSON-server-249669103", "status": "RESCUE", "tenant_id": "eac0e927a2a74f718422e0968aaf3a5d", "user_id": "54d40eb678834ed3983ef3bafc127d48", "metadata": {}, "hostId": "de20e011617eaf815e673f4f737388adf3ad59f1943c02735cea3c4c", "image": {"id": "26cf333e-527d-45ed-acc5-498b8e68f2fc", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/images/26cf333e-527d-45ed-acc5-498b8e68f2fc"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/flavors/42"}]}, "created": "2026-01-22T11:00:44Z", "updated": "2026-01-22T11:02:43Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1655423124-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:8e:e1"}, {"version": 4, "addr": "172.24.4.26", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:8e:e1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}, {"rel": "bookmark", "href": "http://192.168.122.56/compute/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1708127279", "OS-SRV-USG:launched_at": "2026-01-22T11:02:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1005020017"}], "OS-EXT-STS:task_state": "unrescuing", "OS-EXT-STS:vm_state": "rescued", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}]}}'
2026-01-22 12:02:46,026 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321 0.218s
2026-01-22 12:02:46,026 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:02:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1727', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3788f8aa-1c3d-4a1d-b6bc-0f175bb442c0', 'x-compute-request-id': 'req-3788f8aa-1c3d-4a1d-b6bc-0f175bb442c0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321'}
Body: b'{"server": {"id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "name": "tempest-ServerRescueNegativeTestJSON-server-249669103", "status": "RESCUE", "tenant_id": "eac0e927a2a74f718422e0968aaf3a5d", "user_id": "54d40eb678834ed3983ef3bafc127d48", "metadata": {}, "hostId": "de20e011617eaf815e673f4f737388adf3ad59f1943c02735cea3c4c", "image": {"id": "26cf333e-527d-45ed-acc5-498b8e68f2fc", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/images/26cf333e-527d-45ed-acc5-498b8e68f2fc"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/flavors/42"}]}, "created": "2026-01-22T11:00:44Z", "updated": "2026-01-22T11:02:43Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1655423124-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:8e:e1"}, {"version": 4, "addr": "172.24.4.26", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:8e:e1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}, {"rel": "bookmark", "href": "http://192.168.122.56/compute/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1708127279", "OS-SRV-USG:launched_at": "2026-01-22T11:02:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1005020017"}], "OS-EXT-STS:task_state": "unrescuing", "OS-EXT-STS:vm_state": "rescued", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}]}}'
2026-01-22 12:02:47,498 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321 0.457s
2026-01-22 12:02:47,499 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:02:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1727', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-35e408f0-1b26-4834-8e01-257d7b48fedd', 'x-compute-request-id': 'req-35e408f0-1b26-4834-8e01-257d7b48fedd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321'}
Body: b'{"server": {"id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "name": "tempest-ServerRescueNegativeTestJSON-server-249669103", "status": "RESCUE", "tenant_id": "eac0e927a2a74f718422e0968aaf3a5d", "user_id": "54d40eb678834ed3983ef3bafc127d48", "metadata": {}, "hostId": "de20e011617eaf815e673f4f737388adf3ad59f1943c02735cea3c4c", "image": {"id": "26cf333e-527d-45ed-acc5-498b8e68f2fc", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/images/26cf333e-527d-45ed-acc5-498b8e68f2fc"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/flavors/42"}]}, "created": "2026-01-22T11:00:44Z", "updated": "2026-01-22T11:02:43Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1655423124-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:8e:e1"}, {"version": 4, "addr": "172.24.4.26", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:8e:e1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}, {"rel": "bookmark", "href": "http://192.168.122.56/compute/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1708127279", "OS-SRV-USG:launched_at": "2026-01-22T11:02:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1005020017"}], "OS-EXT-STS:task_state": "unrescuing", "OS-EXT-STS:vm_state": "rescued", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}]}}'
2026-01-22 12:02:48,720 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321 0.208s
2026-01-22 12:02:48,720 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:02:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1724', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81e8a663-5479-4aa6-a771-7771b99d7ea8', 'x-compute-request-id': 'req-81e8a663-5479-4aa6-a771-7771b99d7ea8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321'}
Body: b'{"server": {"id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "name": "tempest-ServerRescueNegativeTestJSON-server-249669103", "status": "ERROR", "tenant_id": "eac0e927a2a74f718422e0968aaf3a5d", "user_id": "54d40eb678834ed3983ef3bafc127d48", "metadata": {}, "hostId": "de20e011617eaf815e673f4f737388adf3ad59f1943c02735cea3c4c", "image": {"id": "26cf333e-527d-45ed-acc5-498b8e68f2fc", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/images/26cf333e-527d-45ed-acc5-498b8e68f2fc"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.56/compute/flavors/42"}]}, "created": "2026-01-22T11:00:44Z", "updated": "2026-01-22T11:02:49Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1655423124-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:8e:e1"}, {"version": 4, "addr": "172.24.4.26", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:8e:e1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}, {"rel": "bookmark", "href": "http://192.168.122.56/compute/servers/f6f3e611-f28a-4a1d-b940-7736f1806321"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1708127279", "OS-SRV-USG:launched_at": "2026-01-22T11:02:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1005020017"}], "OS-EXT-STS:task_state": "unrescuing", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}]}}'
2026-01-22 12:02:48,732 83176 INFO [tempest.common.waiters] State transition "RESCUE/unrescuing" ==> "ERROR/unrescuing" after 5 second wait
2026-01-22 12:02:48,840 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-interface 0.108s
2026-01-22 12:02:48,841 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:02:48 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-2a688c77-a5d2-4aed-a129-ca39cf89b3cb', 'x-compute-request-id': 'req-2a688c77-a5d2-4aed-a129-ca39cf89b3cb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "afb0ff9e-a532-4278-9804-8f7eedde0f0c", "port_id": "b283f239-0740-4397-b585-88d12af2bbb1", "mac_addr": "fa:16:3e:ad:8e:e1", "port_state": "DOWN", "fixed_ips": [{"subnet_id": "a6ed2fbf-7f84-497e-ab68-7ae98909efcb", "ip_address": "10.0.0.5"}]}]}'
2026-01-22 12:02:49,825 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 PUT http://192.168.122.56/networking/v2.0/floatingips/58ee54e4-fe9d-4250-a5e9-04e92f5ed81a 0.981s
2026-01-22 12:02:49,825 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "b283f239-0740-4397-b585-88d12af2bbb1"}}
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:02:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-b5f916b6-da20-4ce7-beb8-3e653548a275', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/networking/v2.0/floatingips/58ee54e4-fe9d-4250-a5e9-04e92f5ed81a'}
Body: b'{"floatingip": {"id": "58ee54e4-fe9d-4250-a5e9-04e92f5ed81a", "tenant_id": "eac0e927a2a74f718422e0968aaf3a5d", "project_id": "eac0e927a2a74f718422e0968aaf3a5d", "floating_ip_address": "172.24.4.26", "floating_network_id": "19d93104-a76a-417d-ab6d-36aee016f3b5", "router_id": "dea81bc4-e885-4b07-a8b0-308fdc5d233d", "port_id": "b283f239-0740-4397-b585-88d12af2bbb1", "fixed_ip_address": "10.0.0.5", "status": "ACTIVE", "description": "", "port_details": {"name": "", "network_id": "afb0ff9e-a532-4278-9804-8f7eedde0f0c", "mac_address": "fa:16:3e:ad:8e:e1", "admin_state_up": true, "status": "DOWN", "device_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-01-22T11:00:43Z", "updated_at": "2026-01-22T11:02:49Z", "revision_number": 3}}'
2026-01-22 12:02:49,826 83176 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.26:22' as 'cirros' with public key authentication
2026-01-22 12:03:49,885 83176 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.26 (timed out). Number attempts: 1. Retry after 2 seconds.
2026-01-22 12:04:52,439 83176 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.26 (timed out). Number attempts: 2. Retry after 3 seconds.
2026-01-22 12:05:56,001 83176 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.26 (timed out). Number attempts: 3. Retry after 4 seconds.
2026-01-22 12:07:00,565 83176 ERROR [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.26 after 3 attempts. Proxy client: no proxy client
2026-01-22 12:07:00.565 83176 ERROR tempest.lib.common.ssh Traceback (most recent call last):
2026-01-22 12:07:00.565 83176 ERROR tempest.lib.common.ssh File "/opt/stack/tempest/tempest/lib/common/ssh.py", line 135, in _get_ssh_connection
2026-01-22 12:07:00.565 83176 ERROR tempest.lib.common.ssh ssh.connect(self.host, port=self.port, username=self.username,
2026-01-22 12:07:00.565 83176 ERROR tempest.lib.common.ssh File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/paramiko/client.py", line 384, in connect
2026-01-22 12:07:00.565 83176 ERROR tempest.lib.common.ssh sock.connect(addr)
2026-01-22 12:07:00.565 83176 ERROR tempest.lib.common.ssh TimeoutError: timed out
2026-01-22 12:07:00.565 83176 ERROR tempest.lib.common.ssh
2026-01-22 12:07:00,567 83176 DEBUG [tempest.lib.common.utils.linux.remote_client] Caller: ServerRescueNegativeTestJSON:_run_cleanups. Timeout trying to ssh to server response: {'date': 'Thu, 22 Jan 2026 11:00:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '415', 'location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bfdd1e13-1f40-4bd5-862f-0f574862cd56', 'x-compute-request-id': 'req-bfdd1e13-1f40-4bd5-862f-0f574862cd56', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.56/compute/v2.1/servers'}
Body: {'id': 'f6f3e611-f28a-4a1d-b940-7736f1806321', 'name': 'tempest-ServerRescueNegativeTestJSON-server-249669103', 'status': 'ACTIVE', 'tenant_id': 'eac0e927a2a74f718422e0968aaf3a5d', 'user_id': '54d40eb678834ed3983ef3bafc127d48', 'metadata': {}, 'hostId': 'de20e011617eaf815e673f4f737388adf3ad59f1943c02735cea3c4c', 'image': {'id': '26cf333e-527d-45ed-acc5-498b8e68f2fc', 'links': [{'rel': 'bookmark', 'href': 'http://192.168.122.56/compute/images/26cf333e-527d-45ed-acc5-498b8e68f2fc'}]}, 'flavor': {'id': '42', 'links': [{'rel': 'bookmark', 'href': 'http://192.168.122.56/compute/flavors/42'}]}, 'created': '2026-01-22T11:00:44Z', 'updated': '2026-01-22T11:01:02Z', 'addresses': {'tempest-ServerRescueNegativeTestJSON-1655423124-network': [{'version': 4, 'addr': '10.0.0.5', 'OS-EXT-IPS:type': 'fixed', 'OS-EXT-IPS-MAC:mac_addr': 'fa:16:3e:ad:8e:e1'}]}, 'accessIPv4': '', 'accessIPv6': '', 'links': [{'rel': 'self', 'href': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321'}, {'rel': 'bookmark', 'href': 'http://192.168.122.56/compute/servers/f6f3e611-f28a-4a1d-b940-7736f1806321'}], 'OS-DCF:diskConfig': 'MANUAL', 'progress': 0, 'OS-EXT-AZ:availability_zone': 'nova', 'config_drive': '', 'key_name': 'tempest-keypair-1708127279', 'OS-SRV-USG:launched_at': '2026-01-22T11:01:02.000000', 'OS-SRV-USG:terminated_at': None, 'security_groups': [{'name': 'tempest-securitygroup--1005020017'}], 'OS-EXT-STS:task_state': None, 'OS-EXT-STS:vm_state': 'active', 'OS-EXT-STS:power_state': 1, 'os-extended-volumes:volumes_attached': []}
2026-01-22 12:07:01,712 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 404 POST http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/action 1.144s
2026-01-22 12:07:01,712 83176 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, 22 Jan 2026 11:07:00 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-84f387d4-63a2-400a-a9f7-3517094c5ad7', 'x-compute-request-id': 'req-84f387d4-63a2-400a-a9f7-3517094c5ad7', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/action'}
Body: b'{"itemNotFound": {"code": 404, "message": "Guest does not have a console available."}}'
2026-01-22 12:07:01,712 83176 DEBUG [tempest.lib.common.utils.linux.remote_client] Could not get console_log for server f6f3e611-f28a-4a1d-b940-7736f1806321
2026-01-22 12:07:01,755 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.042s
2026-01-22 12:07:01,755 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05cd3f90-8747-45a2-8a61-3ccb1a2f3052', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05cd3f90-8747-45a2-8a61-3ccb1a2f3052', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:07:01,867 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 409 DELETE http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.101s
2026-01-22 12:07:01,867 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07:01 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-9dd4db24-17bf-4157-818b-62c38285964a', 'x-compute-request-id': 'req-9dd4db24-17bf-4157-818b-62c38285964a', 'connection': 'close', 'status': '409', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"conflictingRequest": {"code": 409, "message": "Cannot \'detach_volume\' instance f6f3e611-f28a-4a1d-b940-7736f1806321 while it is in vm_state error"}}'
2026-01-22 12:07:01,915 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.046s
2026-01-22 12:07:01,915 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-d3ec1a4f-0a03-462a-9fc1-974f17038ddb', 'x-compute-request-id': 'req-d3ec1a4f-0a03-462a-9fc1-974f17038ddb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:02,963 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.043s
2026-01-22 12:07:02,963 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-26391ad5-e2c2-4da8-a5bf-4e38bd7b8f5b', 'x-compute-request-id': 'req-26391ad5-e2c2-4da8-a5bf-4e38bd7b8f5b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:04,013 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.046s
2026-01-22 12:07:04,013 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-4df59e71-4497-432c-9cfc-6e941aedeb56', 'x-compute-request-id': 'req-4df59e71-4497-432c-9cfc-6e941aedeb56', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:05,080 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.064s
2026-01-22 12:07:05,081 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-dff5cd1c-49cc-4b53-8c80-d580afe5f752', 'x-compute-request-id': 'req-dff5cd1c-49cc-4b53-8c80-d580afe5f752', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:06,129 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.045s
2026-01-22 12:07:06,129 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-1b91b551-7b2c-4c83-8039-5ce122e84f89', 'x-compute-request-id': 'req-1b91b551-7b2c-4c83-8039-5ce122e84f89', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:07,182 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.050s
2026-01-22 12:07:07,182 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-e8ab0e6e-87ac-4dea-b193-5912d93410b8', 'x-compute-request-id': 'req-e8ab0e6e-87ac-4dea-b193-5912d93410b8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:08,232 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.047s
2026-01-22 12:07:08,232 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-561a221b-2607-47db-b448-a71f76a619b4', 'x-compute-request-id': 'req-561a221b-2607-47db-b448-a71f76a619b4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:09,282 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.046s
2026-01-22 12:07:09,282 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-a75b66f9-db4e-4496-90c6-aebb7a4bdc80', 'x-compute-request-id': 'req-a75b66f9-db4e-4496-90c6-aebb7a4bdc80', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:10,330 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.044s
2026-01-22 12:07:10,330 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-4dc27df2-96cf-4ffa-8123-0a3a564e1d0f', 'x-compute-request-id': 'req-4dc27df2-96cf-4ffa-8123-0a3a564e1d0f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:11,390 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.057s
2026-01-22 12:07:11,390 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-2966591e-91d0-4445-9ee3-52e97acf9652', 'x-compute-request-id': 'req-2966591e-91d0-4445-9ee3-52e97acf9652', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:12,448 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.055s
2026-01-22 12:07:12,449 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-23847e0b-43e4-4344-b998-1a949a315c31', 'x-compute-request-id': 'req-23847e0b-43e4-4344-b998-1a949a315c31', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:13,500 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.048s
2026-01-22 12:07:13,501 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-7b5c735d-61bc-481c-9fef-c7b19e03c629', 'x-compute-request-id': 'req-7b5c735d-61bc-481c-9fef-c7b19e03c629', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:14,549 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.045s
2026-01-22 12:07:14,549 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-9570c07a-f26f-450b-99b4-706e27f1ae1e', 'x-compute-request-id': 'req-9570c07a-f26f-450b-99b4-706e27f1ae1e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:15,596 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.044s
2026-01-22 12:07:15,597 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-adc09230-c6c5-4d85-b651-8f4e9f49bd10', 'x-compute-request-id': 'req-adc09230-c6c5-4d85-b651-8f4e9f49bd10', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:16,651 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.051s
2026-01-22 12:07:16,652 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-c2e8afc8-7298-47a5-bf7f-6de049fd51cf', 'x-compute-request-id': 'req-c2e8afc8-7298-47a5-bf7f-6de049fd51cf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:17,711 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.056s
2026-01-22 12:07:17,712 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-e95fc9cf-9919-4d04-878e-6a083b5469f0', 'x-compute-request-id': 'req-e95fc9cf-9919-4d04-878e-6a083b5469f0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:18,766 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.051s
2026-01-22 12:07:18,766 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-f9b6b68f-ef49-4525-8095-9478593b1719', 'x-compute-request-id': 'req-f9b6b68f-ef49-4525-8095-9478593b1719', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:19,819 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.049s
2026-01-22 12:07:19,819 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-5f554bac-5bec-4acc-8e01-0d717d08f2fa', 'x-compute-request-id': 'req-5f554bac-5bec-4acc-8e01-0d717d08f2fa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:20,867 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.045s
2026-01-22 12:07:20,867 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-c88b084a-f12e-403a-9347-ad686025590a', 'x-compute-request-id': 'req-c88b084a-f12e-403a-9347-ad686025590a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:21,911 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.041s
2026-01-22 12:07:21,912 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-cc625c1c-8957-4b34-bcd0-4aa2d19b419e', 'x-compute-request-id': 'req-cc625c1c-8957-4b34-bcd0-4aa2d19b419e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:22,958 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.043s
2026-01-22 12:07:22,958 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-923ba4f5-54cc-499d-a4bf-4581b6e23660', 'x-compute-request-id': 'req-923ba4f5-54cc-499d-a4bf-4581b6e23660', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:24,007 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.045s
2026-01-22 12:07:24,007 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-9431f21f-1999-4484-aa75-f76efcb59c95', 'x-compute-request-id': 'req-9431f21f-1999-4484-aa75-f76efcb59c95', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:25,053 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.043s
2026-01-22 12:07:25,054 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-8445aadb-1278-437d-bec9-547fba05d259', 'x-compute-request-id': 'req-8445aadb-1278-437d-bec9-547fba05d259', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:26,097 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.040s
2026-01-22 12:07:26,097 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-7095b24b-0302-4bfd-b15f-91259aa26422', 'x-compute-request-id': 'req-7095b24b-0302-4bfd-b15f-91259aa26422', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:27,145 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.045s
2026-01-22 12:07:27,145 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-0511fb50-d828-4f53-b4b5-6c2c438112c0', 'x-compute-request-id': 'req-0511fb50-d828-4f53-b4b5-6c2c438112c0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:28,189 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.040s
2026-01-22 12:07:28,189 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-669fef2f-7749-40e5-afc3-9e35436cf086', 'x-compute-request-id': 'req-669fef2f-7749-40e5-afc3-9e35436cf086', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:29,243 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.050s
2026-01-22 12:07:29,243 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-7c46b4e8-6230-40d5-8beb-1c58aab45569', 'x-compute-request-id': 'req-7c46b4e8-6230-40d5-8beb-1c58aab45569', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:30,289 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.044s
2026-01-22 12:07:30,290 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-7dea6cf7-c523-4bc1-be71-381de1e65eef', 'x-compute-request-id': 'req-7dea6cf7-c523-4bc1-be71-381de1e65eef', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:31,339 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.046s
2026-01-22 12:07:31,339 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-3f952f28-e3b1-492e-bb7b-021525c2ee84', 'x-compute-request-id': 'req-3f952f28-e3b1-492e-bb7b-021525c2ee84', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:32,388 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.046s
2026-01-22 12:07:32,388 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-3fd1d085-aa7e-4bd2-b3cf-a867fb6c03e0', 'x-compute-request-id': 'req-3fd1d085-aa7e-4bd2-b3cf-a867fb6c03e0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:33,444 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.053s
2026-01-22 12:07:33,444 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-0484c954-184c-4326-9515-582dbdc7c9a0', 'x-compute-request-id': 'req-0484c954-184c-4326-9515-582dbdc7c9a0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:34,518 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.071s
2026-01-22 12:07:34,518 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-93104ba3-a645-4852-86f9-0d9a3789d57f', 'x-compute-request-id': 'req-93104ba3-a645-4852-86f9-0d9a3789d57f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:35,592 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.070s
2026-01-22 12:07:35,592 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-c91a5165-27f0-41af-b071-d2002fd0070b', 'x-compute-request-id': 'req-c91a5165-27f0-41af-b071-d2002fd0070b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:36,642 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.047s
2026-01-22 12:07:36,643 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-847eae61-b8cb-4d8f-b4a4-5a9596a1edb3', 'x-compute-request-id': 'req-847eae61-b8cb-4d8f-b4a4-5a9596a1edb3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:37,690 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.045s
2026-01-22 12:07:37,690 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-753231f6-61f6-434b-b753-c3ec9b2f624e', 'x-compute-request-id': 'req-753231f6-61f6-434b-b753-c3ec9b2f624e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:38,748 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.054s
2026-01-22 12:07:38,748 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-9a05661e-ab59-45d4-b118-835a8240198e', 'x-compute-request-id': 'req-9a05661e-ab59-45d4-b118-835a8240198e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:39,839 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.087s
2026-01-22 12:07:39,839 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-e4182364-03f7-4b61-8d77-9d03a46520c9', 'x-compute-request-id': 'req-e4182364-03f7-4b61-8d77-9d03a46520c9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:40,899 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.057s
2026-01-22 12:07:40,899 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-500e45ab-3f9b-43e5-aa05-4b95b01140ee', 'x-compute-request-id': 'req-500e45ab-3f9b-43e5-aa05-4b95b01140ee', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:41,950 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.047s
2026-01-22 12:07:41,951 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-102bd14f-273b-4c61-82df-19d98e5c309a', 'x-compute-request-id': 'req-102bd14f-273b-4c61-82df-19d98e5c309a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:43,001 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.047s
2026-01-22 12:07:43,001 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-5f5e066b-b944-41a6-b8ec-0ce52e8b584a', 'x-compute-request-id': 'req-5f5e066b-b944-41a6-b8ec-0ce52e8b584a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:44,056 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.052s
2026-01-22 12:07:44,056 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-d26acfa7-318f-4af0-9ab3-ef0fa4c6fd2a', 'x-compute-request-id': 'req-d26acfa7-318f-4af0-9ab3-ef0fa4c6fd2a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:45,107 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.048s
2026-01-22 12:07:45,108 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-649eb468-9695-40dc-b745-487fd76b97e2', 'x-compute-request-id': 'req-649eb468-9695-40dc-b745-487fd76b97e2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:46,160 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.049s
2026-01-22 12:07:46,160 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-210b0243-cfe4-44d3-993b-e488678828fb', 'x-compute-request-id': 'req-210b0243-cfe4-44d3-993b-e488678828fb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:47,212 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.049s
2026-01-22 12:07:47,213 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-16d14464-2ae1-4a8f-9176-630646e567c1', 'x-compute-request-id': 'req-16d14464-2ae1-4a8f-9176-630646e567c1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:48,264 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.049s
2026-01-22 12:07:48,264 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-70c4c918-b4a8-47d5-8f72-23f69e677395', 'x-compute-request-id': 'req-70c4c918-b4a8-47d5-8f72-23f69e677395', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:49,330 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.062s
2026-01-22 12:07:49,330 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-f64e277d-9681-4b55-b0c3-bca9f4dca6b2', 'x-compute-request-id': 'req-f64e277d-9681-4b55-b0c3-bca9f4dca6b2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:50,387 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.053s
2026-01-22 12:07:50,387 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-0a757b3f-6638-4d94-8714-21ea3d9f7822', 'x-compute-request-id': 'req-0a757b3f-6638-4d94-8714-21ea3d9f7822', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:51,438 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.048s
2026-01-22 12:07:51,439 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-3e8c4267-6eaf-40d7-adfc-4d7f2f039539', 'x-compute-request-id': 'req-3e8c4267-6eaf-40d7-adfc-4d7f2f039539', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:52,496 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.054s
2026-01-22 12:07:52,496 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-b3affe3c-47dc-4193-9be7-18e5268c20eb', 'x-compute-request-id': 'req-b3affe3c-47dc-4193-9be7-18e5268c20eb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:53,545 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.045s
2026-01-22 12:07:53,545 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-c276f34a-ad28-4df3-9f0a-342986e21ac0', 'x-compute-request-id': 'req-c276f34a-ad28-4df3-9f0a-342986e21ac0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:54,617 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.069s
2026-01-22 12:07:54,617 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-db142c4e-44c8-41a7-b8d6-dc744df4eef1', 'x-compute-request-id': 'req-db142c4e-44c8-41a7-b8d6-dc744df4eef1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:55,667 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.046s
2026-01-22 12:07:55,667 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-253f1367-2f8e-4237-b2ff-f16baafc95d8', 'x-compute-request-id': 'req-253f1367-2f8e-4237-b2ff-f16baafc95d8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:56,716 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.045s
2026-01-22 12:07:56,716 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-c8c3b682-46b2-416a-b989-eccdeaf81008', 'x-compute-request-id': 'req-c8c3b682-46b2-416a-b989-eccdeaf81008', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:57,768 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.049s
2026-01-22 12:07:57,769 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-64482dc6-84de-4923-8029-745e569044eb', 'x-compute-request-id': 'req-64482dc6-84de-4923-8029-745e569044eb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:58,824 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.052s
2026-01-22 12:07:58,824 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-168198ba-adf1-42e2-b7b6-028d1c3866e8', 'x-compute-request-id': 'req-168198ba-adf1-42e2-b7b6-028d1c3866e8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:07:59,873 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.045s
2026-01-22 12:07:59,873 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:07: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-d82ba764-2091-4a41-b5ff-55a16b76a8a0', 'x-compute-request-id': 'req-d82ba764-2091-4a41-b5ff-55a16b76a8a0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:00,931 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.054s
2026-01-22 12:08:00,931 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-aeeac5be-3f9f-4a2f-ada2-4483f8de60aa', 'x-compute-request-id': 'req-aeeac5be-3f9f-4a2f-ada2-4483f8de60aa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:02,011 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.077s
2026-01-22 12:08:02,012 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-50197de6-ae6f-4085-8d6a-fb1f99111ea2', 'x-compute-request-id': 'req-50197de6-ae6f-4085-8d6a-fb1f99111ea2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:03,060 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.045s
2026-01-22 12:08:03,060 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-767efab8-2b42-4be9-923c-3075775fa0ac', 'x-compute-request-id': 'req-767efab8-2b42-4be9-923c-3075775fa0ac', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:04,107 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.044s
2026-01-22 12:08:04,107 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-afb40286-0489-47d5-bf76-8aa8d4804e37', 'x-compute-request-id': 'req-afb40286-0489-47d5-bf76-8aa8d4804e37', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:05,151 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.042s
2026-01-22 12:08:05,152 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-4d6f71ab-4177-4933-a4f7-b05df56d8ee8', 'x-compute-request-id': 'req-4d6f71ab-4177-4933-a4f7-b05df56d8ee8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:06,197 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.042s
2026-01-22 12:08:06,198 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-bed2bea3-8074-4bf8-bce2-7e6702cf11a4', 'x-compute-request-id': 'req-bed2bea3-8074-4bf8-bce2-7e6702cf11a4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:07,242 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.041s
2026-01-22 12:08:07,242 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-d0eb5f3f-27dc-4496-a6ff-c80110296767', 'x-compute-request-id': 'req-d0eb5f3f-27dc-4496-a6ff-c80110296767', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:08,295 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.049s
2026-01-22 12:08:08,295 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-69a20e5d-391d-4c7f-9c31-8bc5215d8c75', 'x-compute-request-id': 'req-69a20e5d-391d-4c7f-9c31-8bc5215d8c75', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:09,362 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.065s
2026-01-22 12:08:09,362 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-9e8b6608-4754-4035-901e-0ac89c0a98da', 'x-compute-request-id': 'req-9e8b6608-4754-4035-901e-0ac89c0a98da', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:10,426 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.060s
2026-01-22 12:08:10,426 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-2dede955-41ed-45f5-a434-d3c812c7e213', 'x-compute-request-id': 'req-2dede955-41ed-45f5-a434-d3c812c7e213', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:11,479 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.050s
2026-01-22 12:08:11,479 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-0a933589-d436-4d94-908d-d669a2399ad2', 'x-compute-request-id': 'req-0a933589-d436-4d94-908d-d669a2399ad2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:12,538 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.055s
2026-01-22 12:08:12,538 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-af614ae8-7226-4b17-b6dc-9d3b431eccd8', 'x-compute-request-id': 'req-af614ae8-7226-4b17-b6dc-9d3b431eccd8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:13,602 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.060s
2026-01-22 12:08:13,602 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-580ca0ac-c9f7-4344-a170-0d357223dafc', 'x-compute-request-id': 'req-580ca0ac-c9f7-4344-a170-0d357223dafc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:14,676 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.071s
2026-01-22 12:08:14,676 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-143221ef-625a-4179-8be7-e23f19c5b03b', 'x-compute-request-id': 'req-143221ef-625a-4179-8be7-e23f19c5b03b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:15,737 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.058s
2026-01-22 12:08:15,737 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-a6b1ac6d-7c85-42b5-ac5b-2e043c7ecac3', 'x-compute-request-id': 'req-a6b1ac6d-7c85-42b5-ac5b-2e043c7ecac3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:16,800 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.060s
2026-01-22 12:08:16,801 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-2fcaed99-54c9-42ed-8ebe-058fc8b9f920', 'x-compute-request-id': 'req-2fcaed99-54c9-42ed-8ebe-058fc8b9f920', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:17,857 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.053s
2026-01-22 12:08:17,857 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-ba9c5ef0-a543-4bfd-98d2-822cfe93dd4f', 'x-compute-request-id': 'req-ba9c5ef0-a543-4bfd-98d2-822cfe93dd4f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:18,905 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.045s
2026-01-22 12:08:18,906 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-1b7c2e84-5b93-4ffe-9d75-398739fe44b7', 'x-compute-request-id': 'req-1b7c2e84-5b93-4ffe-9d75-398739fe44b7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:19,953 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.044s
2026-01-22 12:08:19,953 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-77fa5177-a288-44b0-b8d0-80f1af00ed6f', 'x-compute-request-id': 'req-77fa5177-a288-44b0-b8d0-80f1af00ed6f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:21,006 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.049s
2026-01-22 12:08:21,006 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-69e2ee24-0b88-4761-9c58-4e6114c4cde8', 'x-compute-request-id': 'req-69e2ee24-0b88-4761-9c58-4e6114c4cde8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:22,059 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.049s
2026-01-22 12:08:22,059 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-d7734c2a-5e6e-4a95-a895-fb47741d5545', 'x-compute-request-id': 'req-d7734c2a-5e6e-4a95-a895-fb47741d5545', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:23,104 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.042s
2026-01-22 12:08:23,104 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-20381fe0-10ad-417b-aae5-17f3a99e71b5', 'x-compute-request-id': 'req-20381fe0-10ad-417b-aae5-17f3a99e71b5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:24,207 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.099s
2026-01-22 12:08:24,208 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-899b9edb-788e-49e8-8860-c3cced563cf0', 'x-compute-request-id': 'req-899b9edb-788e-49e8-8860-c3cced563cf0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:25,253 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.041s
2026-01-22 12:08:25,253 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-821e2849-5cd1-4d41-afa0-2ece6432989e', 'x-compute-request-id': 'req-821e2849-5cd1-4d41-afa0-2ece6432989e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:26,303 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.046s
2026-01-22 12:08:26,303 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-25485ac4-e221-4e22-839b-811806169a3b', 'x-compute-request-id': 'req-25485ac4-e221-4e22-839b-811806169a3b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:27,357 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.052s
2026-01-22 12:08:27,358 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-d9dbc216-2d0a-4458-9db9-1eaadc84e062', 'x-compute-request-id': 'req-d9dbc216-2d0a-4458-9db9-1eaadc84e062', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:28,407 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.046s
2026-01-22 12:08:28,407 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-c6c5f098-b5f5-4d78-8fbb-d9e1e1144e14', 'x-compute-request-id': 'req-c6c5f098-b5f5-4d78-8fbb-d9e1e1144e14', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:29,457 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.047s
2026-01-22 12:08:29,458 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-7f6c1adb-14ad-4280-8126-bf4a41a3b0c7', 'x-compute-request-id': 'req-7f6c1adb-14ad-4280-8126-bf4a41a3b0c7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:30,517 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.056s
2026-01-22 12:08:30,517 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-e059ca1f-5c54-4ce3-a9b6-d10439180cda', 'x-compute-request-id': 'req-e059ca1f-5c54-4ce3-a9b6-d10439180cda', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:31,569 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.049s
2026-01-22 12:08:31,570 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-11dfd0b4-14de-4c70-94c4-d13fc166e41d', 'x-compute-request-id': 'req-11dfd0b4-14de-4c70-94c4-d13fc166e41d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:32,623 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.050s
2026-01-22 12:08:32,624 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-991627cb-abcc-4c6d-ab6c-5afe07815a32', 'x-compute-request-id': 'req-991627cb-abcc-4c6d-ab6c-5afe07815a32', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:33,670 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.043s
2026-01-22 12:08:33,670 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-1282c9ad-fba0-45a3-bac8-20b9f2acda8a', 'x-compute-request-id': 'req-1282c9ad-fba0-45a3-bac8-20b9f2acda8a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:34,717 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.044s
2026-01-22 12:08:34,718 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-febd7a7f-0459-4cc8-926c-b9c388853564', 'x-compute-request-id': 'req-febd7a7f-0459-4cc8-926c-b9c388853564', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:35,767 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.047s
2026-01-22 12:08:35,768 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-8c1ff348-1ff0-414f-985b-baeb502588e7', 'x-compute-request-id': 'req-8c1ff348-1ff0-414f-985b-baeb502588e7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:36,842 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.071s
2026-01-22 12:08:36,842 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-d2617205-c188-4583-a832-37ae15c952ee', 'x-compute-request-id': 'req-d2617205-c188-4583-a832-37ae15c952ee', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:37,892 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.047s
2026-01-22 12:08:37,892 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-eb06ffd0-d3c7-4872-a5a6-98d70c65105e', 'x-compute-request-id': 'req-eb06ffd0-d3c7-4872-a5a6-98d70c65105e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:38,938 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.043s
2026-01-22 12:08:38,938 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-3132d22d-b97a-4712-af9c-04fed84907b3', 'x-compute-request-id': 'req-3132d22d-b97a-4712-af9c-04fed84907b3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:39,987 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.046s
2026-01-22 12:08:39,987 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-6ad5fa63-75e8-4cd4-8eb0-75b3860360e0', 'x-compute-request-id': 'req-6ad5fa63-75e8-4cd4-8eb0-75b3860360e0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:41,047 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.057s
2026-01-22 12:08:41,048 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-918ccec5-8248-4eac-a667-9592d1b97e5e', 'x-compute-request-id': 'req-918ccec5-8248-4eac-a667-9592d1b97e5e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:42,098 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.047s
2026-01-22 12:08:42,098 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-ed529fba-b4b6-48d7-9287-97f5809869e7', 'x-compute-request-id': 'req-ed529fba-b4b6-48d7-9287-97f5809869e7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:43,152 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.050s
2026-01-22 12:08:43,152 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-fc842094-5d58-4c86-98c4-dde814cf55ea', 'x-compute-request-id': 'req-fc842094-5d58-4c86-98c4-dde814cf55ea', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:44,219 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.064s
2026-01-22 12:08:44,219 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-6f3d096a-0b51-430f-9d4b-4ff3c8d46869', 'x-compute-request-id': 'req-6f3d096a-0b51-430f-9d4b-4ff3c8d46869', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:45,270 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.047s
2026-01-22 12:08:45,270 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-4b2ffecb-04f4-4864-92a6-fd9dc4c7e299', 'x-compute-request-id': 'req-4b2ffecb-04f4-4864-92a6-fd9dc4c7e299', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:46,316 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.043s
2026-01-22 12:08:46,316 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-dd0ebb22-0941-4662-a0aa-bff326b08125', 'x-compute-request-id': 'req-dd0ebb22-0941-4662-a0aa-bff326b08125', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:47,361 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.042s
2026-01-22 12:08:47,362 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-102b5984-aa11-401b-86c2-ba942a24b924', 'x-compute-request-id': 'req-102b5984-aa11-401b-86c2-ba942a24b924', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:48,415 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.050s
2026-01-22 12:08:48,415 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-07ddfef7-2a3a-479d-a1ac-e2c8b8f89cd8', 'x-compute-request-id': 'req-07ddfef7-2a3a-479d-a1ac-e2c8b8f89cd8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:49,468 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.049s
2026-01-22 12:08:49,468 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-896a36b2-8d39-48eb-ba2c-a497bb0f29a5', 'x-compute-request-id': 'req-896a36b2-8d39-48eb-ba2c-a497bb0f29a5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:50,522 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.052s
2026-01-22 12:08:50,523 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-b3c16258-3f1c-4158-bb94-105271f460e1', 'x-compute-request-id': 'req-b3c16258-3f1c-4158-bb94-105271f460e1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:51,572 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.046s
2026-01-22 12:08:51,572 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-fe7ecebb-c331-4bdf-a928-3ffd226702b3', 'x-compute-request-id': 'req-fe7ecebb-c331-4bdf-a928-3ffd226702b3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:52,626 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.051s
2026-01-22 12:08:52,627 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-2229fc1c-f564-4d56-8e97-96c436a08fd1', 'x-compute-request-id': 'req-2229fc1c-f564-4d56-8e97-96c436a08fd1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:53,706 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.077s
2026-01-22 12:08:53,707 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-f7d72da2-8e22-49ec-9388-2bf68935084b', 'x-compute-request-id': 'req-f7d72da2-8e22-49ec-9388-2bf68935084b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:54,785 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.076s
2026-01-22 12:08:54,786 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-f61dca90-5bd8-4ff5-9e3c-38e0b253bf89', 'x-compute-request-id': 'req-f61dca90-5bd8-4ff5-9e3c-38e0b253bf89', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:55,837 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.048s
2026-01-22 12:08:55,838 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-71f4a2db-9b54-4ea2-b3d9-fed346f80c45', 'x-compute-request-id': 'req-71f4a2db-9b54-4ea2-b3d9-fed346f80c45', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:56,909 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.068s
2026-01-22 12:08:56,909 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-9d7d0c0a-3428-4f29-9553-96222a135f26', 'x-compute-request-id': 'req-9d7d0c0a-3428-4f29-9553-96222a135f26', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:57,952 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.039s
2026-01-22 12:08:57,952 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-552056ea-7681-4100-916f-6a0c8e6faf81', 'x-compute-request-id': 'req-552056ea-7681-4100-916f-6a0c8e6faf81', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:08:59,002 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.046s
2026-01-22 12:08:59,002 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:08: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-0945e2cd-1668-4ca0-99d2-716d5f4e6e39', 'x-compute-request-id': 'req-0945e2cd-1668-4ca0-99d2-716d5f4e6e39', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:00,062 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.057s
2026-01-22 12:09:00,062 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-4d8057be-c68a-469a-8b01-5dcb05e8da36', 'x-compute-request-id': 'req-4d8057be-c68a-469a-8b01-5dcb05e8da36', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:01,118 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.053s
2026-01-22 12:09:01,119 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-1c05eba6-407a-4d80-bc2f-dd23bfd03435', 'x-compute-request-id': 'req-1c05eba6-407a-4d80-bc2f-dd23bfd03435', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:02,239 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.117s
2026-01-22 12:09:02,240 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-25ffcfd6-a073-43e0-9427-649795b4dcdb', 'x-compute-request-id': 'req-25ffcfd6-a073-43e0-9427-649795b4dcdb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:03,296 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.052s
2026-01-22 12:09:03,297 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-9cc763c5-cb2a-4b1e-996e-8cdec90bbd2e', 'x-compute-request-id': 'req-9cc763c5-cb2a-4b1e-996e-8cdec90bbd2e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:04,347 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.048s
2026-01-22 12:09:04,348 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-fcea1283-8529-4d26-a55b-7f362f9359f7', 'x-compute-request-id': 'req-fcea1283-8529-4d26-a55b-7f362f9359f7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:05,399 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.048s
2026-01-22 12:09:05,400 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-4c3a095e-6f6e-491a-9d4a-83f9c0cb702f', 'x-compute-request-id': 'req-4c3a095e-6f6e-491a-9d4a-83f9c0cb702f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:06,443 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.040s
2026-01-22 12:09:06,443 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-a447862a-fbd1-465c-b0ec-6e938f5dd9c3', 'x-compute-request-id': 'req-a447862a-fbd1-465c-b0ec-6e938f5dd9c3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:07,523 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.076s
2026-01-22 12:09:07,523 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-978e46a9-da09-4824-91c0-21d53936fdfc', 'x-compute-request-id': 'req-978e46a9-da09-4824-91c0-21d53936fdfc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:08,578 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.051s
2026-01-22 12:09:08,578 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-af9156a1-0913-4c0a-b05f-cec0841881db', 'x-compute-request-id': 'req-af9156a1-0913-4c0a-b05f-cec0841881db', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:09,643 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.062s
2026-01-22 12:09:09,644 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-2fe558f1-11c8-4b73-9abc-6b3325649aff', 'x-compute-request-id': 'req-2fe558f1-11c8-4b73-9abc-6b3325649aff', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:10,694 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.047s
2026-01-22 12:09:10,695 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-cba41759-50c8-48a8-aaef-df317b7012ef', 'x-compute-request-id': 'req-cba41759-50c8-48a8-aaef-df317b7012ef', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:11,770 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.072s
2026-01-22 12:09:11,770 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-3dacbfe5-bd34-4f25-be0d-1b5ccbc80ac3', 'x-compute-request-id': 'req-3dacbfe5-bd34-4f25-be0d-1b5ccbc80ac3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:12,828 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.055s
2026-01-22 12:09:12,829 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-de967a2e-1650-4fb9-a6a5-599e3fdf550f', 'x-compute-request-id': 'req-de967a2e-1650-4fb9-a6a5-599e3fdf550f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:13,880 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.049s
2026-01-22 12:09:13,880 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-f166ef43-23b8-4381-b451-620c9f500a77', 'x-compute-request-id': 'req-f166ef43-23b8-4381-b451-620c9f500a77', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:14,935 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.051s
2026-01-22 12:09:14,935 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-d9e0d0ce-e600-4746-9c41-d8e0ff2ab6eb', 'x-compute-request-id': 'req-d9e0d0ce-e600-4746-9c41-d8e0ff2ab6eb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:15,981 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.042s
2026-01-22 12:09:15,981 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-b72b24ff-3c64-499e-9ff2-42781d16d92a', 'x-compute-request-id': 'req-b72b24ff-3c64-499e-9ff2-42781d16d92a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:17,042 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.058s
2026-01-22 12:09:17,042 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-fa1344d4-f3fa-4be0-8bdd-a1d6b74a2dee', 'x-compute-request-id': 'req-fa1344d4-f3fa-4be0-8bdd-a1d6b74a2dee', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:18,100 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.054s
2026-01-22 12:09:18,100 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-331cbdee-a863-4093-9db7-401825ef8827', 'x-compute-request-id': 'req-331cbdee-a863-4093-9db7-401825ef8827', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:19,154 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.050s
2026-01-22 12:09:19,154 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-56335cb6-9876-4170-90f6-edd08395a32c', 'x-compute-request-id': 'req-56335cb6-9876-4170-90f6-edd08395a32c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:20,203 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.046s
2026-01-22 12:09:20,203 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-e73e9c0a-2a26-47f1-afc9-0ab4b987c156', 'x-compute-request-id': 'req-e73e9c0a-2a26-47f1-afc9-0ab4b987c156', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:21,250 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.044s
2026-01-22 12:09:21,251 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-9f8ca08a-225c-4046-bb76-add67f1477cd', 'x-compute-request-id': 'req-9f8ca08a-225c-4046-bb76-add67f1477cd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:22,302 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.048s
2026-01-22 12:09:22,302 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-e3543016-ad5a-4578-a463-e8838ce47e15', 'x-compute-request-id': 'req-e3543016-ad5a-4578-a463-e8838ce47e15', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:23,357 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.051s
2026-01-22 12:09:23,358 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-6822805c-7ac5-4c49-9102-c947cad7b951', 'x-compute-request-id': 'req-6822805c-7ac5-4c49-9102-c947cad7b951', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:24,415 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.054s
2026-01-22 12:09:24,415 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-9a3d3284-ebaa-45e2-b0f0-839a77e353c7', 'x-compute-request-id': 'req-9a3d3284-ebaa-45e2-b0f0-839a77e353c7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:25,462 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.043s
2026-01-22 12:09:25,462 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-3416f48e-bbc9-498a-b8cf-7cbdbaae59ce', 'x-compute-request-id': 'req-3416f48e-bbc9-498a-b8cf-7cbdbaae59ce', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:26,513 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.048s
2026-01-22 12:09:26,513 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-827c7356-37e5-4870-837d-ca6be4137e3c', 'x-compute-request-id': 'req-827c7356-37e5-4870-837d-ca6be4137e3c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:27,567 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.051s
2026-01-22 12:09:27,568 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-fde78f5a-a3dc-47da-bea6-4c633ef2e19a', 'x-compute-request-id': 'req-fde78f5a-a3dc-47da-bea6-4c633ef2e19a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:28,618 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.047s
2026-01-22 12:09:28,618 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-60e08fe4-afca-449d-b336-2af0c633cc4f', 'x-compute-request-id': 'req-60e08fe4-afca-449d-b336-2af0c633cc4f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:29,668 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.046s
2026-01-22 12:09:29,668 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-d2f18da9-845e-4507-8495-10e34ae2b55a', 'x-compute-request-id': 'req-d2f18da9-845e-4507-8495-10e34ae2b55a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:30,718 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.047s
2026-01-22 12:09:30,719 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-4014dbf4-1a5c-4b37-869c-45d953fbfe3e', 'x-compute-request-id': 'req-4014dbf4-1a5c-4b37-869c-45d953fbfe3e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:31,765 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.043s
2026-01-22 12:09:31,765 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-2280180a-d527-4017-bbd7-501a66c97d4c', 'x-compute-request-id': 'req-2280180a-d527-4017-bbd7-501a66c97d4c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:32,813 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.045s
2026-01-22 12:09:32,813 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-69ee4cd1-4bfc-472f-8153-d5fe89102065', 'x-compute-request-id': 'req-69ee4cd1-4bfc-472f-8153-d5fe89102065', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:33,866 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.049s
2026-01-22 12:09:33,866 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-8d758faa-a41f-4e71-a4cf-e03c363a7697', 'x-compute-request-id': 'req-8d758faa-a41f-4e71-a4cf-e03c363a7697', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:34,920 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.050s
2026-01-22 12:09:34,920 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-e1e04ed2-d036-41a4-9edd-e62f5d2e3b45', 'x-compute-request-id': 'req-e1e04ed2-d036-41a4-9edd-e62f5d2e3b45', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:35,966 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.043s
2026-01-22 12:09:35,967 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-ee92e878-33e1-424b-aeb1-dcda91731927', 'x-compute-request-id': 'req-ee92e878-33e1-424b-aeb1-dcda91731927', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:37,016 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.047s
2026-01-22 12:09:37,017 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-878e06d1-a10f-41de-83b5-bd93c80d1f21', 'x-compute-request-id': 'req-878e06d1-a10f-41de-83b5-bd93c80d1f21', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:38,063 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.043s
2026-01-22 12:09:38,063 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-1ba59efa-0044-452a-b0fe-7cfff2b4e923', 'x-compute-request-id': 'req-1ba59efa-0044-452a-b0fe-7cfff2b4e923', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:39,112 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.046s
2026-01-22 12:09:39,112 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-5037bcb3-8a28-450c-9f5c-6adeb70a5188', 'x-compute-request-id': 'req-5037bcb3-8a28-450c-9f5c-6adeb70a5188', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:40,171 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.056s
2026-01-22 12:09:40,171 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-f35f2d98-dd75-485d-b93d-2b35f8a627e0', 'x-compute-request-id': 'req-f35f2d98-dd75-485d-b93d-2b35f8a627e0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:41,230 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.055s
2026-01-22 12:09:41,230 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-1768c183-d7d4-43db-ba7f-e53cd1f498bb', 'x-compute-request-id': 'req-1768c183-d7d4-43db-ba7f-e53cd1f498bb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:42,290 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.057s
2026-01-22 12:09:42,290 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-3aa6c71a-0c28-4761-8cff-7847d7d05eb5', 'x-compute-request-id': 'req-3aa6c71a-0c28-4761-8cff-7847d7d05eb5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:43,343 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.049s
2026-01-22 12:09:43,343 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-808dab27-59fa-4ca7-8a5c-992804e1c7fe', 'x-compute-request-id': 'req-808dab27-59fa-4ca7-8a5c-992804e1c7fe', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:44,396 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.049s
2026-01-22 12:09:44,397 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-ac62a5a4-398f-4675-8be1-b3c99e22b175', 'x-compute-request-id': 'req-ac62a5a4-398f-4675-8be1-b3c99e22b175', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:45,459 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.059s
2026-01-22 12:09:45,459 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-389d5d3a-6837-4ee2-bf67-6237b41e03a0', 'x-compute-request-id': 'req-389d5d3a-6837-4ee2-bf67-6237b41e03a0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:46,515 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.052s
2026-01-22 12:09:46,515 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-5dd7fbf2-ab2e-4555-9f3b-98733016e143', 'x-compute-request-id': 'req-5dd7fbf2-ab2e-4555-9f3b-98733016e143', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:47,564 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.046s
2026-01-22 12:09:47,564 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-23c5236c-c1f0-4934-a8fd-5b3ca73d5a12', 'x-compute-request-id': 'req-23c5236c-c1f0-4934-a8fd-5b3ca73d5a12', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:48,612 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.044s
2026-01-22 12:09:48,612 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-81f2c2d2-cd18-47cc-af7c-166996620767', 'x-compute-request-id': 'req-81f2c2d2-cd18-47cc-af7c-166996620767', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:49,656 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.040s
2026-01-22 12:09:49,656 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-cbed1153-4fbf-4d15-b3d5-0aa74d268fbf', 'x-compute-request-id': 'req-cbed1153-4fbf-4d15-b3d5-0aa74d268fbf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:50,703 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.044s
2026-01-22 12:09:50,703 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-8700586e-e089-42ef-a025-d0347c3099b2', 'x-compute-request-id': 'req-8700586e-e089-42ef-a025-d0347c3099b2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:51,752 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.046s
2026-01-22 12:09:51,753 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-a26353e1-51cb-49ad-9aa6-25010eb6bde0', 'x-compute-request-id': 'req-a26353e1-51cb-49ad-9aa6-25010eb6bde0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:52,808 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.052s
2026-01-22 12:09:52,808 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-f4d069b2-5827-4cba-b2c8-6b9bb17fea9e', 'x-compute-request-id': 'req-f4d069b2-5827-4cba-b2c8-6b9bb17fea9e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:53,858 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.047s
2026-01-22 12:09:53,858 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-5664823d-d2a0-4d07-8a59-f7e5a658a007', 'x-compute-request-id': 'req-5664823d-d2a0-4d07-8a59-f7e5a658a007', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:54,908 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.047s
2026-01-22 12:09:54,908 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-f98844ef-d999-4444-86ea-9368179f32bd', 'x-compute-request-id': 'req-f98844ef-d999-4444-86ea-9368179f32bd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:55,954 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.043s
2026-01-22 12:09:55,954 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-0e20ca82-92ea-4553-b75d-22464e13b88d', 'x-compute-request-id': 'req-0e20ca82-92ea-4553-b75d-22464e13b88d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:57,006 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.049s
2026-01-22 12:09:57,006 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-84a09685-6fbe-4c72-a49f-86131f1bd759', 'x-compute-request-id': 'req-84a09685-6fbe-4c72-a49f-86131f1bd759', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:58,054 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.045s
2026-01-22 12:09:58,055 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-0cb319f2-bd23-4eb2-ad80-00abf9db3ee9', 'x-compute-request-id': 'req-0cb319f2-bd23-4eb2-ad80-00abf9db3ee9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:09:59,106 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.048s
2026-01-22 12:09:59,106 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:09: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-5698b554-47db-490e-b384-f2f563d7543b', 'x-compute-request-id': 'req-5698b554-47db-490e-b384-f2f563d7543b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:10:00,163 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.054s
2026-01-22 12:10:00,164 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10: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-e9a83ff8-f5bc-4e98-915b-b09b48e23179', 'x-compute-request-id': 'req-e9a83ff8-f5bc-4e98-915b-b09b48e23179', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:10:01,213 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.046s
2026-01-22 12:10:01,214 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10: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-23cfc91e-2983-4d0a-98a3-baef35af5c84', 'x-compute-request-id': 'req-23cfc91e-2983-4d0a-98a3-baef35af5c84', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:10:02,273 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.056s
2026-01-22 12:10:02,273 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10: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-b6891e21-bf8f-4cc1-9043-943f6fe1ee50', 'x-compute-request-id': 'req-b6891e21-bf8f-4cc1-9043-943f6fe1ee50', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:10:03,340 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.064s
2026-01-22 12:10:03,340 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10: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-746ec587-fce7-4136-bd7e-6e1b9315fb8f', 'x-compute-request-id': 'req-746ec587-fce7-4136-bd7e-6e1b9315fb8f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:10:04,391 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.047s
2026-01-22 12:10:04,391 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10: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-39179042-cbc5-4fe4-93bb-0284890b51c1', 'x-compute-request-id': 'req-39179042-cbc5-4fe4-93bb-0284890b51c1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:10:05,447 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.053s
2026-01-22 12:10:05,447 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10: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-e1c1cb9c-a066-44aa-85e6-3f2f1b7332e7', 'x-compute-request-id': 'req-e1c1cb9c-a066-44aa-85e6-3f2f1b7332e7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:10:06,500 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.050s
2026-01-22 12:10:06,500 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10: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-ba0a9d9a-83c8-4d04-8e9b-c816a714d69d', 'x-compute-request-id': 'req-ba0a9d9a-83c8-4d04-8e9b-c816a714d69d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:10:07,550 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.046s
2026-01-22 12:10:07,550 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10: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-b7812459-023d-4252-9ab2-71aac7ad2ba1', 'x-compute-request-id': 'req-b7812459-023d-4252-9ab2-71aac7ad2ba1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:10:08,599 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.046s
2026-01-22 12:10:08,599 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10: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-643925fd-b369-4db8-8bfc-607582ffff6c', 'x-compute-request-id': 'req-643925fd-b369-4db8-8bfc-607582ffff6c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:10:09,645 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.043s
2026-01-22 12:10:09,645 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10: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-cb97e232-9377-4073-817d-85587067364e', 'x-compute-request-id': 'req-cb97e232-9377-4073-817d-85587067364e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:10:10,696 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.047s
2026-01-22 12:10:10,696 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10: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-6c6a92f7-2c58-4513-a98e-95b863cdd08d', 'x-compute-request-id': 'req-6c6a92f7-2c58-4513-a98e-95b863cdd08d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:10:11,747 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.048s
2026-01-22 12:10:11,747 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10: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-71c0695c-1482-4e77-af5f-5c6438812edf', 'x-compute-request-id': 'req-71c0695c-1482-4e77-af5f-5c6438812edf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:10:12,800 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.050s
2026-01-22 12:10:12,800 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10: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-3671d411-25b2-4ec3-85d3-bee0587b7d46', 'x-compute-request-id': 'req-3671d411-25b2-4ec3-85d3-bee0587b7d46', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:10:13,849 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.046s
2026-01-22 12:10:13,850 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10: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-7fd1008a-82b5-41f7-aec1-4b81a6e051a0', 'x-compute-request-id': 'req-7fd1008a-82b5-41f7-aec1-4b81a6e051a0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:10:14,903 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.050s
2026-01-22 12:10:14,903 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10: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-e12b522c-5fdb-4f35-9e8c-34c3d5844966', 'x-compute-request-id': 'req-e12b522c-5fdb-4f35-9e8c-34c3d5844966', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:10:15,951 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.045s
2026-01-22 12:10:15,951 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10: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-24c9ef3f-0067-421b-8f0d-8babf1cb6709', 'x-compute-request-id': 'req-24c9ef3f-0067-421b-8f0d-8babf1cb6709', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:10:17,001 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments 0.047s
2026-01-22 12:10:17,001 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10: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-b40bce4c-f778-499e-9899-639dbf391600', 'x-compute-request-id': 'req-b40bce4c-f778-499e-9899-639dbf391600', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "volumeId": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "serverId": "f6f3e611-f28a-4a1d-b940-7736f1806321", "device": "/dev/vdb"}]}'
2026-01-22 12:10:19,046 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 404 POST http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/action 1.041s
2026-01-22 12:10:19,046 83176 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, 22 Jan 2026 11:10:18 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-e7b9eecf-ab41-4adc-9d2b-4b3d55675c36', 'x-compute-request-id': 'req-e7b9eecf-ab41-4adc-9d2b-4b3d55675c36', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.56/compute/v2.1/servers/f6f3e611-f28a-4a1d-b940-7736f1806321/action'}
Body: b'{"itemNotFound": {"code": 404, "message": "Guest does not have a console available."}}'
2026-01-22 12:10:19,082 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.035s
2026-01-22 12:10:19,083 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40f169eb-1a08-46ec-bdea-88ce97336ee9', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40f169eb-1a08-46ec-bdea-88ce97336ee9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:10:20,142 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.047s
2026-01-22 12:10:20,143 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b64eede-57bb-413c-adf3-5aae778dd150', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b64eede-57bb-413c-adf3-5aae778dd150', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:10:21,193 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.038s
2026-01-22 12:10:21,193 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc531152-075d-4571-ace0-95b754de8767', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc531152-075d-4571-ace0-95b754de8767', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:10:22,247 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.037s
2026-01-22 12:10:22,248 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-777ea2d4-18bf-43cf-b243-91cc55baf044', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-777ea2d4-18bf-43cf-b243-91cc55baf044', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:10:23,296 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.037s
2026-01-22 12:10:23,297 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74d74ec9-35e3-4a33-9b43-0b5691feb80e', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74d74ec9-35e3-4a33-9b43-0b5691feb80e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:10:24,345 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.037s
2026-01-22 12:10:24,345 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78c5f88f-4d9d-4b90-89d4-06a941fb7437', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78c5f88f-4d9d-4b90-89d4-06a941fb7437', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:10:25,402 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.045s
2026-01-22 12:10:25,402 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-816b2c3a-83fc-4ad6-9ea5-c396ee020aac', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-816b2c3a-83fc-4ad6-9ea5-c396ee020aac', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:10:26,458 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.044s
2026-01-22 12:10:26,458 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8f942b3-d165-4ec9-846c-d6950a848084', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8f942b3-d165-4ec9-846c-d6950a848084', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:10:27,506 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.037s
2026-01-22 12:10:27,507 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b04dddb4-d964-4bbf-b3fa-69b099399013', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b04dddb4-d964-4bbf-b3fa-69b099399013', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:10:28,560 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.041s
2026-01-22 12:10:28,560 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fdff1ef-d0c3-4bc9-8669-4a4b4178dfed', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fdff1ef-d0c3-4bc9-8669-4a4b4178dfed', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:10:29,613 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.040s
2026-01-22 12:10:29,614 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6be59e35-7eb6-4c6d-9eef-f0b0f0e84c84', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6be59e35-7eb6-4c6d-9eef-f0b0f0e84c84', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:10:30,661 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.036s
2026-01-22 12:10:30,661 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83a07cef-fa43-4149-b76f-f5c11057e015', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83a07cef-fa43-4149-b76f-f5c11057e015', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:10:31,711 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.038s
2026-01-22 12:10:31,712 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18076dd7-f9a9-4325-8124-bf9e2329652b', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18076dd7-f9a9-4325-8124-bf9e2329652b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:10:32,761 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.038s
2026-01-22 12:10:32,761 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab4aadf4-b6f1-4aeb-9154-10a93281f06d', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab4aadf4-b6f1-4aeb-9154-10a93281f06d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:10:33,813 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.041s
2026-01-22 12:10:33,813 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b37b04f4-f7d7-4c0e-8cf8-2683b9bad788', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b37b04f4-f7d7-4c0e-8cf8-2683b9bad788', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:10:34,865 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.040s
2026-01-22 12:10:34,865 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d231be22-b063-41a8-b939-aedcad710b27', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d231be22-b063-41a8-b939-aedcad710b27', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:10:35,917 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.040s
2026-01-22 12:10:35,917 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89e0af8b-cf69-4d0e-94e4-baab2f467d22', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89e0af8b-cf69-4d0e-94e4-baab2f467d22', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:10:36,969 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.040s
2026-01-22 12:10:36,969 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ea9fc8d-cd16-494c-9545-f78f2955a41b', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ea9fc8d-cd16-494c-9545-f78f2955a41b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:10:38,014 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.034s
2026-01-22 12:10:38,015 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3202ac97-3c31-486f-92fc-e57d1e2fc542', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3202ac97-3c31-486f-92fc-e57d1e2fc542', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:10:39,063 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.038s
2026-01-22 12:10:39,064 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d8b4931-6eff-4770-9eb7-e30f32187f85', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d8b4931-6eff-4770-9eb7-e30f32187f85', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:10:40,118 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.039s
2026-01-22 12:10:40,119 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e20198a3-55dc-4196-b107-87c4b0b641cf', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e20198a3-55dc-4196-b107-87c4b0b641cf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:10:41,165 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.034s
2026-01-22 12:10:41,165 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee03dc82-f2e7-4f56-8a12-896f53c5ec80', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee03dc82-f2e7-4f56-8a12-896f53c5ec80', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:10:42,213 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.036s
2026-01-22 12:10:42,213 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa6cb979-1ffb-490c-b64f-a534474623e2', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa6cb979-1ffb-490c-b64f-a534474623e2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:10:43,258 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.033s
2026-01-22 12:10:43,258 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-537a658b-e1a1-4828-8b99-9b945bf9e8f4', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-537a658b-e1a1-4828-8b99-9b945bf9e8f4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:10:44,307 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.038s
2026-01-22 12:10:44,307 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8dd5de4a-ff25-4b83-bdc7-4873a44607bc', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8dd5de4a-ff25-4b83-bdc7-4873a44607bc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:10:45,356 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.037s
2026-01-22 12:10:45,356 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87a19bfb-e095-46e7-a9d9-01ce2af2ecfb', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87a19bfb-e095-46e7-a9d9-01ce2af2ecfb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:10:46,405 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.038s
2026-01-22 12:10:46,405 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-713061e3-a595-477c-8e20-514e85df635b', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-713061e3-a595-477c-8e20-514e85df635b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:10:47,458 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.041s
2026-01-22 12:10:47,458 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb34c867-5eba-4e4b-adb0-c3ba6e7eccbc', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb34c867-5eba-4e4b-adb0-c3ba6e7eccbc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:10:48,532 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.063s
2026-01-22 12:10:48,532 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a83246fc-9775-4878-9ca2-5bd64ad4da78', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a83246fc-9775-4878-9ca2-5bd64ad4da78', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:10:49,588 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.044s
2026-01-22 12:10:49,588 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19537530-6668-4c09-b5dc-b688bb8b3976', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19537530-6668-4c09-b5dc-b688bb8b3976', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:10:50,641 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.041s
2026-01-22 12:10:50,641 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a04a8220-35a8-46f9-8160-6f4845e6cee6', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a04a8220-35a8-46f9-8160-6f4845e6cee6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:10:51,701 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.048s
2026-01-22 12:10:51,701 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f97668ba-bc54-4d9a-9eb9-5b350da9ab7b', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f97668ba-bc54-4d9a-9eb9-5b350da9ab7b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:10:52,757 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.044s
2026-01-22 12:10:52,757 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96860256-e103-4617-862d-b503b0fedfe5', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96860256-e103-4617-862d-b503b0fedfe5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:10:53,813 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.044s
2026-01-22 12:10:53,814 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ce00754-6c3e-4baa-bf2c-615dfd042b2c', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ce00754-6c3e-4baa-bf2c-615dfd042b2c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:10:54,862 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.037s
2026-01-22 12:10:54,863 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca09c145-d70d-442d-9780-a9371179faf5', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca09c145-d70d-442d-9780-a9371179faf5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:10:55,909 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.034s
2026-01-22 12:10:55,909 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b36ed392-a797-417c-8846-780f7f633816', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b36ed392-a797-417c-8846-780f7f633816', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:10:56,959 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.038s
2026-01-22 12:10:56,959 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d73c0552-2b52-4a22-b903-cec20096cf9e', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d73c0552-2b52-4a22-b903-cec20096cf9e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:10:58,006 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.035s
2026-01-22 12:10:58,006 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a77eaa56-7c97-4c20-87ce-3e1617bb699f', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a77eaa56-7c97-4c20-87ce-3e1617bb699f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:10:59,053 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.036s
2026-01-22 12:10:59,054 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:10:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-036903a5-1618-4332-b80a-18d8be43b771', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-036903a5-1618-4332-b80a-18d8be43b771', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:00,102 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.036s
2026-01-22 12:11:00,103 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32da92c7-2d32-4040-8374-1ae2211f1e4b', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32da92c7-2d32-4040-8374-1ae2211f1e4b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:01,152 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.038s
2026-01-22 12:11:01,152 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d6384e0-4185-421b-a3ed-61a8016d6ea5', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d6384e0-4185-421b-a3ed-61a8016d6ea5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:02,200 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.037s
2026-01-22 12:11:02,201 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a577918-7f70-45fb-866d-75b5cccb674e', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a577918-7f70-45fb-866d-75b5cccb674e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:03,253 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.041s
2026-01-22 12:11:03,253 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-087fd0f0-1606-4526-bb18-c511fa60b633', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-087fd0f0-1606-4526-bb18-c511fa60b633', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:04,307 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.042s
2026-01-22 12:11:04,307 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f7195d5-8c00-48e2-a478-20cb42fbe795', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f7195d5-8c00-48e2-a478-20cb42fbe795', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:05,362 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.043s
2026-01-22 12:11:05,362 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4585a89-8779-43b7-9406-37c956ab93ea', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4585a89-8779-43b7-9406-37c956ab93ea', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:06,409 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.035s
2026-01-22 12:11:06,409 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad225805-4625-4c74-9eb5-54e44f64675b', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad225805-4625-4c74-9eb5-54e44f64675b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:07,465 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.042s
2026-01-22 12:11:07,466 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f697d08-8814-4871-a34c-f3e86bfbe1a9', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f697d08-8814-4871-a34c-f3e86bfbe1a9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:08,520 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.042s
2026-01-22 12:11:08,520 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73346d1d-df76-4861-9b8e-c71fa108a807', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73346d1d-df76-4861-9b8e-c71fa108a807', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:09,572 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.040s
2026-01-22 12:11:09,573 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e668d8d-1dc9-4e13-850b-67cd9320b5fb', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e668d8d-1dc9-4e13-850b-67cd9320b5fb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:10,619 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.035s
2026-01-22 12:11:10,619 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69917986-4c71-4a49-af1c-0ebdf4f6fff7', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69917986-4c71-4a49-af1c-0ebdf4f6fff7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:11,676 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.045s
2026-01-22 12:11:11,677 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7908da93-5de5-4c67-9a56-7350e9408ebe', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7908da93-5de5-4c67-9a56-7350e9408ebe', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:12,727 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.037s
2026-01-22 12:11:12,728 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c81fb5b5-3ed5-4280-8069-cd5f303a2563', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c81fb5b5-3ed5-4280-8069-cd5f303a2563', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:13,786 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.046s
2026-01-22 12:11:13,787 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58296597-7616-4d5b-9422-228e6648c05d', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58296597-7616-4d5b-9422-228e6648c05d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:14,831 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.033s
2026-01-22 12:11:14,831 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aca56986-7be4-4e29-82db-6481a5908d28', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aca56986-7be4-4e29-82db-6481a5908d28', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:15,886 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.043s
2026-01-22 12:11:15,887 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80ec3562-1d8e-48fc-8040-2615a44f3f19', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80ec3562-1d8e-48fc-8040-2615a44f3f19', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:16,934 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.037s
2026-01-22 12:11:16,934 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-640dac1a-4a8d-407b-8492-82c9d40b3857', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-640dac1a-4a8d-407b-8492-82c9d40b3857', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:17,986 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.040s
2026-01-22 12:11:17,986 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70bb6679-aede-4641-b572-d9c9b38bcdb3', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70bb6679-aede-4641-b572-d9c9b38bcdb3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:19,032 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.035s
2026-01-22 12:11:19,033 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5611296-fc4a-41cd-943d-2a29f762ca55', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5611296-fc4a-41cd-943d-2a29f762ca55', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:20,082 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.038s
2026-01-22 12:11:20,082 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f3df10f-04d2-419e-98de-da68d312e94d', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f3df10f-04d2-419e-98de-da68d312e94d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:21,131 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.038s
2026-01-22 12:11:21,132 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b418218-22cd-4706-a7d5-3e07c1e35e4e', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b418218-22cd-4706-a7d5-3e07c1e35e4e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:22,177 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.034s
2026-01-22 12:11:22,177 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6f5d1de-30aa-460d-a9bc-cc98f70c5f51', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6f5d1de-30aa-460d-a9bc-cc98f70c5f51', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:23,224 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.036s
2026-01-22 12:11:23,225 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2cdf16b8-a620-449d-8e18-ccb69456cc4d', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2cdf16b8-a620-449d-8e18-ccb69456cc4d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:24,271 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.035s
2026-01-22 12:11:24,272 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11157f4d-8515-4530-b8d6-7ba338900ee3', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11157f4d-8515-4530-b8d6-7ba338900ee3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:25,326 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.041s
2026-01-22 12:11:25,327 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27fda367-e40d-4e2a-98f7-921640ab29b0', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27fda367-e40d-4e2a-98f7-921640ab29b0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:26,384 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.045s
2026-01-22 12:11:26,384 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f6ba61b-d6b5-4d62-b6f5-499f2c4a75dc', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f6ba61b-d6b5-4d62-b6f5-499f2c4a75dc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:27,447 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.051s
2026-01-22 12:11:27,447 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed20caf7-5490-4d41-9714-713aefdaa6cc', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed20caf7-5490-4d41-9714-713aefdaa6cc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:28,514 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.055s
2026-01-22 12:11:28,514 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-552fc4cc-4a86-4e7c-9cc9-691cbc529167', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-552fc4cc-4a86-4e7c-9cc9-691cbc529167', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:29,571 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.044s
2026-01-22 12:11:29,571 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a097f6a-cac8-497d-93ad-50f5aabdd205', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a097f6a-cac8-497d-93ad-50f5aabdd205', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:30,620 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.037s
2026-01-22 12:11:30,621 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b105a577-7ee1-444b-bc70-85c8e9b07312', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b105a577-7ee1-444b-bc70-85c8e9b07312', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:31,669 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.037s
2026-01-22 12:11:31,669 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-023bd5f2-4814-47bd-8606-f713538bd7be', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-023bd5f2-4814-47bd-8606-f713538bd7be', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:32,715 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.034s
2026-01-22 12:11:32,715 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4e1951f-cfc5-4571-87e5-d4ce1bb5da44', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4e1951f-cfc5-4571-87e5-d4ce1bb5da44', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:33,761 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.034s
2026-01-22 12:11:33,761 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cccc1092-9215-4ab6-9b1d-b89d59ad3e03', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cccc1092-9215-4ab6-9b1d-b89d59ad3e03', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:34,825 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.052s
2026-01-22 12:11:34,826 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f7d8b07-4acb-414c-96c4-df6d34f68e8a', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f7d8b07-4acb-414c-96c4-df6d34f68e8a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:35,884 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.047s
2026-01-22 12:11:35,885 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0e296a8-c61a-473a-a685-c733895393a0', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0e296a8-c61a-473a-a685-c733895393a0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:36,937 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.040s
2026-01-22 12:11:36,937 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ee621b5-3698-4541-b05f-bc64ab08bfd4', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ee621b5-3698-4541-b05f-bc64ab08bfd4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:37,985 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.036s
2026-01-22 12:11:37,985 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63f5dab4-e609-47cf-8d93-798d2666c63f', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63f5dab4-e609-47cf-8d93-798d2666c63f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:39,042 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.043s
2026-01-22 12:11:39,043 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72abb521-ba4d-4706-9cf9-0396a20b2ec1', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72abb521-ba4d-4706-9cf9-0396a20b2ec1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:40,092 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.037s
2026-01-22 12:11:40,092 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-854e15d5-8e98-4023-978f-68c3cd7c3691', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-854e15d5-8e98-4023-978f-68c3cd7c3691', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:41,145 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.041s
2026-01-22 12:11:41,145 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bac98a23-87d6-4c48-b050-272c273b5ddd', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bac98a23-87d6-4c48-b050-272c273b5ddd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:42,195 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.038s
2026-01-22 12:11:42,195 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c59ba736-19ee-4609-a2a6-a0301465a692', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c59ba736-19ee-4609-a2a6-a0301465a692', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:43,241 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.034s
2026-01-22 12:11:43,241 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d86216d-3a35-4d51-9d3e-bd5ad81961b7', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d86216d-3a35-4d51-9d3e-bd5ad81961b7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:44,296 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.043s
2026-01-22 12:11:44,297 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9869524-b691-4066-b89c-7de119172200', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9869524-b691-4066-b89c-7de119172200', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:45,351 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.042s
2026-01-22 12:11:45,351 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfc66251-3e7d-40d2-b92b-0f7c4fe1cdfb', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfc66251-3e7d-40d2-b92b-0f7c4fe1cdfb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:46,402 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.037s
2026-01-22 12:11:46,402 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56995cf8-e41c-4c69-96e3-80de005b84c7', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56995cf8-e41c-4c69-96e3-80de005b84c7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:47,452 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.036s
2026-01-22 12:11:47,453 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8491a7a-5042-4568-80f8-055efd78e253', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8491a7a-5042-4568-80f8-055efd78e253', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:48,499 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.034s
2026-01-22 12:11:48,499 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fe9b313-0f57-4038-9d67-d25255a8c2ae', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fe9b313-0f57-4038-9d67-d25255a8c2ae', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:49,553 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.042s
2026-01-22 12:11:49,553 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4353525-8ffc-430c-8d27-91849c00fd83', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4353525-8ffc-430c-8d27-91849c00fd83', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:50,600 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.035s
2026-01-22 12:11:50,601 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c29e56c-2602-4bef-859d-3a12a97988a2', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c29e56c-2602-4bef-859d-3a12a97988a2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:51,648 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.036s
2026-01-22 12:11:51,648 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a5e2a3d-c111-4614-9dc4-9fc37811f41e', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a5e2a3d-c111-4614-9dc4-9fc37811f41e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:52,697 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.036s
2026-01-22 12:11:52,697 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6ea2639-08b9-45a8-a2e3-1c539b26f336', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6ea2639-08b9-45a8-a2e3-1c539b26f336', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:53,743 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.034s
2026-01-22 12:11:53,743 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75513594-0e7e-4b69-9c25-bceafa0f5d0c', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75513594-0e7e-4b69-9c25-bceafa0f5d0c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:54,789 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.034s
2026-01-22 12:11:54,790 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db3ef1a0-4011-4718-825a-5f1846e5b4d3', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db3ef1a0-4011-4718-825a-5f1846e5b4d3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:55,836 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.034s
2026-01-22 12:11:55,836 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a4e556d-af1f-47a9-9e63-210f9f74868c', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a4e556d-af1f-47a9-9e63-210f9f74868c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:56,933 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.084s
2026-01-22 12:11:56,933 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-274976e1-dc37-42ac-ac4c-acad962bd4f8', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-274976e1-dc37-42ac-ac4c-acad962bd4f8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:57,987 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.038s
2026-01-22 12:11:57,988 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8804ffe4-a75a-4fe7-b6b3-b97dad7f735f', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8804ffe4-a75a-4fe7-b6b3-b97dad7f735f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:11:59,036 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.037s
2026-01-22 12:11:59,037 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:11:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f94a9d8-7205-4231-9110-e6b486befa0d', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f94a9d8-7205-4231-9110-e6b486befa0d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:00,090 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.041s
2026-01-22 12:12:00,090 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80da621a-9849-40a1-9f55-7cedaaea22c6', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80da621a-9849-40a1-9f55-7cedaaea22c6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:01,252 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.150s
2026-01-22 12:12:01,252 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94e8be04-a75f-4581-ac22-4c48d776472b', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94e8be04-a75f-4581-ac22-4c48d776472b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:02,353 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.088s
2026-01-22 12:12:02,354 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f28324d2-cf3c-44d7-94f6-b5d2ba71b866', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f28324d2-cf3c-44d7-94f6-b5d2ba71b866', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:03,403 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.038s
2026-01-22 12:12:03,404 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f20a4c5e-2f60-43eb-93bf-61d8186257e6', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f20a4c5e-2f60-43eb-93bf-61d8186257e6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:04,453 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.037s
2026-01-22 12:12:04,453 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-350a2bf2-33eb-4cb8-97d0-463922624109', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-350a2bf2-33eb-4cb8-97d0-463922624109', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:05,500 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.036s
2026-01-22 12:12:05,501 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f298542-54a1-4b56-96bf-1d509979139e', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f298542-54a1-4b56-96bf-1d509979139e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:06,552 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.039s
2026-01-22 12:12:06,552 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0f35eb7-cff5-4530-94fb-36ab67ca1b8c', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0f35eb7-cff5-4530-94fb-36ab67ca1b8c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:07,601 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.038s
2026-01-22 12:12:07,602 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30fd21bb-179a-4b86-9907-b19315205088', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30fd21bb-179a-4b86-9907-b19315205088', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:08,656 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.043s
2026-01-22 12:12:08,656 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a498d9b9-227c-4fbe-a2c0-f382b5a7bddc', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a498d9b9-227c-4fbe-a2c0-f382b5a7bddc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:09,705 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.036s
2026-01-22 12:12:09,705 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74dedb9b-ff73-48eb-9f37-28e1ddbf0dca', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74dedb9b-ff73-48eb-9f37-28e1ddbf0dca', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:10,806 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.090s
2026-01-22 12:12:10,807 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78af7b2b-c46b-49de-bb0d-d5c4fab30405', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78af7b2b-c46b-49de-bb0d-d5c4fab30405', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:11,859 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.040s
2026-01-22 12:12:11,859 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52e67fc9-acec-44d3-a2c0-f77b05c1b324', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52e67fc9-acec-44d3-a2c0-f77b05c1b324', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:12,913 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.041s
2026-01-22 12:12:12,913 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42c95fab-7f72-45f5-a580-f8a9765ff802', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42c95fab-7f72-45f5-a580-f8a9765ff802', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:13,962 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.038s
2026-01-22 12:12:13,963 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc556dec-8f1a-4caf-9083-ff467175b0dd', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc556dec-8f1a-4caf-9083-ff467175b0dd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:15,025 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.051s
2026-01-22 12:12:15,026 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2527555f-ce52-4ecb-b8c7-1edd9532734d', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2527555f-ce52-4ecb-b8c7-1edd9532734d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:16,070 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.033s
2026-01-22 12:12:16,070 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d981518e-5c94-49ad-9708-28c3331246cf', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d981518e-5c94-49ad-9708-28c3331246cf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:17,129 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.048s
2026-01-22 12:12:17,130 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-feec9165-9492-4402-9c35-4735ce75ccae', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-feec9165-9492-4402-9c35-4735ce75ccae', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:18,187 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.046s
2026-01-22 12:12:18,188 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2b23020-190a-4dcb-9315-a91e9e48db39', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2b23020-190a-4dcb-9315-a91e9e48db39', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:19,249 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.042s
2026-01-22 12:12:19,249 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7ab5337-718e-4455-8f95-62fd88b8294b', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7ab5337-718e-4455-8f95-62fd88b8294b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:20,305 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.045s
2026-01-22 12:12:20,305 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-baf9e750-df8e-4811-88cc-c84fc7258c2b', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-baf9e750-df8e-4811-88cc-c84fc7258c2b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:21,367 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.049s
2026-01-22 12:12:21,367 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d717c2d2-0276-4c0c-a427-86b2d2c71190', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d717c2d2-0276-4c0c-a427-86b2d2c71190', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:22,416 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.037s
2026-01-22 12:12:22,417 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f68778a2-336d-4b4d-96ef-d5a4831d802b', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f68778a2-336d-4b4d-96ef-d5a4831d802b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:23,463 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.035s
2026-01-22 12:12:23,464 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e82cb56e-ce2d-4dec-b66d-094ff1acf92d', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e82cb56e-ce2d-4dec-b66d-094ff1acf92d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:24,638 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.162s
2026-01-22 12:12:24,639 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53142291-4440-4515-9baa-c237c94bd627', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53142291-4440-4515-9baa-c237c94bd627', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:25,702 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.040s
2026-01-22 12:12:25,702 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2004d785-4453-4291-aec6-7e9948ca5b78', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2004d785-4453-4291-aec6-7e9948ca5b78', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:26,768 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.055s
2026-01-22 12:12:26,768 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d28c2a87-98ec-4760-8316-679f8687f081', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d28c2a87-98ec-4760-8316-679f8687f081', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:27,818 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.037s
2026-01-22 12:12:27,818 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49f1ceeb-98ec-400d-84e7-c17e8f82b960', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49f1ceeb-98ec-400d-84e7-c17e8f82b960', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:28,874 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.045s
2026-01-22 12:12:28,875 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aab05fab-2cad-44f1-9ecc-214eb86c8650', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aab05fab-2cad-44f1-9ecc-214eb86c8650', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:29,931 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.044s
2026-01-22 12:12:29,931 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fcb6cb7-f6b9-4069-8093-ed973c3ca9bb', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fcb6cb7-f6b9-4069-8093-ed973c3ca9bb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:30,987 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.045s
2026-01-22 12:12:30,987 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c35d1d13-e98a-475d-b219-8786bbd84a81', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c35d1d13-e98a-475d-b219-8786bbd84a81', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:32,035 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.036s
2026-01-22 12:12:32,036 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a823cd3-4074-4fd2-ad2e-272c05ac4416', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a823cd3-4074-4fd2-ad2e-272c05ac4416', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:33,086 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.039s
2026-01-22 12:12:33,087 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb1d8158-7cbc-44e9-8c3b-e59096dec490', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb1d8158-7cbc-44e9-8c3b-e59096dec490', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:34,165 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.067s
2026-01-22 12:12:34,166 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1dca32af-9c79-4581-9d3d-e6c7a0f16af7', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1dca32af-9c79-4581-9d3d-e6c7a0f16af7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:35,222 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.044s
2026-01-22 12:12:35,222 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34ba2b2b-21b6-403f-b84d-2a49fb2e01b8', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34ba2b2b-21b6-403f-b84d-2a49fb2e01b8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:36,275 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.041s
2026-01-22 12:12:36,275 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f42af74c-6f7a-48c0-9382-2d9f472485d9', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f42af74c-6f7a-48c0-9382-2d9f472485d9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:37,334 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.046s
2026-01-22 12:12:37,334 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ac6bdfa-4396-48de-8612-e35fd47fd774', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ac6bdfa-4396-48de-8612-e35fd47fd774', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:38,389 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.044s
2026-01-22 12:12:38,390 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea674366-9dc3-4233-b88e-8b140961441a', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea674366-9dc3-4233-b88e-8b140961441a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:39,445 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.044s
2026-01-22 12:12:39,446 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-407aa9bc-b0e1-4052-922a-57c7302ca582', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-407aa9bc-b0e1-4052-922a-57c7302ca582', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:40,498 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.040s
2026-01-22 12:12:40,498 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bd2e735-4274-4348-92ec-d77e22e64524', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bd2e735-4274-4348-92ec-d77e22e64524', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:41,554 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.044s
2026-01-22 12:12:41,554 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3faef3a5-6b6c-492b-bc95-327c20deb8f3', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3faef3a5-6b6c-492b-bc95-327c20deb8f3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:42,610 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.044s
2026-01-22 12:12:42,610 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d0d6380-2720-470b-b608-186f8b8a7138', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d0d6380-2720-470b-b608-186f8b8a7138', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:43,665 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.043s
2026-01-22 12:12:43,665 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79332a9b-c284-4bcb-8dbc-df1a557a79f5', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79332a9b-c284-4bcb-8dbc-df1a557a79f5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:44,716 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.040s
2026-01-22 12:12:44,717 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1172327-b862-44fd-8998-a9f681c9e750', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1172327-b862-44fd-8998-a9f681c9e750', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:45,771 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.042s
2026-01-22 12:12:45,772 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f3f06d9-4c38-4edc-8d0e-e32f86f2d734', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f3f06d9-4c38-4edc-8d0e-e32f86f2d734', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:46,821 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.037s
2026-01-22 12:12:46,821 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-032285e5-5e07-4a19-83e4-86a0821a3030', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-032285e5-5e07-4a19-83e4-86a0821a3030', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:47,873 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.040s
2026-01-22 12:12:47,873 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8c5c67f-14b7-4c55-ab35-4a447737d0aa', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8c5c67f-14b7-4c55-ab35-4a447737d0aa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:48,922 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.037s
2026-01-22 12:12:48,922 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d6bf3c3-06a4-4576-ad9f-6e821d5ec63e', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d6bf3c3-06a4-4576-ad9f-6e821d5ec63e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:49,970 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.036s
2026-01-22 12:12:49,970 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-179dea35-d4ee-4c83-9594-4a5eefae3faa', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-179dea35-d4ee-4c83-9594-4a5eefae3faa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:51,017 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.035s
2026-01-22 12:12:51,018 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd021d62-001d-4915-adfd-709ec82d11d2', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd021d62-001d-4915-adfd-709ec82d11d2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:52,064 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.035s
2026-01-22 12:12:52,064 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-113c489f-282a-413d-b2b4-98766d4bd2a9', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-113c489f-282a-413d-b2b4-98766d4bd2a9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:53,114 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.039s
2026-01-22 12:12:53,114 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc6d9650-4310-491c-a954-f4be750c3b18', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc6d9650-4310-491c-a954-f4be750c3b18', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:54,162 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.037s
2026-01-22 12:12:54,162 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-281cfaa6-a19a-4c01-ab0e-13f7a252e225', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-281cfaa6-a19a-4c01-ab0e-13f7a252e225', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:55,210 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.036s
2026-01-22 12:12:55,211 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9c13437-03f9-4144-9d3b-2f3e118b7a10', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9c13437-03f9-4144-9d3b-2f3e118b7a10', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:56,263 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.042s
2026-01-22 12:12:56,263 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62d90a79-fa98-4b73-8062-7acf7e0910b5', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62d90a79-fa98-4b73-8062-7acf7e0910b5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:57,314 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.040s
2026-01-22 12:12:57,314 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1598c66-d70e-4d58-8d61-63a3a68bedc1', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1598c66-d70e-4d58-8d61-63a3a68bedc1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:58,367 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.041s
2026-01-22 12:12:58,367 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d267c659-9fdf-4997-a881-1fe98ead8382', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d267c659-9fdf-4997-a881-1fe98ead8382', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:12:59,415 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.037s
2026-01-22 12:12:59,415 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:12:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34773736-2f40-4df0-b548-27c3cf5a85f4', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34773736-2f40-4df0-b548-27c3cf5a85f4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:13:00,501 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.074s
2026-01-22 12:13:00,501 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:13:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1481a6bb-4fb0-4b1c-abb2-2caa10979fa7', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1481a6bb-4fb0-4b1c-abb2-2caa10979fa7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:13:01,607 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.094s
2026-01-22 12:13:01,608 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:13:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c875b097-f63e-4318-bc7a-9c620286ae6a', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c875b097-f63e-4318-bc7a-9c620286ae6a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:13:02,656 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.037s
2026-01-22 12:13:02,657 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:13:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09d0259e-507f-4b06-a66e-6abadca4a902', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09d0259e-507f-4b06-a66e-6abadca4a902', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:13:03,702 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.034s
2026-01-22 12:13:03,702 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:13:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc590030-2ea8-41b6-a1cb-160c3f6b9c58', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc590030-2ea8-41b6-a1cb-160c3f6b9c58', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:13:04,747 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.033s
2026-01-22 12:13:04,747 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:13:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-080fbe05-993c-442e-9689-a18188904687', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-080fbe05-993c-442e-9689-a18188904687', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:13:05,797 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.037s
2026-01-22 12:13:05,797 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:13:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-667dc063-60f9-44f9-bfec-0541642c6c62', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-667dc063-60f9-44f9-bfec-0541642c6c62', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:13:06,850 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.041s
2026-01-22 12:13:06,851 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:13:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b29dfc3e-4804-4d38-8c5f-f2b7156c20ef', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b29dfc3e-4804-4d38-8c5f-f2b7156c20ef', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:13:07,902 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.040s
2026-01-22 12:13:07,903 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:13:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9946a7d3-1e0b-450e-b6de-9aaefe7a368e', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9946a7d3-1e0b-450e-b6de-9aaefe7a368e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:13:08,950 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.037s
2026-01-22 12:13:08,951 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:13:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df4b25b4-1842-43d0-b8ae-973fc67465aa', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df4b25b4-1842-43d0-b8ae-973fc67465aa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:13:09,997 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.035s
2026-01-22 12:13:09,998 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:13:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-007ff576-73c5-4215-9e02-d89d7f5662e9', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-007ff576-73c5-4215-9e02-d89d7f5662e9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:13:11,055 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.044s
2026-01-22 12:13:11,055 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:13:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7ffe918-5f73-4d6c-8f1f-566b2fd688f0', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7ffe918-5f73-4d6c-8f1f-566b2fd688f0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:13:12,100 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.033s
2026-01-22 12:13:12,100 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:13:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6987c82-c308-4b3d-8f82-0595cd2c5b1d', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6987c82-c308-4b3d-8f82-0595cd2c5b1d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:13:13,148 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.036s
2026-01-22 12:13:13,148 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:13:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33dfa9f0-cd8f-4d15-a54c-8d42a84811f4', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33dfa9f0-cd8f-4d15-a54c-8d42a84811f4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:13:14,196 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.035s
2026-01-22 12:13:14,196 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:13:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7dfe63a-5a23-4741-9e00-06d684129fb3', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7dfe63a-5a23-4741-9e00-06d684129fb3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:13:15,242 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.034s
2026-01-22 12:13:15,242 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:13:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8babfb44-0119-41c8-9904-b2885dc3243f', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8babfb44-0119-41c8-9904-b2885dc3243f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:13:16,300 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.047s
2026-01-22 12:13:16,300 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:13:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c97b749-1b58-47c5-a03e-54e4497dbd33', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c97b749-1b58-47c5-a03e-54e4497dbd33', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:13:17,346 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.034s
2026-01-22 12:13:17,346 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:13:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96bd81cd-021e-4f9f-b08c-0677f5e1ed5e', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96bd81cd-021e-4f9f-b08c-0677f5e1ed5e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:13:18,476 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.113s
2026-01-22 12:13:18,476 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:13:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-346ab7b4-c55c-41ee-87ff-9126bb4ba539', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-346ab7b4-c55c-41ee-87ff-9126bb4ba539', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:13:19,526 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.037s
2026-01-22 12:13:19,527 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:13:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee0dbd00-ba64-435b-9b55-9c3b0341b99d', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee0dbd00-ba64-435b-9b55-9c3b0341b99d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:13:20,572 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.035s
2026-01-22 12:13:20,573 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:13:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b9383ad-884a-4cf1-bf53-b2d8958cde33', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b9383ad-884a-4cf1-bf53-b2d8958cde33', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:13:21,623 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.038s
2026-01-22 12:13:21,623 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:13:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ed43053-2915-4f7c-9e26-c1640894db6e', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ed43053-2915-4f7c-9e26-c1640894db6e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:13:22,673 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.036s
2026-01-22 12:13:22,673 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:13:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5ee6bfa-a9a5-48d1-acf1-7c01aca13017', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5ee6bfa-a9a5-48d1-acf1-7c01aca13017', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:13:23,720 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.036s
2026-01-22 12:13:23,720 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:13:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44842f34-72f6-4db8-8db6-5d0eb59e4d05', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44842f34-72f6-4db8-8db6-5d0eb59e4d05', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:13:24,773 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.041s
2026-01-22 12:13:24,773 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:13:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a0c7b70-9814-40e7-97df-ede2e62a4f5a', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a0c7b70-9814-40e7-97df-ede2e62a4f5a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:13:25,821 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.035s
2026-01-22 12:13:25,821 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:13:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b407c87a-0f03-439d-a780-3b6f9b284f1d', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b407c87a-0f03-439d-a780-3b6f9b284f1d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:13:26,876 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.044s
2026-01-22 12:13:26,877 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:13:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31ed306b-c4ec-4a41-8b17-5260aa64db20', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31ed306b-c4ec-4a41-8b17-5260aa64db20', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:13:27,925 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.037s
2026-01-22 12:13:27,925 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:13:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-033e3c19-e3bb-4380-bb1e-ceb141f3c346', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-033e3c19-e3bb-4380-bb1e-ceb141f3c346', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:13:28,973 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.036s
2026-01-22 12:13:28,974 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:13:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dba26e52-14e3-4e4e-8e6b-8c81b4502652', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dba26e52-14e3-4e4e-8e6b-8c81b4502652', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:13:30,035 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.043s
2026-01-22 12:13:30,035 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:13:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-502154a1-f8b4-4501-9761-acf1ab2e210a', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-502154a1-f8b4-4501-9761-acf1ab2e210a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:13:31,094 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.046s
2026-01-22 12:13:31,094 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:13:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66c42eb5-294c-4400-b25c-9cb14039c65c', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66c42eb5-294c-4400-b25c-9cb14039c65c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:13:32,152 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.046s
2026-01-22 12:13:32,152 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:13:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2cda1f7-1d71-4f9a-81e6-55558361d8cc', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2cda1f7-1d71-4f9a-81e6-55558361d8cc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:13:33,209 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.045s
2026-01-22 12:13:33,209 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:13:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67dbb970-a8f8-4262-ad1a-9da76bcb4c35', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67dbb970-a8f8-4262-ad1a-9da76bcb4c35', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:13:34,254 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.033s
2026-01-22 12:13:34,254 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:13:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c3174e5-3b76-4746-bfb7-68020d105193', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c3174e5-3b76-4746-bfb7-68020d105193', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
2026-01-22 12:13:35,311 83176 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b 0.047s
2026-01-22 12:13:35,311 83176 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 22 Jan 2026 11:13:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74cf5a1e-1d52-460e-a5b2-0bc1a616bb23', 'content-length': '1151', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74cf5a1e-1d52-460e-a5b2-0bc1a616bb23', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b'}
Body: b'{"volume": {"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-22T11:00:39.000000", "updated_at": "2026-01-22T11:02:27.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2096718113", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.56/volume/v3/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}, {"rel": "bookmark", "href": "http://192.168.122.56/volume/volumes/7405b9cb-0998-48ca-b4f3-0b7baa797f2b"}], "user_id": "54d40eb678834ed3983ef3bafc127d48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "attachment_id": "7f55d9f0-d4b3-4747-9cfd-939418dc5490", "volume_id": "7405b9cb-0998-48ca-b4f3-0b7baa797f2b", "server_id": "f6f3e611-f28a-4a1d-b940-7736f1806321", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-22T11:02:24.000000"}], "os-vol-tenant-attr:tenant_id": "eac0e927a2a74f718422e0968aaf3a5d"}}'
}}}
traceback-1: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/compute.py", line 150, 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 587, 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 f6f3e611-f28a-4a1d-b940-7736f1806321 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 7405b9cb-0998-48ca-b4f3-0b7baa797f2b 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 f6f3e611-f28a-4a1d-b940-7736f1806321 failed to build and is in ERROR status
Details:
|
||||||
| 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
pt3.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
pt3.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
pt4.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
pt4.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
pt5.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
pt5.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
pt6.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
pt6.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
pt7.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
pt7.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
pt7.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
pt7.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
pt8.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
pt8.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
pt9.1: setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test)
|
||||||
ConsistencyGroupsV2Test) |
skip
pt9.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
pt10.1: setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest)
|
||||||
VolumesBackupsTest) |
skip
pt10.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
pt11.1: setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest)
|
||||||
CreateVolumesFromBackupTest) |
skip
pt11.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
pt12.1: setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest)
|
||||||
VolumesBackupsTest) |
skip
pt12.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
pt13.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectAdminTests33)
|
||||||
ProjectAdminTests39) |
skip
pt13.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectAdminTests39)
|
||||||
ProjectMemberTests39) |
skip
pt13.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectMemberTests39)
|
||||||
ProjectMemberTests33) |
skip
pt13.4: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectMemberTests33)
|
||||||
ProjectReaderTests33) |
skip
pt13.5: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectReaderTests33)
|
||||||
ProjectReaderTests39) |
skip
pt13.6: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectReaderTests39)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities | 3 | 0 | 0 | 0 | 3 | Detail | |
ProjectMemberTests) |
skip
pt14.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectMemberTests)
|
||||||
ProjectReaderTests) |
skip
pt14.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectReaderTests)
|
||||||
ProjectAdminTests) |
skip
pt14.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectAdminTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_snapshots | 2 | 0 | 0 | 0 | 2 | Detail | |
ProjectReaderTests) |
skip
pt15.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_snapshots.ProjectReaderTests)
|
||||||
ProjectMemberTests) |
skip
pt15.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_snapshots.ProjectMemberTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages | 3 | 0 | 0 | 0 | 3 | Detail | |
ProjectMemberTests) |
skip
pt16.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectMemberTests)
|
||||||
ProjectAdminTests) |
skip
pt16.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectAdminTests)
|
||||||
ProjectReaderTests) |
skip
pt16.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions | 2 | 0 | 0 | 0 | 2 | Detail | |
ProjectReaderTests) |
skip
pt17.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests)
|
||||||
ProjectReaderTests) |
skip
pt17.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
pt18.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests)
|
||||||
VolumeTypesReaderTests) |
skip
pt18.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests)
|
||||||
VolumeTypesMemberTests) |
skip
pt18.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests)
|
||||||
VolumeTypesMemberTests) |
skip
pt18.4: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests)
|
||||||
VolumeTypesReaderTests) |
skip
pt18.5: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests)
|
||||||
VolumeTypesAdminTests) |
skip
pt18.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
pt19.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests)
|
||||||
ProjectReaderTests) |
skip
pt19.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
pt20.1: setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest)
|
||||||
TransferEncryptedVolumeTest) |
skip
pt20.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
pt21.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency.ConcurrentVolumeActionsTest)
|
||||||
ConcurrentVolumeActionsTest) |
skip
pt21.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
pt22.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests)
|
||||||
VolumeMultiattachTests) |
skip
pt22.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
pt23.1: setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test)
|
||||||
LiveMigrationTest) |
skip
pt23.2: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest)
|
||||||
LiveMigrationWithoutHostTest) |
skip
pt23.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
pt24.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
pt25.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
pt26.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
pt27.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
pt28.1: setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volume_retype | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumeRetypeMultiattachTest) |
skip
pt29.1: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeMultiattachTest)
|
||||||
VolumeRetypeWithMigrationTest) |
skip
pt29.2: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volumes_backup | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesBackupsAdminTest) |
skip
pt30.1: setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest)
|
||||||
| setUpClass (tempest.api.volume.test_volumes_backup | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumesBackupsV39Test) |
skip
pt31.1: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test)
|
||||||
VolumesBackupsTest) |
skip
pt31.2: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest)
|
||||||
| setUpClass (tempest.scenario.test_volume_backup_restore | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeBackupRestore) |
skip
pt32.1: setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore)
|
||||||
| setUpClass (tempest.scenario.test_volume_migrate_attached | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeMigrateRetypeAttached) |
skip
pt33.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
pt34.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
pt35.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
pt36.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
pt37.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
pt37.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
pt38.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
pt39.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
pt40.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
pt41.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.ServerActionsTestOtherB | 1 | 1 | 0 | 0 | 0 | Detail | |
test_resize_server_revert_with_volume_attached[id-fbbf075f-a812-4022-bc5c-ccb8047eef12,volume] |
pass
pt42.1: tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB.test_resize_server_revert_with_volume_attached[id-fbbf075f-a812-4022-bc5c-ccb8047eef12,volume]
|
||||||
| tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_rebuild_volume_backed_server[id-6652dab9-ea24-4c93-ab5a-93d79c3041cf] |
pass
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 | 247 | 2 | 0 | 56 | ||