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 03440ef3-2f5d-4ea4-b9cb-89235ab4de0a failed to delete and is in ERROR status. Fault: {'code': 404, 'created': '2025-12-16T09:28:42Z', 'message': 'Guest does not have a console available.'}., <traceback object at 0x7f15c1c71840>), (<class 'tempest.lib.exceptions.Conflict'>, Conflict with state of target resource
Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group 9eec1471-210a-4804-bb09-918beaea008d in use.', 'detail': ''}, <traceback object at 0x7f15c1e56140>), (<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 0x7f15c007f500>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out
Details: (ServerRescueNegativeTestJSON:tearDownClass) Failed to delete volume 15478d17-b4e9-47d8-a074-8cd94b5a36b6 within the required time (196 s). Timer started at 1765877521. Timer ended at 1765877717. Waited for 196 s., <traceback object at 0x7f15c1cd2e40>))
|
||||||
| 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:'': {{{
2025-12-16 10:18:43,348 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://192.168.122.111/volume/v3/volumes 0.394s
2025-12-16 10:18:43,348 82243 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-450034549"}}
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:18:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f75e92ad-262c-4c7d-be80-49e6a457f8d0', 'content-length': '767', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f75e92ad-262c-4c7d-be80-49e6a457f8d0', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.111/volume/v3/volumes'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.193284", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2025-12-16 10:18:43,475 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.115s
2025-12-16 10:18:43,476 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:18:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa7e55db-5ff7-4aa3-a42e-246afe3b052b', 'content-length': '835', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa7e55db-5ff7-4aa3-a42e-246afe3b052b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:18:44,671 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.183s
2025-12-16 10:18:44,671 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:18:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80343e0b-ab7b-4355-af95-a157e72cadca', 'content-length': '859', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80343e0b-ab7b-4355-af95-a157e72cadca', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:18:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:18:45,805 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.118s
2025-12-16 10:18:45,805 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:18:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8a3b258-56d6-45b5-9cf0-b8f07b87d45f', 'content-length': '859', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8a3b258-56d6-45b5-9cf0-b8f07b87d45f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:18:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:18:46,982 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.164s
2025-12-16 10:18:46,982 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:18:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-accec5d0-8aa2-44fd-a2b5-7c35563f76fd', 'content-length': '859', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-accec5d0-8aa2-44fd-a2b5-7c35563f76fd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:18:44.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:18:48,077 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.081s
2025-12-16 10:18:48,078 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:18:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9a0d559-9f15-4d89-ba62-1ff271445e1e', 'content-length': '860', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9a0d559-9f15-4d89-ba62-1ff271445e1e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:18:47.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:18:48,098 82243 INFO [tempest.common.waiters] volume 15478d17-b4e9-47d8-a074-8cd94b5a36b6 reached available after waiting for 5.098357 seconds
2025-12-16 10:18:48,099 82243 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2025-12-16 10:18:48,210 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 POST http://192.168.122.111/compute/v2.1/os-keypairs 0.110s
2025-12-16 10:18:48,210 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1901407403", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPPGDzLEPcLDYtSzoTb9sWubhPmmpydEVggB7gN/6yn0pqA1wlZ2eRPmnjK6YYUDls2uWsFYOZcPTOfmfBRhtK1CrKQACJM4FhS2MCLJ8pdwL2kb1cezxpaCicmnEbdtPg=="}}
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:18: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-e6915466-05a8-4f16-9d28-a54a6667cfdf', 'x-compute-request-id': 'req-e6915466-05a8-4f16-9d28-a54a6667cfdf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-1901407403", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPPGDzLEPcLDYtSzoTb9sWubhPmmpydEVggB7gN/6yn0pqA1wlZ2eRPmnjK6YYUDls2uWsFYOZcPTOfmfBRhtK1CrKQACJM4FhS2MCLJ8pdwL2kb1cezxpaCicmnEbdtPg==", "fingerprint": "62:b0:08:58:9f:f4:88:66:1d:77:fc:26:a5:86:4d:d2", "user_id": "db2e37cf34ed498ca34e046d8610cecf"}}'
2025-12-16 10:18:48,212 82243 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1901407403 created
2025-12-16 10:18:48,665 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://192.168.122.111/networking/v2.0/security-groups 0.451s
2025-12-16 10:18:48,666 82243 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--1156902681", "description": "tempest-description--167846035"}}
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:18:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-afa8c934-550a-4bd5-87c8-680a164fd546', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.111/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "9eec1471-210a-4804-bb09-918beaea008d", "name": "tempest-securitygroup--1156902681", "stateful": true, "tenant_id": "ad1a76088c864eb9aff81ddcde92df19", "project_id": "ad1a76088c864eb9aff81ddcde92df19", "description": "tempest-description--167846035", "shared": false, "security_group_rules": [{"id": "cf014392-dd62-4c84-839b-6d33f7dad6da", "project_id": "ad1a76088c864eb9aff81ddcde92df19", "tenant_id": "ad1a76088c864eb9aff81ddcde92df19", "security_group_id": "9eec1471-210a-4804-bb09-918beaea008d", "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": 631, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-12-16T09:18:48Z", "updated_at": "2025-12-16T09:18:48Z", "revision_number": 0}, {"id": "df03f88b-1996-4fec-a651-93de3fd1c2be", "project_id": "ad1a76088c864eb9aff81ddcde92df19", "tenant_id": "ad1a76088c864eb9aff81ddcde92df19", "security_group_id": "9eec1471-210a-4804-bb09-918beaea008d", "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": 630, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-12-16T09:18:48Z", "updated_at": "2025-12-16T09:18:48Z", "revision_number": 0}], "tags": [], "created_at": "2025-12-16T09:18:48Z", "updated_at": "2025-12-16T09:18:48Z", "revision_number": 1}}'
2025-12-16 10:18:49,294 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://192.168.122.111/networking/v2.0/security-group-rules 0.628s
2025-12-16 10:18:49,294 82243 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": "9eec1471-210a-4804-bb09-918beaea008d", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:18:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-5882bcbc-cf9c-42ee-80f5-d1bfc1691312', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.111/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "138aa5a9-ca3c-4be5-bfaf-4c04fc286567", "project_id": "ad1a76088c864eb9aff81ddcde92df19", "tenant_id": "ad1a76088c864eb9aff81ddcde92df19", "security_group_id": "9eec1471-210a-4804-bb09-918beaea008d", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-12-16T09:18:48Z", "updated_at": "2025-12-16T09:18:48Z", "revision_number": 0}}'
2025-12-16 10:18:49,690 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://192.168.122.111/networking/v2.0/security-group-rules 0.395s
2025-12-16 10:18:49,690 82243 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": "9eec1471-210a-4804-bb09-918beaea008d", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:18:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-3c99449d-f707-4048-83e6-e364c16e0215', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.111/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "e7e9a169-13ab-43f5-a76d-c78077d40607", "project_id": "ad1a76088c864eb9aff81ddcde92df19", "tenant_id": "ad1a76088c864eb9aff81ddcde92df19", "security_group_id": "9eec1471-210a-4804-bb09-918beaea008d", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-12-16T09:18:49Z", "updated_at": "2025-12-16T09:18:49Z", "revision_number": 0}}'
2025-12-16 10:18:49,691 82243 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1156902681 created
2025-12-16 10:18:51,208 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://192.168.122.111/networking/v2.0/floatingips 1.517s
2025-12-16 10:18:51,209 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "da14f7e6-f5be-4d72-95b2-fb7d4a156886"}}
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:18:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-a425561f-4906-4d85-97f5-213f7fd39324', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.111/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "34978d2b-5a17-4351-92de-d6f4eb58a567", "tenant_id": "ad1a76088c864eb9aff81ddcde92df19", "project_id": "ad1a76088c864eb9aff81ddcde92df19", "floating_ip_address": "172.24.4.51", "floating_network_id": "da14f7e6-f5be-4d72-95b2-fb7d4a156886", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-12-16T09:18:50Z", "updated_at": "2025-12-16T09:18:50Z", "revision_number": 0}}'
2025-12-16 10:18:51,209 82243 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '34978d2b-5a17-4351-92de-d6f4eb58a567', 'tenant_id': 'ad1a76088c864eb9aff81ddcde92df19', 'project_id': 'ad1a76088c864eb9aff81ddcde92df19', 'floating_ip_address': '172.24.4.51', 'floating_network_id': 'da14f7e6-f5be-4d72-95b2-fb7d4a156886', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-12-16T09:18:50Z', 'updated_at': '2025-12-16T09:18:50Z', 'revision_number': 0, 'ip': '172.24.4.51'} created
2025-12-16 10:18:51,336 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://192.168.122.111/identity/v3/auth/tokens 0.123s
2025-12-16 10:18:51,336 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:18:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2538', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-7be5e9cc-f8e1-406f-9fb6-720afe4a3429', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.111/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "db2e37cf34ed498ca34e046d8610cecf", "name": "tempest-ServerRescueNegativeTestJSON-839977611-project-member", "password_expires_at": null}, "audit_ids": ["SwUmnGsBRi-X6prqBBdkCw"], "expires_at": "2025-12-16T10:18:51.000000Z", "issued_at": "2025-12-16T09:18:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ad1a76088c864eb9aff81ddcde92df19", "name": "tempest-ServerRescueNegativeTestJSON-839977611"}, "is_domain": false, "roles": [{"id": "c1dd7c8c18274e30b1a93c337e7036d7", "name": "reader"}, {"id": "7fdfe16af8904e808344ddde5e646840", "name": "member"}], "catalog": [{"endpoints": [{"id": "a306826c3ce84261b51b62459698dd6c", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.111/compute/v2/ad1a76088c864eb9aff81ddcde92df19", "region": "RegionOne"}], "id": "0ddb34883294446f92adaa54e32f73fd", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7fcf7b1e55cf4ec8ab257474a87f7e1e", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.111/volume/v3", "region": "RegionOne"}], "id": "109cbd7dadfa452cabc10ed2b4d9f3ab", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4cdf91db338040a482a276d8d03e15e0", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.111/image", "region": "RegionOne"}], "id": "44f1471d6b95433d81d16871c1814dd1", "type": "image", "name": "glance"}, {"endpoints": [{"id": "357e8b54ec3a4865b84ebe4b086f4130", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.111/placement", "region": "RegionOne"}], "id": "8612f17348904232924b3a9f621d54fe", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "380ab5f2975d46b89af1e1a0db6d9b78", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.111/compute/v2.1", "region": "RegionOne"}], "id": "9a879a7fd5284e8b87d305990a0d200c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "f6d4b55cd4d040dd93fb7cbdac0da2c6", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.111/networking", "region": "RegionOne"}], "id": "9d19657629504916b6ba794260c1c3c8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "790ff1c23595455ca2714cefe65995b9", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.111/identity", "region": "RegionOne"}], "id": "b6984d7198634c338e89f72a0b52b4c2", "type": "identity", "name": "keystone"}]}}'
2025-12-16 10:18:51,337 82243 INFO [tempest.lib.common.fixed_network] (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume) Found network {'id': 'bb0e8e8b-f376-4882-9783-349d255300bc', 'name': 'tempest-ServerRescueNegativeTestJSON-1178456825-network', 'tenant_id': 'ad1a76088c864eb9aff81ddcde92df19', 'project_id': 'ad1a76088c864eb9aff81ddcde92df19', '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': 50037, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-12-16T09:17:32Z', 'updated_at': '2025-12-16T09:17:32Z', 'revision_number': 1} available for tenant
2025-12-16 10:18:51,337 82243 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1901407403', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPPGDzLEPcLDYtSzoTb9sWubhPmmpydEVggB7gN/6yn0pqA1wlZ2eRPmnjK6YYUDls2uWsFYOZcPTOfmfBRhtK1CrKQACJM4FhS2MCLJ8pdwL2kb1cezxpaCicmnEbdtPg==', 'fingerprint': '62:b0:08:58:9f:f4:88:66:1d:77:fc:26:a5:86:4d:d2', 'user_id': 'db2e37cf34ed498ca34e046d8610cecf', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAjPgWI1Hds+cDGGjWZLTIpgbyMoIN6rDGRxlDIdrKZwqnjabioXmCC\nvMhL5Y9+NhmgBwYFK4EEACKhZANiAATzxg8yxD3Cw2LUs6E2/bFrm4T5pqcnRFYI\nAe4Df+sp9KagNcJWdnkT5p4yumGFA5bNrlrBWDmXD0zn5nwUYbStQqykAAiTOBYU\ntjAiyfKXcC9pG9XHs8aWgonJpxG3bT4=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '9eec1471-210a-4804-bb09-918beaea008d', 'name': 'tempest-securitygroup--1156902681', 'stateful': True, 'tenant_id': 'ad1a76088c864eb9aff81ddcde92df19', 'project_id': 'ad1a76088c864eb9aff81ddcde92df19', 'description': 'tempest-description--167846035', 'shared': False, 'security_group_rules': [{'id': 'cf014392-dd62-4c84-839b-6d33f7dad6da', 'project_id': 'ad1a76088c864eb9aff81ddcde92df19', 'tenant_id': 'ad1a76088c864eb9aff81ddcde92df19', 'security_group_id': '9eec1471-210a-4804-bb09-918beaea008d', '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': 631, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-12-16T09:18:48Z', 'updated_at': '2025-12-16T09:18:48Z', 'revision_number': 0}, {'id': 'df03f88b-1996-4fec-a651-93de3fd1c2be', 'project_id': 'ad1a76088c864eb9aff81ddcde92df19', 'tenant_id': 'ad1a76088c864eb9aff81ddcde92df19', 'security_group_id': '9eec1471-210a-4804-bb09-918beaea008d', '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': 630, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-12-16T09:18:48Z', 'updated_at': '2025-12-16T09:18:48Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-12-16T09:18:48Z', 'updated_at': '2025-12-16T09:18:48Z', 'revision_number': 1}, 'floating_ip': {'id': '34978d2b-5a17-4351-92de-d6f4eb58a567', 'tenant_id': 'ad1a76088c864eb9aff81ddcde92df19', 'project_id': 'ad1a76088c864eb9aff81ddcde92df19', 'floating_ip_address': '172.24.4.51', 'floating_network_id': 'da14f7e6-f5be-4d72-95b2-fb7d4a156886', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-12-16T09:18:50Z', 'updated_at': '2025-12-16T09:18:50Z', 'revision_number': 0, 'ip': '172.24.4.51'}}
2025-12-16 10:18:52,171 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://192.168.122.111/compute/v2.1/servers 0.833s
2025-12-16 10:18:52,172 82243 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-721650324", "imageRef": "166c1920-1c77-40a9-9c44-093138d69373", "flavorRef": "42", "adminPass": "U0~q64N^%dftT&S", "networks": [{"uuid": "bb0e8e8b-f376-4882-9783-349d255300bc"}], "security_groups": [{"name": "tempest-securitygroup--1156902681"}], "key_name": "tempest-keypair-1901407403", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:18:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '417', 'location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-702b6029-d040-4e97-b357-30879a738b39', 'x-compute-request-id': 'req-702b6029-d040-4e97-b357-30879a738b39', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.111/compute/v2.1/servers'}
Body: b'{"server": {"id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "links": [{"rel": "self", "href": "http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}, {"rel": "bookmark", "href": "http://192.168.122.111/compute/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1156902681"}], "adminPass": "U0~q64N^%dftT&S"}}'
2025-12-16 10:18:52,273 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a 0.099s
2025-12-16 10:18:52,274 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:18:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1259', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b0883acb-2fad-4616-b976-9054d51fe6f1', 'x-compute-request-id': 'req-b0883acb-2fad-4616-b976-9054d51fe6f1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a'}
Body: b'{"server": {"id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "name": "tempest-ServerRescueNegativeTestJSON-server-721650324", "status": "BUILD", "tenant_id": "ad1a76088c864eb9aff81ddcde92df19", "user_id": "db2e37cf34ed498ca34e046d8610cecf", "metadata": {}, "hostId": "", "image": {"id": "166c1920-1c77-40a9-9c44-093138d69373", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/images/166c1920-1c77-40a9-9c44-093138d69373"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/flavors/42"}]}, "created": "2025-12-16T09:18:52Z", "updated": "2025-12-16T09:18:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}, {"rel": "bookmark", "href": "http://192.168.122.111/compute/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1901407403", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-16 10:18:53,498 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a 0.210s
2025-12-16 10:18:53,498 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:18:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1263', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b15c38d3-6df8-4eca-acb3-7069dc131037', 'x-compute-request-id': 'req-b15c38d3-6df8-4eca-acb3-7069dc131037', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a'}
Body: b'{"server": {"id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "name": "tempest-ServerRescueNegativeTestJSON-server-721650324", "status": "BUILD", "tenant_id": "ad1a76088c864eb9aff81ddcde92df19", "user_id": "db2e37cf34ed498ca34e046d8610cecf", "metadata": {}, "hostId": "", "image": {"id": "166c1920-1c77-40a9-9c44-093138d69373", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/images/166c1920-1c77-40a9-9c44-093138d69373"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/flavors/42"}]}, "created": "2025-12-16T09:18:52Z", "updated": "2025-12-16T09:18:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}, {"rel": "bookmark", "href": "http://192.168.122.111/compute/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1901407403", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-16 10:18:54,707 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a 0.196s
2025-12-16 10:18:54,707 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:18:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1311', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-245c7e0a-9286-4d30-a008-3b737f769d3d', 'x-compute-request-id': 'req-245c7e0a-9286-4d30-a008-3b737f769d3d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a'}
Body: b'{"server": {"id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "name": "tempest-ServerRescueNegativeTestJSON-server-721650324", "status": "BUILD", "tenant_id": "ad1a76088c864eb9aff81ddcde92df19", "user_id": "db2e37cf34ed498ca34e046d8610cecf", "metadata": {}, "hostId": "ff90496228c8f96d40e5cceed557964a182d7be6b6a69d8c4a0afaf1", "image": {"id": "166c1920-1c77-40a9-9c44-093138d69373", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/images/166c1920-1c77-40a9-9c44-093138d69373"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/flavors/42"}]}, "created": "2025-12-16T09:18:52Z", "updated": "2025-12-16T09:18:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}, {"rel": "bookmark", "href": "http://192.168.122.111/compute/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1901407403", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-16 10:18:54,721 82243 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2025-12-16 10:18:55,897 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a 0.164s
2025-12-16 10:18:55,897 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:18:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1311', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a86ae0a-d6a8-43ff-a9a1-f043e1350a12', 'x-compute-request-id': 'req-4a86ae0a-d6a8-43ff-a9a1-f043e1350a12', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a'}
Body: b'{"server": {"id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "name": "tempest-ServerRescueNegativeTestJSON-server-721650324", "status": "BUILD", "tenant_id": "ad1a76088c864eb9aff81ddcde92df19", "user_id": "db2e37cf34ed498ca34e046d8610cecf", "metadata": {}, "hostId": "ff90496228c8f96d40e5cceed557964a182d7be6b6a69d8c4a0afaf1", "image": {"id": "166c1920-1c77-40a9-9c44-093138d69373", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/images/166c1920-1c77-40a9-9c44-093138d69373"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/flavors/42"}]}, "created": "2025-12-16T09:18:52Z", "updated": "2025-12-16T09:18:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}, {"rel": "bookmark", "href": "http://192.168.122.111/compute/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1901407403", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-16 10:18:57,144 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a 0.233s
2025-12-16 10:18:57,144 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:18:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1319', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d3bac5e7-5fa0-40a7-9c80-e7e92aa62049', 'x-compute-request-id': 'req-d3bac5e7-5fa0-40a7-9c80-e7e92aa62049', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a'}
Body: b'{"server": {"id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "name": "tempest-ServerRescueNegativeTestJSON-server-721650324", "status": "BUILD", "tenant_id": "ad1a76088c864eb9aff81ddcde92df19", "user_id": "db2e37cf34ed498ca34e046d8610cecf", "metadata": {}, "hostId": "ff90496228c8f96d40e5cceed557964a182d7be6b6a69d8c4a0afaf1", "image": {"id": "166c1920-1c77-40a9-9c44-093138d69373", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/images/166c1920-1c77-40a9-9c44-093138d69373"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/flavors/42"}]}, "created": "2025-12-16T09:18:52Z", "updated": "2025-12-16T09:18:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}, {"rel": "bookmark", "href": "http://192.168.122.111/compute/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1901407403", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-16 10:18:57,156 82243 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 5 second wait
2025-12-16 10:18:59,057 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a 0.899s
2025-12-16 10:18:59,057 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:18:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1397', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2de041b4-b6dc-4e87-b944-8abb3d77f3de', 'x-compute-request-id': 'req-2de041b4-b6dc-4e87-b944-8abb3d77f3de', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a'}
Body: b'{"server": {"id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "name": "tempest-ServerRescueNegativeTestJSON-server-721650324", "status": "BUILD", "tenant_id": "ad1a76088c864eb9aff81ddcde92df19", "user_id": "db2e37cf34ed498ca34e046d8610cecf", "metadata": {}, "hostId": "ff90496228c8f96d40e5cceed557964a182d7be6b6a69d8c4a0afaf1", "image": {"id": "166c1920-1c77-40a9-9c44-093138d69373", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/images/166c1920-1c77-40a9-9c44-093138d69373"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/flavors/42"}]}, "created": "2025-12-16T09:18:52Z", "updated": "2025-12-16T09:18:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}, {"rel": "bookmark", "href": "http://192.168.122.111/compute/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1901407403", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1156902681"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-16 10:18:59,069 82243 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 7 second wait
2025-12-16 10:19:00,644 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a 0.573s
2025-12-16 10:19:00,644 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:19:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-85c18349-68b0-4dba-bdde-80c88275acc3', 'x-compute-request-id': 'req-85c18349-68b0-4dba-bdde-80c88275acc3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a'}
Body: b'{"server": {"id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "name": "tempest-ServerRescueNegativeTestJSON-server-721650324", "status": "BUILD", "tenant_id": "ad1a76088c864eb9aff81ddcde92df19", "user_id": "db2e37cf34ed498ca34e046d8610cecf", "metadata": {}, "hostId": "ff90496228c8f96d40e5cceed557964a182d7be6b6a69d8c4a0afaf1", "image": {"id": "166c1920-1c77-40a9-9c44-093138d69373", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/images/166c1920-1c77-40a9-9c44-093138d69373"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/flavors/42"}]}, "created": "2025-12-16T09:18:52Z", "updated": "2025-12-16T09:18:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}, {"rel": "bookmark", "href": "http://192.168.122.111/compute/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1901407403", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1156902681"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-16 10:19:00,666 82243 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 8 second wait
2025-12-16 10:19:01,971 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a 0.304s
2025-12-16 10:19:01,972 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:19:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ef5c944-598a-49c9-adad-f0436e8f6387', 'x-compute-request-id': 'req-1ef5c944-598a-49c9-adad-f0436e8f6387', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a'}
Body: b'{"server": {"id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "name": "tempest-ServerRescueNegativeTestJSON-server-721650324", "status": "BUILD", "tenant_id": "ad1a76088c864eb9aff81ddcde92df19", "user_id": "db2e37cf34ed498ca34e046d8610cecf", "metadata": {}, "hostId": "ff90496228c8f96d40e5cceed557964a182d7be6b6a69d8c4a0afaf1", "image": {"id": "166c1920-1c77-40a9-9c44-093138d69373", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/images/166c1920-1c77-40a9-9c44-093138d69373"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/flavors/42"}]}, "created": "2025-12-16T09:18:52Z", "updated": "2025-12-16T09:18:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}, {"rel": "bookmark", "href": "http://192.168.122.111/compute/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1901407403", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1156902681"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-16 10:19:03,655 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a 0.670s
2025-12-16 10:19:03,655 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:19:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ca5a62d-df13-44e1-9e31-7b9227172415', 'x-compute-request-id': 'req-3ca5a62d-df13-44e1-9e31-7b9227172415', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a'}
Body: b'{"server": {"id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "name": "tempest-ServerRescueNegativeTestJSON-server-721650324", "status": "BUILD", "tenant_id": "ad1a76088c864eb9aff81ddcde92df19", "user_id": "db2e37cf34ed498ca34e046d8610cecf", "metadata": {}, "hostId": "ff90496228c8f96d40e5cceed557964a182d7be6b6a69d8c4a0afaf1", "image": {"id": "166c1920-1c77-40a9-9c44-093138d69373", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/images/166c1920-1c77-40a9-9c44-093138d69373"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/flavors/42"}]}, "created": "2025-12-16T09:18:52Z", "updated": "2025-12-16T09:18:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}, {"rel": "bookmark", "href": "http://192.168.122.111/compute/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1901407403", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1156902681"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-16 10:19:05,308 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a 0.638s
2025-12-16 10:19:05,308 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:19:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb0be17e-7094-49ad-a3a1-345592a3a647', 'x-compute-request-id': 'req-bb0be17e-7094-49ad-a3a1-345592a3a647', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a'}
Body: b'{"server": {"id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "name": "tempest-ServerRescueNegativeTestJSON-server-721650324", "status": "BUILD", "tenant_id": "ad1a76088c864eb9aff81ddcde92df19", "user_id": "db2e37cf34ed498ca34e046d8610cecf", "metadata": {}, "hostId": "ff90496228c8f96d40e5cceed557964a182d7be6b6a69d8c4a0afaf1", "image": {"id": "166c1920-1c77-40a9-9c44-093138d69373", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/images/166c1920-1c77-40a9-9c44-093138d69373"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/flavors/42"}]}, "created": "2025-12-16T09:18:52Z", "updated": "2025-12-16T09:18:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}, {"rel": "bookmark", "href": "http://192.168.122.111/compute/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1901407403", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1156902681"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-16 10:19:06,970 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a 0.649s
2025-12-16 10:19:06,971 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:19:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cda73647-0b9c-4046-95ab-48911ff4f114', 'x-compute-request-id': 'req-cda73647-0b9c-4046-95ab-48911ff4f114', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a'}
Body: b'{"server": {"id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "name": "tempest-ServerRescueNegativeTestJSON-server-721650324", "status": "BUILD", "tenant_id": "ad1a76088c864eb9aff81ddcde92df19", "user_id": "db2e37cf34ed498ca34e046d8610cecf", "metadata": {}, "hostId": "ff90496228c8f96d40e5cceed557964a182d7be6b6a69d8c4a0afaf1", "image": {"id": "166c1920-1c77-40a9-9c44-093138d69373", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/images/166c1920-1c77-40a9-9c44-093138d69373"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/flavors/42"}]}, "created": "2025-12-16T09:18:52Z", "updated": "2025-12-16T09:18:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}, {"rel": "bookmark", "href": "http://192.168.122.111/compute/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1901407403", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1156902681"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-16 10:19:08,441 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a 0.457s
2025-12-16 10:19:08,441 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:19:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c15ecc2d-461b-41df-a1df-9775c0e9b607', 'x-compute-request-id': 'req-c15ecc2d-461b-41df-a1df-9775c0e9b607', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a'}
Body: b'{"server": {"id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "name": "tempest-ServerRescueNegativeTestJSON-server-721650324", "status": "BUILD", "tenant_id": "ad1a76088c864eb9aff81ddcde92df19", "user_id": "db2e37cf34ed498ca34e046d8610cecf", "metadata": {}, "hostId": "ff90496228c8f96d40e5cceed557964a182d7be6b6a69d8c4a0afaf1", "image": {"id": "166c1920-1c77-40a9-9c44-093138d69373", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/images/166c1920-1c77-40a9-9c44-093138d69373"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/flavors/42"}]}, "created": "2025-12-16T09:18:52Z", "updated": "2025-12-16T09:19:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}, {"rel": "bookmark", "href": "http://192.168.122.111/compute/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1901407403", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1156902681"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-16 10:19:09,751 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a 0.297s
2025-12-16 10:19:09,751 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:19:09 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-8ce6cb3f-5652-4fa4-8b75-499e5f3f87af', 'x-compute-request-id': 'req-8ce6cb3f-5652-4fa4-8b75-499e5f3f87af', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a'}
Body: b'{"server": {"id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "name": "tempest-ServerRescueNegativeTestJSON-server-721650324", "status": "ACTIVE", "tenant_id": "ad1a76088c864eb9aff81ddcde92df19", "user_id": "db2e37cf34ed498ca34e046d8610cecf", "metadata": {}, "hostId": "ff90496228c8f96d40e5cceed557964a182d7be6b6a69d8c4a0afaf1", "image": {"id": "166c1920-1c77-40a9-9c44-093138d69373", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/images/166c1920-1c77-40a9-9c44-093138d69373"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/flavors/42"}]}, "created": "2025-12-16T09:18:52Z", "updated": "2025-12-16T09:19:08Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1178456825-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:61:fd"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}, {"rel": "bookmark", "href": "http://192.168.122.111/compute/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1901407403", "OS-SRV-USG:launched_at": "2025-12-16T09:19:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1156902681"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-12-16 10:19:09,768 82243 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 17 second wait
2025-12-16 10:19:10,029 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-interface 0.260s
2025-12-16 10:19:10,029 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:19:09 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-ff49508b-8409-47b0-b0e1-bac38bdd1d7c', 'x-compute-request-id': 'req-ff49508b-8409-47b0-b0e1-bac38bdd1d7c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "bb0e8e8b-f376-4882-9783-349d255300bc", "port_id": "504d4431-dc5e-4aa1-a208-21644dbf7a5b", "mac_addr": "fa:16:3e:cb:61:fd", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "1a0679a5-bed9-4b0a-90c1-12f6ef2bc8c4", "ip_address": "10.0.0.7"}]}]}'
2025-12-16 10:19:12,223 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 PUT http://192.168.122.111/networking/v2.0/floatingips/34978d2b-5a17-4351-92de-d6f4eb58a567 2.190s
2025-12-16 10:19:12,223 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "504d4431-dc5e-4aa1-a208-21644dbf7a5b"}}
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:19:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-b7a52a44-b4ce-4f23-92f9-511a32038541', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/networking/v2.0/floatingips/34978d2b-5a17-4351-92de-d6f4eb58a567'}
Body: b'{"floatingip": {"id": "34978d2b-5a17-4351-92de-d6f4eb58a567", "tenant_id": "ad1a76088c864eb9aff81ddcde92df19", "project_id": "ad1a76088c864eb9aff81ddcde92df19", "floating_ip_address": "172.24.4.51", "floating_network_id": "da14f7e6-f5be-4d72-95b2-fb7d4a156886", "router_id": "32546bf2-6473-4d31-9a03-889b1a52e5e1", "port_id": "504d4431-dc5e-4aa1-a208-21644dbf7a5b", "fixed_ip_address": "10.0.0.7", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "bb0e8e8b-f376-4882-9783-349d255300bc", "mac_address": "fa:16:3e:cb:61:fd", "admin_state_up": true, "status": "ACTIVE", "device_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-12-16T09:18:50Z", "updated_at": "2025-12-16T09:19:10Z", "revision_number": 1}}'
2025-12-16 10:19:12,225 82243 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.51:22' as 'cirros' with public key authentication
2025-12-16 10:20:12,284 82243 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.51 (timed out). Number attempts: 1. Retry after 2 seconds.
2025-12-16 10:20:14,809 82243 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.51 ([Errno None] Unable to connect to port 22 on 172.24.4.51). Number attempts: 2. Retry after 3 seconds.
2025-12-16 10:20:18,324 82243 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.51 ([Errno None] Unable to connect to port 22 on 172.24.4.51). Number attempts: 3. Retry after 4 seconds.
2025-12-16 10:20:22,832 82243 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.51 ([Errno None] Unable to connect to port 22 on 172.24.4.51). Number attempts: 4. Retry after 5 seconds.
2025-12-16 10:20:28,340 82243 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.51 ([Errno None] Unable to connect to port 22 on 172.24.4.51). Number attempts: 5. Retry after 6 seconds.
2025-12-16 10:20:34,848 82243 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.51 ([Errno None] Unable to connect to port 22 on 172.24.4.51). Number attempts: 6. Retry after 7 seconds.
2025-12-16 10:20:42,443 82243 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2025-12-16 10:20:42,942 82243 INFO [paramiko.transport] Authentication (publickey) successful!
2025-12-16 10:20:42,943 82243 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.51 successfully created
2025-12-16 10:20:45,444 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 POST http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 2.500s
2025-12-16 10:20:45,444 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volumeAttachment": {"volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6"}}
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:20:42 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-fd49fb95-0507-460e-835d-fa8462b2f421', 'x-compute-request-id': 'req-fd49fb95-0507-460e-835d-fa8462b2f421', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachment": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "device": "/dev/vdb"}}'
2025-12-16 10:20:45,501 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.054s
2025-12-16 10:20:45,501 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:20:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b1f8208-15ac-4a66-834f-5aa0a20b405d', 'content-length': '859', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b1f8208-15ac-4a66-834f-5aa0a20b405d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:45.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:20:46,610 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.097s
2025-12-16 10:20:46,610 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:20:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f28ee0a-b2b5-44d6-94f6-dea020d54a6b', 'content-length': '859', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f28ee0a-b2b5-44d6-94f6-dea020d54a6b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:45.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:20:47,763 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.136s
2025-12-16 10:20:47,764 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:20:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f831a16c-912c-49ca-8f8c-461c573df049', 'content-length': '860', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f831a16c-912c-49ca-8f8c-461c573df049', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:47.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:20:48,853 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.074s
2025-12-16 10:20:48,854 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:20:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-124cda5e-31b3-452d-92ec-30632707d02c', 'content-length': '860', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-124cda5e-31b3-452d-92ec-30632707d02c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:47.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:20:49,914 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.047s
2025-12-16 10:20:49,914 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:20:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff273a89-351c-4742-9021-62de195ce456', 'content-length': '860', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff273a89-351c-4742-9021-62de195ce456', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:47.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:20:50,999 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.066s
2025-12-16 10:20:50,999 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:20:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2db07a1-38ab-449f-ac4c-7a9c72b809cd', 'content-length': '860', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2db07a1-38ab-449f-ac4c-7a9c72b809cd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:47.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:20:52,169 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.158s
2025-12-16 10:20:52,170 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:20:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-450bd5f0-2003-48c1-a36e-f074447bf0ac', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-450bd5f0-2003-48c1-a36e-f074447bf0ac', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:20:52,181 82243 INFO [tempest.common.waiters] Attachment 79b743c8-7baf-443d-9b3b-cfc645f848b1 created for volume 15478d17-b4e9-47d8-a074-8cd94b5a36b6 to server 03440ef3-2f5d-4ea4-b9cb-89235ab4de0a after waiting for 7.181107 seconds
2025-12-16 10:20:52,237 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.056s
2025-12-16 10:20:52,237 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:20:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e98ef272-9511-412f-b31e-5e3bb49a7844', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e98ef272-9511-412f-b31e-5e3bb49a7844', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:20:52,248 82243 INFO [tempest.common.waiters] volume 15478d17-b4e9-47d8-a074-8cd94b5a36b6 reached in-use after waiting for 0.248495 seconds
2025-12-16 10:20:52,706 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 POST http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/action 0.457s
2025-12-16 10:20:52,707 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"rescue": {"adminPass": "U0~q64N^%dftT&S"}}
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:20:52 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-be54489a-c052-4eb2-a53c-834a05cdd8fb', 'x-compute-request-id': 'req-be54489a-c052-4eb2-a53c-834a05cdd8fb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/action'}
Body: b'{"adminPass": "U0~q64N^%dftT&S"}'
2025-12-16 10:20:53,022 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a 0.314s
2025-12-16 10:20:53,023 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:20:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1743', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-166362df-5d59-4c32-b9a4-9db4486c615f', 'x-compute-request-id': 'req-166362df-5d59-4c32-b9a4-9db4486c615f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a'}
Body: b'{"server": {"id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "name": "tempest-ServerRescueNegativeTestJSON-server-721650324", "status": "ACTIVE", "tenant_id": "ad1a76088c864eb9aff81ddcde92df19", "user_id": "db2e37cf34ed498ca34e046d8610cecf", "metadata": {}, "hostId": "ff90496228c8f96d40e5cceed557964a182d7be6b6a69d8c4a0afaf1", "image": {"id": "166c1920-1c77-40a9-9c44-093138d69373", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/images/166c1920-1c77-40a9-9c44-093138d69373"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/flavors/42"}]}, "created": "2025-12-16T09:18:52Z", "updated": "2025-12-16T09:20:53Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1178456825-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:61:fd"}, {"version": 4, "addr": "172.24.4.51", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:61:fd"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}, {"rel": "bookmark", "href": "http://192.168.122.111/compute/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1901407403", "OS-SRV-USG:launched_at": "2025-12-16T09:19:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1156902681"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6"}]}}'
2025-12-16 10:20:54,490 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a 0.455s
2025-12-16 10:20:54,491 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:20:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1743', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-773a54cb-4ebb-4ce4-8313-e27cf3276a63', 'x-compute-request-id': 'req-773a54cb-4ebb-4ce4-8313-e27cf3276a63', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a'}
Body: b'{"server": {"id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "name": "tempest-ServerRescueNegativeTestJSON-server-721650324", "status": "ACTIVE", "tenant_id": "ad1a76088c864eb9aff81ddcde92df19", "user_id": "db2e37cf34ed498ca34e046d8610cecf", "metadata": {}, "hostId": "ff90496228c8f96d40e5cceed557964a182d7be6b6a69d8c4a0afaf1", "image": {"id": "166c1920-1c77-40a9-9c44-093138d69373", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/images/166c1920-1c77-40a9-9c44-093138d69373"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/flavors/42"}]}, "created": "2025-12-16T09:18:52Z", "updated": "2025-12-16T09:20:53Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1178456825-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:61:fd"}, {"version": 4, "addr": "172.24.4.51", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:61:fd"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}, {"rel": "bookmark", "href": "http://192.168.122.111/compute/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1901407403", "OS-SRV-USG:launched_at": "2025-12-16T09:19:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1156902681"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6"}]}}'
2025-12-16 10:20:55,779 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a 0.273s
2025-12-16 10:20:55,779 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:20:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1743', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f2719fe0-07c5-4577-a6b4-a99ebce42ffb', 'x-compute-request-id': 'req-f2719fe0-07c5-4577-a6b4-a99ebce42ffb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a'}
Body: b'{"server": {"id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "name": "tempest-ServerRescueNegativeTestJSON-server-721650324", "status": "ACTIVE", "tenant_id": "ad1a76088c864eb9aff81ddcde92df19", "user_id": "db2e37cf34ed498ca34e046d8610cecf", "metadata": {}, "hostId": "ff90496228c8f96d40e5cceed557964a182d7be6b6a69d8c4a0afaf1", "image": {"id": "166c1920-1c77-40a9-9c44-093138d69373", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/images/166c1920-1c77-40a9-9c44-093138d69373"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/flavors/42"}]}, "created": "2025-12-16T09:18:52Z", "updated": "2025-12-16T09:20:53Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1178456825-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:61:fd"}, {"version": 4, "addr": "172.24.4.51", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:61:fd"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}, {"rel": "bookmark", "href": "http://192.168.122.111/compute/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1901407403", "OS-SRV-USG:launched_at": "2025-12-16T09:19:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1156902681"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6"}]}}'
2025-12-16 10:20:57,117 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a 0.324s
2025-12-16 10:20:57,117 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:20:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1743', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b152d189-4f48-41fa-849d-e8041bd9dd6b', 'x-compute-request-id': 'req-b152d189-4f48-41fa-849d-e8041bd9dd6b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a'}
Body: b'{"server": {"id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "name": "tempest-ServerRescueNegativeTestJSON-server-721650324", "status": "ACTIVE", "tenant_id": "ad1a76088c864eb9aff81ddcde92df19", "user_id": "db2e37cf34ed498ca34e046d8610cecf", "metadata": {}, "hostId": "ff90496228c8f96d40e5cceed557964a182d7be6b6a69d8c4a0afaf1", "image": {"id": "166c1920-1c77-40a9-9c44-093138d69373", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/images/166c1920-1c77-40a9-9c44-093138d69373"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/flavors/42"}]}, "created": "2025-12-16T09:18:52Z", "updated": "2025-12-16T09:20:53Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1178456825-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:61:fd"}, {"version": 4, "addr": "172.24.4.51", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:61:fd"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}, {"rel": "bookmark", "href": "http://192.168.122.111/compute/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1901407403", "OS-SRV-USG:launched_at": "2025-12-16T09:19:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1156902681"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6"}]}}'
2025-12-16 10:20:58,338 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a 0.205s
2025-12-16 10:20:58,338 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:20:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1743', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33f312ff-42b2-4318-92a1-92d77215a3e5', 'x-compute-request-id': 'req-33f312ff-42b2-4318-92a1-92d77215a3e5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a'}
Body: b'{"server": {"id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "name": "tempest-ServerRescueNegativeTestJSON-server-721650324", "status": "ACTIVE", "tenant_id": "ad1a76088c864eb9aff81ddcde92df19", "user_id": "db2e37cf34ed498ca34e046d8610cecf", "metadata": {}, "hostId": "ff90496228c8f96d40e5cceed557964a182d7be6b6a69d8c4a0afaf1", "image": {"id": "166c1920-1c77-40a9-9c44-093138d69373", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/images/166c1920-1c77-40a9-9c44-093138d69373"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/flavors/42"}]}, "created": "2025-12-16T09:18:52Z", "updated": "2025-12-16T09:20:53Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1178456825-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:61:fd"}, {"version": 4, "addr": "172.24.4.51", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:61:fd"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}, {"rel": "bookmark", "href": "http://192.168.122.111/compute/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1901407403", "OS-SRV-USG:launched_at": "2025-12-16T09:19:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1156902681"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6"}]}}'
2025-12-16 10:20:59,642 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a 0.288s
2025-12-16 10:20:59,642 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:20:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1743', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-88e6df94-96ba-42c8-a5ce-50b70e2bb6d6', 'x-compute-request-id': 'req-88e6df94-96ba-42c8-a5ce-50b70e2bb6d6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a'}
Body: b'{"server": {"id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "name": "tempest-ServerRescueNegativeTestJSON-server-721650324", "status": "ACTIVE", "tenant_id": "ad1a76088c864eb9aff81ddcde92df19", "user_id": "db2e37cf34ed498ca34e046d8610cecf", "metadata": {}, "hostId": "ff90496228c8f96d40e5cceed557964a182d7be6b6a69d8c4a0afaf1", "image": {"id": "166c1920-1c77-40a9-9c44-093138d69373", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/images/166c1920-1c77-40a9-9c44-093138d69373"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/flavors/42"}]}, "created": "2025-12-16T09:18:52Z", "updated": "2025-12-16T09:20:53Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1178456825-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:61:fd"}, {"version": 4, "addr": "172.24.4.51", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:61:fd"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}, {"rel": "bookmark", "href": "http://192.168.122.111/compute/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1901407403", "OS-SRV-USG:launched_at": "2025-12-16T09:19:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1156902681"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6"}]}}'
2025-12-16 10:21:00,865 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a 0.210s
2025-12-16 10:21:00,865 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:21:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1743', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c981f057-6d92-4e9f-ac53-29624f679054', 'x-compute-request-id': 'req-c981f057-6d92-4e9f-ac53-29624f679054', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a'}
Body: b'{"server": {"id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "name": "tempest-ServerRescueNegativeTestJSON-server-721650324", "status": "ACTIVE", "tenant_id": "ad1a76088c864eb9aff81ddcde92df19", "user_id": "db2e37cf34ed498ca34e046d8610cecf", "metadata": {}, "hostId": "ff90496228c8f96d40e5cceed557964a182d7be6b6a69d8c4a0afaf1", "image": {"id": "166c1920-1c77-40a9-9c44-093138d69373", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/images/166c1920-1c77-40a9-9c44-093138d69373"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/flavors/42"}]}, "created": "2025-12-16T09:18:52Z", "updated": "2025-12-16T09:20:53Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1178456825-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:61:fd"}, {"version": 4, "addr": "172.24.4.51", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:61:fd"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}, {"rel": "bookmark", "href": "http://192.168.122.111/compute/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1901407403", "OS-SRV-USG:launched_at": "2025-12-16T09:19:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1156902681"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6"}]}}'
2025-12-16 10:21:02,288 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a 0.409s
2025-12-16 10:21:02,288 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:21:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1743', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1228198b-f190-4983-8a4f-187084da4435', 'x-compute-request-id': 'req-1228198b-f190-4983-8a4f-187084da4435', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a'}
Body: b'{"server": {"id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "name": "tempest-ServerRescueNegativeTestJSON-server-721650324", "status": "ACTIVE", "tenant_id": "ad1a76088c864eb9aff81ddcde92df19", "user_id": "db2e37cf34ed498ca34e046d8610cecf", "metadata": {}, "hostId": "ff90496228c8f96d40e5cceed557964a182d7be6b6a69d8c4a0afaf1", "image": {"id": "166c1920-1c77-40a9-9c44-093138d69373", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/images/166c1920-1c77-40a9-9c44-093138d69373"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/flavors/42"}]}, "created": "2025-12-16T09:18:52Z", "updated": "2025-12-16T09:20:53Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1178456825-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:61:fd"}, {"version": 4, "addr": "172.24.4.51", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:61:fd"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}, {"rel": "bookmark", "href": "http://192.168.122.111/compute/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1901407403", "OS-SRV-USG:launched_at": "2025-12-16T09:19:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1156902681"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6"}]}}'
2025-12-16 10:21:03,558 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a 0.253s
2025-12-16 10:21:03,559 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:21:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3958bdfd-8926-412a-be6f-88103f8e4265', 'x-compute-request-id': 'req-3958bdfd-8926-412a-be6f-88103f8e4265', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a'}
Body: b'{"server": {"id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "name": "tempest-ServerRescueNegativeTestJSON-server-721650324", "status": "RESCUE", "tenant_id": "ad1a76088c864eb9aff81ddcde92df19", "user_id": "db2e37cf34ed498ca34e046d8610cecf", "metadata": {}, "hostId": "ff90496228c8f96d40e5cceed557964a182d7be6b6a69d8c4a0afaf1", "image": {"id": "166c1920-1c77-40a9-9c44-093138d69373", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/images/166c1920-1c77-40a9-9c44-093138d69373"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/flavors/42"}]}, "created": "2025-12-16T09:18:52Z", "updated": "2025-12-16T09:21:03Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1178456825-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:61:fd"}, {"version": 4, "addr": "172.24.4.51", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:61:fd"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}, {"rel": "bookmark", "href": "http://192.168.122.111/compute/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1901407403", "OS-SRV-USG:launched_at": "2025-12-16T09:21:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1156902681"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "rescued", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6"}]}}'
2025-12-16 10:21:03,571 82243 INFO [tempest.common.waiters] State transition "ACTIVE/rescuing" ==> "RESCUE/None" after 10 second wait
2025-12-16 10:21:03,716 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://192.168.122.111/identity/v3/auth/tokens 0.136s
2025-12-16 10:21:03,716 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:21:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2538', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-3ae88ca0-8504-4af3-939c-275bc3f02a1d', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.111/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "db2e37cf34ed498ca34e046d8610cecf", "name": "tempest-ServerRescueNegativeTestJSON-839977611-project-member", "password_expires_at": null}, "audit_ids": ["ykFBOyz5R6-CIVPMYboCSA"], "expires_at": "2025-12-16T10:21:03.000000Z", "issued_at": "2025-12-16T09:21:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ad1a76088c864eb9aff81ddcde92df19", "name": "tempest-ServerRescueNegativeTestJSON-839977611"}, "is_domain": false, "roles": [{"id": "c1dd7c8c18274e30b1a93c337e7036d7", "name": "reader"}, {"id": "7fdfe16af8904e808344ddde5e646840", "name": "member"}], "catalog": [{"endpoints": [{"id": "a306826c3ce84261b51b62459698dd6c", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.111/compute/v2/ad1a76088c864eb9aff81ddcde92df19", "region": "RegionOne"}], "id": "0ddb34883294446f92adaa54e32f73fd", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7fcf7b1e55cf4ec8ab257474a87f7e1e", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.111/volume/v3", "region": "RegionOne"}], "id": "109cbd7dadfa452cabc10ed2b4d9f3ab", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4cdf91db338040a482a276d8d03e15e0", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.111/image", "region": "RegionOne"}], "id": "44f1471d6b95433d81d16871c1814dd1", "type": "image", "name": "glance"}, {"endpoints": [{"id": "357e8b54ec3a4865b84ebe4b086f4130", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.111/placement", "region": "RegionOne"}], "id": "8612f17348904232924b3a9f621d54fe", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "380ab5f2975d46b89af1e1a0db6d9b78", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.111/compute/v2.1", "region": "RegionOne"}], "id": "9a879a7fd5284e8b87d305990a0d200c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "f6d4b55cd4d040dd93fb7cbdac0da2c6", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.111/networking", "region": "RegionOne"}], "id": "9d19657629504916b6ba794260c1c3c8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "790ff1c23595455ca2714cefe65995b9", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.111/identity", "region": "RegionOne"}], "id": "b6984d7198634c338e89f72a0b52b4c2", "type": "identity", "name": "keystone"}]}}'
2025-12-16 10:21:03,717 82243 INFO [tempest.lib.common.fixed_network] (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume) Found network {'id': 'bb0e8e8b-f376-4882-9783-349d255300bc', 'name': 'tempest-ServerRescueNegativeTestJSON-1178456825-network', 'tenant_id': 'ad1a76088c864eb9aff81ddcde92df19', 'project_id': 'ad1a76088c864eb9aff81ddcde92df19', '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': 50037, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-12-16T09:17:32Z', 'updated_at': '2025-12-16T09:17:32Z', 'revision_number': 1} available for tenant
2025-12-16 10:21:03,843 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 409 DELETE http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.126s
2025-12-16 10:21:03,844 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:21:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '152', 'x-openstack-request-id': 'req-37f6f4cf-2c3b-4034-824c-072bd69e68f8', 'x-compute-request-id': 'req-37f6f4cf-2c3b-4034-824c-072bd69e68f8', 'connection': 'close', 'status': '409', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"conflictingRequest": {"code": 409, "message": "Cannot \'detach_volume\' instance 03440ef3-2f5d-4ea4-b9cb-89235ab4de0a while it is in vm_state rescued"}}'
2025-12-16 10:21:03,989 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 202 POST http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/action 0.144s
2025-12-16 10:21:03,989 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"unrescue": {}}
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:21:03 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-19d4f31c-51cb-49e9-9b1e-8c82d0471b96', 'x-compute-request-id': 'req-19d4f31c-51cb-49e9-9b1e-8c82d0471b96', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/action'}
Body: b''
2025-12-16 10:21:04,315 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a 0.325s
2025-12-16 10:21:04,315 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:21:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1731', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-195627ee-f61b-4d37-a640-8cd17745699d', 'x-compute-request-id': 'req-195627ee-f61b-4d37-a640-8cd17745699d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a'}
Body: b'{"server": {"id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "name": "tempest-ServerRescueNegativeTestJSON-server-721650324", "status": "RESCUE", "tenant_id": "ad1a76088c864eb9aff81ddcde92df19", "user_id": "db2e37cf34ed498ca34e046d8610cecf", "metadata": {}, "hostId": "ff90496228c8f96d40e5cceed557964a182d7be6b6a69d8c4a0afaf1", "image": {"id": "166c1920-1c77-40a9-9c44-093138d69373", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/images/166c1920-1c77-40a9-9c44-093138d69373"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/flavors/42"}]}, "created": "2025-12-16T09:18:52Z", "updated": "2025-12-16T09:21:04Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1178456825-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:61:fd"}, {"version": 4, "addr": "172.24.4.51", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:61:fd"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}, {"rel": "bookmark", "href": "http://192.168.122.111/compute/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1901407403", "OS-SRV-USG:launched_at": "2025-12-16T09:21:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1156902681"}], "OS-EXT-STS:task_state": "unrescuing", "OS-EXT-STS:vm_state": "rescued", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6"}]}}'
2025-12-16 10:21:05,547 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a 0.218s
2025-12-16 10:21:05,547 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:21:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1731', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0634c03b-b86f-4ebc-a1d8-5a2ab89f8ad8', 'x-compute-request-id': 'req-0634c03b-b86f-4ebc-a1d8-5a2ab89f8ad8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a'}
Body: b'{"server": {"id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "name": "tempest-ServerRescueNegativeTestJSON-server-721650324", "status": "RESCUE", "tenant_id": "ad1a76088c864eb9aff81ddcde92df19", "user_id": "db2e37cf34ed498ca34e046d8610cecf", "metadata": {}, "hostId": "ff90496228c8f96d40e5cceed557964a182d7be6b6a69d8c4a0afaf1", "image": {"id": "166c1920-1c77-40a9-9c44-093138d69373", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/images/166c1920-1c77-40a9-9c44-093138d69373"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/flavors/42"}]}, "created": "2025-12-16T09:18:52Z", "updated": "2025-12-16T09:21:04Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1178456825-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:61:fd"}, {"version": 4, "addr": "172.24.4.51", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:61:fd"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}, {"rel": "bookmark", "href": "http://192.168.122.111/compute/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1901407403", "OS-SRV-USG:launched_at": "2025-12-16T09:21:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1156902681"}], "OS-EXT-STS:task_state": "unrescuing", "OS-EXT-STS:vm_state": "rescued", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6"}]}}'
2025-12-16 10:21:07,065 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a 0.503s
2025-12-16 10:21:07,065 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:21:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1731', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c16b1e7-fd71-4387-9ce9-034bb897276a', 'x-compute-request-id': 'req-3c16b1e7-fd71-4387-9ce9-034bb897276a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a'}
Body: b'{"server": {"id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "name": "tempest-ServerRescueNegativeTestJSON-server-721650324", "status": "RESCUE", "tenant_id": "ad1a76088c864eb9aff81ddcde92df19", "user_id": "db2e37cf34ed498ca34e046d8610cecf", "metadata": {}, "hostId": "ff90496228c8f96d40e5cceed557964a182d7be6b6a69d8c4a0afaf1", "image": {"id": "166c1920-1c77-40a9-9c44-093138d69373", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/images/166c1920-1c77-40a9-9c44-093138d69373"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/flavors/42"}]}, "created": "2025-12-16T09:18:52Z", "updated": "2025-12-16T09:21:04Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1178456825-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:61:fd"}, {"version": 4, "addr": "172.24.4.51", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:61:fd"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}, {"rel": "bookmark", "href": "http://192.168.122.111/compute/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1901407403", "OS-SRV-USG:launched_at": "2025-12-16T09:21:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1156902681"}], "OS-EXT-STS:task_state": "unrescuing", "OS-EXT-STS:vm_state": "rescued", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6"}]}}'
2025-12-16 10:21:09,085 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a 1.007s
2025-12-16 10:21:09,085 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:21:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1814', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87473392-a909-4bc5-bcf2-6767ff68e175', 'x-compute-request-id': 'req-87473392-a909-4bc5-bcf2-6767ff68e175', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a'}
Body: b'{"server": {"id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "name": "tempest-ServerRescueNegativeTestJSON-server-721650324", "status": "ERROR", "tenant_id": "ad1a76088c864eb9aff81ddcde92df19", "user_id": "db2e37cf34ed498ca34e046d8610cecf", "metadata": {}, "hostId": "ff90496228c8f96d40e5cceed557964a182d7be6b6a69d8c4a0afaf1", "image": {"id": "166c1920-1c77-40a9-9c44-093138d69373", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/images/166c1920-1c77-40a9-9c44-093138d69373"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/flavors/42"}]}, "created": "2025-12-16T09:18:52Z", "updated": "2025-12-16T09:21:08Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-1178456825-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:61:fd"}, {"version": 4, "addr": "172.24.4.51", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:61:fd"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}, {"rel": "bookmark", "href": "http://192.168.122.111/compute/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-12-16T09:21:08Z", "message": "libvirtError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1901407403", "OS-SRV-USG:launched_at": "2025-12-16T09:21:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1156902681"}], "OS-EXT-STS:task_state": "unrescuing", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6"}]}}'
2025-12-16 10:21:09,102 82243 INFO [tempest.common.waiters] State transition "RESCUE/unrescuing" ==> "ERROR/unrescuing" after 5 second wait
2025-12-16 10:21:09,526 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-interface 0.423s
2025-12-16 10:21:09,527 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:21:09 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-7631691f-4270-4a58-b9e0-afc55b570cef', 'x-compute-request-id': 'req-7631691f-4270-4a58-b9e0-afc55b570cef', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "bb0e8e8b-f376-4882-9783-349d255300bc", "port_id": "504d4431-dc5e-4aa1-a208-21644dbf7a5b", "mac_addr": "fa:16:3e:cb:61:fd", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "1a0679a5-bed9-4b0a-90c1-12f6ef2bc8c4", "ip_address": "10.0.0.7"}]}]}'
2025-12-16 10:21:13,181 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 PUT http://192.168.122.111/networking/v2.0/floatingips/34978d2b-5a17-4351-92de-d6f4eb58a567 3.651s
2025-12-16 10:21:13,182 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "504d4431-dc5e-4aa1-a208-21644dbf7a5b"}}
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:21:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-02f59961-22b2-47cb-9d20-83bc989192d0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/networking/v2.0/floatingips/34978d2b-5a17-4351-92de-d6f4eb58a567'}
Body: b'{"floatingip": {"id": "34978d2b-5a17-4351-92de-d6f4eb58a567", "tenant_id": "ad1a76088c864eb9aff81ddcde92df19", "project_id": "ad1a76088c864eb9aff81ddcde92df19", "floating_ip_address": "172.24.4.51", "floating_network_id": "da14f7e6-f5be-4d72-95b2-fb7d4a156886", "router_id": "32546bf2-6473-4d31-9a03-889b1a52e5e1", "port_id": "504d4431-dc5e-4aa1-a208-21644dbf7a5b", "fixed_ip_address": "10.0.0.7", "status": "ACTIVE", "description": "", "port_details": {"name": "", "network_id": "bb0e8e8b-f376-4882-9783-349d255300bc", "mac_address": "fa:16:3e:cb:61:fd", "admin_state_up": true, "status": "DOWN", "device_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-12-16T09:18:50Z", "updated_at": "2025-12-16T09:21:10Z", "revision_number": 3}}'
2025-12-16 10:21:13,183 82243 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.51:22' as 'cirros' with public key authentication
2025-12-16 10:22:13,243 82243 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.51 (timed out). Number attempts: 1. Retry after 2 seconds.
2025-12-16 10:23:15,803 82243 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.51 (timed out). Number attempts: 2. Retry after 3 seconds.
2025-12-16 10:24:19,343 82243 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.51 (timed out). Number attempts: 3. Retry after 4 seconds.
2025-12-16 10:25:23,907 82243 ERROR [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.51 after 3 attempts. Proxy client: no proxy client
2025-12-16 10:25:23.907 82243 ERROR tempest.lib.common.ssh Traceback (most recent call last):
2025-12-16 10:25:23.907 82243 ERROR tempest.lib.common.ssh File "/opt/stack/tempest/tempest/lib/common/ssh.py", line 136, in _get_ssh_connection
2025-12-16 10:25:23.907 82243 ERROR tempest.lib.common.ssh ssh.connect(self.host, port=self.port, username=self.username,
2025-12-16 10:25:23.907 82243 ERROR tempest.lib.common.ssh File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/paramiko/client.py", line 384, in connect
2025-12-16 10:25:23.907 82243 ERROR tempest.lib.common.ssh sock.connect(addr)
2025-12-16 10:25:23.907 82243 ERROR tempest.lib.common.ssh TimeoutError: timed out
2025-12-16 10:25:23.907 82243 ERROR tempest.lib.common.ssh
2025-12-16 10:25:23,908 82243 DEBUG [tempest.lib.common.utils.linux.remote_client] Caller: ServerRescueNegativeTestJSON:_run_cleanups. Timeout trying to ssh to server response: {'date': 'Tue, 16 Dec 2025 09:18:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '417', 'location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-702b6029-d040-4e97-b357-30879a738b39', 'x-compute-request-id': 'req-702b6029-d040-4e97-b357-30879a738b39', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.111/compute/v2.1/servers'}
Body: {'id': '03440ef3-2f5d-4ea4-b9cb-89235ab4de0a', 'name': 'tempest-ServerRescueNegativeTestJSON-server-721650324', 'status': 'ACTIVE', 'tenant_id': 'ad1a76088c864eb9aff81ddcde92df19', 'user_id': 'db2e37cf34ed498ca34e046d8610cecf', 'metadata': {}, 'hostId': 'ff90496228c8f96d40e5cceed557964a182d7be6b6a69d8c4a0afaf1', 'image': {'id': '166c1920-1c77-40a9-9c44-093138d69373', 'links': [{'rel': 'bookmark', 'href': 'http://192.168.122.111/compute/images/166c1920-1c77-40a9-9c44-093138d69373'}]}, 'flavor': {'id': '42', 'links': [{'rel': 'bookmark', 'href': 'http://192.168.122.111/compute/flavors/42'}]}, 'created': '2025-12-16T09:18:52Z', 'updated': '2025-12-16T09:19:08Z', 'addresses': {'tempest-ServerRescueNegativeTestJSON-1178456825-network': [{'version': 4, 'addr': '10.0.0.7', 'OS-EXT-IPS:type': 'fixed', 'OS-EXT-IPS-MAC:mac_addr': 'fa:16:3e:cb:61:fd'}]}, 'accessIPv4': '', 'accessIPv6': '', 'links': [{'rel': 'self', 'href': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a'}, {'rel': 'bookmark', 'href': 'http://192.168.122.111/compute/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a'}], 'OS-DCF:diskConfig': 'MANUAL', 'progress': 0, 'OS-EXT-AZ:availability_zone': 'nova', 'config_drive': '', 'key_name': 'tempest-keypair-1901407403', 'OS-SRV-USG:launched_at': '2025-12-16T09:19:08.000000', 'OS-SRV-USG:terminated_at': None, 'security_groups': [{'name': 'tempest-securitygroup--1156902681'}], 'OS-EXT-STS:task_state': None, 'OS-EXT-STS:vm_state': 'active', 'OS-EXT-STS:power_state': 1, 'os-extended-volumes:volumes_attached': []}
2025-12-16 10:25:25,095 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 404 POST http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/action 1.186s
2025-12-16 10:25:25,095 82243 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': 'Tue, 16 Dec 2025 09:25:23 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-42f3521a-be9a-4993-81c2-4ab52610cec2', 'x-compute-request-id': 'req-42f3521a-be9a-4993-81c2-4ab52610cec2', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/action'}
Body: b'{"itemNotFound": {"code": 404, "message": "Guest does not have a console available."}}'
2025-12-16 10:25:25,096 82243 DEBUG [tempest.lib.common.utils.linux.remote_client] Could not get console_log for server 03440ef3-2f5d-4ea4-b9cb-89235ab4de0a
2025-12-16 10:25:25,148 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.051s
2025-12-16 10:25:25,148 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:25:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c9941b8-2dda-46fa-a6b8-68712811ed32', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c9941b8-2dda-46fa-a6b8-68712811ed32', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:25:25,306 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 409 DELETE http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.142s
2025-12-16 10:25:25,306 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:25:25 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-205999a3-784a-45a1-bc81-316baff4b869', 'x-compute-request-id': 'req-205999a3-784a-45a1-bc81-316baff4b869', 'connection': 'close', 'status': '409', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"conflictingRequest": {"code": 409, "message": "Cannot \'detach_volume\' instance 03440ef3-2f5d-4ea4-b9cb-89235ab4de0a while it is in vm_state error"}}'
2025-12-16 10:25:25,371 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.063s
2025-12-16 10:25:25,371 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:25: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-4c793596-b55c-4e2a-a6c9-698776f42809', 'x-compute-request-id': 'req-4c793596-b55c-4e2a-a6c9-698776f42809', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:25:26,437 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.063s
2025-12-16 10:25:26,437 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:25: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-26710333-8e99-495e-bb01-f653ffad1e0b', 'x-compute-request-id': 'req-26710333-8e99-495e-bb01-f653ffad1e0b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:25:27,494 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.054s
2025-12-16 10:25:27,495 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:25: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-dfe8cd41-cda9-40bb-b61b-f87037a54a66', 'x-compute-request-id': 'req-dfe8cd41-cda9-40bb-b61b-f87037a54a66', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:25:28,575 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.075s
2025-12-16 10:25:28,576 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:25: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-c82ff6ba-a863-4ce2-b874-878606c9c534', 'x-compute-request-id': 'req-c82ff6ba-a863-4ce2-b874-878606c9c534', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:25:29,638 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.058s
2025-12-16 10:25:29,639 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:25: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-1d7d5d88-6481-4e45-bd90-d6b0a1fc663f', 'x-compute-request-id': 'req-1d7d5d88-6481-4e45-bd90-d6b0a1fc663f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:25:30,712 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.070s
2025-12-16 10:25:30,713 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:25: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-3dd42504-0f4a-4198-bcaa-e8116dfa9465', 'x-compute-request-id': 'req-3dd42504-0f4a-4198-bcaa-e8116dfa9465', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:25:31,778 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.062s
2025-12-16 10:25:31,779 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:25: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-f9a0bf6c-a068-40e1-ab34-6def6fbed3af', 'x-compute-request-id': 'req-f9a0bf6c-a068-40e1-ab34-6def6fbed3af', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:25:32,834 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.052s
2025-12-16 10:25:32,834 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:25: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-9571714f-16cc-4a3b-acd5-3866c0436020', 'x-compute-request-id': 'req-9571714f-16cc-4a3b-acd5-3866c0436020', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:25:33,922 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.085s
2025-12-16 10:25:33,923 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:25: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-0f89ba09-45f9-421c-ae26-935f4f8e606f', 'x-compute-request-id': 'req-0f89ba09-45f9-421c-ae26-935f4f8e606f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:25:34,990 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.064s
2025-12-16 10:25:34,990 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:25: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-6fc847c6-1313-4fc2-b45a-12cd3f378d94', 'x-compute-request-id': 'req-6fc847c6-1313-4fc2-b45a-12cd3f378d94', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:25:36,151 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.158s
2025-12-16 10:25:36,152 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:25: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-099954f3-c5f4-42ca-8378-dcfed8c48e94', 'x-compute-request-id': 'req-099954f3-c5f4-42ca-8378-dcfed8c48e94', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:25:37,231 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.076s
2025-12-16 10:25:37,232 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:25: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-afe02da1-7c3f-4972-a997-3e628adb0398', 'x-compute-request-id': 'req-afe02da1-7c3f-4972-a997-3e628adb0398', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:25:38,298 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.063s
2025-12-16 10:25:38,298 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:25: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-cdeee8ab-2e0f-4140-bac4-199687512313', 'x-compute-request-id': 'req-cdeee8ab-2e0f-4140-bac4-199687512313', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:25:39,376 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.074s
2025-12-16 10:25:39,376 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:25: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-527677c6-7054-4ce9-bc15-a7edec4ac7b1', 'x-compute-request-id': 'req-527677c6-7054-4ce9-bc15-a7edec4ac7b1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:25:40,443 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.062s
2025-12-16 10:25:40,444 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:25: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-c1dbe558-3ac5-491c-bc65-8f0f393e0549', 'x-compute-request-id': 'req-c1dbe558-3ac5-491c-bc65-8f0f393e0549', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:25:41,497 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.050s
2025-12-16 10:25:41,497 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:25: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-45f568a4-9bde-44ec-9034-d93f0abe1a86', 'x-compute-request-id': 'req-45f568a4-9bde-44ec-9034-d93f0abe1a86', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:25:42,568 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.068s
2025-12-16 10:25:42,569 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:25: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-690c0e3a-1029-4da3-b3ab-7b89dcc60a6c', 'x-compute-request-id': 'req-690c0e3a-1029-4da3-b3ab-7b89dcc60a6c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:25:43,641 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.068s
2025-12-16 10:25:43,641 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:25: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-5472605b-dddb-4f98-a84b-6b7856409f87', 'x-compute-request-id': 'req-5472605b-dddb-4f98-a84b-6b7856409f87', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:25:44,708 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.063s
2025-12-16 10:25:44,709 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:25: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-c12d3000-6981-43e7-a60f-f93588ce3720', 'x-compute-request-id': 'req-c12d3000-6981-43e7-a60f-f93588ce3720', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:25:45,763 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.052s
2025-12-16 10:25:45,764 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:25: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-59975033-9263-4c80-bd60-f08d42b4ce77', 'x-compute-request-id': 'req-59975033-9263-4c80-bd60-f08d42b4ce77', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:25:46,827 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.060s
2025-12-16 10:25:46,827 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:25: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-93bf4c19-aa60-4d68-9ffc-d09be077ac88', 'x-compute-request-id': 'req-93bf4c19-aa60-4d68-9ffc-d09be077ac88', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:25:47,888 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.058s
2025-12-16 10:25:47,888 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:25: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-cb738062-c53d-4fae-b38c-5f54259100c7', 'x-compute-request-id': 'req-cb738062-c53d-4fae-b38c-5f54259100c7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:25:48,965 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.074s
2025-12-16 10:25:48,965 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:25: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-5e6a7301-eb83-4b83-b730-268bd953f7ce', 'x-compute-request-id': 'req-5e6a7301-eb83-4b83-b730-268bd953f7ce', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:25:50,030 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.061s
2025-12-16 10:25:50,030 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:25: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-10234f70-b90f-4cd9-b7a6-92bfa034a5df', 'x-compute-request-id': 'req-10234f70-b90f-4cd9-b7a6-92bfa034a5df', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:25:51,100 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.066s
2025-12-16 10:25:51,100 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:25: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-b4ceb45a-685a-41a5-91e0-32f6fdced2bd', 'x-compute-request-id': 'req-b4ceb45a-685a-41a5-91e0-32f6fdced2bd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:25:52,173 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.070s
2025-12-16 10:25:52,174 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:25: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-14a231e9-8911-412a-8b86-bf0bfa70be90', 'x-compute-request-id': 'req-14a231e9-8911-412a-8b86-bf0bfa70be90', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:25:53,235 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.058s
2025-12-16 10:25:53,236 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:25: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-4dd8bd2a-ca4f-4910-8a62-9e7d4d4b25b6', 'x-compute-request-id': 'req-4dd8bd2a-ca4f-4910-8a62-9e7d4d4b25b6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:25:54,311 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.072s
2025-12-16 10:25:54,311 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:25: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-fbdee2fb-742a-4e29-b949-8680ca03cf4b', 'x-compute-request-id': 'req-fbdee2fb-742a-4e29-b949-8680ca03cf4b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:25:55,376 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.061s
2025-12-16 10:25:55,377 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:25: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-702a868a-c264-4ead-bd63-8f55ebbae33d', 'x-compute-request-id': 'req-702a868a-c264-4ead-bd63-8f55ebbae33d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:25:56,432 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.052s
2025-12-16 10:25:56,432 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:25: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-d49c7b9e-f1ad-4b40-ac38-ce8ccbd1febc', 'x-compute-request-id': 'req-d49c7b9e-f1ad-4b40-ac38-ce8ccbd1febc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:25:57,481 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.046s
2025-12-16 10:25:57,482 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:25: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-f48d8b96-e620-4df3-a79c-ce2f13041a85', 'x-compute-request-id': 'req-f48d8b96-e620-4df3-a79c-ce2f13041a85', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:25:58,538 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.053s
2025-12-16 10:25:58,538 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:25: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-f7bc996d-a660-4590-8bb0-545e55191fab', 'x-compute-request-id': 'req-f7bc996d-a660-4590-8bb0-545e55191fab', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:25:59,593 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.051s
2025-12-16 10:25:59,594 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:25: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-edec9f37-794b-4ace-8dca-4a29861ca4c0', 'x-compute-request-id': 'req-edec9f37-794b-4ace-8dca-4a29861ca4c0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:00,648 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.051s
2025-12-16 10:26:00,649 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-478c0529-ff7f-4339-b20a-daa9d5f7d7f7', 'x-compute-request-id': 'req-478c0529-ff7f-4339-b20a-daa9d5f7d7f7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:01,715 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.063s
2025-12-16 10:26:01,716 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-bbd27cbb-fd8e-40cc-8d17-cc2297f3d532', 'x-compute-request-id': 'req-bbd27cbb-fd8e-40cc-8d17-cc2297f3d532', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:02,790 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.071s
2025-12-16 10:26:02,791 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-a9fa3423-4148-49a1-bc89-1c2b65b7707c', 'x-compute-request-id': 'req-a9fa3423-4148-49a1-bc89-1c2b65b7707c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:03,859 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.065s
2025-12-16 10:26:03,859 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-3bf1300b-7cc0-4e41-a53d-5329409434c5', 'x-compute-request-id': 'req-3bf1300b-7cc0-4e41-a53d-5329409434c5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:04,925 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.063s
2025-12-16 10:26:04,926 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-6ab01845-d32c-487d-91cc-ac6d19b7d754', 'x-compute-request-id': 'req-6ab01845-d32c-487d-91cc-ac6d19b7d754', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:06,145 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.216s
2025-12-16 10:26:06,146 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-ddca3529-c50e-4fe0-a464-1cd39f914484', 'x-compute-request-id': 'req-ddca3529-c50e-4fe0-a464-1cd39f914484', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:07,512 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.363s
2025-12-16 10:26:07,512 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-319e84ca-35be-40e1-8520-eddfc419e703', 'x-compute-request-id': 'req-319e84ca-35be-40e1-8520-eddfc419e703', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:08,649 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.134s
2025-12-16 10:26:08,649 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-b3a4d722-5271-47b5-98a5-f5d8cff95812', 'x-compute-request-id': 'req-b3a4d722-5271-47b5-98a5-f5d8cff95812', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:10,058 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.405s
2025-12-16 10:26:10,058 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-9052fa8f-9213-423a-a4fb-13f1f37e2873', 'x-compute-request-id': 'req-9052fa8f-9213-423a-a4fb-13f1f37e2873', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:11,184 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.122s
2025-12-16 10:26:11,184 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-6f98029d-9b89-4379-8f9f-da66b69dc1f9', 'x-compute-request-id': 'req-6f98029d-9b89-4379-8f9f-da66b69dc1f9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:12,292 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.104s
2025-12-16 10:26:12,292 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-7717c689-0761-4337-96c9-e7549b60b3e8', 'x-compute-request-id': 'req-7717c689-0761-4337-96c9-e7549b60b3e8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:13,439 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.144s
2025-12-16 10:26:13,439 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-782c6be1-e0d0-4219-80be-088c4954a385', 'x-compute-request-id': 'req-782c6be1-e0d0-4219-80be-088c4954a385', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:14,511 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.068s
2025-12-16 10:26:14,511 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-2290b269-4f94-4851-92f3-d2b0f1cb8bad', 'x-compute-request-id': 'req-2290b269-4f94-4851-92f3-d2b0f1cb8bad', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:15,585 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.071s
2025-12-16 10:26:15,585 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-62c86ea3-74c4-4ad4-b755-c6e9383fae6d', 'x-compute-request-id': 'req-62c86ea3-74c4-4ad4-b755-c6e9383fae6d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:16,647 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.058s
2025-12-16 10:26:16,648 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-d1783faf-44b7-43c8-b05d-25c566049cb0', 'x-compute-request-id': 'req-d1783faf-44b7-43c8-b05d-25c566049cb0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:17,711 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.061s
2025-12-16 10:26:17,711 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-f0f34f2b-9061-492a-b928-3820ae3c388b', 'x-compute-request-id': 'req-f0f34f2b-9061-492a-b928-3820ae3c388b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:18,774 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.059s
2025-12-16 10:26:18,775 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-461b19bc-499f-473b-8dcc-6c39dd4d062c', 'x-compute-request-id': 'req-461b19bc-499f-473b-8dcc-6c39dd4d062c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:19,901 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.123s
2025-12-16 10:26:19,902 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-bdcd1631-46e3-472f-aaf9-8347fabf9769', 'x-compute-request-id': 'req-bdcd1631-46e3-472f-aaf9-8347fabf9769', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:20,969 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.064s
2025-12-16 10:26:20,969 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-ebde22de-6864-45c1-8e8d-1196cb6d8681', 'x-compute-request-id': 'req-ebde22de-6864-45c1-8e8d-1196cb6d8681', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:22,035 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.063s
2025-12-16 10:26:22,036 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-49ac5bdb-2a2f-491c-9a32-2333f78c7bc5', 'x-compute-request-id': 'req-49ac5bdb-2a2f-491c-9a32-2333f78c7bc5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:23,161 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.122s
2025-12-16 10:26:23,162 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-3a13fa55-2e7c-44c7-9d2e-c34136fff8c8', 'x-compute-request-id': 'req-3a13fa55-2e7c-44c7-9d2e-c34136fff8c8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:24,257 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.092s
2025-12-16 10:26:24,257 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-20653228-22a0-4618-bf79-026934762b91', 'x-compute-request-id': 'req-20653228-22a0-4618-bf79-026934762b91', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:25,314 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.054s
2025-12-16 10:26:25,315 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-0a953825-2c68-417b-aff1-db87d51cf9d9', 'x-compute-request-id': 'req-0a953825-2c68-417b-aff1-db87d51cf9d9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:26,378 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.060s
2025-12-16 10:26:26,379 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-ba7669f0-c6bb-41c8-a92f-f0ad4d601263', 'x-compute-request-id': 'req-ba7669f0-c6bb-41c8-a92f-f0ad4d601263', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:27,439 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.057s
2025-12-16 10:26:27,439 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-e37dbdef-8609-4735-b432-63fb2b0c1649', 'x-compute-request-id': 'req-e37dbdef-8609-4735-b432-63fb2b0c1649', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:28,502 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.058s
2025-12-16 10:26:28,502 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-acb7f98e-9b2c-49aa-ab5a-2b0268ab26ea', 'x-compute-request-id': 'req-acb7f98e-9b2c-49aa-ab5a-2b0268ab26ea', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:29,588 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.082s
2025-12-16 10:26:29,588 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-6e1b11b4-36c8-49b1-87e4-ce5c7a267723', 'x-compute-request-id': 'req-6e1b11b4-36c8-49b1-87e4-ce5c7a267723', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:30,650 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.058s
2025-12-16 10:26:30,650 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-45c85180-72c3-46d9-961c-ed09ba70e632', 'x-compute-request-id': 'req-45c85180-72c3-46d9-961c-ed09ba70e632', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:31,705 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.052s
2025-12-16 10:26:31,706 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-aef848a7-9301-4f2a-aa30-8cd5ea02ddbf', 'x-compute-request-id': 'req-aef848a7-9301-4f2a-aa30-8cd5ea02ddbf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:32,760 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.051s
2025-12-16 10:26:32,761 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-fb2f943a-b512-48d0-9d46-b9b3475a2fef', 'x-compute-request-id': 'req-fb2f943a-b512-48d0-9d46-b9b3475a2fef', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:33,841 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.077s
2025-12-16 10:26:33,842 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-6d7cc4e9-df7f-4a4c-87a7-fc38f7440135', 'x-compute-request-id': 'req-6d7cc4e9-df7f-4a4c-87a7-fc38f7440135', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:34,950 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.105s
2025-12-16 10:26:34,950 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-40a2894c-09ea-44c9-bd59-8cec9dc047f5', 'x-compute-request-id': 'req-40a2894c-09ea-44c9-bd59-8cec9dc047f5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:36,058 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.105s
2025-12-16 10:26:36,059 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-73d6c8e1-0a91-4236-9e6d-d2c80f1c10b9', 'x-compute-request-id': 'req-73d6c8e1-0a91-4236-9e6d-d2c80f1c10b9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:37,115 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.053s
2025-12-16 10:26:37,115 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-febb0b96-f708-4278-8c80-6b9d1419f4c7', 'x-compute-request-id': 'req-febb0b96-f708-4278-8c80-6b9d1419f4c7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:38,189 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.071s
2025-12-16 10:26:38,190 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-c1b88c9b-5b8c-4ca7-840e-edca5c20cb48', 'x-compute-request-id': 'req-c1b88c9b-5b8c-4ca7-840e-edca5c20cb48', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:39,253 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.060s
2025-12-16 10:26:39,254 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-dd61b132-3511-4e0e-a0e3-b143313a318e', 'x-compute-request-id': 'req-dd61b132-3511-4e0e-a0e3-b143313a318e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:40,322 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.065s
2025-12-16 10:26:40,323 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-de745a77-af58-4acc-b21b-5c7508b880dc', 'x-compute-request-id': 'req-de745a77-af58-4acc-b21b-5c7508b880dc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:41,424 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.097s
2025-12-16 10:26:41,424 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-50147e79-7858-48d7-abd5-b962921923cf', 'x-compute-request-id': 'req-50147e79-7858-48d7-abd5-b962921923cf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:42,485 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.058s
2025-12-16 10:26:42,486 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-9d73562d-dfe0-4ef8-8ad2-2f5c6b7393f9', 'x-compute-request-id': 'req-9d73562d-dfe0-4ef8-8ad2-2f5c6b7393f9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:43,551 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.062s
2025-12-16 10:26:43,552 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-68b831a3-4cd4-40ca-8a1f-163951bb442d', 'x-compute-request-id': 'req-68b831a3-4cd4-40ca-8a1f-163951bb442d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:44,627 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.071s
2025-12-16 10:26:44,627 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-878f9c70-3819-4f49-a2d1-e8c784cbdb59', 'x-compute-request-id': 'req-878f9c70-3819-4f49-a2d1-e8c784cbdb59', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:45,688 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.057s
2025-12-16 10:26:45,688 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-9942c772-8772-4e30-93ab-13206015209b', 'x-compute-request-id': 'req-9942c772-8772-4e30-93ab-13206015209b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:46,753 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.062s
2025-12-16 10:26:46,753 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-a33c6bf0-f01d-4230-ae32-482e54bbad89', 'x-compute-request-id': 'req-a33c6bf0-f01d-4230-ae32-482e54bbad89', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:47,823 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.066s
2025-12-16 10:26:47,823 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-1b3ceeb3-794c-4728-b9fc-10499e2f4173', 'x-compute-request-id': 'req-1b3ceeb3-794c-4728-b9fc-10499e2f4173', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:48,997 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.170s
2025-12-16 10:26:48,997 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-979dd1c0-943f-4a9e-a39f-ddcbe25f1b43', 'x-compute-request-id': 'req-979dd1c0-943f-4a9e-a39f-ddcbe25f1b43', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:50,060 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.059s
2025-12-16 10:26:50,060 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-c6fa35c5-94c2-4e4a-9b73-7ec32ad287d3', 'x-compute-request-id': 'req-c6fa35c5-94c2-4e4a-9b73-7ec32ad287d3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:51,121 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.056s
2025-12-16 10:26:51,122 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-c4e2783d-ec8a-4c36-b1d3-214a047904f7', 'x-compute-request-id': 'req-c4e2783d-ec8a-4c36-b1d3-214a047904f7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:52,221 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.095s
2025-12-16 10:26:52,222 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-754ac9dc-929d-4d81-9376-af494b105e51', 'x-compute-request-id': 'req-754ac9dc-929d-4d81-9376-af494b105e51', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:53,296 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.071s
2025-12-16 10:26:53,296 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-cdb7c577-3d71-47bf-a0a6-f6c9e3bcf756', 'x-compute-request-id': 'req-cdb7c577-3d71-47bf-a0a6-f6c9e3bcf756', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:54,361 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.060s
2025-12-16 10:26:54,361 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-7340ad71-3050-4942-bd9c-5a9934937210', 'x-compute-request-id': 'req-7340ad71-3050-4942-bd9c-5a9934937210', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:55,437 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.073s
2025-12-16 10:26:55,438 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-b648667f-8fc7-4810-862f-e5b0f4fbdb23', 'x-compute-request-id': 'req-b648667f-8fc7-4810-862f-e5b0f4fbdb23', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:56,505 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.063s
2025-12-16 10:26:56,505 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-8fed040a-b2f8-488d-84c9-0c0a7809d94c', 'x-compute-request-id': 'req-8fed040a-b2f8-488d-84c9-0c0a7809d94c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:57,579 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.070s
2025-12-16 10:26:57,580 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-5dfc42dd-7764-4375-ae6d-d4a29442a32b', 'x-compute-request-id': 'req-5dfc42dd-7764-4375-ae6d-d4a29442a32b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:58,640 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.056s
2025-12-16 10:26:58,640 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-926181da-d49e-41f8-a22d-f76aced796ad', 'x-compute-request-id': 'req-926181da-d49e-41f8-a22d-f76aced796ad', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:26:59,715 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.072s
2025-12-16 10:26:59,716 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:26: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-dad6f7a6-1421-4b3f-88e9-06d661bf63f9', 'x-compute-request-id': 'req-dad6f7a6-1421-4b3f-88e9-06d661bf63f9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:00,779 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.059s
2025-12-16 10:27:00,779 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-2ed9bf89-bf7e-44ed-b6bc-4067ad627cf7', 'x-compute-request-id': 'req-2ed9bf89-bf7e-44ed-b6bc-4067ad627cf7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:01,840 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.057s
2025-12-16 10:27:01,841 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-1b32c0aa-c1db-4e8f-b8f1-56e0b82b0c63', 'x-compute-request-id': 'req-1b32c0aa-c1db-4e8f-b8f1-56e0b82b0c63', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:02,897 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.052s
2025-12-16 10:27:02,897 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-67976bc7-edd3-43ff-9832-fb4631ab1457', 'x-compute-request-id': 'req-67976bc7-edd3-43ff-9832-fb4631ab1457', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:03,967 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.067s
2025-12-16 10:27:03,967 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-f081f1d3-858e-4122-818a-3fce28823a56', 'x-compute-request-id': 'req-f081f1d3-858e-4122-818a-3fce28823a56', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:05,029 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.058s
2025-12-16 10:27:05,029 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-fc1de71e-067b-49e6-8db8-f6456c35e42a', 'x-compute-request-id': 'req-fc1de71e-067b-49e6-8db8-f6456c35e42a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:06,086 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.053s
2025-12-16 10:27:06,087 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-36d6fef3-ee2b-4147-b9af-71950c5f595e', 'x-compute-request-id': 'req-36d6fef3-ee2b-4147-b9af-71950c5f595e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:07,145 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.054s
2025-12-16 10:27:07,145 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-70981923-8eef-4442-9352-4aa0c51b9f3a', 'x-compute-request-id': 'req-70981923-8eef-4442-9352-4aa0c51b9f3a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:08,221 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.072s
2025-12-16 10:27:08,221 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-d0cbdc8c-bcb6-4bd0-8a07-8cef0972963d', 'x-compute-request-id': 'req-d0cbdc8c-bcb6-4bd0-8a07-8cef0972963d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:09,284 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.059s
2025-12-16 10:27:09,285 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-1ce46a27-94e1-4602-a7b1-f12f65920756', 'x-compute-request-id': 'req-1ce46a27-94e1-4602-a7b1-f12f65920756', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:10,346 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.057s
2025-12-16 10:27:10,346 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-5b9eab43-f24b-425f-9732-b8e575880da5', 'x-compute-request-id': 'req-5b9eab43-f24b-425f-9732-b8e575880da5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:11,406 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.056s
2025-12-16 10:27:11,406 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-912b6cc5-44b7-43cc-8dd4-7f3f35207248', 'x-compute-request-id': 'req-912b6cc5-44b7-43cc-8dd4-7f3f35207248', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:12,464 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.054s
2025-12-16 10:27:12,465 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-36889396-9ff7-4ee2-87ac-7238c0a7a697', 'x-compute-request-id': 'req-36889396-9ff7-4ee2-87ac-7238c0a7a697', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:13,537 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.069s
2025-12-16 10:27:13,538 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-0135e9a1-9a1b-4ffa-ab82-dafb1e12f8d8', 'x-compute-request-id': 'req-0135e9a1-9a1b-4ffa-ab82-dafb1e12f8d8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:14,652 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.110s
2025-12-16 10:27:14,652 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-bf16e763-b47e-4cb7-857f-d8f29efe9141', 'x-compute-request-id': 'req-bf16e763-b47e-4cb7-857f-d8f29efe9141', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:15,715 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.060s
2025-12-16 10:27:15,716 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-258fe90c-0d5c-4ebb-b14f-90fe083fa3c5', 'x-compute-request-id': 'req-258fe90c-0d5c-4ebb-b14f-90fe083fa3c5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:16,778 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.060s
2025-12-16 10:27:16,778 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-693dc982-2412-4ca9-aa5c-f878507c9731', 'x-compute-request-id': 'req-693dc982-2412-4ca9-aa5c-f878507c9731', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:17,892 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.110s
2025-12-16 10:27:17,892 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-35440cc8-52c2-4402-8437-9d3ca95c879c', 'x-compute-request-id': 'req-35440cc8-52c2-4402-8437-9d3ca95c879c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:18,999 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.104s
2025-12-16 10:27:19,000 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-99b87e47-58c0-4937-8ecf-fd4ac2abe401', 'x-compute-request-id': 'req-99b87e47-58c0-4937-8ecf-fd4ac2abe401', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:20,117 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.113s
2025-12-16 10:27:20,117 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-157cebd8-9095-497a-bbef-efa008b03747', 'x-compute-request-id': 'req-157cebd8-9095-497a-bbef-efa008b03747', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:21,177 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.057s
2025-12-16 10:27:21,178 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-ff151f98-d692-4536-8685-6b709bdbd6fa', 'x-compute-request-id': 'req-ff151f98-d692-4536-8685-6b709bdbd6fa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:22,269 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.087s
2025-12-16 10:27:22,269 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-dcb2d9ec-d43b-42f4-a89e-7eb181d87d68', 'x-compute-request-id': 'req-dcb2d9ec-d43b-42f4-a89e-7eb181d87d68', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:23,333 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.060s
2025-12-16 10:27:23,333 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-731ae9b4-718c-4430-95a7-3d44fac91006', 'x-compute-request-id': 'req-731ae9b4-718c-4430-95a7-3d44fac91006', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:24,394 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.057s
2025-12-16 10:27:24,394 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-a16cc77a-1ca7-4d36-88a3-9a2305a7aa43', 'x-compute-request-id': 'req-a16cc77a-1ca7-4d36-88a3-9a2305a7aa43', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:25,460 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.062s
2025-12-16 10:27:25,460 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-3c15b761-4fa7-4c04-9df9-1ba4d62dc837', 'x-compute-request-id': 'req-3c15b761-4fa7-4c04-9df9-1ba4d62dc837', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:26,529 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.066s
2025-12-16 10:27:26,529 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-514d2ba6-d197-490a-bac0-a3c79ca7ba00', 'x-compute-request-id': 'req-514d2ba6-d197-490a-bac0-a3c79ca7ba00', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:27,637 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.104s
2025-12-16 10:27:27,637 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-c7fb5f11-3061-4823-bd0b-c21c72cd3cc6', 'x-compute-request-id': 'req-c7fb5f11-3061-4823-bd0b-c21c72cd3cc6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:28,699 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.057s
2025-12-16 10:27:28,699 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-dda713ac-9581-4b40-9c6c-a67734fe0d5d', 'x-compute-request-id': 'req-dda713ac-9581-4b40-9c6c-a67734fe0d5d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:29,781 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.078s
2025-12-16 10:27:29,781 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-c9b7d238-aa72-455f-a54a-6dc168f00972', 'x-compute-request-id': 'req-c9b7d238-aa72-455f-a54a-6dc168f00972', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:30,863 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.078s
2025-12-16 10:27:30,863 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-d39c20ab-2369-4cdd-88b3-690791e7a5d4', 'x-compute-request-id': 'req-d39c20ab-2369-4cdd-88b3-690791e7a5d4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:31,941 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.075s
2025-12-16 10:27:31,941 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-15e12d04-fdef-4a2b-b88f-3e98dce267ae', 'x-compute-request-id': 'req-15e12d04-fdef-4a2b-b88f-3e98dce267ae', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:33,009 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.063s
2025-12-16 10:27:33,009 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-1671063e-affc-4f54-9978-6b03ec8cb860', 'x-compute-request-id': 'req-1671063e-affc-4f54-9978-6b03ec8cb860', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:34,085 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.072s
2025-12-16 10:27:34,085 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-4b2036d9-007e-4117-acd6-2f5ec6225c58', 'x-compute-request-id': 'req-4b2036d9-007e-4117-acd6-2f5ec6225c58', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:35,150 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.061s
2025-12-16 10:27:35,150 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-2d725fad-4c32-496f-b24b-a8113c47a4f4', 'x-compute-request-id': 'req-2d725fad-4c32-496f-b24b-a8113c47a4f4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:36,223 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.070s
2025-12-16 10:27:36,223 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-fb88d40b-23af-4006-b582-05c3b80d7aba', 'x-compute-request-id': 'req-fb88d40b-23af-4006-b582-05c3b80d7aba', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:37,293 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.067s
2025-12-16 10:27:37,294 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-ce83119c-10c7-4dab-9044-7305c1c017d9', 'x-compute-request-id': 'req-ce83119c-10c7-4dab-9044-7305c1c017d9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:38,349 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.052s
2025-12-16 10:27:38,350 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-e31c79d1-d232-433f-a66e-8cb9131eccd3', 'x-compute-request-id': 'req-e31c79d1-d232-433f-a66e-8cb9131eccd3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:39,421 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.068s
2025-12-16 10:27:39,421 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-a1f4cd87-783f-4d02-8c4c-636b2d85ce7b', 'x-compute-request-id': 'req-a1f4cd87-783f-4d02-8c4c-636b2d85ce7b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:40,516 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.091s
2025-12-16 10:27:40,516 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-22fe53de-e1de-4f96-9359-37c9e544264e', 'x-compute-request-id': 'req-22fe53de-e1de-4f96-9359-37c9e544264e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:41,577 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.056s
2025-12-16 10:27:41,577 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-9b9b2fd6-caa5-46a3-a797-3e8712a6edfd', 'x-compute-request-id': 'req-9b9b2fd6-caa5-46a3-a797-3e8712a6edfd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:42,640 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.059s
2025-12-16 10:27:42,640 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-36317889-3e28-4d2c-a523-3a0b3e06cf80', 'x-compute-request-id': 'req-36317889-3e28-4d2c-a523-3a0b3e06cf80', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:43,702 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.057s
2025-12-16 10:27:43,702 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-c8c4fda5-31c2-4d26-b736-14adc1578c1b', 'x-compute-request-id': 'req-c8c4fda5-31c2-4d26-b736-14adc1578c1b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:44,811 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.106s
2025-12-16 10:27:44,812 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-b342cd44-2e24-4216-b3cc-a60b7ca8568e', 'x-compute-request-id': 'req-b342cd44-2e24-4216-b3cc-a60b7ca8568e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:45,892 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.077s
2025-12-16 10:27:45,893 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-827b1308-16e7-4a42-8581-27764488b3d3', 'x-compute-request-id': 'req-827b1308-16e7-4a42-8581-27764488b3d3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:46,965 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.069s
2025-12-16 10:27:46,966 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-6c3bc617-c5f1-4e7e-a278-a9adfaec81a5', 'x-compute-request-id': 'req-6c3bc617-c5f1-4e7e-a278-a9adfaec81a5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:48,048 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.079s
2025-12-16 10:27:48,049 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-be2c3dc3-308d-4fb1-8a6f-0e7e6cf7bc6a', 'x-compute-request-id': 'req-be2c3dc3-308d-4fb1-8a6f-0e7e6cf7bc6a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:49,111 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.059s
2025-12-16 10:27:49,112 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-aa20012e-4ebe-46e5-9367-c81427cd45c1', 'x-compute-request-id': 'req-aa20012e-4ebe-46e5-9367-c81427cd45c1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:50,171 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.056s
2025-12-16 10:27:50,171 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-41eb47ee-bfde-413f-b68b-1c5967be4f4d', 'x-compute-request-id': 'req-41eb47ee-bfde-413f-b68b-1c5967be4f4d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:51,232 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.056s
2025-12-16 10:27:51,232 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-71d2f708-9afd-4b08-9fc3-c57bbdd94d35', 'x-compute-request-id': 'req-71d2f708-9afd-4b08-9fc3-c57bbdd94d35', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:52,294 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.058s
2025-12-16 10:27:52,294 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-d5808fd6-248d-4e34-809f-91020628b577', 'x-compute-request-id': 'req-d5808fd6-248d-4e34-809f-91020628b577', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:53,361 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.064s
2025-12-16 10:27:53,361 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-06109942-0a06-49e8-9c29-4d6c9740cd1c', 'x-compute-request-id': 'req-06109942-0a06-49e8-9c29-4d6c9740cd1c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:54,447 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.082s
2025-12-16 10:27:54,447 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-d7bf7f14-477a-4fd0-b5f9-c7669c848766', 'x-compute-request-id': 'req-d7bf7f14-477a-4fd0-b5f9-c7669c848766', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:55,510 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.059s
2025-12-16 10:27:55,510 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-e9ff1c5c-4c5a-40b2-8827-8fb223ba7d36', 'x-compute-request-id': 'req-e9ff1c5c-4c5a-40b2-8827-8fb223ba7d36', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:56,627 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.113s
2025-12-16 10:27:56,628 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-d0b11aae-200c-4612-83e3-4a14c245ee79', 'x-compute-request-id': 'req-d0b11aae-200c-4612-83e3-4a14c245ee79', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:57,711 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.079s
2025-12-16 10:27:57,711 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-8262788c-f759-4de7-9f99-484cd9131764', 'x-compute-request-id': 'req-8262788c-f759-4de7-9f99-484cd9131764', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:58,855 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.141s
2025-12-16 10:27:58,856 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-3839d566-a170-42c5-8678-9bd7b9ef290f', 'x-compute-request-id': 'req-3839d566-a170-42c5-8678-9bd7b9ef290f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:27:59,921 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.062s
2025-12-16 10:27:59,922 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:27: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-0f1026ec-20f8-4d73-894c-b1cc00a37203', 'x-compute-request-id': 'req-0f1026ec-20f8-4d73-894c-b1cc00a37203', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:28:00,981 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.054s
2025-12-16 10:28:00,981 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28: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-ef2ce045-2528-44d5-b4db-bb578d090d5d', 'x-compute-request-id': 'req-ef2ce045-2528-44d5-b4db-bb578d090d5d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:28:02,041 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.056s
2025-12-16 10:28:02,041 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28: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-8888cbb1-3386-4305-8cb3-77e52f4278af', 'x-compute-request-id': 'req-8888cbb1-3386-4305-8cb3-77e52f4278af', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:28:03,117 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.072s
2025-12-16 10:28:03,118 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28: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-6143d5ae-6b54-4d98-bda3-b6884805792c', 'x-compute-request-id': 'req-6143d5ae-6b54-4d98-bda3-b6884805792c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:28:04,199 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.077s
2025-12-16 10:28:04,199 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28: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-13d16110-0e1a-40aa-aa5f-daa7b18f7193', 'x-compute-request-id': 'req-13d16110-0e1a-40aa-aa5f-daa7b18f7193', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:28:05,255 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.051s
2025-12-16 10:28:05,255 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28: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-c1ba209d-de9f-47f8-ad13-77ad9cb8502a', 'x-compute-request-id': 'req-c1ba209d-de9f-47f8-ad13-77ad9cb8502a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:28:06,316 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.058s
2025-12-16 10:28:06,317 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28: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-979ed32c-fc63-47d6-b23f-b06c70445d55', 'x-compute-request-id': 'req-979ed32c-fc63-47d6-b23f-b06c70445d55', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:28:07,370 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.050s
2025-12-16 10:28:07,371 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28: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-fc766da0-6095-42eb-aadc-140286b077d2', 'x-compute-request-id': 'req-fc766da0-6095-42eb-aadc-140286b077d2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:28:08,427 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.053s
2025-12-16 10:28:08,427 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28: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-2d1df5e7-687c-47eb-9232-d360acc3fc3f', 'x-compute-request-id': 'req-2d1df5e7-687c-47eb-9232-d360acc3fc3f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:28:09,520 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.089s
2025-12-16 10:28:09,521 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28: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-aab339e5-68fa-4302-a373-a2cbe1671ffe', 'x-compute-request-id': 'req-aab339e5-68fa-4302-a373-a2cbe1671ffe', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:28:10,596 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.072s
2025-12-16 10:28:10,596 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28: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-fa84e2f1-7371-4e4c-b6f0-df8d21248746', 'x-compute-request-id': 'req-fa84e2f1-7371-4e4c-b6f0-df8d21248746', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:28:11,677 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.076s
2025-12-16 10:28:11,677 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28: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-306401d2-240d-4f07-ba20-2291bb083e40', 'x-compute-request-id': 'req-306401d2-240d-4f07-ba20-2291bb083e40', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:28:12,736 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.056s
2025-12-16 10:28:12,736 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28: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-2ff19717-7c4f-44ad-9afe-1035e93d9881', 'x-compute-request-id': 'req-2ff19717-7c4f-44ad-9afe-1035e93d9881', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:28:13,796 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.056s
2025-12-16 10:28:13,797 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28: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-9037a6a0-10c5-48d1-a61d-80e464e8975b', 'x-compute-request-id': 'req-9037a6a0-10c5-48d1-a61d-80e464e8975b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:28:14,879 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.079s
2025-12-16 10:28:14,879 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28: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-552b67cb-92bb-4242-a6ba-7a0994a3a5e3', 'x-compute-request-id': 'req-552b67cb-92bb-4242-a6ba-7a0994a3a5e3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:28:15,948 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.066s
2025-12-16 10:28:15,949 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28: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-7d72e6f5-d42a-4943-9ffd-85c7d4db608b', 'x-compute-request-id': 'req-7d72e6f5-d42a-4943-9ffd-85c7d4db608b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:28:17,047 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.093s
2025-12-16 10:28:17,047 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28: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-f63119c8-b1c6-4f9e-9426-2495fe4485dd', 'x-compute-request-id': 'req-f63119c8-b1c6-4f9e-9426-2495fe4485dd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:28:18,153 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.102s
2025-12-16 10:28:18,154 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28: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-bdbb5a3d-fd59-4ad0-a192-b570ce932e6d', 'x-compute-request-id': 'req-bdbb5a3d-fd59-4ad0-a192-b570ce932e6d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:28:19,215 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.058s
2025-12-16 10:28:19,215 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28: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-adaff8f1-6041-4600-8b9c-2dbe1c77d8da', 'x-compute-request-id': 'req-adaff8f1-6041-4600-8b9c-2dbe1c77d8da', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:28:20,285 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.066s
2025-12-16 10:28:20,285 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28: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-445eb1a1-c298-48af-a962-196ca27c85db', 'x-compute-request-id': 'req-445eb1a1-c298-48af-a962-196ca27c85db', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:28:21,367 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.078s
2025-12-16 10:28:21,368 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28: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-5ce0cae9-2b73-4bcc-99e6-523d7e6f4384', 'x-compute-request-id': 'req-5ce0cae9-2b73-4bcc-99e6-523d7e6f4384', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:28:22,429 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.058s
2025-12-16 10:28:22,429 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28: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-6c5b1717-3994-470b-a9c0-13064058bb60', 'x-compute-request-id': 'req-6c5b1717-3994-470b-a9c0-13064058bb60', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:28:23,492 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.059s
2025-12-16 10:28:23,492 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28: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-e5821c61-90e6-4139-abd4-912f15b866e1', 'x-compute-request-id': 'req-e5821c61-90e6-4139-abd4-912f15b866e1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:28:24,566 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.069s
2025-12-16 10:28:24,567 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28: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-0dc0ce7f-6d02-4ac4-8fbf-86aa8ecbc444', 'x-compute-request-id': 'req-0dc0ce7f-6d02-4ac4-8fbf-86aa8ecbc444', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:28:25,651 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.081s
2025-12-16 10:28:25,651 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28: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-ad2a7dd6-e122-4769-ba9b-e1cb1987160c', 'x-compute-request-id': 'req-ad2a7dd6-e122-4769-ba9b-e1cb1987160c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:28:26,703 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.048s
2025-12-16 10:28:26,703 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28: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-2b3649c2-7fd8-4277-b033-7dfa71d76143', 'x-compute-request-id': 'req-2b3649c2-7fd8-4277-b033-7dfa71d76143', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:28:27,758 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.051s
2025-12-16 10:28:27,758 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28: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-a4c496a7-d4f0-4f70-abc1-5e0a74029c73', 'x-compute-request-id': 'req-a4c496a7-d4f0-4f70-abc1-5e0a74029c73', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:28:28,824 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.062s
2025-12-16 10:28:28,825 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28: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-8efdc3d1-eda8-4e46-a8c0-1d6530847921', 'x-compute-request-id': 'req-8efdc3d1-eda8-4e46-a8c0-1d6530847921', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:28:29,891 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.062s
2025-12-16 10:28:29,892 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28: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-e8ec04fc-e5e2-4aad-990a-e4089291540a', 'x-compute-request-id': 'req-e8ec04fc-e5e2-4aad-990a-e4089291540a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:28:30,977 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.082s
2025-12-16 10:28:30,977 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28: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-f479115c-bde4-468d-8629-67670323daed', 'x-compute-request-id': 'req-f479115c-bde4-468d-8629-67670323daed', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:28:32,062 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.082s
2025-12-16 10:28:32,063 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28: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-940fa0bc-548a-4aa1-9a21-2355a3dc36b3', 'x-compute-request-id': 'req-940fa0bc-548a-4aa1-9a21-2355a3dc36b3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:28:33,146 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.080s
2025-12-16 10:28:33,146 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28: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-6d45c252-fdbc-4c52-b041-8400e28964f6', 'x-compute-request-id': 'req-6d45c252-fdbc-4c52-b041-8400e28964f6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:28:34,231 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.082s
2025-12-16 10:28:34,232 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28: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-e8924f35-c4c9-48c5-9502-2b856f94272a', 'x-compute-request-id': 'req-e8924f35-c4c9-48c5-9502-2b856f94272a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:28:35,294 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.059s
2025-12-16 10:28:35,295 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28: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-0a1cbf09-d378-4f73-a0a3-925e9d3384d9', 'x-compute-request-id': 'req-0a1cbf09-d378-4f73-a0a3-925e9d3384d9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:28:36,366 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.068s
2025-12-16 10:28:36,367 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28: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-cb7ff622-b78e-4c52-8203-46097d043f42', 'x-compute-request-id': 'req-cb7ff622-b78e-4c52-8203-46097d043f42', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:28:37,445 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.075s
2025-12-16 10:28:37,446 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28: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-4056c031-2830-4f2e-91fa-6edcfe561468', 'x-compute-request-id': 'req-4056c031-2830-4f2e-91fa-6edcfe561468', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:28:38,516 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.067s
2025-12-16 10:28:38,516 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28: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-1bd49c5a-10c6-4291-869f-d3f29fdad801', 'x-compute-request-id': 'req-1bd49c5a-10c6-4291-869f-d3f29fdad801', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:28:39,583 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.062s
2025-12-16 10:28:39,583 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28: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-403867a9-83fe-464d-976d-6f4596b8c494', 'x-compute-request-id': 'req-403867a9-83fe-464d-976d-6f4596b8c494', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:28:40,665 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments 0.078s
2025-12-16 10:28:40,665 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28: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-b512d7cf-c51d-4220-aa52-766bf5078275', 'x-compute-request-id': 'req-b512d7cf-c51d-4220-aa52-766bf5078275', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "volumeId": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "serverId": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "device": "/dev/vdb"}]}'
2025-12-16 10:28:42,738 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 404 POST http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/action 1.069s
2025-12-16 10:28:42,738 82243 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': 'Tue, 16 Dec 2025 09:28:41 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-5dd22a73-4bd0-4074-b4b8-04e879860870', 'x-compute-request-id': 'req-5dd22a73-4bd0-4074-b4b8-04e879860870', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/03440ef3-2f5d-4ea4-b9cb-89235ab4de0a/action'}
Body: b'{"itemNotFound": {"code": 404, "message": "Guest does not have a console available."}}'
2025-12-16 10:28:42,807 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.068s
2025-12-16 10:28:42,807 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02c7eaa9-e1e7-4a04-8cce-af7c4c527857', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02c7eaa9-e1e7-4a04-8cce-af7c4c527857', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:28:43,872 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.050s
2025-12-16 10:28:43,872 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c03d0230-c285-4ab4-837f-79a8a490832e', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c03d0230-c285-4ab4-837f-79a8a490832e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:28:44,986 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.101s
2025-12-16 10:28:44,986 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a32a7a47-712b-4d34-a9b6-5e3bdced8f50', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a32a7a47-712b-4d34-a9b6-5e3bdced8f50', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:28:46,052 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.054s
2025-12-16 10:28:46,052 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d12cf3c-3f4d-4cda-803b-7f372e3e54f5', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d12cf3c-3f4d-4cda-803b-7f372e3e54f5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:28:47,119 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.054s
2025-12-16 10:28:47,119 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb352f74-fa30-4850-bb21-cc58863e43ff', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb352f74-fa30-4850-bb21-cc58863e43ff', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:28:48,183 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.052s
2025-12-16 10:28:48,183 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc1d77b8-de45-45cb-985c-25dd346188f4', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc1d77b8-de45-45cb-985c-25dd346188f4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:28:49,243 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.048s
2025-12-16 10:28:49,244 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cb5813b-9bae-4eda-9feb-11da25084271', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cb5813b-9bae-4eda-9feb-11da25084271', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:28:50,318 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.063s
2025-12-16 10:28:50,318 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a50b420e-95e9-4e00-8382-e9d04ef0df66', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a50b420e-95e9-4e00-8382-e9d04ef0df66', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:28:51,398 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.068s
2025-12-16 10:28:51,399 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf4be626-c66b-4238-8896-7bdd17ce53ea', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf4be626-c66b-4238-8896-7bdd17ce53ea', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:28:52,478 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.063s
2025-12-16 10:28:52,478 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bf1fbd4-6477-44f7-b5c6-316b56965d6b', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bf1fbd4-6477-44f7-b5c6-316b56965d6b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:28:53,554 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.063s
2025-12-16 10:28:53,554 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02ba3ba4-8a6d-49d2-a05d-c5376b842a33', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02ba3ba4-8a6d-49d2-a05d-c5376b842a33', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:28:54,628 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.063s
2025-12-16 10:28:54,629 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d59146a7-fa02-4fab-911f-d2c299269d5c', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d59146a7-fa02-4fab-911f-d2c299269d5c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:28:55,720 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.077s
2025-12-16 10:28:55,721 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-daf543d6-993a-4714-9fa7-238c370abb97', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-daf543d6-993a-4714-9fa7-238c370abb97', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:28:56,779 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.046s
2025-12-16 10:28:56,779 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07bdfeaf-1f1e-4bb2-997f-4ba07bca0d55', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07bdfeaf-1f1e-4bb2-997f-4ba07bca0d55', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:28:57,844 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.052s
2025-12-16 10:28:57,844 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b16a1aa-dfea-4b5a-91f3-11380e8059da', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b16a1aa-dfea-4b5a-91f3-11380e8059da', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:28:58,904 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.048s
2025-12-16 10:28:58,905 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b64dd5d1-ffce-440a-a51c-2fea30e04097', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b64dd5d1-ffce-440a-a51c-2fea30e04097', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:00,003 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.080s
2025-12-16 10:29:00,004 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:28:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aad4cf27-6d68-4b10-8188-b4ad1f838d93', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aad4cf27-6d68-4b10-8188-b4ad1f838d93', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:01,067 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.052s
2025-12-16 10:29:01,068 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-497e06df-bd4b-4974-92d8-7ccb8a036152', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-497e06df-bd4b-4974-92d8-7ccb8a036152', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:02,141 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.061s
2025-12-16 10:29:02,141 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42644cee-9bdb-45c2-b9da-1589b8c49461', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42644cee-9bdb-45c2-b9da-1589b8c49461', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:03,225 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.067s
2025-12-16 10:29:03,226 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-328d51b5-4753-4dde-b669-6b0305a679f8', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-328d51b5-4753-4dde-b669-6b0305a679f8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:04,292 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.052s
2025-12-16 10:29:04,292 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd4b0be9-7f04-4a36-9466-b696e4975a72', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd4b0be9-7f04-4a36-9466-b696e4975a72', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:05,349 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.045s
2025-12-16 10:29:05,350 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-431abc35-70a3-4cd5-9c08-a0672af9f39a', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-431abc35-70a3-4cd5-9c08-a0672af9f39a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:06,432 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.065s
2025-12-16 10:29:06,432 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ce12861-4ca1-4131-846d-3e551a44310f', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ce12861-4ca1-4131-846d-3e551a44310f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:07,573 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.122s
2025-12-16 10:29:07,573 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01dcc885-1200-4fe5-922c-8b30eee867d6', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01dcc885-1200-4fe5-922c-8b30eee867d6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:08,631 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.045s
2025-12-16 10:29:08,631 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06c44535-ac22-4c4a-bf09-177ba87b9179', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06c44535-ac22-4c4a-bf09-177ba87b9179', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:09,686 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.043s
2025-12-16 10:29:09,687 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-659bede3-b8cd-4039-8991-00074b67ce52', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-659bede3-b8cd-4039-8991-00074b67ce52', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:10,749 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.050s
2025-12-16 10:29:10,749 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10299e9c-01a4-41ec-b8f5-21cde90e930c', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10299e9c-01a4-41ec-b8f5-21cde90e930c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:11,806 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.045s
2025-12-16 10:29:11,806 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3691e4c1-575a-48bd-a159-92c6e7715a1a', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3691e4c1-575a-48bd-a159-92c6e7715a1a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:12,876 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.057s
2025-12-16 10:29:12,876 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae05ab32-ed3b-408c-920b-733a969f95e6', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae05ab32-ed3b-408c-920b-733a969f95e6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:13,960 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.073s
2025-12-16 10:29:13,961 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-427e70ac-db50-43d7-bcdb-af70cdeb390a', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-427e70ac-db50-43d7-bcdb-af70cdeb390a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:15,033 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.060s
2025-12-16 10:29:15,033 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afca7bca-460d-457e-9444-02703653807d', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afca7bca-460d-457e-9444-02703653807d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:16,135 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.090s
2025-12-16 10:29:16,136 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40040f4d-fbfd-40a7-944e-967d288241d9', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40040f4d-fbfd-40a7-944e-967d288241d9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:17,217 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.065s
2025-12-16 10:29:17,218 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90a80ace-7623-42fd-90fd-cce6186745ec', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90a80ace-7623-42fd-90fd-cce6186745ec', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:18,293 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.061s
2025-12-16 10:29:18,293 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41e57dd1-94e1-45d4-adf4-e3edb09ebf16', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41e57dd1-94e1-45d4-adf4-e3edb09ebf16', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:19,353 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.048s
2025-12-16 10:29:19,353 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bc189e9-cec4-4702-a78e-eb4d2753a1d9', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bc189e9-cec4-4702-a78e-eb4d2753a1d9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:20,409 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.043s
2025-12-16 10:29:20,409 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2957d7e7-edc6-41b6-b48e-86abd2e80a71', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2957d7e7-edc6-41b6-b48e-86abd2e80a71', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:21,472 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.052s
2025-12-16 10:29:21,473 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-561f97cc-d3c9-4cda-8e26-aadfe3eb0449', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-561f97cc-d3c9-4cda-8e26-aadfe3eb0449', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:22,529 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.044s
2025-12-16 10:29:22,529 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-524c25f5-9fd8-45f8-b3d9-a317ec7ba0d5', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-524c25f5-9fd8-45f8-b3d9-a317ec7ba0d5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:23,610 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.069s
2025-12-16 10:29:23,611 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c64a983e-cba1-4b11-90f7-3da2bd0d68e1', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c64a983e-cba1-4b11-90f7-3da2bd0d68e1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:24,672 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.048s
2025-12-16 10:29:24,672 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c18f20cd-09da-4f66-948b-3a281d013762', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c18f20cd-09da-4f66-948b-3a281d013762', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:25,745 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.059s
2025-12-16 10:29:25,745 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad415e9b-bdd1-4bf5-8c1a-1d05db05a6c2', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad415e9b-bdd1-4bf5-8c1a-1d05db05a6c2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:26,804 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.046s
2025-12-16 10:29:26,805 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df6d9521-08f5-4b96-936e-6632e499666a', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df6d9521-08f5-4b96-936e-6632e499666a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:27,875 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.055s
2025-12-16 10:29:27,875 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de3758bd-20f2-47f9-823a-ff18285c7e52', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de3758bd-20f2-47f9-823a-ff18285c7e52', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:28,941 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.052s
2025-12-16 10:29:28,941 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-acdf7c91-5d17-4953-b604-c68ee4a35623', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-acdf7c91-5d17-4953-b604-c68ee4a35623', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:29,999 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.043s
2025-12-16 10:29:29,999 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f360ff8e-ad05-4db2-a7b1-27e2f3d2261d', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f360ff8e-ad05-4db2-a7b1-27e2f3d2261d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:31,057 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.045s
2025-12-16 10:29:31,057 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-807c3287-011d-4524-88f8-a0d7bf745ec3', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-807c3287-011d-4524-88f8-a0d7bf745ec3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:32,124 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.052s
2025-12-16 10:29:32,125 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-774164c9-ada3-4f45-bd86-2f97a13808c4', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-774164c9-ada3-4f45-bd86-2f97a13808c4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:33,183 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.043s
2025-12-16 10:29:33,183 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e71af10-f0da-4809-8d8a-9159adbf8b16', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e71af10-f0da-4809-8d8a-9159adbf8b16', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:34,253 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.057s
2025-12-16 10:29:34,253 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aac2a097-2509-4efa-b7b9-140c1d210aa5', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aac2a097-2509-4efa-b7b9-140c1d210aa5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:35,313 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.047s
2025-12-16 10:29:35,313 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3504cd2c-9b77-4bc1-a163-34ab3ed5a18d', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3504cd2c-9b77-4bc1-a163-34ab3ed5a18d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:36,368 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.042s
2025-12-16 10:29:36,369 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d10e97f1-264c-40ea-99fc-758365e3e92d', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d10e97f1-264c-40ea-99fc-758365e3e92d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:37,431 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.048s
2025-12-16 10:29:37,431 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-208f520f-4851-4a1c-844d-deb29fcf8fca', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-208f520f-4851-4a1c-844d-deb29fcf8fca', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:38,500 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.056s
2025-12-16 10:29:38,500 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e9883f4-6aff-49e5-9397-2123cb60e955', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e9883f4-6aff-49e5-9397-2123cb60e955', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:39,558 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.041s
2025-12-16 10:29:39,558 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0351b526-c255-44aa-9afe-51b767f62a23', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0351b526-c255-44aa-9afe-51b767f62a23', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:40,629 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.059s
2025-12-16 10:29:40,629 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2af435be-bf24-4bd7-944f-8ddf0e773127', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2af435be-bf24-4bd7-944f-8ddf0e773127', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:41,697 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.056s
2025-12-16 10:29:41,698 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83463174-0f10-4f0a-9f3a-15461128188b', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83463174-0f10-4f0a-9f3a-15461128188b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:42,765 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.052s
2025-12-16 10:29:42,766 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d257daf6-74e2-490d-b3e8-26d137bd51b7', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d257daf6-74e2-490d-b3e8-26d137bd51b7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:43,835 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.050s
2025-12-16 10:29:43,835 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6490a774-b9ac-4d6c-a7a7-cd0c9f8c3339', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6490a774-b9ac-4d6c-a7a7-cd0c9f8c3339', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:44,896 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.045s
2025-12-16 10:29:44,897 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fa97a15-6b53-4f15-a9f4-29101eee2018', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fa97a15-6b53-4f15-a9f4-29101eee2018', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:45,959 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.051s
2025-12-16 10:29:45,960 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b904efda-9d46-49a2-892d-ed6da20dff33', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b904efda-9d46-49a2-892d-ed6da20dff33', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:47,046 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.073s
2025-12-16 10:29:47,046 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b61d17e2-634f-4efa-876d-7cd1f6704d91', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b61d17e2-634f-4efa-876d-7cd1f6704d91', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:48,110 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.051s
2025-12-16 10:29:48,111 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-adfcd239-7f5c-484f-8961-c32041d500c5', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-adfcd239-7f5c-484f-8961-c32041d500c5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:49,176 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.053s
2025-12-16 10:29:49,176 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99d96adf-1416-4c5c-9281-12fd4cc36837', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99d96adf-1416-4c5c-9281-12fd4cc36837', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:50,245 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.057s
2025-12-16 10:29:50,246 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a3d1a45-9b60-4b94-9324-73ca3a625b35', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a3d1a45-9b60-4b94-9324-73ca3a625b35', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:51,313 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.054s
2025-12-16 10:29:51,313 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe388db2-bdf0-497b-b3ee-f7ae0688e101', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe388db2-bdf0-497b-b3ee-f7ae0688e101', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:52,364 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.040s
2025-12-16 10:29:52,365 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a6f67be-95a6-41cb-8e95-a17a628ba1b5', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a6f67be-95a6-41cb-8e95-a17a628ba1b5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:53,417 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.040s
2025-12-16 10:29:53,417 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34549867-261d-425e-91c7-e63300e90e05', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34549867-261d-425e-91c7-e63300e90e05', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:54,474 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.044s
2025-12-16 10:29:54,475 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd5c4d96-ed06-4b7c-a7c0-b695c44f3d06', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd5c4d96-ed06-4b7c-a7c0-b695c44f3d06', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:55,535 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.048s
2025-12-16 10:29:55,535 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fdd87c6-76b9-4a1b-949f-bebde5748de4', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fdd87c6-76b9-4a1b-949f-bebde5748de4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:56,591 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.042s
2025-12-16 10:29:56,591 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d13fa80f-c53c-42ad-9fd3-e9a0efec3b28', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d13fa80f-c53c-42ad-9fd3-e9a0efec3b28', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:57,664 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.061s
2025-12-16 10:29:57,665 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f0e81e8-5982-425a-843a-a9ce92ec96b0', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f0e81e8-5982-425a-843a-a9ce92ec96b0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:58,741 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.059s
2025-12-16 10:29:58,742 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-222d3dd5-bebb-47c4-9979-75196b61e807', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-222d3dd5-bebb-47c4-9979-75196b61e807', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:29:59,805 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.051s
2025-12-16 10:29:59,806 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:29:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3799ecf5-84b8-4e9e-bc22-85d2caa0f77d', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3799ecf5-84b8-4e9e-bc22-85d2caa0f77d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:00,868 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.050s
2025-12-16 10:30:00,868 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f19c11f-06cd-4c52-9924-150a9e6fb516', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f19c11f-06cd-4c52-9924-150a9e6fb516', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:01,934 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.048s
2025-12-16 10:30:01,934 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e73d1b10-d71f-4ae9-ab23-731dbe4a3add', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e73d1b10-d71f-4ae9-ab23-731dbe4a3add', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:02,997 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.051s
2025-12-16 10:30:02,997 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78099404-6670-42d7-9595-bba1eff402a5', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78099404-6670-42d7-9595-bba1eff402a5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:04,059 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.050s
2025-12-16 10:30:04,060 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-367f3545-7796-428f-8157-123b4cace75b', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-367f3545-7796-428f-8157-123b4cace75b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:05,128 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.055s
2025-12-16 10:30:05,128 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-badbe887-0645-49fe-a4fe-6fcbde4c38d5', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-badbe887-0645-49fe-a4fe-6fcbde4c38d5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:06,206 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.060s
2025-12-16 10:30:06,206 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31ea404a-fe1d-4693-a801-1351faf28f01', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31ea404a-fe1d-4693-a801-1351faf28f01', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:07,270 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.051s
2025-12-16 10:30:07,270 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0191aec2-cb6b-4b9e-b996-7e13c1ce6b78', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0191aec2-cb6b-4b9e-b996-7e13c1ce6b78', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:08,320 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.037s
2025-12-16 10:30:08,321 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50ba62b8-4c6e-49e1-8ddc-368dacc92b12', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50ba62b8-4c6e-49e1-8ddc-368dacc92b12', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:09,378 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.045s
2025-12-16 10:30:09,379 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb343e52-37b0-4b05-b699-90d225015358', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb343e52-37b0-4b05-b699-90d225015358', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:10,471 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.080s
2025-12-16 10:30:10,471 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8519214-dbcd-4792-ada3-ad754f8d6519', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8519214-dbcd-4792-ada3-ad754f8d6519', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:11,526 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.043s
2025-12-16 10:30:11,527 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb20c2d9-8b60-48af-bb3f-fec9af721e34', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb20c2d9-8b60-48af-bb3f-fec9af721e34', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:12,635 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.096s
2025-12-16 10:30:12,635 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee1cbca5-33e9-4854-baa3-0990fe1c1dec', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee1cbca5-33e9-4854-baa3-0990fe1c1dec', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:13,716 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.065s
2025-12-16 10:30:13,717 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3d36eb0-6f58-46ef-8495-d76b811caaa0', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3d36eb0-6f58-46ef-8495-d76b811caaa0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:14,776 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.047s
2025-12-16 10:30:14,777 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-daa6d2a1-deac-4587-9236-1c4e052099fe', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-daa6d2a1-deac-4587-9236-1c4e052099fe', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:15,838 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.048s
2025-12-16 10:30:15,839 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-433f4cd2-9f3f-416c-bda1-7917c6ee34dd', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-433f4cd2-9f3f-416c-bda1-7917c6ee34dd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:16,896 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.045s
2025-12-16 10:30:16,897 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40f7f36c-1939-4457-ac57-86194d2defc6', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40f7f36c-1939-4457-ac57-86194d2defc6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:17,965 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.055s
2025-12-16 10:30:17,966 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09430bdd-00f0-4f30-a281-e10678a52b4c', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09430bdd-00f0-4f30-a281-e10678a52b4c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:19,040 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.061s
2025-12-16 10:30:19,040 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec5f8430-f472-4a2d-8b08-b0e34bead944', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec5f8430-f472-4a2d-8b08-b0e34bead944', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:20,100 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.048s
2025-12-16 10:30:20,101 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0034d35c-476e-4779-bde1-275339ad27b2', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0034d35c-476e-4779-bde1-275339ad27b2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:21,173 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.055s
2025-12-16 10:30:21,173 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92590db3-0e92-4de6-b197-4d609c4a7b64', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92590db3-0e92-4de6-b197-4d609c4a7b64', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:22,236 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.050s
2025-12-16 10:30:22,237 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-147674c9-4281-4f95-8087-9005815286c3', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-147674c9-4281-4f95-8087-9005815286c3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:23,314 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.064s
2025-12-16 10:30:23,314 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff231133-333b-4002-9335-bbfcf7afdf62', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff231133-333b-4002-9335-bbfcf7afdf62', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:24,538 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.209s
2025-12-16 10:30:24,538 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49cacded-94b3-4ac7-bcbd-ebe382af8234', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49cacded-94b3-4ac7-bcbd-ebe382af8234', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:25,609 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.053s
2025-12-16 10:30:25,609 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43cd0982-aabb-4d1f-af67-244e326ced8b', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43cd0982-aabb-4d1f-af67-244e326ced8b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:26,678 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.048s
2025-12-16 10:30:26,678 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-567c1dc6-ed92-424e-ab71-4ffbd7070696', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-567c1dc6-ed92-424e-ab71-4ffbd7070696', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:27,735 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.044s
2025-12-16 10:30:27,736 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30d96488-8d1c-48f1-9be1-cdd5b800b86f', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30d96488-8d1c-48f1-9be1-cdd5b800b86f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:28,790 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.042s
2025-12-16 10:30:28,790 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e533e59-3988-4176-b4f5-c3b2603d2d44', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e533e59-3988-4176-b4f5-c3b2603d2d44', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:29,855 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.052s
2025-12-16 10:30:29,855 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-884a44e6-b8c7-443c-b4fd-0fb9a575aabb', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-884a44e6-b8c7-443c-b4fd-0fb9a575aabb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:30,926 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.055s
2025-12-16 10:30:30,927 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d36b6e9-fcc1-4c9e-94f3-e11b0ea19ab0', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d36b6e9-fcc1-4c9e-94f3-e11b0ea19ab0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:31,979 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.040s
2025-12-16 10:30:31,980 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ce62b63-f2b8-4ef8-9306-edad2b526666', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ce62b63-f2b8-4ef8-9306-edad2b526666', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:33,051 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.054s
2025-12-16 10:30:33,052 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-466d8bd7-7355-47c7-8c52-e4b882a001e6', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-466d8bd7-7355-47c7-8c52-e4b882a001e6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:34,120 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.050s
2025-12-16 10:30:34,120 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c9ada27-eaec-4307-b21d-7c5e5c1508f7', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c9ada27-eaec-4307-b21d-7c5e5c1508f7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:35,180 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.047s
2025-12-16 10:30:35,181 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b580293-4e12-44a4-8710-11166c5ca03b', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b580293-4e12-44a4-8710-11166c5ca03b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:36,240 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.045s
2025-12-16 10:30:36,240 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2f47c4b-9b5e-46dc-9644-e00c7a0a6e10', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2f47c4b-9b5e-46dc-9644-e00c7a0a6e10', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:37,305 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.051s
2025-12-16 10:30:37,306 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c475dd7f-a831-49bb-b6cd-8aeb6a48a6ea', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c475dd7f-a831-49bb-b6cd-8aeb6a48a6ea', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:38,379 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.061s
2025-12-16 10:30:38,379 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-700eaeb5-0c3b-4841-a693-b7a2926e6145', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-700eaeb5-0c3b-4841-a693-b7a2926e6145', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:39,456 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.064s
2025-12-16 10:30:39,456 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-273ad85c-a760-4c89-8811-d19adc5339c3', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-273ad85c-a760-4c89-8811-d19adc5339c3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:40,518 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.050s
2025-12-16 10:30:40,518 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ced8898-1cda-49ef-b2dd-dfe0a54ca6a7', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ced8898-1cda-49ef-b2dd-dfe0a54ca6a7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:41,594 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.063s
2025-12-16 10:30:41,594 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bdca710-54ba-4d77-9461-72dcacfbe922', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bdca710-54ba-4d77-9461-72dcacfbe922', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:42,660 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.048s
2025-12-16 10:30:42,661 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ba31286-58b2-4b6c-a606-8a2bca6ac77b', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ba31286-58b2-4b6c-a606-8a2bca6ac77b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:43,724 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.050s
2025-12-16 10:30:43,724 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39d14896-5a02-4299-81aa-c2e4afe14ef8', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39d14896-5a02-4299-81aa-c2e4afe14ef8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:44,797 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.060s
2025-12-16 10:30:44,798 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36e196de-4202-4c72-8c71-d999f88d2a63', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36e196de-4202-4c72-8c71-d999f88d2a63', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:45,860 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.049s
2025-12-16 10:30:45,860 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dec1942e-80bc-424e-96c7-1672273ad4bf', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dec1942e-80bc-424e-96c7-1672273ad4bf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:46,935 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.055s
2025-12-16 10:30:46,935 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-276581b9-6a4d-41f7-83f3-d6fdbddfb6d5', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-276581b9-6a4d-41f7-83f3-d6fdbddfb6d5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:48,001 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.053s
2025-12-16 10:30:48,002 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13d6deb5-6ea6-4e6d-a90c-9382c26dd849', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13d6deb5-6ea6-4e6d-a90c-9382c26dd849', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:49,062 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.044s
2025-12-16 10:30:49,062 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29add0ba-9ffe-4f6d-8f3d-d5fa707feafa', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29add0ba-9ffe-4f6d-8f3d-d5fa707feafa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:50,124 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.050s
2025-12-16 10:30:50,124 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99e8e325-5331-42a0-abb3-185e5f764024', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99e8e325-5331-42a0-abb3-185e5f764024', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:51,189 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.053s
2025-12-16 10:30:51,190 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08cd777f-9c1c-4b3d-8edc-60760daf58a7', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08cd777f-9c1c-4b3d-8edc-60760daf58a7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:52,256 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.053s
2025-12-16 10:30:52,257 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24ae6c6c-e6fe-4fdf-987f-9d3bbae05083', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24ae6c6c-e6fe-4fdf-987f-9d3bbae05083', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:53,321 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.049s
2025-12-16 10:30:53,321 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e269c07e-0def-4d1d-875f-33113ce32923', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e269c07e-0def-4d1d-875f-33113ce32923', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:54,386 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.050s
2025-12-16 10:30:54,386 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d6029cb-cd14-4def-853e-ec267386a4ff', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d6029cb-cd14-4def-853e-ec267386a4ff', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:55,450 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.049s
2025-12-16 10:30:55,450 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e154de7-d85a-4d3e-b4ec-eeac8716d121', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e154de7-d85a-4d3e-b4ec-eeac8716d121', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:56,515 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.052s
2025-12-16 10:30:56,515 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09d28a0c-d562-4f8e-a685-e9161a445aa5', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09d28a0c-d562-4f8e-a685-e9161a445aa5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:57,574 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.045s
2025-12-16 10:30:57,574 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfc925ae-5487-4460-a324-9c5a69a3bf94', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfc925ae-5487-4460-a324-9c5a69a3bf94', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:58,645 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.052s
2025-12-16 10:30:58,645 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6783fdb-74b4-489f-9d0d-8f7eb36e59cf', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6783fdb-74b4-489f-9d0d-8f7eb36e59cf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:30:59,707 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.048s
2025-12-16 10:30:59,708 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:30:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e25d0af-53c0-495f-9403-dd41b21569cc', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e25d0af-53c0-495f-9403-dd41b21569cc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:00,785 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.065s
2025-12-16 10:31:00,786 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8e3b345-b961-48e2-9d66-f7f532cc2b75', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8e3b345-b961-48e2-9d66-f7f532cc2b75', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:01,857 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.058s
2025-12-16 10:31:01,857 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e935c3d7-6bd7-4830-a8f6-a0100b269e5b', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e935c3d7-6bd7-4830-a8f6-a0100b269e5b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:02,933 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.064s
2025-12-16 10:31:02,933 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c9294aa-70c3-4703-84e8-eb7b6097990e', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c9294aa-70c3-4703-84e8-eb7b6097990e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:04,006 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.055s
2025-12-16 10:31:04,006 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2f633c0-573c-454f-a797-f27859ef9118', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2f633c0-573c-454f-a797-f27859ef9118', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:05,076 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.056s
2025-12-16 10:31:05,077 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81ea0efc-aee9-4a3b-b777-6b12a61337a9', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81ea0efc-aee9-4a3b-b777-6b12a61337a9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:06,141 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.046s
2025-12-16 10:31:06,141 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-844ec4d1-2f82-46a4-8293-7adbf73d143b', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-844ec4d1-2f82-46a4-8293-7adbf73d143b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:07,208 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.052s
2025-12-16 10:31:07,208 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b78b4ae-e21a-47e5-ae36-b7643ef9e6ae', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b78b4ae-e21a-47e5-ae36-b7643ef9e6ae', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:08,269 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.043s
2025-12-16 10:31:08,270 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d3f0664-dbea-43c3-8c3a-8c1479ddfce7', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d3f0664-dbea-43c3-8c3a-8c1479ddfce7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:09,347 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.065s
2025-12-16 10:31:09,347 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76a84974-a76b-456e-9437-5f608dbf0e70', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76a84974-a76b-456e-9437-5f608dbf0e70', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:10,427 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.059s
2025-12-16 10:31:10,427 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b94602a-4175-487a-9415-2ffa6256b659', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b94602a-4175-487a-9415-2ffa6256b659', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:11,490 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.051s
2025-12-16 10:31:11,490 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-293a7ed1-9968-475b-b349-0deffd46fa79', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-293a7ed1-9968-475b-b349-0deffd46fa79', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:12,557 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.050s
2025-12-16 10:31:12,557 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a0734cc-b58f-4ef0-bca3-07e81522a987', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a0734cc-b58f-4ef0-bca3-07e81522a987', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:13,612 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.042s
2025-12-16 10:31:13,612 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1c1fc6a-5577-4abc-ab0c-6ac562f09238', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1c1fc6a-5577-4abc-ab0c-6ac562f09238', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:14,689 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.064s
2025-12-16 10:31:14,689 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f988119d-1803-42d6-86cb-34fef3a33964', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f988119d-1803-42d6-86cb-34fef3a33964', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:15,776 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.074s
2025-12-16 10:31:15,776 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30f86ce0-6392-428e-a5ef-ec5c015aedee', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30f86ce0-6392-428e-a5ef-ec5c015aedee', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:16,840 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.049s
2025-12-16 10:31:16,840 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a3c3b47-5049-4575-8383-5d5081b97d0d', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a3c3b47-5049-4575-8383-5d5081b97d0d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:17,909 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.055s
2025-12-16 10:31:17,909 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1327cf1-2ee0-4411-806a-0a1a2398e34f', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1327cf1-2ee0-4411-806a-0a1a2398e34f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:18,976 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.051s
2025-12-16 10:31:18,977 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9dfec8ed-f54a-43a8-a034-562a58173d22', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9dfec8ed-f54a-43a8-a034-562a58173d22', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:20,034 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.044s
2025-12-16 10:31:20,034 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-511e0c43-2b0d-48fe-961d-2444e9e39890', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-511e0c43-2b0d-48fe-961d-2444e9e39890', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:21,089 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.043s
2025-12-16 10:31:21,090 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e52b8b81-0685-45ee-b29d-b33baedeeea6', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e52b8b81-0685-45ee-b29d-b33baedeeea6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:22,160 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.058s
2025-12-16 10:31:22,160 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2caddda6-0fc2-4c05-bb38-24ccb762734b', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2caddda6-0fc2-4c05-bb38-24ccb762734b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:23,225 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.047s
2025-12-16 10:31:23,226 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9c0b375-2b29-4820-b1fa-cc145ed53576', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9c0b375-2b29-4820-b1fa-cc145ed53576', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:24,286 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.047s
2025-12-16 10:31:24,287 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-090ea4bc-64b4-42ce-92bf-707a9e625d9a', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-090ea4bc-64b4-42ce-92bf-707a9e625d9a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:25,354 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.055s
2025-12-16 10:31:25,355 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fd4852a-82c2-4007-93b1-798bc5ccff7c', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fd4852a-82c2-4007-93b1-798bc5ccff7c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:26,433 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.061s
2025-12-16 10:31:26,433 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a53ea77e-18cf-4032-92e4-a2937ecd8bb0', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a53ea77e-18cf-4032-92e4-a2937ecd8bb0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:27,504 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.052s
2025-12-16 10:31:27,504 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d287aa40-6bbf-45f5-a1a1-5aad7b5454af', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d287aa40-6bbf-45f5-a1a1-5aad7b5454af', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:28,571 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.054s
2025-12-16 10:31:28,572 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59051390-7950-4ddc-ab13-626c3525b5ad', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59051390-7950-4ddc-ab13-626c3525b5ad', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:29,641 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.051s
2025-12-16 10:31:29,642 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b996f66-759e-4a86-8088-a7f2aedf670a', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b996f66-759e-4a86-8088-a7f2aedf670a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:30,718 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.063s
2025-12-16 10:31:30,718 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8c4a9d9-215c-4066-8246-17d738c6e1cc', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8c4a9d9-215c-4066-8246-17d738c6e1cc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:31,794 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.063s
2025-12-16 10:31:31,795 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb9f31e5-2cff-414c-a4a1-c9213a9d82f7', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb9f31e5-2cff-414c-a4a1-c9213a9d82f7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:32,859 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.052s
2025-12-16 10:31:32,860 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef68d153-a60c-4b9e-90a2-3403a7b5c92c', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef68d153-a60c-4b9e-90a2-3403a7b5c92c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:33,933 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.054s
2025-12-16 10:31:33,934 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-772025fd-a4b5-49cb-a523-63ca98b5a253', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-772025fd-a4b5-49cb-a523-63ca98b5a253', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:35,011 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.061s
2025-12-16 10:31:35,011 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e511459c-c056-4d7a-bc34-cb18f5f6bda9', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e511459c-c056-4d7a-bc34-cb18f5f6bda9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:36,082 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.055s
2025-12-16 10:31:36,083 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-893cabdf-dd31-4201-a24d-7a2c69515209', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-893cabdf-dd31-4201-a24d-7a2c69515209', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:37,151 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.050s
2025-12-16 10:31:37,152 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08406381-035f-46a8-9d06-edd707385ec2', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08406381-035f-46a8-9d06-edd707385ec2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:38,210 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.045s
2025-12-16 10:31:38,210 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-267f9e37-fc53-43e7-b4c1-0a6ed9d7d7c3', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-267f9e37-fc53-43e7-b4c1-0a6ed9d7d7c3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:39,277 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.053s
2025-12-16 10:31:39,277 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-520ff318-1db0-4bd4-b9f2-abff895f5ffd', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-520ff318-1db0-4bd4-b9f2-abff895f5ffd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:40,335 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.046s
2025-12-16 10:31:40,336 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fd78e0a-c4fa-4bad-861d-476ce0103448', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fd78e0a-c4fa-4bad-861d-476ce0103448', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:41,405 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.056s
2025-12-16 10:31:41,405 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-286c38d8-ff43-41fa-b7a8-f475a8a3b721', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-286c38d8-ff43-41fa-b7a8-f475a8a3b721', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:42,471 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.054s
2025-12-16 10:31:42,472 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6adf29d3-ae46-48f0-9ebb-0db3029de28d', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6adf29d3-ae46-48f0-9ebb-0db3029de28d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:43,548 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.063s
2025-12-16 10:31:43,548 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ca8151e-5c49-4552-8545-6cd396bdce65', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ca8151e-5c49-4552-8545-6cd396bdce65', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:44,617 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.055s
2025-12-16 10:31:44,618 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e6b9bd1-4a62-491c-805f-015e54a64e2b', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e6b9bd1-4a62-491c-805f-015e54a64e2b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:45,684 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.050s
2025-12-16 10:31:45,685 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9a22e0e-cc8f-42da-ae12-ee3c90e1541b', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9a22e0e-cc8f-42da-ae12-ee3c90e1541b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:46,743 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.046s
2025-12-16 10:31:46,744 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1efaa67-bcb0-4bab-89e1-1b6b594a6ce5', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1efaa67-bcb0-4bab-89e1-1b6b594a6ce5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:47,804 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.047s
2025-12-16 10:31:47,805 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fecb6941-4d44-4e24-8090-49d0eb077586', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fecb6941-4d44-4e24-8090-49d0eb077586', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:48,877 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.060s
2025-12-16 10:31:48,877 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4ecc598-2ea3-4e47-81a9-f0783e1ded79', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4ecc598-2ea3-4e47-81a9-f0783e1ded79', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:49,961 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.064s
2025-12-16 10:31:49,962 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62b1cf98-fda5-49c2-b876-e2b4ba47315b', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62b1cf98-fda5-49c2-b876-e2b4ba47315b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:51,026 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.049s
2025-12-16 10:31:51,026 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3276d0a2-cc11-4cd0-b49b-52b7b5e58d31', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3276d0a2-cc11-4cd0-b49b-52b7b5e58d31', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:52,093 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.053s
2025-12-16 10:31:52,093 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f86ee35-3af8-4f76-93cf-76f06a3fd830', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f86ee35-3af8-4f76-93cf-76f06a3fd830', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:53,155 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.049s
2025-12-16 10:31:53,156 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57b4b60e-d6a7-4c37-aeb8-df22fe68ba6d', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57b4b60e-d6a7-4c37-aeb8-df22fe68ba6d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:54,219 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.052s
2025-12-16 10:31:54,220 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d69a1c7f-0269-4024-93b5-b4bb5ea577f3', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d69a1c7f-0269-4024-93b5-b4bb5ea577f3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:55,276 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.045s
2025-12-16 10:31:55,277 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffaa47bc-432b-43a2-8acd-5d8db480ce1d', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffaa47bc-432b-43a2-8acd-5d8db480ce1d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:56,346 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.058s
2025-12-16 10:31:56,347 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96b84003-80b5-4cf9-9e18-e8cdfc2e1111', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96b84003-80b5-4cf9-9e18-e8cdfc2e1111', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:57,417 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.052s
2025-12-16 10:31:57,417 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fd92516-14df-4e22-b837-55411cd68510', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fd92516-14df-4e22-b837-55411cd68510', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
2025-12-16 10:31:58,477 82243 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6 0.048s
2025-12-16 10:31:58,478 82243 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 16 Dec 2025 09:31:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbdccc37-7aff-4a18-bb16-c48c92918af1', 'content-length': '1152', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbdccc37-7aff-4a18-bb16-c48c92918af1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6'}
Body: b'{"volume": {"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-16T09:18:43.000000", "updated_at": "2025-12-16T09:20:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-450034549", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/15478d17-b4e9-47d8-a074-8cd94b5a36b6"}], "user_id": "db2e37cf34ed498ca34e046d8610cecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "attachment_id": "79b743c8-7baf-443d-9b3b-cfc645f848b1", "volume_id": "15478d17-b4e9-47d8-a074-8cd94b5a36b6", "server_id": "03440ef3-2f5d-4ea4-b9cb-89235ab4de0a", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-16T09:20:47.000000"}], "os-vol-tenant-attr:tenant_id": "ad1a76088c864eb9aff81ddcde92df19"}}'
}}}
traceback-1: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/compute.py", line 148, in wait_for_ssh_or_ping
waiters.wait_for_ssh(
File "/opt/stack/tempest/tempest/common/waiters.py", line 713, in wait_for_ssh
raise lib_exc.TimeoutException()
tempest.lib.exceptions.TimeoutException: Request timed out
Details: None
}}}
traceback-2: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/base.py", line 583, in _detach_volume
self.servers_client.detach_volume(server['id'], volume['id'])
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 494, in detach_volume
resp, body = self.delete('servers/%s/os-volume_attachments/%s' %
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 892, in _error_checker
raise exceptions.Conflict(resp_body, resp=resp)
tempest.lib.exceptions.Conflict: Conflict with state of target resource
Details: {'code': 409, 'message': "Cannot 'detach_volume' instance 03440ef3-2f5d-4ea4-b9cb-89235ab4de0a 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 15478d17-b4e9-47d8-a074-8cd94b5a36b6 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 03440ef3-2f5d-4ea4-b9cb-89235ab4de0a failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-12-16T09:21:08Z', 'message': 'libvirtError'}.
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e] |
pass
pt3.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e]
|
||||||
test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e] |
pass
pt3.2: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e]
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3] |
pass
pt4.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3]
|
||||||
test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3] |
pass
pt4.2: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3]
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558] |
pass
pt5.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558]
|
||||||
test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558] |
pass
pt5.2: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests | 2 | 2 | 0 | 0 | 0 | Detail | |
test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40] |
pass
pt6.1: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40]
|
||||||
test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40] |
pass
pt6.2: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_delete_unicode_volume_name[id-2d7e2e49-150e-4849-a18e-79f9777c9a96] |
pass
pt7.1: cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name[id-2d7e2e49-150e-4849-a18e-79f9777c9a96]
|
||||||
test_snapshot_create_volume_description_non_ascii_code[id-332be44d-5418-4fb3-a8f0-a3587de6929f] |
pass
pt7.2: cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code[id-332be44d-5418-4fb3-a8f0-a3587de6929f]
|
||||||
test_create_delete_unicode_volume_name[id-2d7e2e49-150e-4849-a18e-79f9777c9a96] |
pass
pt7.3: cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name[id-2d7e2e49-150e-4849-a18e-79f9777c9a96]
|
||||||
test_snapshot_create_volume_description_non_ascii_code[id-332be44d-5418-4fb3-a8f0-a3587de6929f] |
pass
pt7.4: cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code[id-332be44d-5418-4fb3-a8f0-a3587de6929f]
|
||||||
| cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests | 2 | 2 | 0 | 0 | 0 | Detail | |
test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume] |
pass
pt8.1: cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests.test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume]
|
||||||
test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume] |
pass
pt8.2: cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests.test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume]
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups | 2 | 0 | 0 | 0 | 2 | Detail | |
ConsistencyGroupsV2Test) |
skip
pt9.1: setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test)
|
||||||
ConsistencyGroupsV2Test) |
skip
pt9.2: setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test)
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumesBackupsTest) |
skip
pt10.1: setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest)
|
||||||
VolumesBackupsTest) |
skip
pt10.2: setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest)
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource | 2 | 0 | 0 | 0 | 2 | Detail | |
CreateVolumesFromBackupTest) |
skip
pt11.1: setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest)
|
||||||
CreateVolumesFromBackupTest) |
skip
pt11.2: setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest)
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumesBackupsTest) |
skip
pt12.1: setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest)
|
||||||
VolumesBackupsTest) |
skip
pt12.2: setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_backups | 6 | 0 | 0 | 0 | 6 | Detail | |
ProjectAdminTests33) |
skip
pt13.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectAdminTests33)
|
||||||
ProjectMemberTests33) |
skip
pt13.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectMemberTests33)
|
||||||
ProjectReaderTests39) |
skip
pt13.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectReaderTests39)
|
||||||
ProjectAdminTests39) |
skip
pt13.4: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectAdminTests39)
|
||||||
ProjectMemberTests39) |
skip
pt13.5: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectMemberTests39)
|
||||||
ProjectReaderTests33) |
skip
pt13.6: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectReaderTests33)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities | 3 | 0 | 0 | 0 | 3 | Detail | |
ProjectReaderTests) |
skip
pt14.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectReaderTests)
|
||||||
ProjectAdminTests) |
skip
pt14.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectAdminTests)
|
||||||
ProjectMemberTests) |
skip
pt14.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectMemberTests)
|
||||||
| 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 | |
ProjectAdminTests) |
skip
pt16.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectAdminTests)
|
||||||
ProjectReaderTests) |
skip
pt16.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectReaderTests)
|
||||||
ProjectMemberTests) |
skip
pt16.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectMemberTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions | 2 | 0 | 0 | 0 | 2 | Detail | |
ProjectReaderTests) |
skip
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 | |
VolumeTypesReaderTests) |
skip
pt18.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests)
|
||||||
VolumeTypesMemberTests) |
skip
pt18.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests)
|
||||||
VolumeTypesAdminTests) |
skip
pt18.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests)
|
||||||
VolumeTypesMemberTests) |
skip
pt18.4: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests)
|
||||||
VolumeTypesReaderTests) |
skip
pt18.5: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests)
|
||||||
VolumeTypesAdminTests) |
skip
pt18.6: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes | 2 | 0 | 0 | 0 | 2 | Detail | |
ProjectReaderTests) |
skip
pt19.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests)
|
||||||
ProjectReaderTests) |
skip
pt19.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer | 2 | 0 | 0 | 0 | 2 | Detail | |
TransferEncryptedVolumeTest) |
skip
pt20.1: setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest)
|
||||||
TransferEncryptedVolumeTest) |
skip
pt20.2: setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency | 2 | 0 | 0 | 0 | 2 | Detail | |
ConcurrentVolumeActionsTest) |
skip
pt21.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency.ConcurrentVolumeActionsTest)
|
||||||
ConcurrentVolumeActionsTest) |
skip
pt21.2: setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency.ConcurrentVolumeActionsTest)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumeMultiattachTests) |
skip
pt22.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests)
|
||||||
VolumeMultiattachTests) |
skip
pt22.2: setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests)
|
||||||
| setUpClass (tempest.api.compute.admin.test_live_migration | 3 | 0 | 0 | 0 | 3 | Detail | |
LiveMigrationTest) |
skip
pt23.1: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest)
|
||||||
LiveMigrationWithoutHostTest) |
skip
pt23.2: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationWithoutHostTest)
|
||||||
LiveAutoBlockMigrationV225Test) |
skip
pt23.3: setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test)
|
||||||
| setUpClass (tempest.api.compute.admin.test_volume_swap | 1 | 0 | 0 | 0 | 1 | Detail | |
TestMultiAttachVolumeSwap) |
skip
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 | |
VolumeRetypeWithMigrationTest) |
skip
pt29.1: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest)
|
||||||
VolumeRetypeMultiattachTest) |
skip
pt29.2: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeMultiattachTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volumes_backup | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesBackupsAdminTest) |
skip
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 | ||