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 a036e2d0-4cd8-4066-8318-2b5a7180af9d failed to delete and is in ERROR status. Fault: {'code': 404, 'created': '2026-01-19T13:12:16Z', 'message': 'Guest does not have a console available.'}., <traceback object at 0x7f5d69dd0d00>), (<class 'tempest.lib.exceptions.Conflict'>, Conflict with state of target resource
Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group 202aaf04-c073-47ff-80cd-a2a03a32f5f0 in use.', 'detail': ''}, <traceback object at 0x7f5d69de1e40>), (<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 0x7f5d69ee5500>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out
Details: (ServerRescueNegativeTestJSON:tearDownClass) Failed to delete volume 2c0d6c82-f9f8-4288-b70a-db273c3fab36 within the required time (196 s). Timer started at 1768828535. Timer ended at 1768828731. Waited for 196 s., <traceback object at 0x7f5d69b177c0>))
|
||||||
| 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-19 14:02:45,153 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://192.168.122.243/volume/v3/volumes 0.730s
2026-01-19 14:02:45,154 81845 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-1002232189"}}
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:02:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e1fbb1b-8967-46d1-ac75-2ad22a8f1c9c', 'content-length': '768', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e1fbb1b-8967-46d1-ac75-2ad22a8f1c9c', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.243/volume/v3/volumes'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:44.837831", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-01-19 14:02:45,328 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.164s
2026-01-19 14:02:45,328 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:02:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e48c78cd-c714-4114-89ac-cf8414fa1751', 'content-length': '836', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e48c78cd-c714-4114-89ac-cf8414fa1751', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:02:46,534 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.196s
2026-01-19 14:02:46,534 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:02:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bba003cf-dc11-464b-b588-0eb4962091bd', 'content-length': '860', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bba003cf-dc11-464b-b588-0eb4962091bd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:02:45.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:02:47,653 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.103s
2026-01-19 14:02:47,653 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:02:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e99e5c93-f1ab-46c9-829b-9364d3df75fe', 'content-length': '860', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e99e5c93-f1ab-46c9-829b-9364d3df75fe', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:02:47.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:02:48,743 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.078s
2026-01-19 14:02:48,743 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:02:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-652826ef-a32c-4982-aab6-20d297e325bc', 'content-length': '861', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-652826ef-a32c-4982-aab6-20d297e325bc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:02:48.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:02:48,753 81845 INFO [tempest.common.waiters] volume 2c0d6c82-f9f8-4288-b70a-db273c3fab36 reached available after waiting for 3.753727 seconds
2026-01-19 14:02:48,754 81845 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-01-19 14:02:48,941 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 POST http://192.168.122.243/compute/v2.1/os-keypairs 0.182s
2026-01-19 14:02:48,941 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1791183314", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFv3ajeN6LXOx3WmrenCaimsCzcMT4hOxQi2xOOtxm+7PO6eWTOlHK+rod1zdEmOrJCJRqCKIGWmGwRJbl95xRlT86yu38W1ELOHv7RsW28hb1UL+IwJ1mT513CtM2O1Xg=="}}
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:02:48 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-8f5f0e8c-224f-4842-b166-aa7df7691d9e', 'x-compute-request-id': 'req-8f5f0e8c-224f-4842-b166-aa7df7691d9e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-1791183314", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFv3ajeN6LXOx3WmrenCaimsCzcMT4hOxQi2xOOtxm+7PO6eWTOlHK+rod1zdEmOrJCJRqCKIGWmGwRJbl95xRlT86yu38W1ELOHv7RsW28hb1UL+IwJ1mT513CtM2O1Xg==", "fingerprint": "a7:46:34:6d:66:eb:86:9f:02:8b:4c:23:69:41:1d:70", "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e"}}'
2026-01-19 14:02:48,943 81845 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1791183314 created
2026-01-19 14:02:49,586 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://192.168.122.243/networking/v2.0/security-groups 0.643s
2026-01-19 14:02:49,586 81845 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--1328457318", "description": "tempest-description--1591541569"}}
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:02:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-9b62e5ce-a224-4f61-bc36-d780460cdf7f', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.243/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "202aaf04-c073-47ff-80cd-a2a03a32f5f0", "name": "tempest-securitygroup--1328457318", "stateful": true, "tenant_id": "d0e2a1068d6c4d62ab5497948e70517b", "project_id": "d0e2a1068d6c4d62ab5497948e70517b", "description": "tempest-description--1591541569", "shared": false, "security_group_rules": [{"id": "735e5b0c-d660-4c7d-b2eb-2004a7da0ce9", "project_id": "d0e2a1068d6c4d62ab5497948e70517b", "tenant_id": "d0e2a1068d6c4d62ab5497948e70517b", "security_group_id": "202aaf04-c073-47ff-80cd-a2a03a32f5f0", "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": 425, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-01-19T13:02:49Z", "updated_at": "2026-01-19T13:02:49Z", "revision_number": 0}, {"id": "ff38f6a6-20c7-46d4-8bc1-af0f3a075a75", "project_id": "d0e2a1068d6c4d62ab5497948e70517b", "tenant_id": "d0e2a1068d6c4d62ab5497948e70517b", "security_group_id": "202aaf04-c073-47ff-80cd-a2a03a32f5f0", "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": 426, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-01-19T13:02:49Z", "updated_at": "2026-01-19T13:02:49Z", "revision_number": 0}], "tags": [], "created_at": "2026-01-19T13:02:49Z", "updated_at": "2026-01-19T13:02:49Z", "revision_number": 1}}'
2026-01-19 14:02:49,794 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://192.168.122.243/networking/v2.0/security-group-rules 0.207s
2026-01-19 14:02:49,795 81845 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": "202aaf04-c073-47ff-80cd-a2a03a32f5f0", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:02:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-1b42cb7a-0058-47c3-8c08-b31f485545fa', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.243/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "97190c4c-2c13-4b89-96ec-511adc6edcf7", "project_id": "d0e2a1068d6c4d62ab5497948e70517b", "tenant_id": "d0e2a1068d6c4d62ab5497948e70517b", "security_group_id": "202aaf04-c073-47ff-80cd-a2a03a32f5f0", "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-19T13:02:49Z", "updated_at": "2026-01-19T13:02:49Z", "revision_number": 0}}'
2026-01-19 14:02:50,113 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://192.168.122.243/networking/v2.0/security-group-rules 0.317s
2026-01-19 14:02:50,113 81845 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": "202aaf04-c073-47ff-80cd-a2a03a32f5f0", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:02:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-775a6b9d-69d5-43b2-884b-a0d9470b2a05', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.243/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "a581f81c-a84a-46f2-b553-96598f2833c4", "project_id": "d0e2a1068d6c4d62ab5497948e70517b", "tenant_id": "d0e2a1068d6c4d62ab5497948e70517b", "security_group_id": "202aaf04-c073-47ff-80cd-a2a03a32f5f0", "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-19T13:02:49Z", "updated_at": "2026-01-19T13:02:49Z", "revision_number": 0}}'
2026-01-19 14:02:50,113 81845 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1328457318 created
2026-01-19 14:02:51,141 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://192.168.122.243/networking/v2.0/floatingips 1.027s
2026-01-19 14:02:51,142 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "06cf7e24-e123-43aa-8ad0-78e953cc7c2c"}}
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:02:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-147ad7ae-f57a-4bb0-b8c8-596d2bea28a3', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.243/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "63a7580e-92ac-4d21-979c-c279da237095", "tenant_id": "d0e2a1068d6c4d62ab5497948e70517b", "project_id": "d0e2a1068d6c4d62ab5497948e70517b", "floating_ip_address": "172.24.4.251", "floating_network_id": "06cf7e24-e123-43aa-8ad0-78e953cc7c2c", "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-19T13:02:50Z", "updated_at": "2026-01-19T13:02:50Z", "revision_number": 0}}'
2026-01-19 14:02:51,142 81845 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '63a7580e-92ac-4d21-979c-c279da237095', 'tenant_id': 'd0e2a1068d6c4d62ab5497948e70517b', 'project_id': 'd0e2a1068d6c4d62ab5497948e70517b', 'floating_ip_address': '172.24.4.251', 'floating_network_id': '06cf7e24-e123-43aa-8ad0-78e953cc7c2c', '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-19T13:02:50Z', 'updated_at': '2026-01-19T13:02:50Z', 'revision_number': 0, 'ip': '172.24.4.251'} created
2026-01-19 14:02:51,343 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://192.168.122.243/identity/v3/auth/tokens 0.198s
2026-01-19 14:02:51,344 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:02:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2536', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-68e0bb51-1ade-41f7-8709-a2c1aa8ab128', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.243/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "name": "tempest-ServerRescueNegativeTestJSON-13685778-project-member", "password_expires_at": null}, "audit_ids": ["_FY_VPkVSEKv6kRfMgJRaQ"], "expires_at": "2026-01-19T14:02:51.000000Z", "issued_at": "2026-01-19T13:02:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d0e2a1068d6c4d62ab5497948e70517b", "name": "tempest-ServerRescueNegativeTestJSON-13685778"}, "is_domain": false, "roles": [{"id": "ce78adb97b064c3889c91fe4356a3807", "name": "member"}, {"id": "05fe1e43ec334ec5a5fdb771d66ed3fe", "name": "reader"}], "catalog": [{"endpoints": [{"id": "8e78368ef15a485791511b1fed0d56c3", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.243/identity", "region": "RegionOne"}], "id": "1dbb40f590934e2eac56c36d133a92ee", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7ac4e12e51864990bd3f770c48afca62", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.243/compute/v2/d0e2a1068d6c4d62ab5497948e70517b", "region": "RegionOne"}], "id": "2ec7b1d6cd174a20ac1d5c50c1454c30", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6e0a35183b27401d8f156dec7f19ee41", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.243/compute/v2.1", "region": "RegionOne"}], "id": "369dda6c745f44c6a69d9d8a51c094b1", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "fb667c116df2417888aaa6857c3bb4ed", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.243/volume/v3", "region": "RegionOne"}], "id": "6d0a1ecd49164bd7b523f861ccbc156a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "417eef750ee3444dbf585dfe01c1a129", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.243/image", "region": "RegionOne"}], "id": "80bcbcf98d93469aa2e1a5432f4fa280", "type": "image", "name": "glance"}, {"endpoints": [{"id": "af03e344f0ca427783602de83c34b679", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.243/networking", "region": "RegionOne"}], "id": "9d0a9a99b4974da0b8ab686778cda7b5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ecfdf0871bc24a5fb3fa778fabb170ee", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.243/placement", "region": "RegionOne"}], "id": "d5209b4205584b24adff69bddeaa2c00", "type": "placement", "name": "placement"}]}}'
2026-01-19 14:02:51,344 81845 INFO [tempest.lib.common.fixed_network] (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume) Found network {'id': 'c6344a54-d6c7-44ce-89aa-4b7b980476f7', 'name': 'tempest-ServerRescueNegativeTestJSON-223167329-network', 'tenant_id': 'd0e2a1068d6c4d62ab5497948e70517b', 'project_id': 'd0e2a1068d6c4d62ab5497948e70517b', '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': 26149, '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-19T13:01:29Z', 'updated_at': '2026-01-19T13:01:29Z', 'revision_number': 1} available for tenant
2026-01-19 14:02:51,345 81845 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1791183314', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFv3ajeN6LXOx3WmrenCaimsCzcMT4hOxQi2xOOtxm+7PO6eWTOlHK+rod1zdEmOrJCJRqCKIGWmGwRJbl95xRlT86yu38W1ELOHv7RsW28hb1UL+IwJ1mT513CtM2O1Xg==', 'fingerprint': 'a7:46:34:6d:66:eb:86:9f:02:8b:4c:23:69:41:1d:70', 'user_id': 'abfd4d7f62f34bfb9ec96fb6c981e21e', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDACPAXTLEHVIsPVqBgf6yXOLWxKBerMpo67mTNSP2YXpjM7zQor9NmR\nNKAl0ofiMZ6gBwYFK4EEACKhZANiAARb92o3jei1zsd1pq3pwmoprAs3DE+ITsUI\ntsTjrcZvuzzunlkzpRyvq6Hdc3RJjqyQiUagiiBlphsESW5fecUZU/Osrt/FtRCz\nh7+0bFtvIW9VC/iMCdZk+ddwrTNjtV4=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '202aaf04-c073-47ff-80cd-a2a03a32f5f0', 'name': 'tempest-securitygroup--1328457318', 'stateful': True, 'tenant_id': 'd0e2a1068d6c4d62ab5497948e70517b', 'project_id': 'd0e2a1068d6c4d62ab5497948e70517b', 'description': 'tempest-description--1591541569', 'shared': False, 'security_group_rules': [{'id': '735e5b0c-d660-4c7d-b2eb-2004a7da0ce9', 'project_id': 'd0e2a1068d6c4d62ab5497948e70517b', 'tenant_id': 'd0e2a1068d6c4d62ab5497948e70517b', 'security_group_id': '202aaf04-c073-47ff-80cd-a2a03a32f5f0', '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': 425, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-01-19T13:02:49Z', 'updated_at': '2026-01-19T13:02:49Z', 'revision_number': 0}, {'id': 'ff38f6a6-20c7-46d4-8bc1-af0f3a075a75', 'project_id': 'd0e2a1068d6c4d62ab5497948e70517b', 'tenant_id': 'd0e2a1068d6c4d62ab5497948e70517b', 'security_group_id': '202aaf04-c073-47ff-80cd-a2a03a32f5f0', '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': 426, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-01-19T13:02:49Z', 'updated_at': '2026-01-19T13:02:49Z', 'revision_number': 0}], 'tags': [], 'created_at': '2026-01-19T13:02:49Z', 'updated_at': '2026-01-19T13:02:49Z', 'revision_number': 1}, 'floating_ip': {'id': '63a7580e-92ac-4d21-979c-c279da237095', 'tenant_id': 'd0e2a1068d6c4d62ab5497948e70517b', 'project_id': 'd0e2a1068d6c4d62ab5497948e70517b', 'floating_ip_address': '172.24.4.251', 'floating_network_id': '06cf7e24-e123-43aa-8ad0-78e953cc7c2c', '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-19T13:02:50Z', 'updated_at': '2026-01-19T13:02:50Z', 'revision_number': 0, 'ip': '172.24.4.251'}}
2026-01-19 14:02:52,462 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://192.168.122.243/compute/v2.1/servers 1.116s
2026-01-19 14:02:52,462 81845 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-1437410865", "imageRef": "d6ce6e64-477c-42da-bc72-e6338a148b56", "flavorRef": "42", "adminPass": "N7&GLbkObEEI18g", "networks": [{"uuid": "c6344a54-d6c7-44ce-89aa-4b7b980476f7"}], "security_groups": [{"name": "tempest-securitygroup--1328457318"}], "key_name": "tempest-keypair-1791183314", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:02:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '417', 'location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1db1b3fc-7422-45d9-b88f-fafad957a806', 'x-compute-request-id': 'req-1db1b3fc-7422-45d9-b88f-fafad957a806', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.243/compute/v2.1/servers'}
Body: b'{"server": {"id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "links": [{"rel": "self", "href": "http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}, {"rel": "bookmark", "href": "http://192.168.122.243/compute/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1328457318"}], "adminPass": "N7&GLbkObEEI18g"}}'
2026-01-19 14:02:52,632 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d 0.168s
2026-01-19 14:02:52,633 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:02:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c66139e-13e8-4084-afd0-7d8a366d8784', 'x-compute-request-id': 'req-8c66139e-13e8-4084-afd0-7d8a366d8784', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d'}
Body: b'{"server": {"id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "name": "tempest-ServerRescueNegativeTestJSON-server-1437410865", "status": "BUILD", "tenant_id": "d0e2a1068d6c4d62ab5497948e70517b", "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "metadata": {}, "hostId": "", "image": {"id": "d6ce6e64-477c-42da-bc72-e6338a148b56", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/images/d6ce6e64-477c-42da-bc72-e6338a148b56"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/flavors/42"}]}, "created": "2026-01-19T13:02:52Z", "updated": "2026-01-19T13:02:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}, {"rel": "bookmark", "href": "http://192.168.122.243/compute/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1791183314", "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-19 14:02:53,782 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d 0.137s
2026-01-19 14:02:53,783 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:02:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1264', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1efe0c90-e223-479b-80ea-395cc41808af', 'x-compute-request-id': 'req-1efe0c90-e223-479b-80ea-395cc41808af', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d'}
Body: b'{"server": {"id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "name": "tempest-ServerRescueNegativeTestJSON-server-1437410865", "status": "BUILD", "tenant_id": "d0e2a1068d6c4d62ab5497948e70517b", "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "metadata": {}, "hostId": "", "image": {"id": "d6ce6e64-477c-42da-bc72-e6338a148b56", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/images/d6ce6e64-477c-42da-bc72-e6338a148b56"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/flavors/42"}]}, "created": "2026-01-19T13:02:52Z", "updated": "2026-01-19T13:02:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}, {"rel": "bookmark", "href": "http://192.168.122.243/compute/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1791183314", "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-19 14:02:55,006 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d 0.211s
2026-01-19 14:02:55,006 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:02:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-efb3c7f7-9299-4542-8435-be995f5528e6', 'x-compute-request-id': 'req-efb3c7f7-9299-4542-8435-be995f5528e6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d'}
Body: b'{"server": {"id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "name": "tempest-ServerRescueNegativeTestJSON-server-1437410865", "status": "BUILD", "tenant_id": "d0e2a1068d6c4d62ab5497948e70517b", "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "metadata": {}, "hostId": "ef86966d7ff84fd9f5f9e9302010bf052dd57d4b7daead2931bdaa32", "image": {"id": "d6ce6e64-477c-42da-bc72-e6338a148b56", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/images/d6ce6e64-477c-42da-bc72-e6338a148b56"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/flavors/42"}]}, "created": "2026-01-19T13:02:52Z", "updated": "2026-01-19T13:02:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}, {"rel": "bookmark", "href": "http://192.168.122.243/compute/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1791183314", "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-19 14:02:55,017 81845 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait
2026-01-19 14:02:56,144 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d 0.126s
2026-01-19 14:02:56,145 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:02:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc00e9bc-ab0f-4a83-9d92-eaa527d514ac', 'x-compute-request-id': 'req-dc00e9bc-ab0f-4a83-9d92-eaa527d514ac', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d'}
Body: b'{"server": {"id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "name": "tempest-ServerRescueNegativeTestJSON-server-1437410865", "status": "BUILD", "tenant_id": "d0e2a1068d6c4d62ab5497948e70517b", "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "metadata": {}, "hostId": "ef86966d7ff84fd9f5f9e9302010bf052dd57d4b7daead2931bdaa32", "image": {"id": "d6ce6e64-477c-42da-bc72-e6338a148b56", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/images/d6ce6e64-477c-42da-bc72-e6338a148b56"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/flavors/42"}]}, "created": "2026-01-19T13:02:52Z", "updated": "2026-01-19T13:02:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}, {"rel": "bookmark", "href": "http://192.168.122.243/compute/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1791183314", "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-19 14:02:57,256 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d 0.099s
2026-01-19 14:02:57,256 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:02:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1320', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6b248f7-2354-449b-a7b9-7784af1b2ce1', 'x-compute-request-id': 'req-d6b248f7-2354-449b-a7b9-7784af1b2ce1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d'}
Body: b'{"server": {"id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "name": "tempest-ServerRescueNegativeTestJSON-server-1437410865", "status": "BUILD", "tenant_id": "d0e2a1068d6c4d62ab5497948e70517b", "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "metadata": {}, "hostId": "ef86966d7ff84fd9f5f9e9302010bf052dd57d4b7daead2931bdaa32", "image": {"id": "d6ce6e64-477c-42da-bc72-e6338a148b56", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/images/d6ce6e64-477c-42da-bc72-e6338a148b56"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/flavors/42"}]}, "created": "2026-01-19T13:02:52Z", "updated": "2026-01-19T13:02:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}, {"rel": "bookmark", "href": "http://192.168.122.243/compute/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1791183314", "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-19 14:02:57,268 81845 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 5 second wait
2026-01-19 14:02:58,431 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d 0.161s
2026-01-19 14:02:58,431 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:02:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1398', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d046451a-f306-4516-bbd7-9785a153dd26', 'x-compute-request-id': 'req-d046451a-f306-4516-bbd7-9785a153dd26', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d'}
Body: b'{"server": {"id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "name": "tempest-ServerRescueNegativeTestJSON-server-1437410865", "status": "BUILD", "tenant_id": "d0e2a1068d6c4d62ab5497948e70517b", "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "metadata": {}, "hostId": "ef86966d7ff84fd9f5f9e9302010bf052dd57d4b7daead2931bdaa32", "image": {"id": "d6ce6e64-477c-42da-bc72-e6338a148b56", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/images/d6ce6e64-477c-42da-bc72-e6338a148b56"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/flavors/42"}]}, "created": "2026-01-19T13:02:52Z", "updated": "2026-01-19T13:02:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}, {"rel": "bookmark", "href": "http://192.168.122.243/compute/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1791183314", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1328457318"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-19 14:02:58,442 81845 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 6 second wait
2026-01-19 14:02:59,786 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d 0.343s
2026-01-19 14:02:59,786 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:02:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46b47a7e-a0fb-4d54-959d-c6b53d7a83da', 'x-compute-request-id': 'req-46b47a7e-a0fb-4d54-959d-c6b53d7a83da', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d'}
Body: b'{"server": {"id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "name": "tempest-ServerRescueNegativeTestJSON-server-1437410865", "status": "BUILD", "tenant_id": "d0e2a1068d6c4d62ab5497948e70517b", "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "metadata": {}, "hostId": "ef86966d7ff84fd9f5f9e9302010bf052dd57d4b7daead2931bdaa32", "image": {"id": "d6ce6e64-477c-42da-bc72-e6338a148b56", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/images/d6ce6e64-477c-42da-bc72-e6338a148b56"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/flavors/42"}]}, "created": "2026-01-19T13:02:52Z", "updated": "2026-01-19T13:02:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}, {"rel": "bookmark", "href": "http://192.168.122.243/compute/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1791183314", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1328457318"}], "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-19 14:02:59,797 81845 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 7 second wait
2026-01-19 14:03:01,131 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d 0.333s
2026-01-19 14:03:01,131 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:03:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc7c7f9b-174a-4a72-8e31-3ba764e6b931', 'x-compute-request-id': 'req-fc7c7f9b-174a-4a72-8e31-3ba764e6b931', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d'}
Body: b'{"server": {"id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "name": "tempest-ServerRescueNegativeTestJSON-server-1437410865", "status": "BUILD", "tenant_id": "d0e2a1068d6c4d62ab5497948e70517b", "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "metadata": {}, "hostId": "ef86966d7ff84fd9f5f9e9302010bf052dd57d4b7daead2931bdaa32", "image": {"id": "d6ce6e64-477c-42da-bc72-e6338a148b56", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/images/d6ce6e64-477c-42da-bc72-e6338a148b56"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/flavors/42"}]}, "created": "2026-01-19T13:02:52Z", "updated": "2026-01-19T13:02:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}, {"rel": "bookmark", "href": "http://192.168.122.243/compute/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1791183314", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1328457318"}], "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-19 14:03:03,183 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d 1.036s
2026-01-19 14:03:03,183 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:03:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cef86345-c3b2-41c8-8ce9-6ba23e42c7e2', 'x-compute-request-id': 'req-cef86345-c3b2-41c8-8ce9-6ba23e42c7e2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d'}
Body: b'{"server": {"id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "name": "tempest-ServerRescueNegativeTestJSON-server-1437410865", "status": "BUILD", "tenant_id": "d0e2a1068d6c4d62ab5497948e70517b", "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "metadata": {}, "hostId": "ef86966d7ff84fd9f5f9e9302010bf052dd57d4b7daead2931bdaa32", "image": {"id": "d6ce6e64-477c-42da-bc72-e6338a148b56", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/images/d6ce6e64-477c-42da-bc72-e6338a148b56"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/flavors/42"}]}, "created": "2026-01-19T13:02:52Z", "updated": "2026-01-19T13:02:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}, {"rel": "bookmark", "href": "http://192.168.122.243/compute/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1791183314", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1328457318"}], "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-19 14:03:05,317 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d 1.109s
2026-01-19 14:03:05,318 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:03:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-def0941e-21f7-473e-882d-32faa12a9504', 'x-compute-request-id': 'req-def0941e-21f7-473e-882d-32faa12a9504', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d'}
Body: b'{"server": {"id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "name": "tempest-ServerRescueNegativeTestJSON-server-1437410865", "status": "BUILD", "tenant_id": "d0e2a1068d6c4d62ab5497948e70517b", "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "metadata": {}, "hostId": "ef86966d7ff84fd9f5f9e9302010bf052dd57d4b7daead2931bdaa32", "image": {"id": "d6ce6e64-477c-42da-bc72-e6338a148b56", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/images/d6ce6e64-477c-42da-bc72-e6338a148b56"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/flavors/42"}]}, "created": "2026-01-19T13:02:52Z", "updated": "2026-01-19T13:02:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}, {"rel": "bookmark", "href": "http://192.168.122.243/compute/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1791183314", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1328457318"}], "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-19 14:03:07,056 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d 0.722s
2026-01-19 14:03:07,056 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:03:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1573', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-877447c5-ff46-4e3b-9057-376c25e24a8c', 'x-compute-request-id': 'req-877447c5-ff46-4e3b-9057-376c25e24a8c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d'}
Body: b'{"server": {"id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "name": "tempest-ServerRescueNegativeTestJSON-server-1437410865", "status": "ACTIVE", "tenant_id": "d0e2a1068d6c4d62ab5497948e70517b", "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "metadata": {}, "hostId": "ef86966d7ff84fd9f5f9e9302010bf052dd57d4b7daead2931bdaa32", "image": {"id": "d6ce6e64-477c-42da-bc72-e6338a148b56", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/images/d6ce6e64-477c-42da-bc72-e6338a148b56"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/flavors/42"}]}, "created": "2026-01-19T13:02:52Z", "updated": "2026-01-19T13:03:06Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-223167329-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:48:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}, {"rel": "bookmark", "href": "http://192.168.122.243/compute/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1791183314", "OS-SRV-USG:launched_at": "2026-01-19T13:03:06.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1328457318"}], "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-19 14:03:07,070 81845 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 15 second wait
2026-01-19 14:03:07,428 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-interface 0.357s
2026-01-19 14:03:07,428 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:03:07 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-916e36b5-d8eb-47b9-83cd-08f89404d50a', 'x-compute-request-id': 'req-916e36b5-d8eb-47b9-83cd-08f89404d50a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "c6344a54-d6c7-44ce-89aa-4b7b980476f7", "port_id": "4d906a9b-c83e-49a2-b0b6-48cde886d0b0", "mac_addr": "fa:16:3e:04:48:3b", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "ae126c39-2ccf-4d0d-8f5b-bb5f54b452bd", "ip_address": "10.0.0.4"}]}]}'
2026-01-19 14:03:09,357 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 PUT http://192.168.122.243/networking/v2.0/floatingips/63a7580e-92ac-4d21-979c-c279da237095 1.926s
2026-01-19 14:03:09,358 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "4d906a9b-c83e-49a2-b0b6-48cde886d0b0"}}
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:03:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-cd3660a8-1ad0-4856-8bcf-bf2c7fa4be5b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/networking/v2.0/floatingips/63a7580e-92ac-4d21-979c-c279da237095'}
Body: b'{"floatingip": {"id": "63a7580e-92ac-4d21-979c-c279da237095", "tenant_id": "d0e2a1068d6c4d62ab5497948e70517b", "project_id": "d0e2a1068d6c4d62ab5497948e70517b", "floating_ip_address": "172.24.4.251", "floating_network_id": "06cf7e24-e123-43aa-8ad0-78e953cc7c2c", "router_id": "83d0a3bf-a2c3-499e-ac4a-6df6fc45c4d1", "port_id": "4d906a9b-c83e-49a2-b0b6-48cde886d0b0", "fixed_ip_address": "10.0.0.4", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "c6344a54-d6c7-44ce-89aa-4b7b980476f7", "mac_address": "fa:16:3e:04:48:3b", "admin_state_up": true, "status": "ACTIVE", "device_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-01-19T13:02:50Z", "updated_at": "2026-01-19T13:03:07Z", "revision_number": 1}}'
2026-01-19 14:03:09,359 81845 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.251:22' as 'cirros' with public key authentication
2026-01-19 14:04:09,418 81845 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.251 (timed out). Number attempts: 1. Retry after 2 seconds.
2026-01-19 14:04:11,942 81845 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.251 ([Errno None] Unable to connect to port 22 on 172.24.4.251). Number attempts: 2. Retry after 3 seconds.
2026-01-19 14:04:15,506 81845 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-01-19 14:04:15,809 81845 INFO [paramiko.transport] Authentication (publickey) successful!
2026-01-19 14:04:15,810 81845 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.251 successfully created
2026-01-19 14:04:18,148 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 POST http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 2.338s
2026-01-19 14:04:18,149 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volumeAttachment": {"volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36"}}
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:04:15 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-0a7c9933-bbdb-4af6-bbe8-3eeb7ad16874', 'x-compute-request-id': 'req-0a7c9933-bbdb-4af6-bbe8-3eeb7ad16874', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachment": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "device": "/dev/vdb"}}'
2026-01-19 14:04:18,196 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.045s
2026-01-19 14:04:18,197 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:04:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-063633d3-a24d-4fcd-96fd-0033a015949f', 'content-length': '860', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-063633d3-a24d-4fcd-96fd-0033a015949f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:18.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:04:19,257 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.048s
2026-01-19 14:04:19,257 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:04:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56841945-872b-4f87-9cca-9987ae5dd943', 'content-length': '860', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56841945-872b-4f87-9cca-9987ae5dd943', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:18.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:04:20,321 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.048s
2026-01-19 14:04:20,321 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:04:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bda01f4-fda4-405e-802c-d0af09fbe4fc', 'content-length': '861', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bda01f4-fda4-405e-802c-d0af09fbe4fc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:20.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:04:21,420 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.087s
2026-01-19 14:04:21,420 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:04:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5175174-69fa-4814-a295-ad1791848507', 'content-length': '861', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5175174-69fa-4814-a295-ad1791848507', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:20.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:04:22,488 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.055s
2026-01-19 14:04:22,489 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:04:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e345dfc3-0078-4caa-a39d-fdc98d6c141b', 'content-length': '861', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e345dfc3-0078-4caa-a39d-fdc98d6c141b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:20.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:04:23,557 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.056s
2026-01-19 14:04:23,557 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:04:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-634637d9-5b16-4e0f-adf4-1d42e54b8325', 'content-length': '861', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-634637d9-5b16-4e0f-adf4-1d42e54b8325', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:20.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:04:24,624 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.056s
2026-01-19 14:04:24,624 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:04:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30115aad-4f1f-421d-8892-e5271abe687d', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30115aad-4f1f-421d-8892-e5271abe687d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:04:24,635 81845 INFO [tempest.common.waiters] Attachment ca52a274-9090-4d65-bf8d-9e54ff24902e created for volume 2c0d6c82-f9f8-4288-b70a-db273c3fab36 to server a036e2d0-4cd8-4066-8318-2b5a7180af9d after waiting for 6.635068 seconds
2026-01-19 14:04:24,684 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.048s
2026-01-19 14:04:24,684 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:04:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d36950f5-cfa8-4e11-9431-01f681d93c76', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d36950f5-cfa8-4e11-9431-01f681d93c76', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:04:24,694 81845 INFO [tempest.common.waiters] volume 2c0d6c82-f9f8-4288-b70a-db273c3fab36 reached in-use after waiting for 0.694849 seconds
2026-01-19 14:04:24,888 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 POST http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/action 0.193s
2026-01-19 14:04:24,888 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"rescue": {"adminPass": "N7&GLbkObEEI18g"}}
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:04:24 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-2d075968-17bb-4eab-884d-5ae0fac1beed', 'x-compute-request-id': 'req-2d075968-17bb-4eab-884d-5ae0fac1beed', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/action'}
Body: b'{"adminPass": "N7&GLbkObEEI18g"}'
2026-01-19 14:04:25,132 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d 0.243s
2026-01-19 14:04:25,133 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:04:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1744', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2416df26-4319-4e38-bbbe-16ce097df835', 'x-compute-request-id': 'req-2416df26-4319-4e38-bbbe-16ce097df835', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d'}
Body: b'{"server": {"id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "name": "tempest-ServerRescueNegativeTestJSON-server-1437410865", "status": "ACTIVE", "tenant_id": "d0e2a1068d6c4d62ab5497948e70517b", "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "metadata": {}, "hostId": "ef86966d7ff84fd9f5f9e9302010bf052dd57d4b7daead2931bdaa32", "image": {"id": "d6ce6e64-477c-42da-bc72-e6338a148b56", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/images/d6ce6e64-477c-42da-bc72-e6338a148b56"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/flavors/42"}]}, "created": "2026-01-19T13:02:52Z", "updated": "2026-01-19T13:04:25Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-223167329-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:48:3b"}, {"version": 4, "addr": "172.24.4.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:48:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}, {"rel": "bookmark", "href": "http://192.168.122.243/compute/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1791183314", "OS-SRV-USG:launched_at": "2026-01-19T13:03:06.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1328457318"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36"}]}}'
2026-01-19 14:04:26,417 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d 0.272s
2026-01-19 14:04:26,417 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:04:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1744', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-daa73298-095a-4fad-90a6-9ae88571360b', 'x-compute-request-id': 'req-daa73298-095a-4fad-90a6-9ae88571360b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d'}
Body: b'{"server": {"id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "name": "tempest-ServerRescueNegativeTestJSON-server-1437410865", "status": "ACTIVE", "tenant_id": "d0e2a1068d6c4d62ab5497948e70517b", "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "metadata": {}, "hostId": "ef86966d7ff84fd9f5f9e9302010bf052dd57d4b7daead2931bdaa32", "image": {"id": "d6ce6e64-477c-42da-bc72-e6338a148b56", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/images/d6ce6e64-477c-42da-bc72-e6338a148b56"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/flavors/42"}]}, "created": "2026-01-19T13:02:52Z", "updated": "2026-01-19T13:04:25Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-223167329-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:48:3b"}, {"version": 4, "addr": "172.24.4.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:48:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}, {"rel": "bookmark", "href": "http://192.168.122.243/compute/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1791183314", "OS-SRV-USG:launched_at": "2026-01-19T13:03:06.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1328457318"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36"}]}}'
2026-01-19 14:04:27,581 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d 0.151s
2026-01-19 14:04:27,581 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:04:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1744', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d9fac29-587c-4eeb-adc2-672dbd08a68a', 'x-compute-request-id': 'req-4d9fac29-587c-4eeb-adc2-672dbd08a68a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d'}
Body: b'{"server": {"id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "name": "tempest-ServerRescueNegativeTestJSON-server-1437410865", "status": "ACTIVE", "tenant_id": "d0e2a1068d6c4d62ab5497948e70517b", "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "metadata": {}, "hostId": "ef86966d7ff84fd9f5f9e9302010bf052dd57d4b7daead2931bdaa32", "image": {"id": "d6ce6e64-477c-42da-bc72-e6338a148b56", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/images/d6ce6e64-477c-42da-bc72-e6338a148b56"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/flavors/42"}]}, "created": "2026-01-19T13:02:52Z", "updated": "2026-01-19T13:04:25Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-223167329-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:48:3b"}, {"version": 4, "addr": "172.24.4.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:48:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}, {"rel": "bookmark", "href": "http://192.168.122.243/compute/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1791183314", "OS-SRV-USG:launched_at": "2026-01-19T13:03:06.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1328457318"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36"}]}}'
2026-01-19 14:04:29,053 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d 0.459s
2026-01-19 14:04:29,053 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:04:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1744', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3009aaa0-0ced-427e-8517-eab8defb23ca', 'x-compute-request-id': 'req-3009aaa0-0ced-427e-8517-eab8defb23ca', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d'}
Body: b'{"server": {"id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "name": "tempest-ServerRescueNegativeTestJSON-server-1437410865", "status": "ACTIVE", "tenant_id": "d0e2a1068d6c4d62ab5497948e70517b", "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "metadata": {}, "hostId": "ef86966d7ff84fd9f5f9e9302010bf052dd57d4b7daead2931bdaa32", "image": {"id": "d6ce6e64-477c-42da-bc72-e6338a148b56", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/images/d6ce6e64-477c-42da-bc72-e6338a148b56"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/flavors/42"}]}, "created": "2026-01-19T13:02:52Z", "updated": "2026-01-19T13:04:25Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-223167329-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:48:3b"}, {"version": 4, "addr": "172.24.4.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:48:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}, {"rel": "bookmark", "href": "http://192.168.122.243/compute/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1791183314", "OS-SRV-USG:launched_at": "2026-01-19T13:03:06.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1328457318"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36"}]}}'
2026-01-19 14:04:30,217 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d 0.151s
2026-01-19 14:04:30,217 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:04:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1744', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a1ca71a-b3a8-4d69-b0cc-619c973313a3', 'x-compute-request-id': 'req-1a1ca71a-b3a8-4d69-b0cc-619c973313a3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d'}
Body: b'{"server": {"id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "name": "tempest-ServerRescueNegativeTestJSON-server-1437410865", "status": "ACTIVE", "tenant_id": "d0e2a1068d6c4d62ab5497948e70517b", "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "metadata": {}, "hostId": "ef86966d7ff84fd9f5f9e9302010bf052dd57d4b7daead2931bdaa32", "image": {"id": "d6ce6e64-477c-42da-bc72-e6338a148b56", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/images/d6ce6e64-477c-42da-bc72-e6338a148b56"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/flavors/42"}]}, "created": "2026-01-19T13:02:52Z", "updated": "2026-01-19T13:04:25Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-223167329-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:48:3b"}, {"version": 4, "addr": "172.24.4.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:48:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}, {"rel": "bookmark", "href": "http://192.168.122.243/compute/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1791183314", "OS-SRV-USG:launched_at": "2026-01-19T13:03:06.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1328457318"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36"}]}}'
2026-01-19 14:04:31,467 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d 0.233s
2026-01-19 14:04:31,467 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:04:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1744', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d366455f-7a53-4c54-a9e7-c57dd5f7207d', 'x-compute-request-id': 'req-d366455f-7a53-4c54-a9e7-c57dd5f7207d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d'}
Body: b'{"server": {"id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "name": "tempest-ServerRescueNegativeTestJSON-server-1437410865", "status": "ACTIVE", "tenant_id": "d0e2a1068d6c4d62ab5497948e70517b", "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "metadata": {}, "hostId": "ef86966d7ff84fd9f5f9e9302010bf052dd57d4b7daead2931bdaa32", "image": {"id": "d6ce6e64-477c-42da-bc72-e6338a148b56", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/images/d6ce6e64-477c-42da-bc72-e6338a148b56"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/flavors/42"}]}, "created": "2026-01-19T13:02:52Z", "updated": "2026-01-19T13:04:25Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-223167329-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:48:3b"}, {"version": 4, "addr": "172.24.4.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:48:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}, {"rel": "bookmark", "href": "http://192.168.122.243/compute/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1791183314", "OS-SRV-USG:launched_at": "2026-01-19T13:03:06.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1328457318"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36"}]}}'
2026-01-19 14:04:32,776 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d 0.298s
2026-01-19 14:04:32,776 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:04:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1744', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-167f280e-e4df-44dc-aa56-c4d372bdc8c1', 'x-compute-request-id': 'req-167f280e-e4df-44dc-aa56-c4d372bdc8c1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d'}
Body: b'{"server": {"id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "name": "tempest-ServerRescueNegativeTestJSON-server-1437410865", "status": "ACTIVE", "tenant_id": "d0e2a1068d6c4d62ab5497948e70517b", "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "metadata": {}, "hostId": "ef86966d7ff84fd9f5f9e9302010bf052dd57d4b7daead2931bdaa32", "image": {"id": "d6ce6e64-477c-42da-bc72-e6338a148b56", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/images/d6ce6e64-477c-42da-bc72-e6338a148b56"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/flavors/42"}]}, "created": "2026-01-19T13:02:52Z", "updated": "2026-01-19T13:04:25Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-223167329-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:48:3b"}, {"version": 4, "addr": "172.24.4.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:48:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}, {"rel": "bookmark", "href": "http://192.168.122.243/compute/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1791183314", "OS-SRV-USG:launched_at": "2026-01-19T13:03:06.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1328457318"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36"}]}}'
2026-01-19 14:04:34,081 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d 0.291s
2026-01-19 14:04:34,082 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:04:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1744', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eaaf3beb-7ff1-493a-bfba-3aed84871bd5', 'x-compute-request-id': 'req-eaaf3beb-7ff1-493a-bfba-3aed84871bd5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d'}
Body: b'{"server": {"id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "name": "tempest-ServerRescueNegativeTestJSON-server-1437410865", "status": "ACTIVE", "tenant_id": "d0e2a1068d6c4d62ab5497948e70517b", "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "metadata": {}, "hostId": "ef86966d7ff84fd9f5f9e9302010bf052dd57d4b7daead2931bdaa32", "image": {"id": "d6ce6e64-477c-42da-bc72-e6338a148b56", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/images/d6ce6e64-477c-42da-bc72-e6338a148b56"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/flavors/42"}]}, "created": "2026-01-19T13:02:52Z", "updated": "2026-01-19T13:04:25Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-223167329-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:48:3b"}, {"version": 4, "addr": "172.24.4.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:48:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}, {"rel": "bookmark", "href": "http://192.168.122.243/compute/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1791183314", "OS-SRV-USG:launched_at": "2026-01-19T13:03:06.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1328457318"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36"}]}}'
2026-01-19 14:04:36,305 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d 1.211s
2026-01-19 14:04:36,305 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:04:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1744', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-91bc01f5-e869-4132-9cb1-ff7b0b40f482', 'x-compute-request-id': 'req-91bc01f5-e869-4132-9cb1-ff7b0b40f482', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d'}
Body: b'{"server": {"id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "name": "tempest-ServerRescueNegativeTestJSON-server-1437410865", "status": "ACTIVE", "tenant_id": "d0e2a1068d6c4d62ab5497948e70517b", "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "metadata": {}, "hostId": "ef86966d7ff84fd9f5f9e9302010bf052dd57d4b7daead2931bdaa32", "image": {"id": "d6ce6e64-477c-42da-bc72-e6338a148b56", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/images/d6ce6e64-477c-42da-bc72-e6338a148b56"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/flavors/42"}]}, "created": "2026-01-19T13:02:52Z", "updated": "2026-01-19T13:04:25Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-223167329-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:48:3b"}, {"version": 4, "addr": "172.24.4.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:48:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}, {"rel": "bookmark", "href": "http://192.168.122.243/compute/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1791183314", "OS-SRV-USG:launched_at": "2026-01-19T13:03:06.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1328457318"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36"}]}}'
2026-01-19 14:04:38,353 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d 1.035s
2026-01-19 14:04:38,353 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:04:37 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-ccc13abb-73cb-4b9b-9492-81aae96c1f93', 'x-compute-request-id': 'req-ccc13abb-73cb-4b9b-9492-81aae96c1f93', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d'}
Body: b'{"server": {"id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "name": "tempest-ServerRescueNegativeTestJSON-server-1437410865", "status": "RESCUE", "tenant_id": "d0e2a1068d6c4d62ab5497948e70517b", "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "metadata": {}, "hostId": "ef86966d7ff84fd9f5f9e9302010bf052dd57d4b7daead2931bdaa32", "image": {"id": "d6ce6e64-477c-42da-bc72-e6338a148b56", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/images/d6ce6e64-477c-42da-bc72-e6338a148b56"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/flavors/42"}]}, "created": "2026-01-19T13:02:52Z", "updated": "2026-01-19T13:04:37Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-223167329-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:48:3b"}, {"version": 4, "addr": "172.24.4.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:48:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}, {"rel": "bookmark", "href": "http://192.168.122.243/compute/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1791183314", "OS-SRV-USG:launched_at": "2026-01-19T13:04:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1328457318"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "rescued", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36"}]}}'
2026-01-19 14:04:38,365 81845 INFO [tempest.common.waiters] State transition "ACTIVE/rescuing" ==> "RESCUE/None" after 13 second wait
2026-01-19 14:04:38,678 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://192.168.122.243/identity/v3/auth/tokens 0.309s
2026-01-19 14:04:38,678 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:04:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2536', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-401fd951-c41b-45a5-b51a-843cd5124edb', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.243/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "name": "tempest-ServerRescueNegativeTestJSON-13685778-project-member", "password_expires_at": null}, "audit_ids": ["OuDOUArOSYyqxbyNeyGihA"], "expires_at": "2026-01-19T14:04:38.000000Z", "issued_at": "2026-01-19T13:04:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d0e2a1068d6c4d62ab5497948e70517b", "name": "tempest-ServerRescueNegativeTestJSON-13685778"}, "is_domain": false, "roles": [{"id": "ce78adb97b064c3889c91fe4356a3807", "name": "member"}, {"id": "05fe1e43ec334ec5a5fdb771d66ed3fe", "name": "reader"}], "catalog": [{"endpoints": [{"id": "8e78368ef15a485791511b1fed0d56c3", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.243/identity", "region": "RegionOne"}], "id": "1dbb40f590934e2eac56c36d133a92ee", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7ac4e12e51864990bd3f770c48afca62", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.243/compute/v2/d0e2a1068d6c4d62ab5497948e70517b", "region": "RegionOne"}], "id": "2ec7b1d6cd174a20ac1d5c50c1454c30", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6e0a35183b27401d8f156dec7f19ee41", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.243/compute/v2.1", "region": "RegionOne"}], "id": "369dda6c745f44c6a69d9d8a51c094b1", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "fb667c116df2417888aaa6857c3bb4ed", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.243/volume/v3", "region": "RegionOne"}], "id": "6d0a1ecd49164bd7b523f861ccbc156a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "417eef750ee3444dbf585dfe01c1a129", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.243/image", "region": "RegionOne"}], "id": "80bcbcf98d93469aa2e1a5432f4fa280", "type": "image", "name": "glance"}, {"endpoints": [{"id": "af03e344f0ca427783602de83c34b679", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.243/networking", "region": "RegionOne"}], "id": "9d0a9a99b4974da0b8ab686778cda7b5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ecfdf0871bc24a5fb3fa778fabb170ee", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.243/placement", "region": "RegionOne"}], "id": "d5209b4205584b24adff69bddeaa2c00", "type": "placement", "name": "placement"}]}}'
2026-01-19 14:04:38,679 81845 INFO [tempest.lib.common.fixed_network] (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume) Found network {'id': 'c6344a54-d6c7-44ce-89aa-4b7b980476f7', 'name': 'tempest-ServerRescueNegativeTestJSON-223167329-network', 'tenant_id': 'd0e2a1068d6c4d62ab5497948e70517b', 'project_id': 'd0e2a1068d6c4d62ab5497948e70517b', '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': 26149, '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-19T13:01:29Z', 'updated_at': '2026-01-19T13:01:29Z', 'revision_number': 1} available for tenant
2026-01-19 14:04:38,998 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 409 DELETE http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.318s
2026-01-19 14:04:38,998 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:04:38 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-1934115e-70e1-47d1-99fa-e971260cf783', 'x-compute-request-id': 'req-1934115e-70e1-47d1-99fa-e971260cf783', 'connection': 'close', 'status': '409', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"conflictingRequest": {"code": 409, "message": "Cannot \'detach_volume\' instance a036e2d0-4cd8-4066-8318-2b5a7180af9d while it is in vm_state rescued"}}'
2026-01-19 14:04:39,105 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 202 POST http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/action 0.106s
2026-01-19 14:04:39,106 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"unrescue": {}}
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:04:39 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-58e3c5d3-0849-43b5-bb57-caf8ba779ba5', 'x-compute-request-id': 'req-58e3c5d3-0849-43b5-bb57-caf8ba779ba5', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/action'}
Body: b''
2026-01-19 14:04:39,535 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d 0.428s
2026-01-19 14:04:39,535 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:04:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1732', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66336033-0b75-479d-94a7-2bbbf1540fd6', 'x-compute-request-id': 'req-66336033-0b75-479d-94a7-2bbbf1540fd6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d'}
Body: b'{"server": {"id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "name": "tempest-ServerRescueNegativeTestJSON-server-1437410865", "status": "RESCUE", "tenant_id": "d0e2a1068d6c4d62ab5497948e70517b", "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "metadata": {}, "hostId": "ef86966d7ff84fd9f5f9e9302010bf052dd57d4b7daead2931bdaa32", "image": {"id": "d6ce6e64-477c-42da-bc72-e6338a148b56", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/images/d6ce6e64-477c-42da-bc72-e6338a148b56"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/flavors/42"}]}, "created": "2026-01-19T13:02:52Z", "updated": "2026-01-19T13:04:39Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-223167329-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:48:3b"}, {"version": 4, "addr": "172.24.4.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:48:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}, {"rel": "bookmark", "href": "http://192.168.122.243/compute/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1791183314", "OS-SRV-USG:launched_at": "2026-01-19T13:04:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1328457318"}], "OS-EXT-STS:task_state": "unrescuing", "OS-EXT-STS:vm_state": "rescued", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36"}]}}'
2026-01-19 14:04:41,049 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d 0.503s
2026-01-19 14:04:41,050 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:04:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1732', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7d7c55f-764a-469d-9635-b2a8e13acb64', 'x-compute-request-id': 'req-a7d7c55f-764a-469d-9635-b2a8e13acb64', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d'}
Body: b'{"server": {"id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "name": "tempest-ServerRescueNegativeTestJSON-server-1437410865", "status": "RESCUE", "tenant_id": "d0e2a1068d6c4d62ab5497948e70517b", "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "metadata": {}, "hostId": "ef86966d7ff84fd9f5f9e9302010bf052dd57d4b7daead2931bdaa32", "image": {"id": "d6ce6e64-477c-42da-bc72-e6338a148b56", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/images/d6ce6e64-477c-42da-bc72-e6338a148b56"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/flavors/42"}]}, "created": "2026-01-19T13:02:52Z", "updated": "2026-01-19T13:04:39Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-223167329-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:48:3b"}, {"version": 4, "addr": "172.24.4.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:48:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}, {"rel": "bookmark", "href": "http://192.168.122.243/compute/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1791183314", "OS-SRV-USG:launched_at": "2026-01-19T13:04:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1328457318"}], "OS-EXT-STS:task_state": "unrescuing", "OS-EXT-STS:vm_state": "rescued", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36"}]}}'
2026-01-19 14:04:42,797 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d 0.732s
2026-01-19 14:04:42,797 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:04:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1732', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5256a4b0-c701-4fd6-91a1-71e85176697e', 'x-compute-request-id': 'req-5256a4b0-c701-4fd6-91a1-71e85176697e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d'}
Body: b'{"server": {"id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "name": "tempest-ServerRescueNegativeTestJSON-server-1437410865", "status": "RESCUE", "tenant_id": "d0e2a1068d6c4d62ab5497948e70517b", "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "metadata": {}, "hostId": "ef86966d7ff84fd9f5f9e9302010bf052dd57d4b7daead2931bdaa32", "image": {"id": "d6ce6e64-477c-42da-bc72-e6338a148b56", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/images/d6ce6e64-477c-42da-bc72-e6338a148b56"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/flavors/42"}]}, "created": "2026-01-19T13:02:52Z", "updated": "2026-01-19T13:04:39Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-223167329-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:48:3b"}, {"version": 4, "addr": "172.24.4.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:48:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}, {"rel": "bookmark", "href": "http://192.168.122.243/compute/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1791183314", "OS-SRV-USG:launched_at": "2026-01-19T13:04:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1328457318"}], "OS-EXT-STS:task_state": "unrescuing", "OS-EXT-STS:vm_state": "rescued", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36"}]}}'
2026-01-19 14:04:44,176 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d 0.364s
2026-01-19 14:04:44,177 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:04:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1732', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5a79222-c6f3-4e54-9cfa-51732d6a51ca', 'x-compute-request-id': 'req-c5a79222-c6f3-4e54-9cfa-51732d6a51ca', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d'}
Body: b'{"server": {"id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "name": "tempest-ServerRescueNegativeTestJSON-server-1437410865", "status": "RESCUE", "tenant_id": "d0e2a1068d6c4d62ab5497948e70517b", "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "metadata": {}, "hostId": "ef86966d7ff84fd9f5f9e9302010bf052dd57d4b7daead2931bdaa32", "image": {"id": "d6ce6e64-477c-42da-bc72-e6338a148b56", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/images/d6ce6e64-477c-42da-bc72-e6338a148b56"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/flavors/42"}]}, "created": "2026-01-19T13:02:52Z", "updated": "2026-01-19T13:04:39Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-223167329-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:48:3b"}, {"version": 4, "addr": "172.24.4.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:48:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}, {"rel": "bookmark", "href": "http://192.168.122.243/compute/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1791183314", "OS-SRV-USG:launched_at": "2026-01-19T13:04:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1328457318"}], "OS-EXT-STS:task_state": "unrescuing", "OS-EXT-STS:vm_state": "rescued", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36"}]}}'
2026-01-19 14:04:45,695 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d 0.506s
2026-01-19 14:04:45,695 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:04:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1729', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95ff50bc-bc04-406f-9f03-a50d5a46d037', 'x-compute-request-id': 'req-95ff50bc-bc04-406f-9f03-a50d5a46d037', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d'}
Body: b'{"server": {"id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "name": "tempest-ServerRescueNegativeTestJSON-server-1437410865", "status": "ERROR", "tenant_id": "d0e2a1068d6c4d62ab5497948e70517b", "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "metadata": {}, "hostId": "ef86966d7ff84fd9f5f9e9302010bf052dd57d4b7daead2931bdaa32", "image": {"id": "d6ce6e64-477c-42da-bc72-e6338a148b56", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/images/d6ce6e64-477c-42da-bc72-e6338a148b56"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.243/compute/flavors/42"}]}, "created": "2026-01-19T13:02:52Z", "updated": "2026-01-19T13:04:45Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-223167329-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:48:3b"}, {"version": 4, "addr": "172.24.4.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:48:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}, {"rel": "bookmark", "href": "http://192.168.122.243/compute/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1791183314", "OS-SRV-USG:launched_at": "2026-01-19T13:04:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1328457318"}], "OS-EXT-STS:task_state": "unrescuing", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36"}]}}'
2026-01-19 14:04:45,706 81845 INFO [tempest.common.waiters] State transition "RESCUE/unrescuing" ==> "ERROR/unrescuing" after 6 second wait
2026-01-19 14:04:45,941 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-interface 0.234s
2026-01-19 14:04:45,942 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:04:45 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-229826f0-a306-426e-9bca-4b720eaf686d', 'x-compute-request-id': 'req-229826f0-a306-426e-9bca-4b720eaf686d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "c6344a54-d6c7-44ce-89aa-4b7b980476f7", "port_id": "4d906a9b-c83e-49a2-b0b6-48cde886d0b0", "mac_addr": "fa:16:3e:04:48:3b", "port_state": "DOWN", "fixed_ips": [{"subnet_id": "ae126c39-2ccf-4d0d-8f5b-bb5f54b452bd", "ip_address": "10.0.0.4"}]}]}'
2026-01-19 14:04:46,924 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 PUT http://192.168.122.243/networking/v2.0/floatingips/63a7580e-92ac-4d21-979c-c279da237095 0.978s
2026-01-19 14:04:46,925 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "4d906a9b-c83e-49a2-b0b6-48cde886d0b0"}}
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:04:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-e5e7397d-32c8-4823-b4ee-9994c53d8580', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/networking/v2.0/floatingips/63a7580e-92ac-4d21-979c-c279da237095'}
Body: b'{"floatingip": {"id": "63a7580e-92ac-4d21-979c-c279da237095", "tenant_id": "d0e2a1068d6c4d62ab5497948e70517b", "project_id": "d0e2a1068d6c4d62ab5497948e70517b", "floating_ip_address": "172.24.4.251", "floating_network_id": "06cf7e24-e123-43aa-8ad0-78e953cc7c2c", "router_id": "83d0a3bf-a2c3-499e-ac4a-6df6fc45c4d1", "port_id": "4d906a9b-c83e-49a2-b0b6-48cde886d0b0", "fixed_ip_address": "10.0.0.4", "status": "ACTIVE", "description": "", "port_details": {"name": "", "network_id": "c6344a54-d6c7-44ce-89aa-4b7b980476f7", "mac_address": "fa:16:3e:04:48:3b", "admin_state_up": true, "status": "DOWN", "device_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-01-19T13:02:50Z", "updated_at": "2026-01-19T13:04:46Z", "revision_number": 3}}'
2026-01-19 14:04:46,926 81845 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.251:22' as 'cirros' with public key authentication
2026-01-19 14:05:46,986 81845 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.251 (timed out). Number attempts: 1. Retry after 2 seconds.
2026-01-19 14:06:49,541 81845 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.251 (timed out). Number attempts: 2. Retry after 3 seconds.
2026-01-19 14:07:53,102 81845 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.251 (timed out). Number attempts: 3. Retry after 4 seconds.
2026-01-19 14:08:57,667 81845 ERROR [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.251 after 3 attempts. Proxy client: no proxy client
2026-01-19 14:08:57.667 81845 ERROR tempest.lib.common.ssh Traceback (most recent call last):
2026-01-19 14:08:57.667 81845 ERROR tempest.lib.common.ssh File "/opt/stack/tempest/tempest/lib/common/ssh.py", line 136, in _get_ssh_connection
2026-01-19 14:08:57.667 81845 ERROR tempest.lib.common.ssh ssh.connect(self.host, port=self.port, username=self.username,
2026-01-19 14:08:57.667 81845 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-19 14:08:57.667 81845 ERROR tempest.lib.common.ssh sock.connect(addr)
2026-01-19 14:08:57.667 81845 ERROR tempest.lib.common.ssh TimeoutError: timed out
2026-01-19 14:08:57.667 81845 ERROR tempest.lib.common.ssh
2026-01-19 14:08:57,668 81845 DEBUG [tempest.lib.common.utils.linux.remote_client] Caller: ServerRescueNegativeTestJSON:_run_cleanups. Timeout trying to ssh to server response: {'date': 'Mon, 19 Jan 2026 13:02:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '417', 'location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1db1b3fc-7422-45d9-b88f-fafad957a806', 'x-compute-request-id': 'req-1db1b3fc-7422-45d9-b88f-fafad957a806', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.243/compute/v2.1/servers'}
Body: {'id': 'a036e2d0-4cd8-4066-8318-2b5a7180af9d', 'name': 'tempest-ServerRescueNegativeTestJSON-server-1437410865', 'status': 'ACTIVE', 'tenant_id': 'd0e2a1068d6c4d62ab5497948e70517b', 'user_id': 'abfd4d7f62f34bfb9ec96fb6c981e21e', 'metadata': {}, 'hostId': 'ef86966d7ff84fd9f5f9e9302010bf052dd57d4b7daead2931bdaa32', 'image': {'id': 'd6ce6e64-477c-42da-bc72-e6338a148b56', 'links': [{'rel': 'bookmark', 'href': 'http://192.168.122.243/compute/images/d6ce6e64-477c-42da-bc72-e6338a148b56'}]}, 'flavor': {'id': '42', 'links': [{'rel': 'bookmark', 'href': 'http://192.168.122.243/compute/flavors/42'}]}, 'created': '2026-01-19T13:02:52Z', 'updated': '2026-01-19T13:03:06Z', 'addresses': {'tempest-ServerRescueNegativeTestJSON-223167329-network': [{'version': 4, 'addr': '10.0.0.4', 'OS-EXT-IPS:type': 'fixed', 'OS-EXT-IPS-MAC:mac_addr': 'fa:16:3e:04:48:3b'}]}, 'accessIPv4': '', 'accessIPv6': '', 'links': [{'rel': 'self', 'href': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d'}, {'rel': 'bookmark', 'href': 'http://192.168.122.243/compute/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d'}], 'OS-DCF:diskConfig': 'MANUAL', 'progress': 0, 'OS-EXT-AZ:availability_zone': 'nova', 'config_drive': '', 'key_name': 'tempest-keypair-1791183314', 'OS-SRV-USG:launched_at': '2026-01-19T13:03:06.000000', 'OS-SRV-USG:terminated_at': None, 'security_groups': [{'name': 'tempest-securitygroup--1328457318'}], '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-19 14:08:58,874 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 404 POST http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/action 1.206s
2026-01-19 14:08:58,874 81845 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': 'Mon, 19 Jan 2026 13:08:57 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-b6c721a4-67d6-4978-a4ae-fc6e1b546fb2', 'x-compute-request-id': 'req-b6c721a4-67d6-4978-a4ae-fc6e1b546fb2', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/action'}
Body: b'{"itemNotFound": {"code": 404, "message": "Guest does not have a console available."}}'
2026-01-19 14:08:58,875 81845 DEBUG [tempest.lib.common.utils.linux.remote_client] Could not get console_log for server a036e2d0-4cd8-4066-8318-2b5a7180af9d
2026-01-19 14:08:58,915 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.040s
2026-01-19 14:08:58,916 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:08:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4deea6c-c489-4de6-a8c6-3ffd07bb0262', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4deea6c-c489-4de6-a8c6-3ffd07bb0262', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:08:59,023 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 409 DELETE http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.097s
2026-01-19 14:08:59,024 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:08:58 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-876375da-ccbb-46b4-8833-e9e61e59363c', 'x-compute-request-id': 'req-876375da-ccbb-46b4-8833-e9e61e59363c', 'connection': 'close', 'status': '409', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"conflictingRequest": {"code": 409, "message": "Cannot \'detach_volume\' instance a036e2d0-4cd8-4066-8318-2b5a7180af9d while it is in vm_state error"}}'
2026-01-19 14:08:59,071 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.046s
2026-01-19 14:08:59,072 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:08: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-0bb3df0f-53cc-4b15-9f5f-da60904007b6', 'x-compute-request-id': 'req-0bb3df0f-53cc-4b15-9f5f-da60904007b6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:00,130 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.056s
2026-01-19 14:09:00,130 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-91ee9f98-88e1-4fb1-8e40-4718e4eae77a', 'x-compute-request-id': 'req-91ee9f98-88e1-4fb1-8e40-4718e4eae77a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:01,182 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.048s
2026-01-19 14:09:01,182 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-102a5228-0101-41ab-9248-91c2f829eb9c', 'x-compute-request-id': 'req-102a5228-0101-41ab-9248-91c2f829eb9c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:02,233 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.047s
2026-01-19 14:09:02,233 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-ef879a59-afdd-413f-b315-ce9cdfa9beef', 'x-compute-request-id': 'req-ef879a59-afdd-413f-b315-ce9cdfa9beef', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:03,304 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.068s
2026-01-19 14:09:03,305 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-02353f93-8104-4892-bdce-b0a22cc87343', 'x-compute-request-id': 'req-02353f93-8104-4892-bdce-b0a22cc87343', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:04,350 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.043s
2026-01-19 14:09:04,351 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-b6b88d9d-dbbd-4912-b27c-820000c89f77', 'x-compute-request-id': 'req-b6b88d9d-dbbd-4912-b27c-820000c89f77', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:05,400 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.047s
2026-01-19 14:09:05,401 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-541636f9-d0b0-449c-a4c0-31283b2f396e', 'x-compute-request-id': 'req-541636f9-d0b0-449c-a4c0-31283b2f396e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:06,459 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.055s
2026-01-19 14:09:06,460 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-b4464351-339a-4ec6-a87b-f1c5842f6aff', 'x-compute-request-id': 'req-b4464351-339a-4ec6-a87b-f1c5842f6aff', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:07,520 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.057s
2026-01-19 14:09:07,520 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-135229b6-9241-4593-a37b-1bdcfc7dfb82', 'x-compute-request-id': 'req-135229b6-9241-4593-a37b-1bdcfc7dfb82', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:08,591 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.067s
2026-01-19 14:09:08,591 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-4a93393a-0d54-4e41-b692-4f62841f9d28', 'x-compute-request-id': 'req-4a93393a-0d54-4e41-b692-4f62841f9d28', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:09,648 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.054s
2026-01-19 14:09:09,648 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-c520384f-0145-4d82-80b0-26e784106b4d', 'x-compute-request-id': 'req-c520384f-0145-4d82-80b0-26e784106b4d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:10,697 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.046s
2026-01-19 14:09:10,698 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-279921b3-8e56-47de-bfd9-e0ca96875cb5', 'x-compute-request-id': 'req-279921b3-8e56-47de-bfd9-e0ca96875cb5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:11,746 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.045s
2026-01-19 14:09:11,746 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-b8a60f2e-d532-4650-b933-7c0c7501fcd2', 'x-compute-request-id': 'req-b8a60f2e-d532-4650-b933-7c0c7501fcd2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:12,801 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.052s
2026-01-19 14:09:12,801 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-f865aeb7-4387-4fc6-8ecf-e3a31b5e8125', 'x-compute-request-id': 'req-f865aeb7-4387-4fc6-8ecf-e3a31b5e8125', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:13,852 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.047s
2026-01-19 14:09:13,852 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-c2b820d1-86e7-4da6-8300-e94ec31efca0', 'x-compute-request-id': 'req-c2b820d1-86e7-4da6-8300-e94ec31efca0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:14,900 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.045s
2026-01-19 14:09:14,900 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-856d77dd-6f9b-4ac8-b9bd-2ec364787a45', 'x-compute-request-id': 'req-856d77dd-6f9b-4ac8-b9bd-2ec364787a45', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:15,950 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.048s
2026-01-19 14:09:15,950 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-c8b20a35-1f36-498d-b86a-6146088f81d1', 'x-compute-request-id': 'req-c8b20a35-1f36-498d-b86a-6146088f81d1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:17,057 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.103s
2026-01-19 14:09:17,057 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-e785113a-745e-4c00-8ac4-dc24a987eeef', 'x-compute-request-id': 'req-e785113a-745e-4c00-8ac4-dc24a987eeef', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:18,148 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.088s
2026-01-19 14:09:18,148 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-a2797b4d-0941-4d66-be04-23146d831460', 'x-compute-request-id': 'req-a2797b4d-0941-4d66-be04-23146d831460', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:19,194 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.044s
2026-01-19 14:09:19,195 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-8ef8397c-23d2-4dcf-861d-e01c69277e44', 'x-compute-request-id': 'req-8ef8397c-23d2-4dcf-861d-e01c69277e44', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:20,244 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.047s
2026-01-19 14:09:20,244 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-ae1f3e8c-44ed-4950-a068-a49b4d2e0673', 'x-compute-request-id': 'req-ae1f3e8c-44ed-4950-a068-a49b4d2e0673', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:21,293 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.046s
2026-01-19 14:09:21,294 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-86459991-2ed3-4bbf-9d90-a6b3664e5ba5', 'x-compute-request-id': 'req-86459991-2ed3-4bbf-9d90-a6b3664e5ba5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:22,346 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.050s
2026-01-19 14:09:22,347 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-eb74b703-ae25-41d0-82f8-6da7f8c1462a', 'x-compute-request-id': 'req-eb74b703-ae25-41d0-82f8-6da7f8c1462a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:23,411 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.061s
2026-01-19 14:09:23,412 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-fce09c6c-548b-4cf6-9cfb-0cd46979a09f', 'x-compute-request-id': 'req-fce09c6c-548b-4cf6-9cfb-0cd46979a09f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:24,464 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.050s
2026-01-19 14:09:24,465 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-aab056b5-4498-4446-9636-dc807506ade8', 'x-compute-request-id': 'req-aab056b5-4498-4446-9636-dc807506ade8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:25,520 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.052s
2026-01-19 14:09:25,521 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-1a94bb82-b145-4943-9af3-32d86731742b', 'x-compute-request-id': 'req-1a94bb82-b145-4943-9af3-32d86731742b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:26,572 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.048s
2026-01-19 14:09:26,572 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-fbc5da5d-d7f7-4158-905f-fac3ea2f9799', 'x-compute-request-id': 'req-fbc5da5d-d7f7-4158-905f-fac3ea2f9799', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:27,620 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.045s
2026-01-19 14:09:27,621 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-ffc6fd2a-b1a6-4516-865a-4b12683ab9f4', 'x-compute-request-id': 'req-ffc6fd2a-b1a6-4516-865a-4b12683ab9f4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:28,677 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.053s
2026-01-19 14:09:28,678 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-d11503dd-4681-486a-9f69-0136981018b4', 'x-compute-request-id': 'req-d11503dd-4681-486a-9f69-0136981018b4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:29,732 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.051s
2026-01-19 14:09:29,733 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-7afa7ef4-6bce-46f8-914e-de7c284c454a', 'x-compute-request-id': 'req-7afa7ef4-6bce-46f8-914e-de7c284c454a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:30,786 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.050s
2026-01-19 14:09:30,786 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-e83707fe-f050-4872-be64-7f7b7c77d61b', 'x-compute-request-id': 'req-e83707fe-f050-4872-be64-7f7b7c77d61b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:31,841 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.051s
2026-01-19 14:09:31,841 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-b63e5018-3fca-4b5f-9f90-b28931ec4ba1', 'x-compute-request-id': 'req-b63e5018-3fca-4b5f-9f90-b28931ec4ba1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:32,910 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.066s
2026-01-19 14:09:32,911 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-d14a7a7a-16c2-4477-9795-c8d75853dd2c', 'x-compute-request-id': 'req-d14a7a7a-16c2-4477-9795-c8d75853dd2c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:33,975 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.061s
2026-01-19 14:09:33,976 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-9a021f7e-75ef-496b-b169-9a630ca107b9', 'x-compute-request-id': 'req-9a021f7e-75ef-496b-b169-9a630ca107b9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:35,056 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.077s
2026-01-19 14:09:35,056 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-17de82bd-edcd-484a-bcd7-d63b389c8eba', 'x-compute-request-id': 'req-17de82bd-edcd-484a-bcd7-d63b389c8eba', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:36,135 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.075s
2026-01-19 14:09:36,135 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-2aab7f8d-e3ca-4e71-a4c9-31ddc80808a0', 'x-compute-request-id': 'req-2aab7f8d-e3ca-4e71-a4c9-31ddc80808a0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:37,206 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.066s
2026-01-19 14:09:37,207 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:09: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-283f20f5-ff5e-4777-969e-fef5ef63ad53', 'x-compute-request-id': 'req-283f20f5-ff5e-4777-969e-fef5ef63ad53', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:38,259 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.049s
2026-01-19 14:09:38,259 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-15c5f655-8dd8-449b-aa6b-4c002c4e30fb', 'x-compute-request-id': 'req-15c5f655-8dd8-449b-aa6b-4c002c4e30fb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:39,307 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.045s
2026-01-19 14:09:39,307 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-cd650881-11c2-4543-be17-68ebe118083d', 'x-compute-request-id': 'req-cd650881-11c2-4543-be17-68ebe118083d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:40,365 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.055s
2026-01-19 14:09:40,365 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-5ebf3a47-4d03-47f4-9fe6-4ea90e6845b6', 'x-compute-request-id': 'req-5ebf3a47-4d03-47f4-9fe6-4ea90e6845b6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:41,418 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.050s
2026-01-19 14:09:41,418 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-df4832d1-d5f2-47cd-a389-0e8431225c0d', 'x-compute-request-id': 'req-df4832d1-d5f2-47cd-a389-0e8431225c0d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:42,471 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.050s
2026-01-19 14:09:42,472 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-64d4fc4e-0954-4894-b25e-6a859ac75122', 'x-compute-request-id': 'req-64d4fc4e-0954-4894-b25e-6a859ac75122', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:43,531 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.057s
2026-01-19 14:09:43,531 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-f2648e0f-fa4e-4d5d-abc1-97fd276629c0', 'x-compute-request-id': 'req-f2648e0f-fa4e-4d5d-abc1-97fd276629c0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:44,578 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.044s
2026-01-19 14:09:44,578 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-41add41e-d0e7-4934-b8ea-99012d6da911', 'x-compute-request-id': 'req-41add41e-d0e7-4934-b8ea-99012d6da911', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:45,629 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.047s
2026-01-19 14:09:45,629 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-6f1f1819-d32f-421a-ae12-2ac04fad3664', 'x-compute-request-id': 'req-6f1f1819-d32f-421a-ae12-2ac04fad3664', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:46,683 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.050s
2026-01-19 14:09:46,683 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-cf4dc5cd-a96b-473c-837c-645fd13bc004', 'x-compute-request-id': 'req-cf4dc5cd-a96b-473c-837c-645fd13bc004', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:47,734 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.047s
2026-01-19 14:09:47,734 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-7bb8924c-5829-4dcb-9e49-0b14306a936e', 'x-compute-request-id': 'req-7bb8924c-5829-4dcb-9e49-0b14306a936e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:48,796 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.059s
2026-01-19 14:09:48,796 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-7bb4c6cf-d3aa-4c3e-909d-56547630871a', 'x-compute-request-id': 'req-7bb4c6cf-d3aa-4c3e-909d-56547630871a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:49,865 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.063s
2026-01-19 14:09:49,865 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-7b576d72-6415-42ba-930c-4bdf9308220e', 'x-compute-request-id': 'req-7b576d72-6415-42ba-930c-4bdf9308220e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:50,919 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.051s
2026-01-19 14:09:50,920 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-7ce1e8aa-9b7f-40a3-b6e8-8d55e0a9b674', 'x-compute-request-id': 'req-7ce1e8aa-9b7f-40a3-b6e8-8d55e0a9b674', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:51,971 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.049s
2026-01-19 14:09:51,971 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-2f2bc73a-587f-4bbb-a749-318cdb531a1e', 'x-compute-request-id': 'req-2f2bc73a-587f-4bbb-a749-318cdb531a1e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:53,017 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.043s
2026-01-19 14:09:53,017 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-bea0bb5c-d619-42fb-8794-ddf328a91fc2', 'x-compute-request-id': 'req-bea0bb5c-d619-42fb-8794-ddf328a91fc2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:54,067 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.047s
2026-01-19 14:09:54,067 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-a811463e-09af-423d-bba2-329385bb5d49', 'x-compute-request-id': 'req-a811463e-09af-423d-bba2-329385bb5d49', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:55,121 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.051s
2026-01-19 14:09:55,121 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-95d64d31-ed72-4abd-8576-92baad70dee2', 'x-compute-request-id': 'req-95d64d31-ed72-4abd-8576-92baad70dee2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:56,168 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.044s
2026-01-19 14:09:56,169 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-923a6916-bb4d-44d0-a3cc-78c842509e90', 'x-compute-request-id': 'req-923a6916-bb4d-44d0-a3cc-78c842509e90', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:57,217 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.045s
2026-01-19 14:09:57,217 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:09: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-102a1360-fc47-4797-92b3-ac9ca0214b24', 'x-compute-request-id': 'req-102a1360-fc47-4797-92b3-ac9ca0214b24', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:58,264 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.044s
2026-01-19 14:09:58,265 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-4e0c62c0-e5dd-4458-a289-84785d6d355a', 'x-compute-request-id': 'req-4e0c62c0-e5dd-4458-a289-84785d6d355a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:09:59,314 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.046s
2026-01-19 14:09:59,314 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-613912da-b382-47bb-ace3-66cadb972033', 'x-compute-request-id': 'req-613912da-b382-47bb-ace3-66cadb972033', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:00,360 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.042s
2026-01-19 14:10:00,360 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-bed4e456-f937-457b-8e9d-072eafe3aab1', 'x-compute-request-id': 'req-bed4e456-f937-457b-8e9d-072eafe3aab1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:01,407 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.044s
2026-01-19 14:10:01,407 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-ead9a414-ae53-4541-9504-c4b849103da4', 'x-compute-request-id': 'req-ead9a414-ae53-4541-9504-c4b849103da4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:02,450 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.040s
2026-01-19 14:10:02,451 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-c13d59fa-0346-4409-a271-29ef5ffcebe9', 'x-compute-request-id': 'req-c13d59fa-0346-4409-a271-29ef5ffcebe9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:03,498 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.045s
2026-01-19 14:10:03,499 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-fd1d980d-0dc3-4b18-b9a1-8755553af320', 'x-compute-request-id': 'req-fd1d980d-0dc3-4b18-b9a1-8755553af320', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:04,545 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.044s
2026-01-19 14:10:04,546 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-999ccc5a-6ecb-47a2-976b-f224e3d1dcb4', 'x-compute-request-id': 'req-999ccc5a-6ecb-47a2-976b-f224e3d1dcb4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:05,596 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.048s
2026-01-19 14:10:05,597 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-c6ff1122-cec9-4275-be53-ba624892d823', 'x-compute-request-id': 'req-c6ff1122-cec9-4275-be53-ba624892d823', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:06,687 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.087s
2026-01-19 14:10:06,687 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-6949e369-fa54-4bf5-8660-663e7aa2787e', 'x-compute-request-id': 'req-6949e369-fa54-4bf5-8660-663e7aa2787e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:07,746 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.055s
2026-01-19 14:10:07,746 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-a091b580-73ed-4ce0-88ab-994533f93e18', 'x-compute-request-id': 'req-a091b580-73ed-4ce0-88ab-994533f93e18', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:08,804 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.055s
2026-01-19 14:10:08,805 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-4e07a787-a0dc-4c6d-980c-624aaa5d419c', 'x-compute-request-id': 'req-4e07a787-a0dc-4c6d-980c-624aaa5d419c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:09,850 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.043s
2026-01-19 14:10:09,851 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-3baad908-b431-49bb-bc59-2852a39077e6', 'x-compute-request-id': 'req-3baad908-b431-49bb-bc59-2852a39077e6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:10,897 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.043s
2026-01-19 14:10:10,897 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-15a1ff3b-e0ed-499d-a1c6-f7842227ddaf', 'x-compute-request-id': 'req-15a1ff3b-e0ed-499d-a1c6-f7842227ddaf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:11,943 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.042s
2026-01-19 14:10:11,943 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-3ec53ada-cf51-4f39-9620-76bdc030d8c1', 'x-compute-request-id': 'req-3ec53ada-cf51-4f39-9620-76bdc030d8c1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:12,986 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.040s
2026-01-19 14:10:12,986 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-cef9fcfd-ba54-4caf-ae0a-3875607e905d', 'x-compute-request-id': 'req-cef9fcfd-ba54-4caf-ae0a-3875607e905d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:14,042 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.052s
2026-01-19 14:10:14,042 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-ca5ad74e-f7fa-4e2b-8afe-7630cac2d769', 'x-compute-request-id': 'req-ca5ad74e-f7fa-4e2b-8afe-7630cac2d769', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:15,102 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.057s
2026-01-19 14:10:15,102 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-059bb136-1855-40cb-a850-4c0f8079e23f', 'x-compute-request-id': 'req-059bb136-1855-40cb-a850-4c0f8079e23f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:16,169 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.064s
2026-01-19 14:10:16,169 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13: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-d6734366-ce41-4991-8adb-b3b32b16b3a2', 'x-compute-request-id': 'req-d6734366-ce41-4991-8adb-b3b32b16b3a2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:17,217 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.045s
2026-01-19 14:10:17,217 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:10: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-de392b67-1920-49e2-be6b-13d9abbe5f3b', 'x-compute-request-id': 'req-de392b67-1920-49e2-be6b-13d9abbe5f3b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:18,306 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.086s
2026-01-19 14:10:18,306 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:10: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-9a7809d1-b250-4451-90b0-49a33cfbb09c', 'x-compute-request-id': 'req-9a7809d1-b250-4451-90b0-49a33cfbb09c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:19,376 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.066s
2026-01-19 14:10:19,376 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:10: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-5e871beb-00d5-4464-af7a-03e1ebb2dcce', 'x-compute-request-id': 'req-5e871beb-00d5-4464-af7a-03e1ebb2dcce', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:20,426 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.047s
2026-01-19 14:10:20,427 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:10: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-85fb63eb-e94f-467b-a4f7-96d6db843167', 'x-compute-request-id': 'req-85fb63eb-e94f-467b-a4f7-96d6db843167', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:21,477 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.046s
2026-01-19 14:10:21,477 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:10: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-e9805f32-80bd-48bf-9d91-28ec11b40f9a', 'x-compute-request-id': 'req-e9805f32-80bd-48bf-9d91-28ec11b40f9a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:22,532 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.051s
2026-01-19 14:10:22,533 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:10: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-11daad94-ded3-4827-a270-c4b450d835d1', 'x-compute-request-id': 'req-11daad94-ded3-4827-a270-c4b450d835d1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:23,582 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.046s
2026-01-19 14:10:23,583 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:10: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-6dbfb07a-befa-4f6e-bbe5-611809d72374', 'x-compute-request-id': 'req-6dbfb07a-befa-4f6e-bbe5-611809d72374', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:24,649 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.062s
2026-01-19 14:10:24,649 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:10: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-34ddddbf-368d-48ac-ad66-1e0357220d4d', 'x-compute-request-id': 'req-34ddddbf-368d-48ac-ad66-1e0357220d4d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:25,709 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.057s
2026-01-19 14:10:25,709 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:10: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-66dd8047-3aac-4b24-87e9-c308ad863082', 'x-compute-request-id': 'req-66dd8047-3aac-4b24-87e9-c308ad863082', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:26,764 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.051s
2026-01-19 14:10:26,764 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:10: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-2b55f6a1-678f-4560-a498-75169487a9b8', 'x-compute-request-id': 'req-2b55f6a1-678f-4560-a498-75169487a9b8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:27,812 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.045s
2026-01-19 14:10:27,812 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:10: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-2be5393e-6c65-4ae4-9bcf-8623c761012e', 'x-compute-request-id': 'req-2be5393e-6c65-4ae4-9bcf-8623c761012e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:28,866 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.051s
2026-01-19 14:10:28,866 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:10: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-be50848c-174b-47e9-b13f-ecb27c3b24b8', 'x-compute-request-id': 'req-be50848c-174b-47e9-b13f-ecb27c3b24b8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:29,919 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.050s
2026-01-19 14:10:29,920 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:10: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-006167d0-3905-4fd5-943c-3908ce61e8a9', 'x-compute-request-id': 'req-006167d0-3905-4fd5-943c-3908ce61e8a9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:30,968 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.045s
2026-01-19 14:10:30,968 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:10: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-eb0777e2-59fa-4aee-b5f8-a7bbe9b4b650', 'x-compute-request-id': 'req-eb0777e2-59fa-4aee-b5f8-a7bbe9b4b650', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:32,025 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.053s
2026-01-19 14:10:32,025 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:10: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-a3e0b7a1-1d5d-4f17-af7f-b40690bed9f6', 'x-compute-request-id': 'req-a3e0b7a1-1d5d-4f17-af7f-b40690bed9f6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:33,079 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.050s
2026-01-19 14:10:33,079 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:10: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-75909609-d932-4c62-99bf-e7ea58e6f746', 'x-compute-request-id': 'req-75909609-d932-4c62-99bf-e7ea58e6f746', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:34,130 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.048s
2026-01-19 14:10:34,130 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:10: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-00e07873-4388-4fc7-9150-9409b0a048f9', 'x-compute-request-id': 'req-00e07873-4388-4fc7-9150-9409b0a048f9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:35,181 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.048s
2026-01-19 14:10:35,182 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:10: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-9c5c437c-4626-4f1e-8bff-accd0f12aa99', 'x-compute-request-id': 'req-9c5c437c-4626-4f1e-8bff-accd0f12aa99', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:36,431 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.245s
2026-01-19 14:10:36,431 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:10: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-574a8b5d-463a-4699-bac9-c7dfbc30121e', 'x-compute-request-id': 'req-574a8b5d-463a-4699-bac9-c7dfbc30121e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:37,479 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.045s
2026-01-19 14:10:37,480 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:10: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-e1310872-dc6b-44d2-80a0-8fce74c29339', 'x-compute-request-id': 'req-e1310872-dc6b-44d2-80a0-8fce74c29339', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:38,527 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.045s
2026-01-19 14:10:38,528 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:10: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-9d298613-0569-410c-8f95-63dccc09b0f0', 'x-compute-request-id': 'req-9d298613-0569-410c-8f95-63dccc09b0f0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:39,572 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.041s
2026-01-19 14:10:39,572 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:10: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-5f7c9338-4bc7-450e-be69-f910ec5f3b44', 'x-compute-request-id': 'req-5f7c9338-4bc7-450e-be69-f910ec5f3b44', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:40,623 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.049s
2026-01-19 14:10:40,623 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:10: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-89682b1d-7936-4c46-86cb-cae70f3d1770', 'x-compute-request-id': 'req-89682b1d-7936-4c46-86cb-cae70f3d1770', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:41,683 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.056s
2026-01-19 14:10:41,683 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:10: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-62e4cba1-f953-4797-b43b-15b079ce02c5', 'x-compute-request-id': 'req-62e4cba1-f953-4797-b43b-15b079ce02c5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:42,731 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.045s
2026-01-19 14:10:42,731 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:10: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-6237adde-cb49-49a7-bcc9-8e4743869a8b', 'x-compute-request-id': 'req-6237adde-cb49-49a7-bcc9-8e4743869a8b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:43,790 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.055s
2026-01-19 14:10:43,790 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:10: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-77ea9156-de1d-4f44-a8b0-928fd09466ce', 'x-compute-request-id': 'req-77ea9156-de1d-4f44-a8b0-928fd09466ce', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:44,841 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.047s
2026-01-19 14:10:44,841 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:10: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-9fb843a4-b309-4e0c-aa49-0526196ebde7', 'x-compute-request-id': 'req-9fb843a4-b309-4e0c-aa49-0526196ebde7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:45,887 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.043s
2026-01-19 14:10:45,888 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:10: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-a096d7ef-67e9-4d54-80e4-164d27738853', 'x-compute-request-id': 'req-a096d7ef-67e9-4d54-80e4-164d27738853', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:46,929 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.039s
2026-01-19 14:10:46,930 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:10: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-31c0c927-e634-4c7e-8b24-4dfd041db147', 'x-compute-request-id': 'req-31c0c927-e634-4c7e-8b24-4dfd041db147', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:47,972 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.040s
2026-01-19 14:10:47,972 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:10: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-d61033ad-fb52-4dc8-9dd4-717ca6cacace', 'x-compute-request-id': 'req-d61033ad-fb52-4dc8-9dd4-717ca6cacace', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:49,019 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.043s
2026-01-19 14:10:49,019 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:10: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-9c6b00e2-bbcd-47d8-ba84-ea187f1b41a2', 'x-compute-request-id': 'req-9c6b00e2-bbcd-47d8-ba84-ea187f1b41a2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:50,062 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.039s
2026-01-19 14:10:50,062 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:10: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-8562fa5c-7845-49ae-9f1d-9f354620803d', 'x-compute-request-id': 'req-8562fa5c-7845-49ae-9f1d-9f354620803d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:51,107 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.041s
2026-01-19 14:10:51,107 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:10: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-96d8b739-9ec7-4ac1-9fee-6f8fb4934d14', 'x-compute-request-id': 'req-96d8b739-9ec7-4ac1-9fee-6f8fb4934d14', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:52,151 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.042s
2026-01-19 14:10:52,152 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:10: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-81bfccb3-b99a-4a2c-abe7-7c3299fdd914', 'x-compute-request-id': 'req-81bfccb3-b99a-4a2c-abe7-7c3299fdd914', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:53,195 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.040s
2026-01-19 14:10:53,195 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:10: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-6886dba8-da79-4bc6-a3df-66b5ecbf1d12', 'x-compute-request-id': 'req-6886dba8-da79-4bc6-a3df-66b5ecbf1d12', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:54,247 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.049s
2026-01-19 14:10:54,247 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:10: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-7c0b50dc-ee57-4236-b94e-d4d84c06de77', 'x-compute-request-id': 'req-7c0b50dc-ee57-4236-b94e-d4d84c06de77', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:55,301 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.050s
2026-01-19 14:10:55,301 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:10: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-08d87840-3eb1-449d-afed-b0ff7ebe92f2', 'x-compute-request-id': 'req-08d87840-3eb1-449d-afed-b0ff7ebe92f2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:56,350 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.046s
2026-01-19 14:10:56,351 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:10: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-667a5f39-1b65-44aa-8af4-46a89a6af8cb', 'x-compute-request-id': 'req-667a5f39-1b65-44aa-8af4-46a89a6af8cb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:57,397 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.044s
2026-01-19 14:10:57,398 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:10: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-f6844ec2-faa6-4dab-836a-bd330764ee90', 'x-compute-request-id': 'req-f6844ec2-faa6-4dab-836a-bd330764ee90', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:58,444 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.043s
2026-01-19 14:10:58,445 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:10: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-339999e0-50e9-4a01-bad8-14ed7db8a8f5', 'x-compute-request-id': 'req-339999e0-50e9-4a01-bad8-14ed7db8a8f5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:10:59,496 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.048s
2026-01-19 14:10:59,496 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:10: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-0be7342a-4452-4ae7-9fad-f496ca1d57d5', 'x-compute-request-id': 'req-0be7342a-4452-4ae7-9fad-f496ca1d57d5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:00,542 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.043s
2026-01-19 14:11:00,543 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-bb1c4221-3abc-4b97-a103-3edc0e9079b3', 'x-compute-request-id': 'req-bb1c4221-3abc-4b97-a103-3edc0e9079b3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:01,630 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.084s
2026-01-19 14:11:01,631 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-3e299425-5bcb-450f-896b-48360e116228', 'x-compute-request-id': 'req-3e299425-5bcb-450f-896b-48360e116228', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:02,681 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.047s
2026-01-19 14:11:02,681 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-8a1a69e3-d7c7-43ef-b27f-d391a3c4b358', 'x-compute-request-id': 'req-8a1a69e3-d7c7-43ef-b27f-d391a3c4b358', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:03,729 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.045s
2026-01-19 14:11:03,729 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-686ce386-0a16-4ec2-a540-68f609791f25', 'x-compute-request-id': 'req-686ce386-0a16-4ec2-a540-68f609791f25', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:04,780 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.047s
2026-01-19 14:11:04,780 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-47696ac9-244f-45b2-bf6b-f0885b1b98cc', 'x-compute-request-id': 'req-47696ac9-244f-45b2-bf6b-f0885b1b98cc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:05,827 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.044s
2026-01-19 14:11:05,827 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-a83557fd-cf81-4618-bbb2-5118dba880e9', 'x-compute-request-id': 'req-a83557fd-cf81-4618-bbb2-5118dba880e9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:06,874 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.044s
2026-01-19 14:11:06,874 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-b7d2d547-9e96-4b36-9741-1b1e7809398f', 'x-compute-request-id': 'req-b7d2d547-9e96-4b36-9741-1b1e7809398f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:07,935 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.050s
2026-01-19 14:11:07,935 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-7de5e736-c7a4-4bd7-83d4-a4bbd6236e2e', 'x-compute-request-id': 'req-7de5e736-c7a4-4bd7-83d4-a4bbd6236e2e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:08,987 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.049s
2026-01-19 14:11:08,988 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-7f10f73a-5069-4739-8805-433e6a0ec3d4', 'x-compute-request-id': 'req-7f10f73a-5069-4739-8805-433e6a0ec3d4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:10,043 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.052s
2026-01-19 14:11:10,043 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-bd3b9f98-e489-4374-b245-50a9c15e3c0d', 'x-compute-request-id': 'req-bd3b9f98-e489-4374-b245-50a9c15e3c0d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:11,094 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.048s
2026-01-19 14:11:11,094 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-5db59f75-3fd2-4543-835d-b4e92b457468', 'x-compute-request-id': 'req-5db59f75-3fd2-4543-835d-b4e92b457468', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:12,142 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.044s
2026-01-19 14:11:12,142 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-083dd669-30b4-488c-a4cd-77a08155db8c', 'x-compute-request-id': 'req-083dd669-30b4-488c-a4cd-77a08155db8c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:13,195 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.050s
2026-01-19 14:11:13,195 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-da14b1cb-ce5d-41f9-8d7e-5fd15d834477', 'x-compute-request-id': 'req-da14b1cb-ce5d-41f9-8d7e-5fd15d834477', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:14,247 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.048s
2026-01-19 14:11:14,247 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-b6c84e33-de82-4614-882d-81ef2d9519f8', 'x-compute-request-id': 'req-b6c84e33-de82-4614-882d-81ef2d9519f8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:15,300 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.049s
2026-01-19 14:11:15,300 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-e9f66cb0-2a50-4a9c-8c1a-a2d0c3659726', 'x-compute-request-id': 'req-e9f66cb0-2a50-4a9c-8c1a-a2d0c3659726', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:16,347 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.044s
2026-01-19 14:11:16,348 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-5c5477db-5f13-433a-b547-f0893fbd2dd6', 'x-compute-request-id': 'req-5c5477db-5f13-433a-b547-f0893fbd2dd6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:17,396 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.046s
2026-01-19 14:11:17,397 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-c084552b-db63-4d1d-b881-906976338e96', 'x-compute-request-id': 'req-c084552b-db63-4d1d-b881-906976338e96', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:18,447 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.047s
2026-01-19 14:11:18,447 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-cce3992b-86a7-4802-9487-91edeb871698', 'x-compute-request-id': 'req-cce3992b-86a7-4802-9487-91edeb871698', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:19,499 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.048s
2026-01-19 14:11:19,499 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-d622b953-71d0-4e23-9b5d-0de57f14adb5', 'x-compute-request-id': 'req-d622b953-71d0-4e23-9b5d-0de57f14adb5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:20,561 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.059s
2026-01-19 14:11:20,562 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-e45cf6ee-2bc6-4df3-a24b-11f181f9e185', 'x-compute-request-id': 'req-e45cf6ee-2bc6-4df3-a24b-11f181f9e185', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:21,620 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.055s
2026-01-19 14:11:21,620 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-82809a22-b0de-4f33-a289-a793162f3014', 'x-compute-request-id': 'req-82809a22-b0de-4f33-a289-a793162f3014', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:22,683 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.060s
2026-01-19 14:11:22,684 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-7e491c8f-891c-4c7a-884b-ca1db6cd05a1', 'x-compute-request-id': 'req-7e491c8f-891c-4c7a-884b-ca1db6cd05a1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:23,772 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.086s
2026-01-19 14:11:23,773 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-3c9b558b-432e-49cf-be99-a339180f6210', 'x-compute-request-id': 'req-3c9b558b-432e-49cf-be99-a339180f6210', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:24,845 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.070s
2026-01-19 14:11:24,846 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-3c243505-359f-4f6d-8408-26616def3d14', 'x-compute-request-id': 'req-3c243505-359f-4f6d-8408-26616def3d14', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:25,920 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.071s
2026-01-19 14:11:25,920 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-cb2b7e1f-273a-4158-a83d-b1d45a55936a', 'x-compute-request-id': 'req-cb2b7e1f-273a-4158-a83d-b1d45a55936a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:26,995 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.071s
2026-01-19 14:11:26,995 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-1028c385-c61c-433f-af13-7832cd889a43', 'x-compute-request-id': 'req-1028c385-c61c-433f-af13-7832cd889a43', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:28,046 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.048s
2026-01-19 14:11:28,046 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-ad52f866-7cf5-4cda-93db-4c995dfede34', 'x-compute-request-id': 'req-ad52f866-7cf5-4cda-93db-4c995dfede34', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:29,099 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.050s
2026-01-19 14:11:29,100 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-bcea58e1-61ae-4679-8cde-d0cf570596ef', 'x-compute-request-id': 'req-bcea58e1-61ae-4679-8cde-d0cf570596ef', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:30,151 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.048s
2026-01-19 14:11:30,151 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-7f4a6c96-c6a8-4388-b9e6-3a72b01dffd5', 'x-compute-request-id': 'req-7f4a6c96-c6a8-4388-b9e6-3a72b01dffd5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:31,219 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.064s
2026-01-19 14:11:31,219 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-ad6a9585-73ff-4b7e-93d9-ccb91e966f6f', 'x-compute-request-id': 'req-ad6a9585-73ff-4b7e-93d9-ccb91e966f6f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:32,277 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.055s
2026-01-19 14:11:32,277 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-496c14d6-1d06-4bef-b720-627bdef7ab64', 'x-compute-request-id': 'req-496c14d6-1d06-4bef-b720-627bdef7ab64', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:33,328 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.048s
2026-01-19 14:11:33,328 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-bfb69226-fe12-4623-ac9b-331cd49d7171', 'x-compute-request-id': 'req-bfb69226-fe12-4623-ac9b-331cd49d7171', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:34,429 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.098s
2026-01-19 14:11:34,430 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-c93d12d5-f984-4ada-a836-792b98be78db', 'x-compute-request-id': 'req-c93d12d5-f984-4ada-a836-792b98be78db', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:35,516 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.083s
2026-01-19 14:11:35,516 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-183e7daa-289a-44b0-90ff-5c926992ae38', 'x-compute-request-id': 'req-183e7daa-289a-44b0-90ff-5c926992ae38', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:36,567 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.048s
2026-01-19 14:11:36,568 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-f6a328ab-100f-4c91-aa1c-86ded1bdf091', 'x-compute-request-id': 'req-f6a328ab-100f-4c91-aa1c-86ded1bdf091', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:37,616 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.045s
2026-01-19 14:11:37,616 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-08aa4337-e40d-49e8-af40-3b9371e8416a', 'x-compute-request-id': 'req-08aa4337-e40d-49e8-af40-3b9371e8416a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:38,664 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.045s
2026-01-19 14:11:38,664 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-4190cf1f-3cdd-446a-aadf-cff6da57a7e1', 'x-compute-request-id': 'req-4190cf1f-3cdd-446a-aadf-cff6da57a7e1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:39,717 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.051s
2026-01-19 14:11:39,718 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-86696c62-97f3-42c9-9c61-575da6765a6e', 'x-compute-request-id': 'req-86696c62-97f3-42c9-9c61-575da6765a6e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:40,787 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.066s
2026-01-19 14:11:40,787 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-c3df5d7c-4262-418b-97b0-9eff991e2346', 'x-compute-request-id': 'req-c3df5d7c-4262-418b-97b0-9eff991e2346', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:41,836 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.045s
2026-01-19 14:11:41,836 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-807e8270-6abe-416d-9126-47cc4ba5f2c7', 'x-compute-request-id': 'req-807e8270-6abe-416d-9126-47cc4ba5f2c7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:42,889 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.049s
2026-01-19 14:11:42,889 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-54bd9de7-c2b3-43db-ac0f-69fd2ad453b0', 'x-compute-request-id': 'req-54bd9de7-c2b3-43db-ac0f-69fd2ad453b0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:43,933 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.041s
2026-01-19 14:11:43,934 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-164d1800-6f7e-45e4-970a-9ffacf5b91f7', 'x-compute-request-id': 'req-164d1800-6f7e-45e4-970a-9ffacf5b91f7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:44,982 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.046s
2026-01-19 14:11:44,982 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-7d27ebe8-68f8-4cbf-86cb-90f7f56c1af5', 'x-compute-request-id': 'req-7d27ebe8-68f8-4cbf-86cb-90f7f56c1af5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:46,029 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.044s
2026-01-19 14:11:46,030 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-cf2b7072-f286-4f5f-8374-fccd58f23830', 'x-compute-request-id': 'req-cf2b7072-f286-4f5f-8374-fccd58f23830', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:47,088 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.055s
2026-01-19 14:11:47,088 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-1953452d-4c7e-47ee-a513-3f946def3111', 'x-compute-request-id': 'req-1953452d-4c7e-47ee-a513-3f946def3111', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:48,143 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.052s
2026-01-19 14:11:48,144 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-3c98ad3f-905a-4c6d-ac8c-18aa1ee4cb23', 'x-compute-request-id': 'req-3c98ad3f-905a-4c6d-ac8c-18aa1ee4cb23', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:49,195 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.047s
2026-01-19 14:11:49,196 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-8be9fe94-0f6a-4eb4-b284-b7fa608264bb', 'x-compute-request-id': 'req-8be9fe94-0f6a-4eb4-b284-b7fa608264bb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:50,244 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.045s
2026-01-19 14:11:50,244 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-71552a34-0915-4f71-a0f7-572f7f341e6a', 'x-compute-request-id': 'req-71552a34-0915-4f71-a0f7-572f7f341e6a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:51,292 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.045s
2026-01-19 14:11:51,293 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-eeb6453a-f041-4782-b33a-8b575f24ef9b', 'x-compute-request-id': 'req-eeb6453a-f041-4782-b33a-8b575f24ef9b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:52,346 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.050s
2026-01-19 14:11:52,346 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-6c659e30-1c3d-4e0a-83e6-dcbcc94d916b', 'x-compute-request-id': 'req-6c659e30-1c3d-4e0a-83e6-dcbcc94d916b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:53,397 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.047s
2026-01-19 14:11:53,397 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-0a110977-2fed-42ed-8606-149da70180b0', 'x-compute-request-id': 'req-0a110977-2fed-42ed-8606-149da70180b0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:54,464 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.063s
2026-01-19 14:11:54,465 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-ecb86ab4-f338-4dcd-bef2-c9fde20ec34a', 'x-compute-request-id': 'req-ecb86ab4-f338-4dcd-bef2-c9fde20ec34a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:55,514 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.046s
2026-01-19 14:11:55,515 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-485d188b-8573-4869-9d5c-889f74935b85', 'x-compute-request-id': 'req-485d188b-8573-4869-9d5c-889f74935b85', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:56,562 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.043s
2026-01-19 14:11:56,562 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-98c85f2c-6b3e-46b4-93ef-49bfdbf3e56a', 'x-compute-request-id': 'req-98c85f2c-6b3e-46b4-93ef-49bfdbf3e56a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:57,646 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.080s
2026-01-19 14:11:57,646 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-32921a9e-6c1c-4fcc-a895-6a514633dc55', 'x-compute-request-id': 'req-32921a9e-6c1c-4fcc-a895-6a514633dc55', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:58,696 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.046s
2026-01-19 14:11:58,696 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-070a535e-3d06-4ea1-bb3a-5dff45b86a62', 'x-compute-request-id': 'req-070a535e-3d06-4ea1-bb3a-5dff45b86a62', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:11:59,760 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.062s
2026-01-19 14:11:59,761 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:11: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-ee248d1f-b730-48b3-809b-a99d69f089c5', 'x-compute-request-id': 'req-ee248d1f-b730-48b3-809b-a99d69f089c5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:12:00,824 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.059s
2026-01-19 14:12:00,824 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12: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-200dbe97-100d-4f6d-b46e-65db5b2908d0', 'x-compute-request-id': 'req-200dbe97-100d-4f6d-b46e-65db5b2908d0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:12:01,895 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.068s
2026-01-19 14:12:01,895 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12: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-b505b5b2-1547-4454-ab26-5c0659d17f30', 'x-compute-request-id': 'req-b505b5b2-1547-4454-ab26-5c0659d17f30', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:12:02,943 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.045s
2026-01-19 14:12:02,944 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12: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-2c3a2c3d-deb4-4871-973b-268143096e44', 'x-compute-request-id': 'req-2c3a2c3d-deb4-4871-973b-268143096e44', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:12:03,996 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.050s
2026-01-19 14:12:03,997 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12: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-9ebafc7d-2539-4b30-ac3b-1d2f877204e2', 'x-compute-request-id': 'req-9ebafc7d-2539-4b30-ac3b-1d2f877204e2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:12:05,049 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.049s
2026-01-19 14:12:05,050 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12: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-39ea2ee1-d83d-49f5-9c1a-130b3f61f319', 'x-compute-request-id': 'req-39ea2ee1-d83d-49f5-9c1a-130b3f61f319', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:12:06,100 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.047s
2026-01-19 14:12:06,101 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12: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-4012306b-5285-4ad4-aa3c-7e2f74f3c4a7', 'x-compute-request-id': 'req-4012306b-5285-4ad4-aa3c-7e2f74f3c4a7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:12:07,159 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.055s
2026-01-19 14:12:07,160 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12: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-fdc29a26-eb97-4a23-8e15-2b96f26aec50', 'x-compute-request-id': 'req-fdc29a26-eb97-4a23-8e15-2b96f26aec50', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:12:08,210 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.047s
2026-01-19 14:12:08,211 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12: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-8fbc8cae-223c-4264-8e01-e6cdd62dc561', 'x-compute-request-id': 'req-8fbc8cae-223c-4264-8e01-e6cdd62dc561', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:12:09,257 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.043s
2026-01-19 14:12:09,257 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12: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-36c7a9a3-064b-4624-9c72-58966ff3acdc', 'x-compute-request-id': 'req-36c7a9a3-064b-4624-9c72-58966ff3acdc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:12:10,307 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.046s
2026-01-19 14:12:10,307 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12: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-a20c4b4b-873c-4225-a6ec-ec3bf158d065', 'x-compute-request-id': 'req-a20c4b4b-873c-4225-a6ec-ec3bf158d065', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:12:11,352 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.042s
2026-01-19 14:12:11,352 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12: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-e5b462f1-0794-4e9a-a42d-6dbea3cd9dbe', 'x-compute-request-id': 'req-e5b462f1-0794-4e9a-a42d-6dbea3cd9dbe', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:12:12,404 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.048s
2026-01-19 14:12:12,404 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12: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-6506331c-ef1d-465d-80a0-af84dfd063c7', 'x-compute-request-id': 'req-6506331c-ef1d-465d-80a0-af84dfd063c7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:12:13,451 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.044s
2026-01-19 14:12:13,452 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12: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-27beda9f-d651-4ff7-a313-c2bd0f8d533d', 'x-compute-request-id': 'req-27beda9f-d651-4ff7-a313-c2bd0f8d533d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:12:14,497 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments 0.042s
2026-01-19 14:12:14,497 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12: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-a27e0215-72d6-47d1-95f3-bbba72cd8aec', 'x-compute-request-id': 'req-a27e0215-72d6-47d1-95f3-bbba72cd8aec', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "volumeId": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "serverId": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "device": "/dev/vdb"}]}'
2026-01-19 14:12:16,547 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 404 POST http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/action 1.046s
2026-01-19 14:12:16,547 81845 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': 'Mon, 19 Jan 2026 13:12:15 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-8d37c9eb-ed01-4620-a345-7638a1b03c28', 'x-compute-request-id': 'req-8d37c9eb-ed01-4620-a345-7638a1b03c28', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.243/compute/v2.1/servers/a036e2d0-4cd8-4066-8318-2b5a7180af9d/action'}
Body: b'{"itemNotFound": {"code": 404, "message": "Guest does not have a console available."}}'
2026-01-19 14:12:16,592 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.045s
2026-01-19 14:12:16,593 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b078626-283b-45e1-afb0-855ebb04cb60', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b078626-283b-45e1-afb0-855ebb04cb60', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:12:17,642 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.037s
2026-01-19 14:12:17,642 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bac95414-8062-433c-8432-7d6aa2b8fbbf', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bac95414-8062-433c-8432-7d6aa2b8fbbf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:12:18,694 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.040s
2026-01-19 14:12:18,694 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04d7a72b-7f1c-496d-957a-0453da7fcef3', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04d7a72b-7f1c-496d-957a-0453da7fcef3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:12:19,747 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.042s
2026-01-19 14:12:19,748 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d644fa3-7320-4f88-8402-424679a9daf6', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d644fa3-7320-4f88-8402-424679a9daf6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:12:20,800 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.041s
2026-01-19 14:12:20,800 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2c67abd-e2c8-48fa-818b-ab27488f0e40', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2c67abd-e2c8-48fa-818b-ab27488f0e40', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:12:21,850 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.039s
2026-01-19 14:12:21,850 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26a568a7-1c12-4a92-9e84-17dbbe70f95b', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26a568a7-1c12-4a92-9e84-17dbbe70f95b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:12:22,912 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.050s
2026-01-19 14:12:22,912 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-908950da-d509-4121-95d0-ec201bb61790', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-908950da-d509-4121-95d0-ec201bb61790', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:12:23,965 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.041s
2026-01-19 14:12:23,966 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1caac070-e15c-40dc-856d-4f4b42a4e258', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1caac070-e15c-40dc-856d-4f4b42a4e258', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:12:25,021 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.044s
2026-01-19 14:12:25,021 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08b50cd8-b61e-41f1-8117-785c599bed3a', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08b50cd8-b61e-41f1-8117-785c599bed3a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:12:26,078 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.045s
2026-01-19 14:12:26,078 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d879964d-f039-4ea4-b2dc-630285f53e89', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d879964d-f039-4ea4-b2dc-630285f53e89', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:12:27,131 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.043s
2026-01-19 14:12:27,132 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd4fe83d-27da-46a6-935e-d0230015c0ac', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd4fe83d-27da-46a6-935e-d0230015c0ac', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:12:28,179 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.036s
2026-01-19 14:12:28,179 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd0a9b01-e8df-4711-b748-f767b9b8890b', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd0a9b01-e8df-4711-b748-f767b9b8890b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:12:29,225 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.034s
2026-01-19 14:12:29,225 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4fd0b82-4aea-4b9d-bdf8-29d9d996f347', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4fd0b82-4aea-4b9d-bdf8-29d9d996f347', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:12:30,273 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.036s
2026-01-19 14:12:30,273 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-add333f5-2f49-46a5-b257-01554b329b5a', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-add333f5-2f49-46a5-b257-01554b329b5a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:12:31,323 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.038s
2026-01-19 14:12:31,323 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0094aae5-94ab-43eb-8197-9992373e1480', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0094aae5-94ab-43eb-8197-9992373e1480', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:12:32,376 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.037s
2026-01-19 14:12:32,376 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f0e2633-3199-42e8-8646-428d2ac1a58d', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f0e2633-3199-42e8-8646-428d2ac1a58d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:12:33,434 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.045s
2026-01-19 14:12:33,435 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-260ac1f5-fdcd-4fa1-b083-3c0288a29d8e', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-260ac1f5-fdcd-4fa1-b083-3c0288a29d8e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:12:34,481 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.035s
2026-01-19 14:12:34,481 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09af9953-daed-4826-ab8a-f44eb880edd5', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09af9953-daed-4826-ab8a-f44eb880edd5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:12:35,530 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.038s
2026-01-19 14:12:35,531 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4581ab43-9806-4f4d-b4b2-d0b82ac0ca1f', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4581ab43-9806-4f4d-b4b2-d0b82ac0ca1f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:12:36,585 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.042s
2026-01-19 14:12:36,585 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c81b581-7b06-4b0c-8cc1-f29fe207c8ff', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c81b581-7b06-4b0c-8cc1-f29fe207c8ff', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:12:37,639 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.042s
2026-01-19 14:12:37,639 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e99c653a-23c9-4a2a-8e99-9f7b7fd8c32c', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e99c653a-23c9-4a2a-8e99-9f7b7fd8c32c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:12:38,692 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.042s
2026-01-19 14:12:38,693 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6968a01a-e87c-4e59-89b5-b035b3bfc67c', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6968a01a-e87c-4e59-89b5-b035b3bfc67c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:12:39,741 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.037s
2026-01-19 14:12:39,742 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77546858-f05b-45c0-98aa-1adb7ecb20e3', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77546858-f05b-45c0-98aa-1adb7ecb20e3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:12:40,793 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.040s
2026-01-19 14:12:40,793 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64ed13fd-f0d9-4365-8f67-e0ac73ad28bc', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64ed13fd-f0d9-4365-8f67-e0ac73ad28bc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:12:41,845 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.040s
2026-01-19 14:12:41,845 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9ebdbf2-7ed4-4be1-8941-1700edeb9821', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9ebdbf2-7ed4-4be1-8941-1700edeb9821', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:12:42,892 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.035s
2026-01-19 14:12:42,892 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01e8b44c-536b-4c1e-a134-592c95ea1d35', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01e8b44c-536b-4c1e-a134-592c95ea1d35', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:12:43,959 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.056s
2026-01-19 14:12:43,959 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4cf3ff8-48d7-41ac-9c5f-4a8b0f2ff825', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4cf3ff8-48d7-41ac-9c5f-4a8b0f2ff825', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:12:45,010 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.039s
2026-01-19 14:12:45,010 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec40fa56-0488-48f1-ae94-1ca9540bddab', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec40fa56-0488-48f1-ae94-1ca9540bddab', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:12:46,072 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.049s
2026-01-19 14:12:46,072 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1f44ded-84c3-4067-a81e-59dd2069b9e4', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1f44ded-84c3-4067-a81e-59dd2069b9e4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:12:47,118 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.035s
2026-01-19 14:12:47,119 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55406d70-ba41-4706-a678-32e48db5ca03', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55406d70-ba41-4706-a678-32e48db5ca03', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:12:48,170 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.039s
2026-01-19 14:12:48,170 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27fb2286-928d-47c1-bbec-bbef90bc5309', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27fb2286-928d-47c1-bbec-bbef90bc5309', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:12:49,232 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.051s
2026-01-19 14:12:49,233 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87a48012-2847-47e7-ae28-54fc4755d752', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87a48012-2847-47e7-ae28-54fc4755d752', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:12:50,285 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.041s
2026-01-19 14:12:50,285 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f865d6c7-979b-4ff6-b363-513ba932f07a', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f865d6c7-979b-4ff6-b363-513ba932f07a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:12:51,336 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.039s
2026-01-19 14:12:51,336 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b07a8d54-3c38-4849-b873-f70540ef8c5c', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b07a8d54-3c38-4849-b873-f70540ef8c5c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:12:52,389 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.041s
2026-01-19 14:12:52,390 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35894881-a186-44dc-a283-0a2819b8fc4f', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35894881-a186-44dc-a283-0a2819b8fc4f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:12:53,440 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.038s
2026-01-19 14:12:53,440 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93fa31e7-34c1-423d-8914-44de5ec39170', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93fa31e7-34c1-423d-8914-44de5ec39170', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:12:54,511 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.059s
2026-01-19 14:12:54,512 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f42e3425-66f1-4df4-b776-57b2ca653830', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f42e3425-66f1-4df4-b776-57b2ca653830', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:12:55,562 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.037s
2026-01-19 14:12:55,562 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cc59252-dc1c-460f-b1bd-20528f059df4', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cc59252-dc1c-460f-b1bd-20528f059df4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:12:56,611 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.037s
2026-01-19 14:12:56,611 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8a427d4-bb8c-4f22-a1d3-d620006c4e6c', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8a427d4-bb8c-4f22-a1d3-d620006c4e6c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:12:57,676 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.053s
2026-01-19 14:12:57,676 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ef8a529-550d-4614-871d-309113dd801f', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ef8a529-550d-4614-871d-309113dd801f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:12:58,768 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.080s
2026-01-19 14:12:58,769 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14e0d110-3ae6-4f60-90a7-81ff70c10451', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14e0d110-3ae6-4f60-90a7-81ff70c10451', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:12:59,815 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.035s
2026-01-19 14:12:59,815 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:12:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91cb4311-7012-4035-8eb1-2befe69d95b4', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91cb4311-7012-4035-8eb1-2befe69d95b4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:00,861 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.035s
2026-01-19 14:13:00,862 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d33d389b-d8a4-472d-bea5-a608184329d8', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d33d389b-d8a4-472d-bea5-a608184329d8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:01,914 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.041s
2026-01-19 14:13:01,915 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18aee503-0041-43a7-adc0-a448857742c0', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18aee503-0041-43a7-adc0-a448857742c0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:02,972 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.046s
2026-01-19 14:13:02,973 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d300c544-d0c0-4c38-abd2-ec4d2ec62acb', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d300c544-d0c0-4c38-abd2-ec4d2ec62acb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:04,044 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.058s
2026-01-19 14:13:04,045 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cebc032-7e64-4dee-a96f-944c2ea54923', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cebc032-7e64-4dee-a96f-944c2ea54923', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:05,103 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.046s
2026-01-19 14:13:05,104 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16e32a60-e300-4336-a2c2-22181259c06d', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16e32a60-e300-4336-a2c2-22181259c06d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:06,155 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.036s
2026-01-19 14:13:06,155 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-028a3ee6-7ca2-410d-9c93-62a5b32b097c', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-028a3ee6-7ca2-410d-9c93-62a5b32b097c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:07,202 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.036s
2026-01-19 14:13:07,203 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a2cb781-94df-4bca-b1be-92e9aae713e4', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a2cb781-94df-4bca-b1be-92e9aae713e4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:08,261 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.046s
2026-01-19 14:13:08,262 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d7bcc14-6fbc-4fa4-a65b-2ca6e1f0a381', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d7bcc14-6fbc-4fa4-a65b-2ca6e1f0a381', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:09,312 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.039s
2026-01-19 14:13:09,313 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7b65a8b-c9d7-445c-9fb0-1afb443e450e', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7b65a8b-c9d7-445c-9fb0-1afb443e450e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:10,384 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.059s
2026-01-19 14:13:10,385 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9062736e-c41c-45f2-9e7a-210c0fa876ba', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9062736e-c41c-45f2-9e7a-210c0fa876ba', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:11,441 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.044s
2026-01-19 14:13:11,441 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e97f37cd-0f8c-4dec-a464-476694e2b3b9', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e97f37cd-0f8c-4dec-a464-476694e2b3b9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:12,491 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.038s
2026-01-19 14:13:12,492 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb5e20fb-a646-4dc3-a2a8-ba1b5feab736', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb5e20fb-a646-4dc3-a2a8-ba1b5feab736', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:13,545 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.041s
2026-01-19 14:13:13,545 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3496b42-7d65-49ef-ac3f-794a2dbbcc42', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3496b42-7d65-49ef-ac3f-794a2dbbcc42', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:14,600 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.042s
2026-01-19 14:13:14,600 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28d1b14e-7ff0-4f85-bf23-df3283861fea', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28d1b14e-7ff0-4f85-bf23-df3283861fea', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:15,653 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.040s
2026-01-19 14:13:15,653 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1772fa2-3922-42bc-ab09-9b0903a416a2', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1772fa2-3922-42bc-ab09-9b0903a416a2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:16,709 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.045s
2026-01-19 14:13:16,710 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ba201ec-a888-4384-b119-385776fa9cf9', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ba201ec-a888-4384-b119-385776fa9cf9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:17,776 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.054s
2026-01-19 14:13:17,776 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5678b145-add9-4b91-8625-c0ea07797e5e', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5678b145-add9-4b91-8625-c0ea07797e5e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:18,826 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.038s
2026-01-19 14:13:18,826 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ad75a77-e076-4a4d-9729-b824f1ca5f05', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ad75a77-e076-4a4d-9729-b824f1ca5f05', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:19,879 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.041s
2026-01-19 14:13:19,879 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53bf3c79-d7f6-46a4-a007-7bfe9fd2589d', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53bf3c79-d7f6-46a4-a007-7bfe9fd2589d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:20,930 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.039s
2026-01-19 14:13:20,930 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fab44a14-dbd5-4f2d-ad62-e6d4c04ebb39', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fab44a14-dbd5-4f2d-ad62-e6d4c04ebb39', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:21,985 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.041s
2026-01-19 14:13:21,985 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e5268ee-adf4-458e-a39a-42c3f0d09fa2', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e5268ee-adf4-458e-a39a-42c3f0d09fa2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:23,061 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.064s
2026-01-19 14:13:23,062 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01ee9752-4aa8-4af1-9174-def6a549e1f3', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01ee9752-4aa8-4af1-9174-def6a549e1f3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:24,120 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.047s
2026-01-19 14:13:24,120 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fa3e5d9-5b40-48e8-addb-9098b9aee314', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fa3e5d9-5b40-48e8-addb-9098b9aee314', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:25,169 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.036s
2026-01-19 14:13:25,169 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d716ad21-f1ff-4e01-80da-aeed8a8b4e97', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d716ad21-f1ff-4e01-80da-aeed8a8b4e97', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:26,229 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.049s
2026-01-19 14:13:26,230 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50f1d13f-f121-4c63-9be4-259451161c35', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50f1d13f-f121-4c63-9be4-259451161c35', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:27,284 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.042s
2026-01-19 14:13:27,284 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f4e59e1-9574-49b5-a8fd-5ee5556d501f', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f4e59e1-9574-49b5-a8fd-5ee5556d501f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:28,342 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.047s
2026-01-19 14:13:28,343 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48e32929-1382-4c62-a014-cec2a606da32', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48e32929-1382-4c62-a014-cec2a606da32', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:29,410 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.055s
2026-01-19 14:13:29,410 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc99a4d4-f58d-4d07-8e36-4be501f2d83a', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc99a4d4-f58d-4d07-8e36-4be501f2d83a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:30,462 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.040s
2026-01-19 14:13:30,462 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bd56605-b1ea-4c09-b2c2-eb4484191251', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bd56605-b1ea-4c09-b2c2-eb4484191251', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:31,601 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.127s
2026-01-19 14:13:31,601 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eba1632b-f958-4bd7-8f56-fee041dfa66b', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eba1632b-f958-4bd7-8f56-fee041dfa66b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:32,647 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.034s
2026-01-19 14:13:32,647 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b4619f4-f252-4cc4-a0c8-54a5390b8c63', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b4619f4-f252-4cc4-a0c8-54a5390b8c63', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:33,700 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.041s
2026-01-19 14:13:33,700 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3df44e81-7905-43f0-8938-82413d297ad7', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3df44e81-7905-43f0-8938-82413d297ad7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:34,749 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.037s
2026-01-19 14:13:34,749 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73af6dfe-ca99-4818-9348-865f2bcdd61d', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73af6dfe-ca99-4818-9348-865f2bcdd61d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:35,816 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.055s
2026-01-19 14:13:35,816 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65bf213d-4ba3-44a5-b7a9-7670082435db', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65bf213d-4ba3-44a5-b7a9-7670082435db', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:36,876 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.047s
2026-01-19 14:13:36,876 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30bb3aab-3f10-4fd4-acf2-8a8fc8f5a07f', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30bb3aab-3f10-4fd4-acf2-8a8fc8f5a07f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:37,926 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.038s
2026-01-19 14:13:37,926 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-217eefa1-e70d-4faa-b3dc-389737ece470', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-217eefa1-e70d-4faa-b3dc-389737ece470', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:38,974 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.037s
2026-01-19 14:13:38,975 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cff470a7-6bb5-47e7-b53e-06cf2f306051', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cff470a7-6bb5-47e7-b53e-06cf2f306051', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:40,024 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.037s
2026-01-19 14:13:40,025 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-420b2e6d-094f-492a-9a29-21626b4971f0', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-420b2e6d-094f-492a-9a29-21626b4971f0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:41,073 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.035s
2026-01-19 14:13:41,073 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee754b78-5045-4804-a49f-234b5a28caf9', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee754b78-5045-4804-a49f-234b5a28caf9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:42,121 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.037s
2026-01-19 14:13:42,122 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e7c3f54-839e-4124-9a74-69712d7d3da2', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e7c3f54-839e-4124-9a74-69712d7d3da2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:43,173 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.040s
2026-01-19 14:13:43,174 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d5f8bc3-7246-49c8-bb59-4217d4b87d6f', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d5f8bc3-7246-49c8-bb59-4217d4b87d6f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:44,221 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.036s
2026-01-19 14:13:44,221 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af5d3e58-be42-40e6-bcdd-7afb7ceaee84', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af5d3e58-be42-40e6-bcdd-7afb7ceaee84', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:45,278 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.044s
2026-01-19 14:13:45,278 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a55319f-6e89-440d-ac90-99d42e53908f', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a55319f-6e89-440d-ac90-99d42e53908f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:46,358 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.068s
2026-01-19 14:13:46,358 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5ceccd0-4e87-4822-965f-638c454feb49', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5ceccd0-4e87-4822-965f-638c454feb49', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:47,429 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.059s
2026-01-19 14:13:47,429 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6611b669-5aba-41ab-8e8c-ebbb38743219', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6611b669-5aba-41ab-8e8c-ebbb38743219', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:48,479 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.036s
2026-01-19 14:13:48,479 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a167857-8e68-440c-b750-9b309d62aa63', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a167857-8e68-440c-b750-9b309d62aa63', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:49,525 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.034s
2026-01-19 14:13:49,525 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28532311-8d2f-4a6e-85e6-0c165c6e3894', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28532311-8d2f-4a6e-85e6-0c165c6e3894', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:50,573 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.036s
2026-01-19 14:13:50,573 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df85d249-b3b5-400f-a723-c0fcc0918f55', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df85d249-b3b5-400f-a723-c0fcc0918f55', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:51,622 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.037s
2026-01-19 14:13:51,622 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-858e51ff-8985-4eb0-8903-3bf8894b8b94', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-858e51ff-8985-4eb0-8903-3bf8894b8b94', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:52,668 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.034s
2026-01-19 14:13:52,668 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6660989d-4fec-4b41-8ae2-0bee3b785387', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6660989d-4fec-4b41-8ae2-0bee3b785387', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:53,715 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.036s
2026-01-19 14:13:53,716 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9669a5e-a8c9-4b0b-8fb6-194b81bac686', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9669a5e-a8c9-4b0b-8fb6-194b81bac686', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:54,767 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.041s
2026-01-19 14:13:54,768 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d341d68-d59e-4162-b5fe-1002015de375', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d341d68-d59e-4162-b5fe-1002015de375', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:55,828 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.049s
2026-01-19 14:13:55,828 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d00de2b-ca40-4409-97a2-1e5cff3ff580', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d00de2b-ca40-4409-97a2-1e5cff3ff580', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:56,968 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.128s
2026-01-19 14:13:56,968 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff9a674a-5b23-4f07-830a-7fd8e41aad6c', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff9a674a-5b23-4f07-830a-7fd8e41aad6c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:58,017 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.037s
2026-01-19 14:13:58,017 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a06d1f94-a35e-4ee8-990a-ab5c7038812b', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a06d1f94-a35e-4ee8-990a-ab5c7038812b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:13:59,066 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.038s
2026-01-19 14:13:59,066 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:13:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76f42ff4-f0d0-43ad-abe0-ca614180914f', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76f42ff4-f0d0-43ad-abe0-ca614180914f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:00,114 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.036s
2026-01-19 14:14:00,114 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-430b236d-c0f0-4ef2-9116-dee39db1ba2a', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-430b236d-c0f0-4ef2-9116-dee39db1ba2a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:01,166 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.042s
2026-01-19 14:14:01,167 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6ce27bd-624f-4dd8-82bb-5a0ae29af0a1', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6ce27bd-624f-4dd8-82bb-5a0ae29af0a1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:02,226 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.047s
2026-01-19 14:14:02,226 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a7b3ebf-d7fa-45a8-9913-2853da1f8e36', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a7b3ebf-d7fa-45a8-9913-2853da1f8e36', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:03,275 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.037s
2026-01-19 14:14:03,275 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-865920f4-c977-4eff-a83c-c24197e9e95c', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-865920f4-c977-4eff-a83c-c24197e9e95c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:04,329 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.042s
2026-01-19 14:14:04,329 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65938933-7632-40a9-8839-bd22f4a0cab8', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65938933-7632-40a9-8839-bd22f4a0cab8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:05,376 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.036s
2026-01-19 14:14:05,377 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fd67ad9-1dbf-48b9-8edd-4265ca0823d0', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fd67ad9-1dbf-48b9-8edd-4265ca0823d0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:06,425 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.037s
2026-01-19 14:14:06,425 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc6308ad-27f0-491f-8820-d74133838574', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc6308ad-27f0-491f-8820-d74133838574', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:07,473 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.037s
2026-01-19 14:14:07,474 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-642a2a89-db79-4ae5-8b1e-2d2e6ef3504d', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-642a2a89-db79-4ae5-8b1e-2d2e6ef3504d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:08,520 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.035s
2026-01-19 14:14:08,520 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aaf11f72-5ab4-4523-90fd-1fc0ba9c296b', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aaf11f72-5ab4-4523-90fd-1fc0ba9c296b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:09,573 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.041s
2026-01-19 14:14:09,573 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-374c0ee6-9fc9-4420-9297-1108d3df6ed9', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-374c0ee6-9fc9-4420-9297-1108d3df6ed9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:10,632 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.047s
2026-01-19 14:14:10,633 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15edcc97-5202-4506-a50e-8e29125c3b8c', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15edcc97-5202-4506-a50e-8e29125c3b8c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:11,692 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.048s
2026-01-19 14:14:11,693 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75a8431e-a2b9-402c-9e96-dbb0d9462a9d', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75a8431e-a2b9-402c-9e96-dbb0d9462a9d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:12,743 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.039s
2026-01-19 14:14:12,743 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75665abd-2000-4b4d-ae85-436df35fcb4a', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75665abd-2000-4b4d-ae85-436df35fcb4a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:13,799 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.045s
2026-01-19 14:14:13,799 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ebff007-769e-4823-a2e1-12b1513f7417', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ebff007-769e-4823-a2e1-12b1513f7417', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:14,849 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.039s
2026-01-19 14:14:14,850 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d205db43-c596-4446-8437-7aeaba907a63', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d205db43-c596-4446-8437-7aeaba907a63', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:15,896 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.036s
2026-01-19 14:14:15,896 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-856e96bd-7001-44c2-85c8-ecc81e4bd762', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-856e96bd-7001-44c2-85c8-ecc81e4bd762', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:16,954 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.047s
2026-01-19 14:14:16,954 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24c808f5-761b-4bee-98dc-bc1fad4a4060', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24c808f5-761b-4bee-98dc-bc1fad4a4060', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:18,022 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.057s
2026-01-19 14:14:18,023 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-929f3706-24ab-4700-8965-d8ea37ebd098', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-929f3706-24ab-4700-8965-d8ea37ebd098', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:19,078 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.043s
2026-01-19 14:14:19,078 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a71bc25-d60c-4460-af33-c13abd571aa3', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a71bc25-d60c-4460-af33-c13abd571aa3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:20,137 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.047s
2026-01-19 14:14:20,137 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44d708b8-732c-4a2f-8d02-976c22ac3c93', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44d708b8-732c-4a2f-8d02-976c22ac3c93', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:21,188 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.039s
2026-01-19 14:14:21,188 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8da16241-fb83-4ef4-bc21-c8db30faaf4c', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8da16241-fb83-4ef4-bc21-c8db30faaf4c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:22,237 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.037s
2026-01-19 14:14:22,238 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73b4ed90-ade2-4def-ac66-141598076d36', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73b4ed90-ade2-4def-ac66-141598076d36', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:23,295 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.046s
2026-01-19 14:14:23,296 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84aafac7-81ac-4e60-a784-18a1372916ca', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84aafac7-81ac-4e60-a784-18a1372916ca', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:24,349 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.035s
2026-01-19 14:14:24,349 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45b77f9c-77dc-49e5-b7df-6b58fc95950a', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45b77f9c-77dc-49e5-b7df-6b58fc95950a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:25,397 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.037s
2026-01-19 14:14:25,397 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4679c19d-7319-4a62-bf7a-9c7804e63d3a', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4679c19d-7319-4a62-bf7a-9c7804e63d3a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:26,450 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.042s
2026-01-19 14:14:26,450 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be656a12-6f2d-4c53-85ea-b22e558488c7', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be656a12-6f2d-4c53-85ea-b22e558488c7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:27,502 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.040s
2026-01-19 14:14:27,503 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48057832-23ea-4d09-a773-180de5793fd2', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48057832-23ea-4d09-a773-180de5793fd2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:28,579 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.066s
2026-01-19 14:14:28,580 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6380be8e-3e1d-466f-907c-fc48103e41cb', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6380be8e-3e1d-466f-907c-fc48103e41cb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:29,632 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.040s
2026-01-19 14:14:29,632 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91bcc87c-bd80-4461-ad89-bf3dca6424f3', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91bcc87c-bd80-4461-ad89-bf3dca6424f3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:30,680 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.036s
2026-01-19 14:14:30,681 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6c45816-c51d-486f-a9cc-0f8afbbdb5b6', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6c45816-c51d-486f-a9cc-0f8afbbdb5b6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:31,739 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.046s
2026-01-19 14:14:31,739 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-155a4121-f8a5-45be-a732-c37542312ec5', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-155a4121-f8a5-45be-a732-c37542312ec5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:32,805 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.051s
2026-01-19 14:14:32,806 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc240bdf-5e98-4a0b-8077-149ea4587f1d', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc240bdf-5e98-4a0b-8077-149ea4587f1d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:33,862 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.046s
2026-01-19 14:14:33,863 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3869da56-18dc-42e5-b095-d6ef35610512', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3869da56-18dc-42e5-b095-d6ef35610512', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:34,920 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.046s
2026-01-19 14:14:34,920 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b48aa6e1-9e11-486b-a981-429b89f548a9', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b48aa6e1-9e11-486b-a981-429b89f548a9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:35,967 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.036s
2026-01-19 14:14:35,968 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac1543d4-f936-433d-8222-37149d0797a0', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac1543d4-f936-433d-8222-37149d0797a0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:37,076 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.097s
2026-01-19 14:14:37,076 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c8b85ab-ed4d-430d-90b4-372322eaf901', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c8b85ab-ed4d-430d-90b4-372322eaf901', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:38,128 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.040s
2026-01-19 14:14:38,128 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-447ece49-e80d-424f-a346-f50eca5a8f69', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-447ece49-e80d-424f-a346-f50eca5a8f69', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:39,180 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.040s
2026-01-19 14:14:39,181 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60aa422f-cb34-422d-ad74-4d5c14f87364', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60aa422f-cb34-422d-ad74-4d5c14f87364', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:40,228 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.037s
2026-01-19 14:14:40,229 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6bb8307-92aa-4010-b0a7-a59ad998f37e', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6bb8307-92aa-4010-b0a7-a59ad998f37e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:41,278 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.037s
2026-01-19 14:14:41,278 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ce61214-7f23-444a-a5dc-537be43ff8fc', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ce61214-7f23-444a-a5dc-537be43ff8fc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:42,330 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.041s
2026-01-19 14:14:42,330 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce5b0963-1e6f-491e-a953-30a533a042bc', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce5b0963-1e6f-491e-a953-30a533a042bc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:43,385 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.037s
2026-01-19 14:14:43,385 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c96a845-2189-43f1-a3f3-33262a84474d', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c96a845-2189-43f1-a3f3-33262a84474d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:44,437 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.040s
2026-01-19 14:14:44,437 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b475a4a-4963-4bde-ab7c-115043f8d5cb', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b475a4a-4963-4bde-ab7c-115043f8d5cb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:45,493 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.044s
2026-01-19 14:14:45,493 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51d76956-6030-4c60-8d2b-3be825db500b', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51d76956-6030-4c60-8d2b-3be825db500b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:46,547 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.043s
2026-01-19 14:14:46,548 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-225a4890-92c8-488e-8fff-fe5ff6736282', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-225a4890-92c8-488e-8fff-fe5ff6736282', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:47,605 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.046s
2026-01-19 14:14:47,606 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e17f217-66ed-4934-b4fc-cb0ec49f5969', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e17f217-66ed-4934-b4fc-cb0ec49f5969', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:48,664 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.047s
2026-01-19 14:14:48,664 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b851e324-c88c-4bd0-8a40-3f0e32f6907b', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b851e324-c88c-4bd0-8a40-3f0e32f6907b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:49,714 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.038s
2026-01-19 14:14:49,715 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb1ae6bd-a3b5-4011-81ca-25d6c04b7dc8', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb1ae6bd-a3b5-4011-81ca-25d6c04b7dc8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:50,768 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.042s
2026-01-19 14:14:50,768 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a3336b4-c069-4243-b622-248cf6896e09', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a3336b4-c069-4243-b622-248cf6896e09', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:51,823 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.044s
2026-01-19 14:14:51,824 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98f95795-8686-4921-b88b-a8bb7ede3aed', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98f95795-8686-4921-b88b-a8bb7ede3aed', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:52,896 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.060s
2026-01-19 14:14:52,896 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35208365-c0ed-4753-a6a1-52d6afef30ab', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35208365-c0ed-4753-a6a1-52d6afef30ab', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:53,952 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.043s
2026-01-19 14:14:53,952 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf63971b-2a27-42e6-b050-5dd2dd557e21', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf63971b-2a27-42e6-b050-5dd2dd557e21', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:55,015 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.050s
2026-01-19 14:14:55,015 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8382de4f-48d7-497d-afb3-b49727ce44ae', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8382de4f-48d7-497d-afb3-b49727ce44ae', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:56,071 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.045s
2026-01-19 14:14:56,071 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55404602-01fc-478b-85ad-0d2ee8df21bc', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55404602-01fc-478b-85ad-0d2ee8df21bc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:57,126 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.042s
2026-01-19 14:14:57,126 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa8ab6aa-eb81-4a91-8646-f032d2a33fc9', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa8ab6aa-eb81-4a91-8646-f032d2a33fc9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:58,180 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.042s
2026-01-19 14:14:58,180 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59ddbf5d-7063-4489-921f-c5f5ab59b888', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59ddbf5d-7063-4489-921f-c5f5ab59b888', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:14:59,231 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.038s
2026-01-19 14:14:59,231 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:14:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39364d06-4707-4a3f-8f5f-8547d7335f1e', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39364d06-4707-4a3f-8f5f-8547d7335f1e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:15:00,283 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.041s
2026-01-19 14:15:00,284 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:15:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5cc8b79-cf28-4342-9dd4-c336e3f4c86f', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5cc8b79-cf28-4342-9dd4-c336e3f4c86f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:15:01,339 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.043s
2026-01-19 14:15:01,339 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:15:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bb35727-2fdb-48f1-b53e-0ed5d20d1c2f', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bb35727-2fdb-48f1-b53e-0ed5d20d1c2f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:15:02,400 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.050s
2026-01-19 14:15:02,400 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:15:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b7679c9-17b1-4d94-9fc2-c4556e6f4b3f', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b7679c9-17b1-4d94-9fc2-c4556e6f4b3f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:15:03,457 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.043s
2026-01-19 14:15:03,457 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:15:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-495b3a42-c025-4eb4-a8c1-23589217440c', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-495b3a42-c025-4eb4-a8c1-23589217440c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:15:04,510 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.038s
2026-01-19 14:15:04,510 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:15:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73106b40-cb93-4e8a-8ea8-459c6faaf72d', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73106b40-cb93-4e8a-8ea8-459c6faaf72d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:15:05,558 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.036s
2026-01-19 14:15:05,558 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:15:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cb862bb-5857-4c19-b5c9-168891a6c7af', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cb862bb-5857-4c19-b5c9-168891a6c7af', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:15:06,606 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.036s
2026-01-19 14:15:06,606 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:15:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42b1bb11-41d3-47ec-a66a-2b0596c1c6c0', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42b1bb11-41d3-47ec-a66a-2b0596c1c6c0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:15:07,655 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.037s
2026-01-19 14:15:07,656 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:15:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdd2f714-9e33-4621-a4fb-dfbe2962cb4f', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdd2f714-9e33-4621-a4fb-dfbe2962cb4f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:15:08,706 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.039s
2026-01-19 14:15:08,707 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:15:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28f9618f-1ac6-484c-82f9-c22538fd6fe3', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28f9618f-1ac6-484c-82f9-c22538fd6fe3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:15:09,760 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.042s
2026-01-19 14:15:09,761 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:15:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b89ee829-bdbb-46c1-8007-007c3df40b08', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b89ee829-bdbb-46c1-8007-007c3df40b08', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:15:10,819 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.046s
2026-01-19 14:15:10,819 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:15:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-281c584f-afa7-450b-9911-a04623f4e835', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-281c584f-afa7-450b-9911-a04623f4e835', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:15:11,870 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.036s
2026-01-19 14:15:11,870 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:15:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63b79262-c1e8-4c04-90b3-00bdb49ee00e', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63b79262-c1e8-4c04-90b3-00bdb49ee00e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:15:12,917 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.035s
2026-01-19 14:15:12,918 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:15:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8910981-07e9-47e8-99b1-1224da3bdafd', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8910981-07e9-47e8-99b1-1224da3bdafd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:15:13,976 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.047s
2026-01-19 14:15:13,976 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:15:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44dd3915-cb2c-4061-a8a0-cb0719d6057d', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44dd3915-cb2c-4061-a8a0-cb0719d6057d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:15:15,024 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.037s
2026-01-19 14:15:15,024 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:15:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bded1f06-da54-4c09-9018-e040ea5f10a2', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bded1f06-da54-4c09-9018-e040ea5f10a2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:15:16,086 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.050s
2026-01-19 14:15:16,086 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:15:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-285055ca-88c3-4bf6-85ca-d92a9fe1e41d', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-285055ca-88c3-4bf6-85ca-d92a9fe1e41d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:15:17,135 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.037s
2026-01-19 14:15:17,135 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:15:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd727add-0545-4b46-abca-63100b8ffc08', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd727add-0545-4b46-abca-63100b8ffc08', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:15:18,183 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.036s
2026-01-19 14:15:18,184 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:15:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7257a38d-d4cc-4697-8248-4175fdf5a350', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7257a38d-d4cc-4697-8248-4175fdf5a350', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:15:19,252 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.057s
2026-01-19 14:15:19,252 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:15:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4cbbb4f3-7848-4af8-a939-0a8ea6183b36', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cbbb4f3-7848-4af8-a939-0a8ea6183b36', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:15:20,313 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.050s
2026-01-19 14:15:20,314 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:15:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb251307-e90c-4ee4-8881-4a73e667831d', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb251307-e90c-4ee4-8881-4a73e667831d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:15:21,387 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.061s
2026-01-19 14:15:21,387 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:15:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49422cb1-2f5e-4377-acb0-340de43a2186', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49422cb1-2f5e-4377-acb0-340de43a2186', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:15:22,438 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.040s
2026-01-19 14:15:22,438 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:15:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67d0e301-182b-40be-9b29-6933d01a37cb', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67d0e301-182b-40be-9b29-6933d01a37cb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:15:23,492 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.042s
2026-01-19 14:15:23,492 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:15:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3661d5a7-066a-4bb0-877e-682bca237827', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3661d5a7-066a-4bb0-877e-682bca237827', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:15:24,561 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.049s
2026-01-19 14:15:24,561 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:15:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-adeb1148-3d01-480e-99ae-ca6b2f3199a4', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-adeb1148-3d01-480e-99ae-ca6b2f3199a4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:15:25,619 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.046s
2026-01-19 14:15:25,619 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:15:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bb90cfc-8159-4be9-9d44-dc9310ca9ac7', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bb90cfc-8159-4be9-9d44-dc9310ca9ac7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:15:26,678 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.048s
2026-01-19 14:15:26,678 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:15:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d37fd30c-453f-4c7e-a82d-84c580f3043a', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d37fd30c-453f-4c7e-a82d-84c580f3043a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:15:27,736 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.044s
2026-01-19 14:15:27,736 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:15:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddd08f63-0336-4674-abc3-8cc2b82d4a12', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddd08f63-0336-4674-abc3-8cc2b82d4a12', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:15:28,794 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.047s
2026-01-19 14:15:28,794 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:15:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de44cefb-8ab4-4f1d-9ec0-71326f8fa161', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de44cefb-8ab4-4f1d-9ec0-71326f8fa161', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:15:29,846 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.040s
2026-01-19 14:15:29,847 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:15:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89bc9d68-c79b-46c8-b587-f7ae4df7e8f4', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89bc9d68-c79b-46c8-b587-f7ae4df7e8f4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:15:30,900 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.038s
2026-01-19 14:15:30,900 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:15:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb353f8b-98bc-418f-a877-b9faf3fa0c01', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb353f8b-98bc-418f-a877-b9faf3fa0c01', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:15:31,963 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.051s
2026-01-19 14:15:31,963 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:15:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5313178-45be-42e3-8d2b-c92ec9943e45', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5313178-45be-42e3-8d2b-c92ec9943e45', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
2026-01-19 14:15:33,014 81845 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36 0.039s
2026-01-19 14:15:33,014 81845 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 19 Jan 2026 13:15:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2148bf0-4a00-49f1-a4b0-9f4cdc7aaf0b', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2148bf0-4a00-49f1-a4b0-9f4cdc7aaf0b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36'}
Body: b'{"volume": {"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-01-19T13:02:45.000000", "updated_at": "2026-01-19T13:04:24.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1002232189", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.243/volume/v3/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}, {"rel": "bookmark", "href": "http://192.168.122.243/volume/volumes/2c0d6c82-f9f8-4288-b70a-db273c3fab36"}], "user_id": "abfd4d7f62f34bfb9ec96fb6c981e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "attachment_id": "ca52a274-9090-4d65-bf8d-9e54ff24902e", "volume_id": "2c0d6c82-f9f8-4288-b70a-db273c3fab36", "server_id": "a036e2d0-4cd8-4066-8318-2b5a7180af9d", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-01-19T13:04:20.000000"}], "os-vol-tenant-attr:tenant_id": "d0e2a1068d6c4d62ab5497948e70517b"}}'
}}}
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 583, in _detach_volume
self.servers_client.detach_volume(server['id'], volume['id'])
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 494, in detach_volume
resp, body = self.delete('servers/%s/os-volume_attachments/%s' %
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 892, in _error_checker
raise exceptions.Conflict(resp_body, resp=resp)
tempest.lib.exceptions.Conflict: Conflict with state of target resource
Details: {'code': 409, 'message': "Cannot 'detach_volume' instance a036e2d0-4cd8-4066-8318-2b5a7180af9d 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 2c0d6c82-f9f8-4288-b70a-db273c3fab36 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 a036e2d0-4cd8-4066-8318-2b5a7180af9d 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 | |
ProjectAdminTests39) |
skip
pt13.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectAdminTests39)
|
||||||
ProjectMemberTests33) |
skip
pt13.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectMemberTests33)
|
||||||
ProjectMemberTests39) |
skip
pt13.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectMemberTests39)
|
||||||
ProjectReaderTests33) |
skip
pt13.4: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectReaderTests33)
|
||||||
ProjectAdminTests33) |
skip
pt13.5: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectAdminTests33)
|
||||||
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)
|
||||||
ProjectReaderTests) |
skip
pt16.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectReaderTests)
|
||||||
ProjectAdminTests) |
skip
pt16.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectAdminTests)
|
||||||
| 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)
|
||||||
VolumeTypesMemberTests) |
skip
pt18.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests)
|
||||||
VolumeTypesReaderTests) |
skip
pt18.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests)
|
||||||
VolumeTypesAdminTests) |
skip
pt18.4: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests)
|
||||||
VolumeTypesMemberTests) |
skip
pt18.5: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests)
|
||||||
VolumeTypesReaderTests) |
skip
pt18.6: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests)
|
||||||
| 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 | |
VolumesBackupsTest) |
skip
pt31.1: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest)
|
||||||
VolumesBackupsV39Test) |
skip
pt31.2: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test)
|
||||||
| 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 | ||