Status: Pass 260 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 064db51d-b78d-4602-9318-3fa59e60203c failed to delete and is in ERROR status. Fault: {'code': 404, 'created': '2026-05-08T13:24:06Z', 'message': 'Guest does not have a console available.'}., <traceback object at 0x7fadd893c840>), (<class 'tempest.lib.exceptions.Conflict'>, Conflict with state of target resource
Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group 6a04872d-771c-47c9-a8f0-a5c7020b4017 in use.', 'detail': ''}, <traceback object at 0x7fadd8a66400>), (<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 0x7fadd893eec0>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out
Details: (ServerRescueNegativeTestJSON:tearDownClass) Failed to delete volume 30d82c16-0ba7-49c7-a17a-7c8812bd1374 within the required time (196 s). Timer started at 1778246845. Timer ended at 1778247041. Waited for 196 s., <traceback object at 0x7fadd8a79640>))
|
||||||
| tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON | 2 | 1 | 1 | 0 | 0 | Detail | |
test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume] |
pass
pt2.1: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume]
|
||||||
test_rescued_vm_detach_volume[id-f56e465b-fe10-48bf-b75d-646cda3a8bc9,negative,volume] |
fail
ft2.2: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume[id-f56e465b-fe10-48bf-b75d-646cda3a8bc9,negative,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-05-08 15:15:10,692 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://192.168.122.216/volume/v3/volumes 0.596s
2026-05-08 15:15:10,693 86663 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-1282933683"}}
Response - Headers: {'date': 'Fri, 08 May 2026 13:15:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a722d1b7-e1ee-4bcf-8573-632c802a1f0e', 'content-length': '768', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a722d1b7-e1ee-4bcf-8573-632c802a1f0e', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.216/volume/v3/volumes'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.453165", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-05-08 15:15:10,857 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.148s
2026-05-08 15:15:10,857 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:15:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ff544d5-5fd3-4b10-9c0e-7821b15bdf74', 'content-length': '836', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ff544d5-5fd3-4b10-9c0e-7821b15bdf74', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:15:11,951 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.074s
2026-05-08 15:15:11,952 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:15:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c32e3bf-3263-4635-ae6e-25a33c59b989', 'content-length': '860', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c32e3bf-3263-4635-ae6e-25a33c59b989', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:15:11.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:15:13,050 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.079s
2026-05-08 15:15:13,051 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:15:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c8b0d97-dd3c-494c-b54f-ef0e72ad50ae', 'content-length': '860', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c8b0d97-dd3c-494c-b54f-ef0e72ad50ae', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:15:11.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:15:14,176 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.106s
2026-05-08 15:15:14,176 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:15:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9d8c109-7942-47b6-afdb-d5d8d9744a15', 'content-length': '860', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9d8c109-7942-47b6-afdb-d5d8d9744a15', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:15:11.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:15:15,472 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.280s
2026-05-08 15:15:15,474 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:15:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb930acc-8544-4d0d-8dd1-1d00bdb4103b', 'content-length': '860', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb930acc-8544-4d0d-8dd1-1d00bdb4103b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:15:11.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:15:16,740 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.249s
2026-05-08 15:15:16,740 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:15:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a036e6e5-720d-410c-b146-de712e79a803', 'content-length': '860', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a036e6e5-720d-410c-b146-de712e79a803', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:15:16.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:15:17,882 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.120s
2026-05-08 15:15:17,883 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:15:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbad64a7-cf3d-4347-9a8d-d63c09c385c2', 'content-length': '861', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbad64a7-cf3d-4347-9a8d-d63c09c385c2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:15:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:15:17,898 86663 INFO [tempest.common.waiters] volume 30d82c16-0ba7-49c7-a17a-7c8812bd1374 reached available after waiting for 7.898481 seconds
2026-05-08 15:15:17,900 86663 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-05-08 15:15:18,017 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 POST http://192.168.122.216/compute/v2.1/os-keypairs 0.116s
2026-05-08 15:15:18,018 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1718500987", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBP1X2j2w4TGaGUOhMlCSzUDpxCl/GpvFZCVOMmSleCiz2pzSljO2XX7ZN7P5IzOM0AcCcvm268yUx5LXejGaL4Q0gqqDKFoCG4jtNIIVokoYpy7FixrZ/82kTV7X6HEQoQ=="}}
Response - Headers: {'date': 'Fri, 08 May 2026 13:15:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18d11c9b-cd4c-400d-a2f8-c4816c68a837', 'x-compute-request-id': 'req-18d11c9b-cd4c-400d-a2f8-c4816c68a837', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-1718500987", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBP1X2j2w4TGaGUOhMlCSzUDpxCl/GpvFZCVOMmSleCiz2pzSljO2XX7ZN7P5IzOM0AcCcvm268yUx5LXejGaL4Q0gqqDKFoCG4jtNIIVokoYpy7FixrZ/82kTV7X6HEQoQ==", "fingerprint": "e7:a7:56:27:b7:c9:6d:da:51:30:c6:ec:2d:23:20:27", "user_id": "24e5d0de86de4ed4a72b235918d7b358"}}'
2026-05-08 15:15:18,022 86663 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1718500987 created
2026-05-08 15:15:18,748 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://192.168.122.216/networking/v2.0/security-groups 0.725s
2026-05-08 15:15:18,748 86663 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--1160911808", "description": "tempest-description--1408328416"}}
Response - Headers: {'date': 'Fri, 08 May 2026 13:15:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-0e970dbe-374b-42a2-8af2-d8329fc0fc98', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.216/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "6a04872d-771c-47c9-a8f0-a5c7020b4017", "name": "tempest-securitygroup--1160911808", "stateful": true, "tenant_id": "fd67d73f9ec04393a3e37b808a50c851", "project_id": "fd67d73f9ec04393a3e37b808a50c851", "description": "tempest-description--1408328416", "shared": false, "security_group_rules": [{"id": "a26a2ae5-ae7c-49b5-b1a0-a467c4a15bf1", "project_id": "fd67d73f9ec04393a3e37b808a50c851", "security_group_id": "6a04872d-771c-47c9-a8f0-a5c7020b4017", "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": 664, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-05-08T13:15:18Z", "updated_at": "2026-05-08T13:15:18Z", "revision_number": 0, "tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}, {"id": "d844f9f5-a152-43b6-9110-bc1fcb984025", "project_id": "fd67d73f9ec04393a3e37b808a50c851", "security_group_id": "6a04872d-771c-47c9-a8f0-a5c7020b4017", "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": 665, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-05-08T13:15:18Z", "updated_at": "2026-05-08T13:15:18Z", "revision_number": 0, "tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}], "tags": [], "created_at": "2026-05-08T13:15:18Z", "updated_at": "2026-05-08T13:15:18Z", "revision_number": 1}}'
2026-05-08 15:15:19,232 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://192.168.122.216/networking/v2.0/security-group-rules 0.483s
2026-05-08 15:15:19,233 86663 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": "6a04872d-771c-47c9-a8f0-a5c7020b4017", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Fri, 08 May 2026 13:15:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-2e477828-9515-4b83-ae92-2d510fbfcca3', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.216/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "125a36a5-c3b9-4afa-a31d-dcfd60d7e459", "project_id": "fd67d73f9ec04393a3e37b808a50c851", "security_group_id": "6a04872d-771c-47c9-a8f0-a5c7020b4017", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-05-08T13:15:18Z", "updated_at": "2026-05-08T13:15:18Z", "revision_number": 0, "tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:15:19,832 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://192.168.122.216/networking/v2.0/security-group-rules 0.597s
2026-05-08 15:15:19,833 86663 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": "6a04872d-771c-47c9-a8f0-a5c7020b4017", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Fri, 08 May 2026 13:15:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-426456bf-e382-4003-a31a-00f69cfd5f89', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.216/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "445d1128-89c6-4082-8dc4-bc1b759e3cc1", "project_id": "fd67d73f9ec04393a3e37b808a50c851", "security_group_id": "6a04872d-771c-47c9-a8f0-a5c7020b4017", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-05-08T13:15:19Z", "updated_at": "2026-05-08T13:15:19Z", "revision_number": 0, "tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:15:19,833 86663 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1160911808 created
2026-05-08 15:15:21,815 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://192.168.122.216/networking/v2.0/floatingips 1.980s
2026-05-08 15:15:21,816 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "2cdacbde-369d-478f-9377-9d202b5a860b"}}
Response - Headers: {'date': 'Fri, 08 May 2026 13:15:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-8ee6f8a1-75a3-455c-a3e9-0dd7224c87d0', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.216/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "1161cf0c-2107-481f-be8b-f1115801ccbf", "tenant_id": "fd67d73f9ec04393a3e37b808a50c851", "project_id": "fd67d73f9ec04393a3e37b808a50c851", "floating_ip_address": "172.24.4.39", "floating_network_id": "2cdacbde-369d-478f-9377-9d202b5a860b", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-05-08T13:15:21Z", "updated_at": "2026-05-08T13:15:21Z", "revision_number": 0}}'
2026-05-08 15:15:21,817 86663 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '1161cf0c-2107-481f-be8b-f1115801ccbf', 'tenant_id': 'fd67d73f9ec04393a3e37b808a50c851', 'project_id': 'fd67d73f9ec04393a3e37b808a50c851', 'floating_ip_address': '172.24.4.39', 'floating_network_id': '2cdacbde-369d-478f-9377-9d202b5a860b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-05-08T13:15:21Z', 'updated_at': '2026-05-08T13:15:21Z', 'revision_number': 0, 'ip': '172.24.4.39'} created
2026-05-08 15:15:22,204 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://192.168.122.216/identity/v3/auth/tokens 0.307s
2026-05-08 15:15:22,204 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Fri, 08 May 2026 13:15:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2538', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-500a81d1-b1e8-4d0a-99a6-5d998b98e8ac', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.216/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "24e5d0de86de4ed4a72b235918d7b358", "name": "tempest-ServerRescueNegativeTestJSON-683974247-project-member", "password_expires_at": null}, "audit_ids": ["RKn_UxJFTI-XmGS91ID5HA"], "expires_at": "2026-05-08T14:15:21.000000Z", "issued_at": "2026-05-08T13:15:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fd67d73f9ec04393a3e37b808a50c851", "name": "tempest-ServerRescueNegativeTestJSON-683974247"}, "is_domain": false, "roles": [{"id": "c8422c0832db404a865aa2555c0351bf", "name": "reader"}, {"id": "c715cb1bd18146899fb464b96dcc5c80", "name": "member"}], "catalog": [{"endpoints": [{"id": "c2cc632c152b49cdab3cf074e1a3629a", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.216/volume/v3", "region": "RegionOne"}], "id": "0017fea73b194f808d61625b8f05be49", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2499a9f64c804ffab9412be1325e1523", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.216/image", "region": "RegionOne"}], "id": "1202e9f450104efcb28d9a0668abf2d8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "959d025fd85a492c9c4ee6a4df27470a", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.216/placement", "region": "RegionOne"}], "id": "252e719f78f64781803c3991d3b819a7", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2107baf06d3940409eb51953b8f60c64", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.216/compute/v2/fd67d73f9ec04393a3e37b808a50c851", "region": "RegionOne"}], "id": "5a663ac3f65a41d2a28dfaca400deaac", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "60e8fb29069243dea792158676b03b53", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.216/networking", "region": "RegionOne"}], "id": "9b91e6f116814d088d23e6992e05c847", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5f70c2d9963a488f8429ee9a066e7a5f", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.216/compute/v2.1", "region": "RegionOne"}], "id": "aaa196a28fd448dd92cc46acfc63b208", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "f45afa1fcd8c48dfa089040be905dce4", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.216/identity", "region": "RegionOne"}], "id": "b69233c10e6d4b62a5fedb1f37ed777f", "type": "identity", "name": "keystone"}]}}'
2026-05-08 15:15:22,205 86663 INFO [tempest.lib.common.fixed_network] (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume) Found network {'id': 'abcee861-67d1-4f7f-80db-7f6ed334aad5', 'name': 'tempest-ServerRescueNegativeTestJSON-2104104514-network', 'tenant_id': 'fd67d73f9ec04393a3e37b808a50c851', 'project_id': 'fd67d73f9ec04393a3e37b808a50c851', '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': 58962, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-05-08T13:13:39Z', 'updated_at': '2026-05-08T13:13:39Z', 'revision_number': 1} available for tenant
2026-05-08 15:15:22,206 86663 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1718500987', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBP1X2j2w4TGaGUOhMlCSzUDpxCl/GpvFZCVOMmSleCiz2pzSljO2XX7ZN7P5IzOM0AcCcvm268yUx5LXejGaL4Q0gqqDKFoCG4jtNIIVokoYpy7FixrZ/82kTV7X6HEQoQ==', 'fingerprint': 'e7:a7:56:27:b7:c9:6d:da:51:30:c6:ec:2d:23:20:27', 'user_id': '24e5d0de86de4ed4a72b235918d7b358', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDC94Uy+vGOtg7Yc1WxKPSKnqSXoGNlOwFYzt9cr25jgFy1K3qG4vOhz\nCF932dORQ56gBwYFK4EEACKhZANiAAT9V9o9sOExmhlDoTJQks1A6cQpfxqbxWQl\nTjJkpXgos9qc0pYztl1+2Tez+SMzjNAHAnL5tuvMlMeS13oxmi+ENIKqgyhaAhuI\n7TSCFaJKGKcuxYsa2f/NpE1e1+hxEKE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '6a04872d-771c-47c9-a8f0-a5c7020b4017', 'name': 'tempest-securitygroup--1160911808', 'stateful': True, 'tenant_id': 'fd67d73f9ec04393a3e37b808a50c851', 'project_id': 'fd67d73f9ec04393a3e37b808a50c851', 'description': 'tempest-description--1408328416', 'shared': False, 'security_group_rules': [{'id': 'a26a2ae5-ae7c-49b5-b1a0-a467c4a15bf1', 'project_id': 'fd67d73f9ec04393a3e37b808a50c851', 'security_group_id': '6a04872d-771c-47c9-a8f0-a5c7020b4017', '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': 664, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-05-08T13:15:18Z', 'updated_at': '2026-05-08T13:15:18Z', 'revision_number': 0, 'tenant_id': 'fd67d73f9ec04393a3e37b808a50c851'}, {'id': 'd844f9f5-a152-43b6-9110-bc1fcb984025', 'project_id': 'fd67d73f9ec04393a3e37b808a50c851', 'security_group_id': '6a04872d-771c-47c9-a8f0-a5c7020b4017', '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': 665, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-05-08T13:15:18Z', 'updated_at': '2026-05-08T13:15:18Z', 'revision_number': 0, 'tenant_id': 'fd67d73f9ec04393a3e37b808a50c851'}], 'tags': [], 'created_at': '2026-05-08T13:15:18Z', 'updated_at': '2026-05-08T13:15:18Z', 'revision_number': 1}, 'floating_ip': {'id': '1161cf0c-2107-481f-be8b-f1115801ccbf', 'tenant_id': 'fd67d73f9ec04393a3e37b808a50c851', 'project_id': 'fd67d73f9ec04393a3e37b808a50c851', 'floating_ip_address': '172.24.4.39', 'floating_network_id': '2cdacbde-369d-478f-9377-9d202b5a860b', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-05-08T13:15:21Z', 'updated_at': '2026-05-08T13:15:21Z', 'revision_number': 0, 'ip': '172.24.4.39'}}
2026-05-08 15:15:23,328 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://192.168.122.216/compute/v2.1/servers 1.121s
2026-05-08 15:15:23,329 86663 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-944630143", "imageRef": "ca107eb9-c301-44a7-8f60-04bd3872503e", "flavorRef": "42", "adminPass": "Q4~NP0l#OW2un5q", "networks": [{"uuid": "abcee861-67d1-4f7f-80db-7f6ed334aad5"}], "security_groups": [{"name": "tempest-securitygroup--1160911808"}], "key_name": "tempest-keypair-1718500987", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Fri, 08 May 2026 13:15:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '417', 'location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c345ee19-b098-4a8b-8a2c-334a5d8b757b', 'x-compute-request-id': 'req-c345ee19-b098-4a8b-8a2c-334a5d8b757b', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.216/compute/v2.1/servers'}
Body: b'{"server": {"id": "064db51d-b78d-4602-9318-3fa59e60203c", "links": [{"rel": "self", "href": "http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c"}, {"rel": "bookmark", "href": "http://192.168.122.216/compute/servers/064db51d-b78d-4602-9318-3fa59e60203c"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1160911808"}], "adminPass": "Q4~NP0l#OW2un5q"}}'
2026-05-08 15:15:23,452 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c 0.121s
2026-05-08 15:15:23,453 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:15:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1259', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6182dd78-afbc-4e2f-af84-a45559053fdb', 'x-compute-request-id': 'req-6182dd78-afbc-4e2f-af84-a45559053fdb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-08T13:15:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/flavors/42"}]}, "hostId": "", "id": "064db51d-b78d-4602-9318-3fa59e60203c", "image": {"id": "ca107eb9-c301-44a7-8f60-04bd3872503e", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/images/ca107eb9-c301-44a7-8f60-04bd3872503e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c"}, {"rel": "bookmark", "href": "http://192.168.122.216/compute/servers/064db51d-b78d-4602-9318-3fa59e60203c"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-944630143", "status": "BUILD", "tenant_id": "fd67d73f9ec04393a3e37b808a50c851", "user_id": "24e5d0de86de4ed4a72b235918d7b358", "updated": "2026-05-08T13:15:23Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1718500987", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-08 15:15:24,599 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c 0.126s
2026-05-08 15:15:24,599 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:15:24 GMT', 'server': 'Apache/2.4.58 (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-c8ce3119-319d-437c-8698-7fd227f73cd2', 'x-compute-request-id': 'req-c8ce3119-319d-437c-8698-7fd227f73cd2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-08T13:15:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/flavors/42"}]}, "hostId": "", "id": "064db51d-b78d-4602-9318-3fa59e60203c", "image": {"id": "ca107eb9-c301-44a7-8f60-04bd3872503e", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/images/ca107eb9-c301-44a7-8f60-04bd3872503e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c"}, {"rel": "bookmark", "href": "http://192.168.122.216/compute/servers/064db51d-b78d-4602-9318-3fa59e60203c"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-944630143", "status": "BUILD", "tenant_id": "fd67d73f9ec04393a3e37b808a50c851", "user_id": "24e5d0de86de4ed4a72b235918d7b358", "updated": "2026-05-08T13:15:24Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1718500987", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-08 15:15:25,784 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c 0.168s
2026-05-08 15:15:25,784 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:15:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1255', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-007853cb-9607-443f-a06d-aaf308d8559a', 'x-compute-request-id': 'req-007853cb-9607-443f-a06d-aaf308d8559a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-08T13:15:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/flavors/42"}]}, "hostId": "", "id": "064db51d-b78d-4602-9318-3fa59e60203c", "image": {"id": "ca107eb9-c301-44a7-8f60-04bd3872503e", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/images/ca107eb9-c301-44a7-8f60-04bd3872503e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c"}, {"rel": "bookmark", "href": "http://192.168.122.216/compute/servers/064db51d-b78d-4602-9318-3fa59e60203c"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-944630143", "status": "BUILD", "tenant_id": "fd67d73f9ec04393a3e37b808a50c851", "user_id": "24e5d0de86de4ed4a72b235918d7b358", "updated": "2026-05-08T13:15:25Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1718500987", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-08 15:15:25,796 86663 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-05-08 15:15:27,046 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c 0.249s
2026-05-08 15:15:27,047 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:15:26 GMT', 'server': 'Apache/2.4.58 (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-2011654b-547f-405b-bac7-509f5c8f43e7', 'x-compute-request-id': 'req-2011654b-547f-405b-bac7-509f5c8f43e7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-08T13:15:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/flavors/42"}]}, "hostId": "1cc96653ca6cead8e9bfb47eae55cbaea1159ddc75ded9acbfd28ed0", "id": "064db51d-b78d-4602-9318-3fa59e60203c", "image": {"id": "ca107eb9-c301-44a7-8f60-04bd3872503e", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/images/ca107eb9-c301-44a7-8f60-04bd3872503e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c"}, {"rel": "bookmark", "href": "http://192.168.122.216/compute/servers/064db51d-b78d-4602-9318-3fa59e60203c"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-944630143", "status": "BUILD", "tenant_id": "fd67d73f9ec04393a3e37b808a50c851", "user_id": "24e5d0de86de4ed4a72b235918d7b358", "updated": "2026-05-08T13:15:26Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1718500987", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-08 15:15:28,318 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c 0.258s
2026-05-08 15:15:28,319 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:15:28 GMT', 'server': 'Apache/2.4.58 (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-e994845f-df8e-4343-8211-cd0bcefa89c9', 'x-compute-request-id': 'req-e994845f-df8e-4343-8211-cd0bcefa89c9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-08T13:15:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/flavors/42"}]}, "hostId": "1cc96653ca6cead8e9bfb47eae55cbaea1159ddc75ded9acbfd28ed0", "id": "064db51d-b78d-4602-9318-3fa59e60203c", "image": {"id": "ca107eb9-c301-44a7-8f60-04bd3872503e", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/images/ca107eb9-c301-44a7-8f60-04bd3872503e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c"}, {"rel": "bookmark", "href": "http://192.168.122.216/compute/servers/064db51d-b78d-4602-9318-3fa59e60203c"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-944630143", "status": "BUILD", "tenant_id": "fd67d73f9ec04393a3e37b808a50c851", "user_id": "24e5d0de86de4ed4a72b235918d7b358", "updated": "2026-05-08T13:15:26Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1718500987", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-08 15:15:30,124 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c 0.790s
2026-05-08 15:15:30,125 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:15:29 GMT', 'server': 'Apache/2.4.58 (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-0cdf6341-b91a-4093-86ab-690f9877a171', 'x-compute-request-id': 'req-0cdf6341-b91a-4093-86ab-690f9877a171', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-08T13:15:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/flavors/42"}]}, "hostId": "1cc96653ca6cead8e9bfb47eae55cbaea1159ddc75ded9acbfd28ed0", "id": "064db51d-b78d-4602-9318-3fa59e60203c", "image": {"id": "ca107eb9-c301-44a7-8f60-04bd3872503e", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/images/ca107eb9-c301-44a7-8f60-04bd3872503e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c"}, {"rel": "bookmark", "href": "http://192.168.122.216/compute/servers/064db51d-b78d-4602-9318-3fa59e60203c"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-944630143", "status": "BUILD", "tenant_id": "fd67d73f9ec04393a3e37b808a50c851", "user_id": "24e5d0de86de4ed4a72b235918d7b358", "updated": "2026-05-08T13:15:29Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1718500987", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-08 15:15:30,139 86663 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 7 second wait
2026-05-08 15:15:31,712 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c 0.572s
2026-05-08 15:15:31,713 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:15:31 GMT', 'server': 'Apache/2.4.58 (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-346a6fee-b938-4155-b56a-dadc166a6393', 'x-compute-request-id': 'req-346a6fee-b938-4155-b56a-dadc166a6393', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-08T13:15:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/flavors/42"}]}, "hostId": "1cc96653ca6cead8e9bfb47eae55cbaea1159ddc75ded9acbfd28ed0", "id": "064db51d-b78d-4602-9318-3fa59e60203c", "image": {"id": "ca107eb9-c301-44a7-8f60-04bd3872503e", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/images/ca107eb9-c301-44a7-8f60-04bd3872503e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c"}, {"rel": "bookmark", "href": "http://192.168.122.216/compute/servers/064db51d-b78d-4602-9318-3fa59e60203c"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-944630143", "status": "BUILD", "tenant_id": "fd67d73f9ec04393a3e37b808a50c851", "user_id": "24e5d0de86de4ed4a72b235918d7b358", "updated": "2026-05-08T13:15:31Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1718500987", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1160911808"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-08 15:15:31,727 86663 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 8 second wait
2026-05-08 15:15:33,037 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c 0.308s
2026-05-08 15:15:33,038 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:15:32 GMT', 'server': 'Apache/2.4.58 (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-335224e7-7e32-4320-805c-8196c05c0c5e', 'x-compute-request-id': 'req-335224e7-7e32-4320-805c-8196c05c0c5e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-08T13:15:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/flavors/42"}]}, "hostId": "1cc96653ca6cead8e9bfb47eae55cbaea1159ddc75ded9acbfd28ed0", "id": "064db51d-b78d-4602-9318-3fa59e60203c", "image": {"id": "ca107eb9-c301-44a7-8f60-04bd3872503e", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/images/ca107eb9-c301-44a7-8f60-04bd3872503e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c"}, {"rel": "bookmark", "href": "http://192.168.122.216/compute/servers/064db51d-b78d-4602-9318-3fa59e60203c"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-944630143", "status": "BUILD", "tenant_id": "fd67d73f9ec04393a3e37b808a50c851", "user_id": "24e5d0de86de4ed4a72b235918d7b358", "updated": "2026-05-08T13:15:31Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1718500987", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1160911808"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-08 15:15:34,335 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c 0.284s
2026-05-08 15:15:34,336 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:15:34 GMT', 'server': 'Apache/2.4.58 (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-54a65e3c-be86-4a7c-aaf7-f85f33b9fa7f', 'x-compute-request-id': 'req-54a65e3c-be86-4a7c-aaf7-f85f33b9fa7f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-08T13:15:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/flavors/42"}]}, "hostId": "1cc96653ca6cead8e9bfb47eae55cbaea1159ddc75ded9acbfd28ed0", "id": "064db51d-b78d-4602-9318-3fa59e60203c", "image": {"id": "ca107eb9-c301-44a7-8f60-04bd3872503e", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/images/ca107eb9-c301-44a7-8f60-04bd3872503e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c"}, {"rel": "bookmark", "href": "http://192.168.122.216/compute/servers/064db51d-b78d-4602-9318-3fa59e60203c"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-944630143", "status": "BUILD", "tenant_id": "fd67d73f9ec04393a3e37b808a50c851", "user_id": "24e5d0de86de4ed4a72b235918d7b358", "updated": "2026-05-08T13:15:31Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1718500987", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1160911808"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-08 15:15:35,855 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c 0.504s
2026-05-08 15:15:35,856 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:15:35 GMT', 'server': 'Apache/2.4.58 (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-d9832640-a905-4bf7-85c8-13565c047640', 'x-compute-request-id': 'req-d9832640-a905-4bf7-85c8-13565c047640', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-08T13:15:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/flavors/42"}]}, "hostId": "1cc96653ca6cead8e9bfb47eae55cbaea1159ddc75ded9acbfd28ed0", "id": "064db51d-b78d-4602-9318-3fa59e60203c", "image": {"id": "ca107eb9-c301-44a7-8f60-04bd3872503e", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/images/ca107eb9-c301-44a7-8f60-04bd3872503e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c"}, {"rel": "bookmark", "href": "http://192.168.122.216/compute/servers/064db51d-b78d-4602-9318-3fa59e60203c"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-944630143", "status": "BUILD", "tenant_id": "fd67d73f9ec04393a3e37b808a50c851", "user_id": "24e5d0de86de4ed4a72b235918d7b358", "updated": "2026-05-08T13:15:31Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1718500987", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1160911808"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-08 15:15:38,293 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c 1.420s
2026-05-08 15:15:38,293 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:15:36 GMT', 'server': 'Apache/2.4.58 (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-225172bd-6822-4853-875c-a80e7e1f597b', 'x-compute-request-id': 'req-225172bd-6822-4853-875c-a80e7e1f597b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-08T13:15:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/flavors/42"}]}, "hostId": "1cc96653ca6cead8e9bfb47eae55cbaea1159ddc75ded9acbfd28ed0", "id": "064db51d-b78d-4602-9318-3fa59e60203c", "image": {"id": "ca107eb9-c301-44a7-8f60-04bd3872503e", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/images/ca107eb9-c301-44a7-8f60-04bd3872503e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c"}, {"rel": "bookmark", "href": "http://192.168.122.216/compute/servers/064db51d-b78d-4602-9318-3fa59e60203c"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-944630143", "status": "BUILD", "tenant_id": "fd67d73f9ec04393a3e37b808a50c851", "user_id": "24e5d0de86de4ed4a72b235918d7b358", "updated": "2026-05-08T13:15:31Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1718500987", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1160911808"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-08 15:15:39,831 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c 0.518s
2026-05-08 15:15:39,832 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:15:39 GMT', 'server': 'Apache/2.4.58 (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-b5ac8714-525a-40b6-a4b3-44c54bb4fb2f', 'x-compute-request-id': 'req-b5ac8714-525a-40b6-a4b3-44c54bb4fb2f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-08T13:15:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/flavors/42"}]}, "hostId": "1cc96653ca6cead8e9bfb47eae55cbaea1159ddc75ded9acbfd28ed0", "id": "064db51d-b78d-4602-9318-3fa59e60203c", "image": {"id": "ca107eb9-c301-44a7-8f60-04bd3872503e", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/images/ca107eb9-c301-44a7-8f60-04bd3872503e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c"}, {"rel": "bookmark", "href": "http://192.168.122.216/compute/servers/064db51d-b78d-4602-9318-3fa59e60203c"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-944630143", "status": "BUILD", "tenant_id": "fd67d73f9ec04393a3e37b808a50c851", "user_id": "24e5d0de86de4ed4a72b235918d7b358", "updated": "2026-05-08T13:15:31Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1718500987", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1160911808"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-08 15:15:41,277 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c 0.424s
2026-05-08 15:15:41,277 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:15:40 GMT', 'server': 'Apache/2.4.58 (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-15b42b76-aba4-4707-bd8e-2341717b140b', 'x-compute-request-id': 'req-15b42b76-aba4-4707-bd8e-2341717b140b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-08T13:15:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/flavors/42"}]}, "hostId": "1cc96653ca6cead8e9bfb47eae55cbaea1159ddc75ded9acbfd28ed0", "id": "064db51d-b78d-4602-9318-3fa59e60203c", "image": {"id": "ca107eb9-c301-44a7-8f60-04bd3872503e", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/images/ca107eb9-c301-44a7-8f60-04bd3872503e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c"}, {"rel": "bookmark", "href": "http://192.168.122.216/compute/servers/064db51d-b78d-4602-9318-3fa59e60203c"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-944630143", "status": "BUILD", "tenant_id": "fd67d73f9ec04393a3e37b808a50c851", "user_id": "24e5d0de86de4ed4a72b235918d7b358", "updated": "2026-05-08T13:15:31Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1718500987", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1160911808"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-08 15:15:42,899 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c 0.608s
2026-05-08 15:15:42,899 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:15:42 GMT', 'server': 'Apache/2.4.58 (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-d75b3745-c116-427e-926f-c4032c945463', 'x-compute-request-id': 'req-d75b3745-c116-427e-926f-c4032c945463', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-08T13:15:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/flavors/42"}]}, "hostId": "1cc96653ca6cead8e9bfb47eae55cbaea1159ddc75ded9acbfd28ed0", "id": "064db51d-b78d-4602-9318-3fa59e60203c", "image": {"id": "ca107eb9-c301-44a7-8f60-04bd3872503e", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/images/ca107eb9-c301-44a7-8f60-04bd3872503e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c"}, {"rel": "bookmark", "href": "http://192.168.122.216/compute/servers/064db51d-b78d-4602-9318-3fa59e60203c"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-944630143", "status": "BUILD", "tenant_id": "fd67d73f9ec04393a3e37b808a50c851", "user_id": "24e5d0de86de4ed4a72b235918d7b358", "updated": "2026-05-08T13:15:42Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1718500987", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1160911808"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-08 15:15:44,608 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c 0.693s
2026-05-08 15:15:44,608 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:15:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1574', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-947253f1-d01c-4146-8ef3-55713129b5e6', 'x-compute-request-id': 'req-947253f1-d01c-4146-8ef3-55713129b5e6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerRescueNegativeTestJSON-2104104514-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:9d:1a"}]}, "created": "2026-05-08T13:15:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/flavors/42"}]}, "hostId": "1cc96653ca6cead8e9bfb47eae55cbaea1159ddc75ded9acbfd28ed0", "id": "064db51d-b78d-4602-9318-3fa59e60203c", "image": {"id": "ca107eb9-c301-44a7-8f60-04bd3872503e", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/images/ca107eb9-c301-44a7-8f60-04bd3872503e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c"}, {"rel": "bookmark", "href": "http://192.168.122.216/compute/servers/064db51d-b78d-4602-9318-3fa59e60203c"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-944630143", "status": "ACTIVE", "tenant_id": "fd67d73f9ec04393a3e37b808a50c851", "user_id": "24e5d0de86de4ed4a72b235918d7b358", "updated": "2026-05-08T13:15:43Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1718500987", "OS-SRV-USG:launched_at": "2026-05-08T13:15:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1160911808"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-05-08 15:15:44,636 86663 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 21 second wait
2026-05-08 15:15:45,194 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-interface 0.557s
2026-05-08 15:15:45,194 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:15:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6a3e833-1f42-46cc-b3fb-2794a75b5024', 'x-compute-request-id': 'req-a6a3e833-1f42-46cc-b3fb-2794a75b5024', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "abcee861-67d1-4f7f-80db-7f6ed334aad5", "port_id": "43a0dd48-5af5-4a7a-ad1c-77aeb67c573b", "mac_addr": "fa:16:3e:0f:9d:1a", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "e7a11f6d-4eab-4aa5-9fb4-2f7a3e447be7", "ip_address": "10.0.0.14"}]}]}'
2026-05-08 15:15:48,357 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 PUT http://192.168.122.216/networking/v2.0/floatingips/1161cf0c-2107-481f-be8b-f1115801ccbf 3.157s
2026-05-08 15:15:48,357 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "43a0dd48-5af5-4a7a-ad1c-77aeb67c573b"}}
Response - Headers: {'date': 'Fri, 08 May 2026 13:15:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-0c780593-3558-486d-9dd7-1d75a82326bd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/networking/v2.0/floatingips/1161cf0c-2107-481f-be8b-f1115801ccbf'}
Body: b'{"floatingip": {"id": "1161cf0c-2107-481f-be8b-f1115801ccbf", "tenant_id": "fd67d73f9ec04393a3e37b808a50c851", "project_id": "fd67d73f9ec04393a3e37b808a50c851", "floating_ip_address": "172.24.4.39", "floating_network_id": "2cdacbde-369d-478f-9377-9d202b5a860b", "router_id": "1ba083d1-8417-4401-9d14-a1310306ef09", "port_id": "43a0dd48-5af5-4a7a-ad1c-77aeb67c573b", "fixed_ip_address": "10.0.0.14", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "abcee861-67d1-4f7f-80db-7f6ed334aad5", "mac_address": "fa:16:3e:0f:9d:1a", "admin_state_up": true, "status": "ACTIVE", "device_id": "064db51d-b78d-4602-9318-3fa59e60203c", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-05-08T13:15:21Z", "updated_at": "2026-05-08T13:15:46Z", "revision_number": 1}}'
2026-05-08 15:15:48,358 86663 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.39:22' as 'cirros' with public key authentication
2026-05-08 15:16:07,832 86663 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-05-08 15:16:07,947 86663 INFO [paramiko.transport] Authentication (publickey) successful!
2026-05-08 15:16:07,948 86663 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.39 successfully created
2026-05-08 15:16:11,299 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 POST http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 3.349s
2026-05-08 15:16:11,300 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volumeAttachment": {"volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374"}}
Response - Headers: {'date': 'Fri, 08 May 2026 13:16:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '194', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-351bc293-909b-4e04-894c-4ee14850d04c', 'x-compute-request-id': 'req-351bc293-909b-4e04-894c-4ee14850d04c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachment": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "device": "/dev/vdb"}}'
2026-05-08 15:16:11,386 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.084s
2026-05-08 15:16:11,386 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:16:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-133d1747-3707-4830-abf8-a40da095992c', 'content-length': '860', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-133d1747-3707-4830-abf8-a40da095992c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:11.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:16:12,539 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.137s
2026-05-08 15:16:12,540 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:16:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0af4b1ec-4065-49af-bd85-516204cb101e', 'content-length': '860', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0af4b1ec-4065-49af-bd85-516204cb101e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:11.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:16:13,615 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.056s
2026-05-08 15:16:13,615 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:16:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f5e6ed7-2f89-4a59-9197-6d64d3b41996', 'content-length': '861', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f5e6ed7-2f89-4a59-9197-6d64d3b41996', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:13.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:16:14,699 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.074s
2026-05-08 15:16:14,700 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:16:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c45910df-f09e-4234-8fb3-3bbe7b7acb28', 'content-length': '861', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c45910df-f09e-4234-8fb3-3bbe7b7acb28', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:13.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:16:15,817 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.104s
2026-05-08 15:16:15,817 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:16:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e68106fd-6e1f-400c-a583-4e8105a1dbe9', 'content-length': '861', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e68106fd-6e1f-400c-a583-4e8105a1dbe9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:13.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:16:16,923 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.092s
2026-05-08 15:16:16,924 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:16:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7d1237e-f7d1-431d-a602-a0f2360b149a', 'content-length': '861', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7d1237e-f7d1-431d-a602-a0f2360b149a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:13.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:16:17,989 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.052s
2026-05-08 15:16:17,989 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:16:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-543ea0d0-7a94-4ed7-9d27-570f2a5e4868', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-543ea0d0-7a94-4ed7-9d27-570f2a5e4868', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:16:17,999 86663 INFO [tempest.common.waiters] Attachment b571e14d-a5b7-40d5-bec8-ad3964a1b931 created for volume 30d82c16-0ba7-49c7-a17a-7c8812bd1374 to server 064db51d-b78d-4602-9318-3fa59e60203c after waiting for 6.999709 seconds
2026-05-08 15:16:18,054 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.053s
2026-05-08 15:16:18,054 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:16:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aafbbc64-2498-49a7-9164-9361cd74322c', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aafbbc64-2498-49a7-9164-9361cd74322c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:16:18,067 86663 INFO [tempest.common.waiters] volume 30d82c16-0ba7-49c7-a17a-7c8812bd1374 reached in-use after waiting for 0.067055 seconds
2026-05-08 15:16:18,306 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 POST http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/action 0.239s
2026-05-08 15:16:18,307 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"rescue": {"adminPass": "Q4~NP0l#OW2un5q"}}
Response - Headers: {'date': 'Fri, 08 May 2026 13:16:18 GMT', 'server': 'Apache/2.4.58 (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-fa2ea91a-6738-418d-84cc-b50e84b4fb06', 'x-compute-request-id': 'req-fa2ea91a-6738-418d-84cc-b50e84b4fb06', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/action'}
Body: b'{"adminPass": "Q4~NP0l#OW2un5q"}'
2026-05-08 15:16:18,669 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c 0.360s
2026-05-08 15:16:18,669 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:16:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1744', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5ffaef06-2c1b-4b74-95d9-c112c9b5603e', 'x-compute-request-id': 'req-5ffaef06-2c1b-4b74-95d9-c112c9b5603e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerRescueNegativeTestJSON-2104104514-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:9d:1a"}, {"version": 4, "addr": "172.24.4.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:9d:1a"}]}, "created": "2026-05-08T13:15:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/flavors/42"}]}, "hostId": "1cc96653ca6cead8e9bfb47eae55cbaea1159ddc75ded9acbfd28ed0", "id": "064db51d-b78d-4602-9318-3fa59e60203c", "image": {"id": "ca107eb9-c301-44a7-8f60-04bd3872503e", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/images/ca107eb9-c301-44a7-8f60-04bd3872503e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c"}, {"rel": "bookmark", "href": "http://192.168.122.216/compute/servers/064db51d-b78d-4602-9318-3fa59e60203c"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-944630143", "status": "ACTIVE", "tenant_id": "fd67d73f9ec04393a3e37b808a50c851", "user_id": "24e5d0de86de4ed4a72b235918d7b358", "updated": "2026-05-08T13:16:18Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1718500987", "OS-SRV-USG:launched_at": "2026-05-08T13:15:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1160911808"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374"}]}}'
2026-05-08 15:16:20,017 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c 0.333s
2026-05-08 15:16:20,018 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:16:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1744', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-109fb82e-0efb-4904-8842-8a242c66f186', 'x-compute-request-id': 'req-109fb82e-0efb-4904-8842-8a242c66f186', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerRescueNegativeTestJSON-2104104514-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:9d:1a"}, {"version": 4, "addr": "172.24.4.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:9d:1a"}]}, "created": "2026-05-08T13:15:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/flavors/42"}]}, "hostId": "1cc96653ca6cead8e9bfb47eae55cbaea1159ddc75ded9acbfd28ed0", "id": "064db51d-b78d-4602-9318-3fa59e60203c", "image": {"id": "ca107eb9-c301-44a7-8f60-04bd3872503e", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/images/ca107eb9-c301-44a7-8f60-04bd3872503e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c"}, {"rel": "bookmark", "href": "http://192.168.122.216/compute/servers/064db51d-b78d-4602-9318-3fa59e60203c"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-944630143", "status": "ACTIVE", "tenant_id": "fd67d73f9ec04393a3e37b808a50c851", "user_id": "24e5d0de86de4ed4a72b235918d7b358", "updated": "2026-05-08T13:16:18Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1718500987", "OS-SRV-USG:launched_at": "2026-05-08T13:15:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1160911808"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374"}]}}'
2026-05-08 15:16:21,428 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c 0.394s
2026-05-08 15:16:21,428 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:16:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1744', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58165c65-f2be-464b-9c62-54ea3e015238', 'x-compute-request-id': 'req-58165c65-f2be-464b-9c62-54ea3e015238', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerRescueNegativeTestJSON-2104104514-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:9d:1a"}, {"version": 4, "addr": "172.24.4.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:9d:1a"}]}, "created": "2026-05-08T13:15:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/flavors/42"}]}, "hostId": "1cc96653ca6cead8e9bfb47eae55cbaea1159ddc75ded9acbfd28ed0", "id": "064db51d-b78d-4602-9318-3fa59e60203c", "image": {"id": "ca107eb9-c301-44a7-8f60-04bd3872503e", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/images/ca107eb9-c301-44a7-8f60-04bd3872503e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c"}, {"rel": "bookmark", "href": "http://192.168.122.216/compute/servers/064db51d-b78d-4602-9318-3fa59e60203c"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-944630143", "status": "ACTIVE", "tenant_id": "fd67d73f9ec04393a3e37b808a50c851", "user_id": "24e5d0de86de4ed4a72b235918d7b358", "updated": "2026-05-08T13:16:18Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1718500987", "OS-SRV-USG:launched_at": "2026-05-08T13:15:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1160911808"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374"}]}}'
2026-05-08 15:16:22,902 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c 0.463s
2026-05-08 15:16:22,903 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:16:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1744', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b405a95-abe8-43ef-9dab-dac9063a64bf', 'x-compute-request-id': 'req-9b405a95-abe8-43ef-9dab-dac9063a64bf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerRescueNegativeTestJSON-2104104514-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:9d:1a"}, {"version": 4, "addr": "172.24.4.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:9d:1a"}]}, "created": "2026-05-08T13:15:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/flavors/42"}]}, "hostId": "1cc96653ca6cead8e9bfb47eae55cbaea1159ddc75ded9acbfd28ed0", "id": "064db51d-b78d-4602-9318-3fa59e60203c", "image": {"id": "ca107eb9-c301-44a7-8f60-04bd3872503e", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/images/ca107eb9-c301-44a7-8f60-04bd3872503e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c"}, {"rel": "bookmark", "href": "http://192.168.122.216/compute/servers/064db51d-b78d-4602-9318-3fa59e60203c"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-944630143", "status": "ACTIVE", "tenant_id": "fd67d73f9ec04393a3e37b808a50c851", "user_id": "24e5d0de86de4ed4a72b235918d7b358", "updated": "2026-05-08T13:16:18Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1718500987", "OS-SRV-USG:launched_at": "2026-05-08T13:15:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1160911808"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374"}]}}'
2026-05-08 15:16:24,328 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c 0.410s
2026-05-08 15:16:24,328 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:16:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1744', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-959a36f5-1977-49ab-8b44-275e8b7c89b5', 'x-compute-request-id': 'req-959a36f5-1977-49ab-8b44-275e8b7c89b5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerRescueNegativeTestJSON-2104104514-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:9d:1a"}, {"version": 4, "addr": "172.24.4.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:9d:1a"}]}, "created": "2026-05-08T13:15:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/flavors/42"}]}, "hostId": "1cc96653ca6cead8e9bfb47eae55cbaea1159ddc75ded9acbfd28ed0", "id": "064db51d-b78d-4602-9318-3fa59e60203c", "image": {"id": "ca107eb9-c301-44a7-8f60-04bd3872503e", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/images/ca107eb9-c301-44a7-8f60-04bd3872503e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c"}, {"rel": "bookmark", "href": "http://192.168.122.216/compute/servers/064db51d-b78d-4602-9318-3fa59e60203c"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-944630143", "status": "ACTIVE", "tenant_id": "fd67d73f9ec04393a3e37b808a50c851", "user_id": "24e5d0de86de4ed4a72b235918d7b358", "updated": "2026-05-08T13:16:18Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1718500987", "OS-SRV-USG:launched_at": "2026-05-08T13:15:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1160911808"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374"}]}}'
2026-05-08 15:16:26,008 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c 0.656s
2026-05-08 15:16:26,009 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:16:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1744', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9793fd78-d348-48b2-b4d9-49a072e388aa', 'x-compute-request-id': 'req-9793fd78-d348-48b2-b4d9-49a072e388aa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerRescueNegativeTestJSON-2104104514-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:9d:1a"}, {"version": 4, "addr": "172.24.4.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:9d:1a"}]}, "created": "2026-05-08T13:15:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/flavors/42"}]}, "hostId": "1cc96653ca6cead8e9bfb47eae55cbaea1159ddc75ded9acbfd28ed0", "id": "064db51d-b78d-4602-9318-3fa59e60203c", "image": {"id": "ca107eb9-c301-44a7-8f60-04bd3872503e", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/images/ca107eb9-c301-44a7-8f60-04bd3872503e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c"}, {"rel": "bookmark", "href": "http://192.168.122.216/compute/servers/064db51d-b78d-4602-9318-3fa59e60203c"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-944630143", "status": "ACTIVE", "tenant_id": "fd67d73f9ec04393a3e37b808a50c851", "user_id": "24e5d0de86de4ed4a72b235918d7b358", "updated": "2026-05-08T13:16:18Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1718500987", "OS-SRV-USG:launched_at": "2026-05-08T13:15:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1160911808"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374"}]}}'
2026-05-08 15:16:27,893 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c 0.862s
2026-05-08 15:16:27,895 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:16:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1744', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba921a32-0fbf-430e-96f4-b7488ad68747', 'x-compute-request-id': 'req-ba921a32-0fbf-430e-96f4-b7488ad68747', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerRescueNegativeTestJSON-2104104514-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:9d:1a"}, {"version": 4, "addr": "172.24.4.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:9d:1a"}]}, "created": "2026-05-08T13:15:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/flavors/42"}]}, "hostId": "1cc96653ca6cead8e9bfb47eae55cbaea1159ddc75ded9acbfd28ed0", "id": "064db51d-b78d-4602-9318-3fa59e60203c", "image": {"id": "ca107eb9-c301-44a7-8f60-04bd3872503e", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/images/ca107eb9-c301-44a7-8f60-04bd3872503e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c"}, {"rel": "bookmark", "href": "http://192.168.122.216/compute/servers/064db51d-b78d-4602-9318-3fa59e60203c"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-944630143", "status": "ACTIVE", "tenant_id": "fd67d73f9ec04393a3e37b808a50c851", "user_id": "24e5d0de86de4ed4a72b235918d7b358", "updated": "2026-05-08T13:16:18Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1718500987", "OS-SRV-USG:launched_at": "2026-05-08T13:15:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1160911808"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374"}]}}'
2026-05-08 15:16:29,657 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c 0.736s
2026-05-08 15:16:29,657 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:16:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1744', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0572c83f-a17c-4779-b1d0-dc0fc3ac4493', 'x-compute-request-id': 'req-0572c83f-a17c-4779-b1d0-dc0fc3ac4493', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerRescueNegativeTestJSON-2104104514-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:9d:1a"}, {"version": 4, "addr": "172.24.4.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:9d:1a"}]}, "created": "2026-05-08T13:15:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/flavors/42"}]}, "hostId": "1cc96653ca6cead8e9bfb47eae55cbaea1159ddc75ded9acbfd28ed0", "id": "064db51d-b78d-4602-9318-3fa59e60203c", "image": {"id": "ca107eb9-c301-44a7-8f60-04bd3872503e", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/images/ca107eb9-c301-44a7-8f60-04bd3872503e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c"}, {"rel": "bookmark", "href": "http://192.168.122.216/compute/servers/064db51d-b78d-4602-9318-3fa59e60203c"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-944630143", "status": "ACTIVE", "tenant_id": "fd67d73f9ec04393a3e37b808a50c851", "user_id": "24e5d0de86de4ed4a72b235918d7b358", "updated": "2026-05-08T13:16:18Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1718500987", "OS-SRV-USG:launched_at": "2026-05-08T13:15:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1160911808"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374"}]}}'
2026-05-08 15:16:31,062 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c 0.388s
2026-05-08 15:16:31,062 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:16:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1724', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0cc33fba-3836-464b-96d5-d51f6a350adc', 'x-compute-request-id': 'req-0cc33fba-3836-464b-96d5-d51f6a350adc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerRescueNegativeTestJSON-2104104514-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:9d:1a"}, {"version": 4, "addr": "172.24.4.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:9d:1a"}]}, "created": "2026-05-08T13:15:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/flavors/42"}]}, "hostId": "1cc96653ca6cead8e9bfb47eae55cbaea1159ddc75ded9acbfd28ed0", "id": "064db51d-b78d-4602-9318-3fa59e60203c", "image": {"id": "ca107eb9-c301-44a7-8f60-04bd3872503e", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/images/ca107eb9-c301-44a7-8f60-04bd3872503e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c"}, {"rel": "bookmark", "href": "http://192.168.122.216/compute/servers/064db51d-b78d-4602-9318-3fa59e60203c"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-944630143", "status": "RESCUE", "tenant_id": "fd67d73f9ec04393a3e37b808a50c851", "user_id": "24e5d0de86de4ed4a72b235918d7b358", "updated": "2026-05-08T13:16:30Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1718500987", "OS-SRV-USG:launched_at": "2026-05-08T13:16:29.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1160911808"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "rescued", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374"}]}}'
2026-05-08 15:16:31,075 86663 INFO [tempest.common.waiters] State transition "ACTIVE/rescuing" ==> "RESCUE/None" after 13 second wait
2026-05-08 15:16:31,253 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://192.168.122.216/identity/v3/auth/tokens 0.171s
2026-05-08 15:16:31,254 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Fri, 08 May 2026 13:16:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2538', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-441691a4-0538-42e2-b135-f6857449d90e', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.216/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "24e5d0de86de4ed4a72b235918d7b358", "name": "tempest-ServerRescueNegativeTestJSON-683974247-project-member", "password_expires_at": null}, "audit_ids": ["pPSIeGi7TGeCFItdf9reOQ"], "expires_at": "2026-05-08T14:16:31.000000Z", "issued_at": "2026-05-08T13:16:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fd67d73f9ec04393a3e37b808a50c851", "name": "tempest-ServerRescueNegativeTestJSON-683974247"}, "is_domain": false, "roles": [{"id": "c8422c0832db404a865aa2555c0351bf", "name": "reader"}, {"id": "c715cb1bd18146899fb464b96dcc5c80", "name": "member"}], "catalog": [{"endpoints": [{"id": "c2cc632c152b49cdab3cf074e1a3629a", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.216/volume/v3", "region": "RegionOne"}], "id": "0017fea73b194f808d61625b8f05be49", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2499a9f64c804ffab9412be1325e1523", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.216/image", "region": "RegionOne"}], "id": "1202e9f450104efcb28d9a0668abf2d8", "type": "image", "name": "glance"}, {"endpoints": [{"id": "959d025fd85a492c9c4ee6a4df27470a", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.216/placement", "region": "RegionOne"}], "id": "252e719f78f64781803c3991d3b819a7", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2107baf06d3940409eb51953b8f60c64", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.216/compute/v2/fd67d73f9ec04393a3e37b808a50c851", "region": "RegionOne"}], "id": "5a663ac3f65a41d2a28dfaca400deaac", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "60e8fb29069243dea792158676b03b53", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.216/networking", "region": "RegionOne"}], "id": "9b91e6f116814d088d23e6992e05c847", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5f70c2d9963a488f8429ee9a066e7a5f", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.216/compute/v2.1", "region": "RegionOne"}], "id": "aaa196a28fd448dd92cc46acfc63b208", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "f45afa1fcd8c48dfa089040be905dce4", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.216/identity", "region": "RegionOne"}], "id": "b69233c10e6d4b62a5fedb1f37ed777f", "type": "identity", "name": "keystone"}]}}'
2026-05-08 15:16:31,255 86663 INFO [tempest.lib.common.fixed_network] (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume) Found network {'id': 'abcee861-67d1-4f7f-80db-7f6ed334aad5', 'name': 'tempest-ServerRescueNegativeTestJSON-2104104514-network', 'tenant_id': 'fd67d73f9ec04393a3e37b808a50c851', 'project_id': 'fd67d73f9ec04393a3e37b808a50c851', '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': 58962, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-05-08T13:13:39Z', 'updated_at': '2026-05-08T13:13:39Z', 'revision_number': 1} available for tenant
2026-05-08 15:16:31,420 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 409 DELETE http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.164s
2026-05-08 15:16:31,420 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:16:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '152', 'x-openstack-request-id': 'req-036ec0a5-ac5a-486b-a395-9c2000547cce', 'x-compute-request-id': 'req-036ec0a5-ac5a-486b-a395-9c2000547cce', 'connection': 'close', 'status': '409', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"conflictingRequest": {"code": 409, "message": "Cannot \'detach_volume\' instance 064db51d-b78d-4602-9318-3fa59e60203c while it is in vm_state rescued"}}'
2026-05-08 15:16:31,646 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 202 POST http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/action 0.225s
2026-05-08 15:16:31,647 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"unrescue": {}}
Response - Headers: {'date': 'Fri, 08 May 2026 13:16:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-558b8e13-8af7-40c5-afc4-648d0b535e4e', 'x-compute-request-id': 'req-558b8e13-8af7-40c5-afc4-648d0b535e4e', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/action'}
Body: b''
2026-05-08 15:16:31,974 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c 0.326s
2026-05-08 15:16:31,974 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:16:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1732', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0f43784-baf2-4b47-8cb2-05ac8b7246e1', 'x-compute-request-id': 'req-c0f43784-baf2-4b47-8cb2-05ac8b7246e1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerRescueNegativeTestJSON-2104104514-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:9d:1a"}, {"version": 4, "addr": "172.24.4.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:9d:1a"}]}, "created": "2026-05-08T13:15:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/flavors/42"}]}, "hostId": "1cc96653ca6cead8e9bfb47eae55cbaea1159ddc75ded9acbfd28ed0", "id": "064db51d-b78d-4602-9318-3fa59e60203c", "image": {"id": "ca107eb9-c301-44a7-8f60-04bd3872503e", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/images/ca107eb9-c301-44a7-8f60-04bd3872503e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c"}, {"rel": "bookmark", "href": "http://192.168.122.216/compute/servers/064db51d-b78d-4602-9318-3fa59e60203c"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-944630143", "status": "RESCUE", "tenant_id": "fd67d73f9ec04393a3e37b808a50c851", "user_id": "24e5d0de86de4ed4a72b235918d7b358", "updated": "2026-05-08T13:16:32Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1718500987", "OS-SRV-USG:launched_at": "2026-05-08T13:16:29.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1160911808"}], "OS-EXT-STS:task_state": "unrescuing", "OS-EXT-STS:vm_state": "rescued", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374"}]}}'
2026-05-08 15:16:33,502 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c 0.514s
2026-05-08 15:16:33,502 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:16:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1732', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0acecee-4ddc-4ba6-a356-ddc3ee63ad70', 'x-compute-request-id': 'req-f0acecee-4ddc-4ba6-a356-ddc3ee63ad70', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerRescueNegativeTestJSON-2104104514-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:9d:1a"}, {"version": 4, "addr": "172.24.4.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:9d:1a"}]}, "created": "2026-05-08T13:15:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/flavors/42"}]}, "hostId": "1cc96653ca6cead8e9bfb47eae55cbaea1159ddc75ded9acbfd28ed0", "id": "064db51d-b78d-4602-9318-3fa59e60203c", "image": {"id": "ca107eb9-c301-44a7-8f60-04bd3872503e", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/images/ca107eb9-c301-44a7-8f60-04bd3872503e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c"}, {"rel": "bookmark", "href": "http://192.168.122.216/compute/servers/064db51d-b78d-4602-9318-3fa59e60203c"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-944630143", "status": "RESCUE", "tenant_id": "fd67d73f9ec04393a3e37b808a50c851", "user_id": "24e5d0de86de4ed4a72b235918d7b358", "updated": "2026-05-08T13:16:32Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1718500987", "OS-SRV-USG:launched_at": "2026-05-08T13:16:29.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1160911808"}], "OS-EXT-STS:task_state": "unrescuing", "OS-EXT-STS:vm_state": "rescued", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374"}]}}'
2026-05-08 15:16:34,997 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c 0.483s
2026-05-08 15:16:34,998 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:16:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1732', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cdc188fd-761f-4f41-878c-dd8b96b8b965', 'x-compute-request-id': 'req-cdc188fd-761f-4f41-878c-dd8b96b8b965', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerRescueNegativeTestJSON-2104104514-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:9d:1a"}, {"version": 4, "addr": "172.24.4.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:9d:1a"}]}, "created": "2026-05-08T13:15:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/flavors/42"}]}, "hostId": "1cc96653ca6cead8e9bfb47eae55cbaea1159ddc75ded9acbfd28ed0", "id": "064db51d-b78d-4602-9318-3fa59e60203c", "image": {"id": "ca107eb9-c301-44a7-8f60-04bd3872503e", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/images/ca107eb9-c301-44a7-8f60-04bd3872503e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c"}, {"rel": "bookmark", "href": "http://192.168.122.216/compute/servers/064db51d-b78d-4602-9318-3fa59e60203c"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-944630143", "status": "RESCUE", "tenant_id": "fd67d73f9ec04393a3e37b808a50c851", "user_id": "24e5d0de86de4ed4a72b235918d7b358", "updated": "2026-05-08T13:16:32Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1718500987", "OS-SRV-USG:launched_at": "2026-05-08T13:16:29.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1160911808"}], "OS-EXT-STS:task_state": "unrescuing", "OS-EXT-STS:vm_state": "rescued", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374"}]}}'
2026-05-08 15:16:36,322 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c 0.305s
2026-05-08 15:16:36,322 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:16:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1815', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d9e8c4d-58e5-47b4-8191-c60e1550d0a1', 'x-compute-request-id': 'req-0d9e8c4d-58e5-47b4-8191-c60e1550d0a1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerRescueNegativeTestJSON-2104104514-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:9d:1a"}, {"version": 4, "addr": "172.24.4.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:9d:1a"}]}, "created": "2026-05-08T13:15:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/flavors/42"}]}, "hostId": "1cc96653ca6cead8e9bfb47eae55cbaea1159ddc75ded9acbfd28ed0", "id": "064db51d-b78d-4602-9318-3fa59e60203c", "image": {"id": "ca107eb9-c301-44a7-8f60-04bd3872503e", "links": [{"rel": "bookmark", "href": "http://192.168.122.216/compute/images/ca107eb9-c301-44a7-8f60-04bd3872503e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c"}, {"rel": "bookmark", "href": "http://192.168.122.216/compute/servers/064db51d-b78d-4602-9318-3fa59e60203c"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-944630143", "status": "ERROR", "tenant_id": "fd67d73f9ec04393a3e37b808a50c851", "user_id": "24e5d0de86de4ed4a72b235918d7b358", "updated": "2026-05-08T13:16:35Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-05-08T13:16:36Z", "message": "libvirtError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1718500987", "OS-SRV-USG:launched_at": "2026-05-08T13:16:29.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1160911808"}], "OS-EXT-STS:task_state": "unrescuing", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374"}]}}'
2026-05-08 15:16:36,336 86663 INFO [tempest.common.waiters] State transition "RESCUE/unrescuing" ==> "ERROR/unrescuing" after 5 second wait
2026-05-08 15:16:36,519 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-interface 0.181s
2026-05-08 15:16:36,520 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:16:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '281', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-30ddd9cf-502e-4fec-94bf-6d19ab678527', 'x-compute-request-id': 'req-30ddd9cf-502e-4fec-94bf-6d19ab678527', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "abcee861-67d1-4f7f-80db-7f6ed334aad5", "port_id": "43a0dd48-5af5-4a7a-ad1c-77aeb67c573b", "mac_addr": "fa:16:3e:0f:9d:1a", "port_state": "DOWN", "fixed_ips": [{"subnet_id": "e7a11f6d-4eab-4aa5-9fb4-2f7a3e447be7", "ip_address": "10.0.0.14"}]}]}'
2026-05-08 15:16:38,186 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 PUT http://192.168.122.216/networking/v2.0/floatingips/1161cf0c-2107-481f-be8b-f1115801ccbf 1.662s
2026-05-08 15:16:38,186 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "43a0dd48-5af5-4a7a-ad1c-77aeb67c573b"}}
Response - Headers: {'date': 'Fri, 08 May 2026 13:16:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-eec3132e-2901-4cc7-9159-99c29384aa41', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/networking/v2.0/floatingips/1161cf0c-2107-481f-be8b-f1115801ccbf'}
Body: b'{"floatingip": {"id": "1161cf0c-2107-481f-be8b-f1115801ccbf", "tenant_id": "fd67d73f9ec04393a3e37b808a50c851", "project_id": "fd67d73f9ec04393a3e37b808a50c851", "floating_ip_address": "172.24.4.39", "floating_network_id": "2cdacbde-369d-478f-9377-9d202b5a860b", "router_id": "1ba083d1-8417-4401-9d14-a1310306ef09", "port_id": "43a0dd48-5af5-4a7a-ad1c-77aeb67c573b", "fixed_ip_address": "10.0.0.14", "status": "ACTIVE", "description": "", "port_details": {"name": "", "network_id": "abcee861-67d1-4f7f-80db-7f6ed334aad5", "mac_address": "fa:16:3e:0f:9d:1a", "admin_state_up": true, "status": "DOWN", "device_id": "064db51d-b78d-4602-9318-3fa59e60203c", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-05-08T13:15:21Z", "updated_at": "2026-05-08T13:16:37Z", "revision_number": 3}}'
2026-05-08 15:16:38,189 86663 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.39:22' as 'cirros' with public key authentication
2026-05-08 15:17:38,230 86663 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.39 (timed out). Number attempts: 1. Retry after 2 seconds.
2026-05-08 15:18:40,792 86663 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.39 (timed out). Number attempts: 2. Retry after 3 seconds.
2026-05-08 15:19:44,353 86663 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.39 (timed out). Number attempts: 3. Retry after 4 seconds.
2026-05-08 15:20:48,915 86663 ERROR [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.39 after 3 attempts. Proxy client: no proxy client
2026-05-08 15:20:48.915 86663 ERROR tempest.lib.common.ssh Traceback (most recent call last):
2026-05-08 15:20:48.915 86663 ERROR tempest.lib.common.ssh File "/opt/stack/tempest/tempest/lib/common/ssh.py", line 135, in _get_ssh_connection
2026-05-08 15:20:48.915 86663 ERROR tempest.lib.common.ssh ssh.connect(self.host, port=self.port, username=self.username,
2026-05-08 15:20:48.915 86663 ERROR tempest.lib.common.ssh File "/opt/stack/tempest/.tox/venv/lib/python3.12/site-packages/paramiko/client.py", line 384, in connect
2026-05-08 15:20:48.915 86663 ERROR tempest.lib.common.ssh sock.connect(addr)
2026-05-08 15:20:48.915 86663 ERROR tempest.lib.common.ssh TimeoutError: timed out
2026-05-08 15:20:48.915 86663 ERROR tempest.lib.common.ssh
2026-05-08 15:20:48,918 86663 DEBUG [tempest.lib.common.utils.linux.remote_client] Caller: ServerRescueNegativeTestJSON:_run_cleanups. Timeout trying to ssh to server response: {'date': 'Fri, 08 May 2026 13:15:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '417', 'location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c345ee19-b098-4a8b-8a2c-334a5d8b757b', 'x-compute-request-id': 'req-c345ee19-b098-4a8b-8a2c-334a5d8b757b', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.216/compute/v2.1/servers'}
Body: {'accessIPv4': '', 'accessIPv6': '', 'addresses': {'tempest-ServerRescueNegativeTestJSON-2104104514-network': [{'version': 4, 'addr': '10.0.0.14', 'OS-EXT-IPS:type': 'fixed', 'OS-EXT-IPS-MAC:mac_addr': 'fa:16:3e:0f:9d:1a'}]}, 'created': '2026-05-08T13:15:23Z', 'flavor': {'id': '42', 'links': [{'rel': 'bookmark', 'href': 'http://192.168.122.216/compute/flavors/42'}]}, 'hostId': '1cc96653ca6cead8e9bfb47eae55cbaea1159ddc75ded9acbfd28ed0', 'id': '064db51d-b78d-4602-9318-3fa59e60203c', 'image': {'id': 'ca107eb9-c301-44a7-8f60-04bd3872503e', 'links': [{'rel': 'bookmark', 'href': 'http://192.168.122.216/compute/images/ca107eb9-c301-44a7-8f60-04bd3872503e'}]}, 'links': [{'rel': 'self', 'href': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c'}, {'rel': 'bookmark', 'href': 'http://192.168.122.216/compute/servers/064db51d-b78d-4602-9318-3fa59e60203c'}], 'metadata': {}, 'name': 'tempest-ServerRescueNegativeTestJSON-server-944630143', 'status': 'ACTIVE', 'tenant_id': 'fd67d73f9ec04393a3e37b808a50c851', 'user_id': '24e5d0de86de4ed4a72b235918d7b358', 'updated': '2026-05-08T13:15:43Z', 'OS-DCF:diskConfig': 'MANUAL', 'progress': 0, 'OS-EXT-AZ:availability_zone': 'nova', 'config_drive': '', 'key_name': 'tempest-keypair-1718500987', 'OS-SRV-USG:launched_at': '2026-05-08T13:15:42.000000', 'OS-SRV-USG:terminated_at': None, 'security_groups': [{'name': 'tempest-securitygroup--1160911808'}], 'OS-EXT-STS:task_state': None, 'OS-EXT-STS:vm_state': 'active', 'OS-EXT-STS:power_state': 1, 'os-extended-volumes:volumes_attached': []}
2026-05-08 15:20:50,331 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 404 POST http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/action 1.410s
2026-05-08 15:20:50,332 86663 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': 'Fri, 08 May 2026 13:20:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '86', 'x-openstack-request-id': 'req-6e221931-c3a6-4d26-bbf8-d0c005ed8bac', 'x-compute-request-id': 'req-6e221931-c3a6-4d26-bbf8-d0c005ed8bac', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/action'}
Body: b'{"itemNotFound": {"code": 404, "message": "Guest does not have a console available."}}'
2026-05-08 15:20:50,332 86663 DEBUG [tempest.lib.common.utils.linux.remote_client] Could not get console_log for server 064db51d-b78d-4602-9318-3fa59e60203c
2026-05-08 15:20:50,431 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.096s
2026-05-08 15:20:50,432 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:20:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ce200e0-f6a0-43e5-9e05-69480a9ac618', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ce200e0-f6a0-43e5-9e05-69480a9ac618', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:20:50,599 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 409 DELETE http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.154s
2026-05-08 15:20:50,601 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:20:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '150', 'x-openstack-request-id': 'req-be74a819-6814-4ba8-b6a1-a4bb8c3bc1ac', 'x-compute-request-id': 'req-be74a819-6814-4ba8-b6a1-a4bb8c3bc1ac', 'connection': 'close', 'status': '409', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"conflictingRequest": {"code": 409, "message": "Cannot \'detach_volume\' instance 064db51d-b78d-4602-9318-3fa59e60203c while it is in vm_state error"}}'
2026-05-08 15:20:50,722 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.114s
2026-05-08 15:20:50,722 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:20:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd16a49b-c84f-4d8c-8198-953dc70f1d06', 'x-compute-request-id': 'req-fd16a49b-c84f-4d8c-8198-953dc70f1d06', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:20:51,954 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.228s
2026-05-08 15:20:51,955 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:20:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22a74dd1-fb75-4ce0-83f5-411edb4de5fc', 'x-compute-request-id': 'req-22a74dd1-fb75-4ce0-83f5-411edb4de5fc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:20:53,102 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.140s
2026-05-08 15:20:53,102 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:20:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a3db015-785c-4efc-a91f-094e4e01d7cd', 'x-compute-request-id': 'req-5a3db015-785c-4efc-a91f-094e4e01d7cd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:20:54,299 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.188s
2026-05-08 15:20:54,300 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:20:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe10c766-0388-4d82-8f19-96490a46bcfa', 'x-compute-request-id': 'req-fe10c766-0388-4d82-8f19-96490a46bcfa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:20:55,497 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.192s
2026-05-08 15:20:55,499 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:20:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa2eb717-a6e9-4b06-bcc5-db8410281a56', 'x-compute-request-id': 'req-aa2eb717-a6e9-4b06-bcc5-db8410281a56', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:20:56,595 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.093s
2026-05-08 15:20:56,595 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:20:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df0e1fd3-67ff-47a8-9fea-3f8646968392', 'x-compute-request-id': 'req-df0e1fd3-67ff-47a8-9fea-3f8646968392', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:20:57,704 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.104s
2026-05-08 15:20:57,704 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:20:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f14439d-a9a2-4864-a226-798708b0938a', 'x-compute-request-id': 'req-1f14439d-a9a2-4864-a226-798708b0938a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:20:58,798 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.091s
2026-05-08 15:20:58,798 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:20:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04a5d768-3b4f-4139-a400-2e54c2dcf43c', 'x-compute-request-id': 'req-04a5d768-3b4f-4139-a400-2e54c2dcf43c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:20:59,972 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.168s
2026-05-08 15:20:59,973 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:20:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe628014-6056-4a2f-825f-e476c12cf54d', 'x-compute-request-id': 'req-fe628014-6056-4a2f-825f-e476c12cf54d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:01,111 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.135s
2026-05-08 15:21:01,112 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-34a51dfd-835f-4641-8307-328fbbcb20c2', 'x-compute-request-id': 'req-34a51dfd-835f-4641-8307-328fbbcb20c2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:02,244 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.130s
2026-05-08 15:21:02,245 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-905c83d1-976c-44de-b10e-954dc80b1b12', 'x-compute-request-id': 'req-905c83d1-976c-44de-b10e-954dc80b1b12', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:03,335 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.087s
2026-05-08 15:21:03,335 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4005c224-b743-432b-985b-b2b5945f3fc0', 'x-compute-request-id': 'req-4005c224-b743-432b-985b-b2b5945f3fc0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:04,450 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.110s
2026-05-08 15:21:04,451 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ec1c86e-2d7f-4f7f-a7b2-b2a64c900b47', 'x-compute-request-id': 'req-1ec1c86e-2d7f-4f7f-a7b2-b2a64c900b47', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:05,536 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.082s
2026-05-08 15:21:05,537 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e131eadc-d2c1-4432-aa73-48d98e495544', 'x-compute-request-id': 'req-e131eadc-d2c1-4432-aa73-48d98e495544', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:06,643 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.103s
2026-05-08 15:21:06,644 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ae62e6b-0075-455c-9c02-cb26767dcb09', 'x-compute-request-id': 'req-3ae62e6b-0075-455c-9c02-cb26767dcb09', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:07,734 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.085s
2026-05-08 15:21:07,734 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a373596-477c-42f7-9b62-081c8d193363', 'x-compute-request-id': 'req-8a373596-477c-42f7-9b62-081c8d193363', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:09,661 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.924s
2026-05-08 15:21:09,661 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bad98b21-4702-4ab7-9ab5-33583dd4392d', 'x-compute-request-id': 'req-bad98b21-4702-4ab7-9ab5-33583dd4392d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:10,755 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.090s
2026-05-08 15:21:10,755 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ee6a3a6-3ac9-4813-ad3e-069125ad7998', 'x-compute-request-id': 'req-8ee6a3a6-3ac9-4813-ad3e-069125ad7998', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:11,818 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.060s
2026-05-08 15:21:11,819 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b9014bb-288c-459a-a349-892ebed12457', 'x-compute-request-id': 'req-9b9014bb-288c-459a-a349-892ebed12457', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:12,888 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.066s
2026-05-08 15:21:12,888 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f0abd55-946d-4196-99a4-c912d6d0b4ef', 'x-compute-request-id': 'req-1f0abd55-946d-4196-99a4-c912d6d0b4ef', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:13,956 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.064s
2026-05-08 15:21:13,957 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ba146c4-b0f0-4746-a61b-dd5aa85f2784', 'x-compute-request-id': 'req-8ba146c4-b0f0-4746-a61b-dd5aa85f2784', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:15,027 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.067s
2026-05-08 15:21:15,028 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db92aab4-a1e7-482f-b1a2-3ae0ce172a3f', 'x-compute-request-id': 'req-db92aab4-a1e7-482f-b1a2-3ae0ce172a3f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:16,127 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.095s
2026-05-08 15:21:16,128 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ef2a3b9-5167-4787-a664-2899e3c3dd1b', 'x-compute-request-id': 'req-6ef2a3b9-5167-4787-a664-2899e3c3dd1b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:17,241 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.109s
2026-05-08 15:21:17,241 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15c8b52f-80bb-4b3c-940c-f478269b5870', 'x-compute-request-id': 'req-15c8b52f-80bb-4b3c-940c-f478269b5870', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:18,316 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.070s
2026-05-08 15:21:18,317 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6cd53b9-f56f-4457-a06b-f13f8bf5d2a7', 'x-compute-request-id': 'req-c6cd53b9-f56f-4457-a06b-f13f8bf5d2a7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:19,422 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.102s
2026-05-08 15:21:19,423 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8abd8dd3-9443-4efd-993c-1885f6aeac78', 'x-compute-request-id': 'req-8abd8dd3-9443-4efd-993c-1885f6aeac78', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:20,505 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.078s
2026-05-08 15:21:20,505 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b524fe1d-019a-4383-a240-0548ca4032b2', 'x-compute-request-id': 'req-b524fe1d-019a-4383-a240-0548ca4032b2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:21,665 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.157s
2026-05-08 15:21:21,665 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0d3f459-6185-4824-9c3e-e1bb156d585b', 'x-compute-request-id': 'req-e0d3f459-6185-4824-9c3e-e1bb156d585b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:22,739 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.070s
2026-05-08 15:21:22,739 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e31252f-bd0c-4f4a-96f7-6570d5cf15ab', 'x-compute-request-id': 'req-4e31252f-bd0c-4f4a-96f7-6570d5cf15ab', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:23,873 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.131s
2026-05-08 15:21:23,874 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4579bd55-e5b7-43b7-b9ae-ab40fef696a3', 'x-compute-request-id': 'req-4579bd55-e5b7-43b7-b9ae-ab40fef696a3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:24,942 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.066s
2026-05-08 15:21:24,943 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-349c234e-7e13-4701-8381-319d54216a1b', 'x-compute-request-id': 'req-349c234e-7e13-4701-8381-319d54216a1b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:26,008 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.061s
2026-05-08 15:21:26,008 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5917990-e6ca-4ab5-9387-8857acc8cbeb', 'x-compute-request-id': 'req-b5917990-e6ca-4ab5-9387-8857acc8cbeb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:27,180 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.170s
2026-05-08 15:21:27,181 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d71e4808-d2a7-4720-950d-730cf938a857', 'x-compute-request-id': 'req-d71e4808-d2a7-4720-950d-730cf938a857', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:28,271 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.084s
2026-05-08 15:21:28,272 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c96617d7-12d6-429e-a397-da78517927c4', 'x-compute-request-id': 'req-c96617d7-12d6-429e-a397-da78517927c4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:29,378 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.102s
2026-05-08 15:21:29,379 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b99ecc86-fbc1-4b04-870f-72cef57bc7cf', 'x-compute-request-id': 'req-b99ecc86-fbc1-4b04-870f-72cef57bc7cf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:30,545 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.160s
2026-05-08 15:21:30,545 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-90bb09ea-643a-4613-a026-7ba9658c926f', 'x-compute-request-id': 'req-90bb09ea-643a-4613-a026-7ba9658c926f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:31,702 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.152s
2026-05-08 15:21:31,706 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ada9a5e-60aa-4e0b-afb4-6a2867bb3b2a', 'x-compute-request-id': 'req-9ada9a5e-60aa-4e0b-afb4-6a2867bb3b2a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:32,817 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.109s
2026-05-08 15:21:32,818 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6bcfc85a-672e-412d-8365-da1d0d807727', 'x-compute-request-id': 'req-6bcfc85a-672e-412d-8365-da1d0d807727', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:33,995 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.171s
2026-05-08 15:21:33,995 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c850a45d-35ae-4ff7-baef-bd83a15df296', 'x-compute-request-id': 'req-c850a45d-35ae-4ff7-baef-bd83a15df296', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:35,143 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.144s
2026-05-08 15:21:35,144 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5132c10f-6b2e-42be-a961-e5c32c63e033', 'x-compute-request-id': 'req-5132c10f-6b2e-42be-a961-e5c32c63e033', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:36,322 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.174s
2026-05-08 15:21:36,322 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff4b620e-f10f-4fef-9e3c-4a458a75e9ac', 'x-compute-request-id': 'req-ff4b620e-f10f-4fef-9e3c-4a458a75e9ac', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:37,473 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.147s
2026-05-08 15:21:37,473 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c79f4848-2a56-4cee-8851-68854de5859c', 'x-compute-request-id': 'req-c79f4848-2a56-4cee-8851-68854de5859c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:38,613 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.135s
2026-05-08 15:21:38,613 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dfa7f0db-1381-4a5e-9421-c57f55f20b49', 'x-compute-request-id': 'req-dfa7f0db-1381-4a5e-9421-c57f55f20b49', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:39,713 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.095s
2026-05-08 15:21:39,713 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8cd11c77-46b4-4d95-ba96-dfc1ed9a4bd6', 'x-compute-request-id': 'req-8cd11c77-46b4-4d95-ba96-dfc1ed9a4bd6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:40,776 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.059s
2026-05-08 15:21:40,776 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1c25cf5-2321-438d-a189-5cbff71e0513', 'x-compute-request-id': 'req-c1c25cf5-2321-438d-a189-5cbff71e0513', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:41,847 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.067s
2026-05-08 15:21:41,848 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-266ecf20-afe3-42ba-966e-576c61f3286a', 'x-compute-request-id': 'req-266ecf20-afe3-42ba-966e-576c61f3286a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:42,949 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.096s
2026-05-08 15:21:42,949 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d203e38-5125-4675-aa48-24cc920fad8e', 'x-compute-request-id': 'req-9d203e38-5125-4675-aa48-24cc920fad8e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:44,025 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.071s
2026-05-08 15:21:44,026 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee646e6c-4934-41e9-8027-121ee5838b1d', 'x-compute-request-id': 'req-ee646e6c-4934-41e9-8027-121ee5838b1d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:45,158 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.128s
2026-05-08 15:21:45,158 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b72fbfc2-9283-41ab-97b7-800ae5d6c84a', 'x-compute-request-id': 'req-b72fbfc2-9283-41ab-97b7-800ae5d6c84a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:46,275 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.114s
2026-05-08 15:21:46,275 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e486fa83-dea9-437a-ab8a-1f65139fd127', 'x-compute-request-id': 'req-e486fa83-dea9-437a-ab8a-1f65139fd127', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:47,348 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.068s
2026-05-08 15:21:47,349 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf8e7d58-6b5b-42db-af0b-feb461d6b7ac', 'x-compute-request-id': 'req-cf8e7d58-6b5b-42db-af0b-feb461d6b7ac', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:48,420 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.068s
2026-05-08 15:21:48,420 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1089115a-a379-4e64-ab57-a02df14ddbde', 'x-compute-request-id': 'req-1089115a-a379-4e64-ab57-a02df14ddbde', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:49,506 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.082s
2026-05-08 15:21:49,507 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72464813-4f45-4ad8-bd8b-0909f8bf8706', 'x-compute-request-id': 'req-72464813-4f45-4ad8-bd8b-0909f8bf8706', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:50,615 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.104s
2026-05-08 15:21:50,615 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca1d2d50-a6ea-41e6-85a7-1b6c11c7a580', 'x-compute-request-id': 'req-ca1d2d50-a6ea-41e6-85a7-1b6c11c7a580', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:51,678 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.058s
2026-05-08 15:21:51,679 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6d82e39-6935-4056-9aef-a51a0633685e', 'x-compute-request-id': 'req-d6d82e39-6935-4056-9aef-a51a0633685e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:52,787 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.104s
2026-05-08 15:21:52,788 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a569f850-13b6-4bbd-88ea-fd9bd01f5ace', 'x-compute-request-id': 'req-a569f850-13b6-4bbd-88ea-fd9bd01f5ace', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:53,876 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.084s
2026-05-08 15:21:53,877 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83769b6f-e687-47e6-94e0-19e9c8fcb398', 'x-compute-request-id': 'req-83769b6f-e687-47e6-94e0-19e9c8fcb398', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:54,966 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.084s
2026-05-08 15:21:54,967 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9fc2515c-f5dc-450f-8280-cddd1d2bcdf8', 'x-compute-request-id': 'req-9fc2515c-f5dc-450f-8280-cddd1d2bcdf8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:56,037 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.067s
2026-05-08 15:21:56,038 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61674b48-24b4-4fb3-9afe-6bae11dcf47a', 'x-compute-request-id': 'req-61674b48-24b4-4fb3-9afe-6bae11dcf47a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:57,096 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.055s
2026-05-08 15:21:57,097 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9a4891f-f74a-4126-9443-660a7c190f7a', 'x-compute-request-id': 'req-f9a4891f-f74a-4126-9443-660a7c190f7a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:58,164 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.064s
2026-05-08 15:21:58,164 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eea2fe70-cfdc-4197-88cf-9fa5b978533a', 'x-compute-request-id': 'req-eea2fe70-cfdc-4197-88cf-9fa5b978533a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:21:59,237 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.068s
2026-05-08 15:21:59,237 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:21:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5a2cbdd-19e4-49b3-b99e-64efccb3685e', 'x-compute-request-id': 'req-b5a2cbdd-19e4-49b3-b99e-64efccb3685e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:00,318 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.077s
2026-05-08 15:22:00,319 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a83b65f-6b22-4343-a330-66eba9f36d79', 'x-compute-request-id': 'req-0a83b65f-6b22-4343-a330-66eba9f36d79', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:01,392 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.066s
2026-05-08 15:22:01,393 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-730e3e3c-f4fc-45fe-9a36-b0c5c466c9f9', 'x-compute-request-id': 'req-730e3e3c-f4fc-45fe-9a36-b0c5c466c9f9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:02,514 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.116s
2026-05-08 15:22:02,515 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-567934a0-d070-4b6d-9680-0fb72d36218f', 'x-compute-request-id': 'req-567934a0-d070-4b6d-9680-0fb72d36218f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:03,602 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.083s
2026-05-08 15:22:03,602 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-140cc519-43af-4cca-b717-fb3a5eb6edba', 'x-compute-request-id': 'req-140cc519-43af-4cca-b717-fb3a5eb6edba', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:04,675 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.069s
2026-05-08 15:22:04,675 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6d3789b-f736-4cd0-81e7-cc8900077230', 'x-compute-request-id': 'req-c6d3789b-f736-4cd0-81e7-cc8900077230', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:05,798 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.120s
2026-05-08 15:22:05,799 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a360476-72a7-4835-a211-32535d9fa169', 'x-compute-request-id': 'req-0a360476-72a7-4835-a211-32535d9fa169', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:07,005 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.197s
2026-05-08 15:22:07,005 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9f49a63-6e88-4678-bdc1-d0973a7803aa', 'x-compute-request-id': 'req-f9f49a63-6e88-4678-bdc1-d0973a7803aa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:08,251 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.240s
2026-05-08 15:22:08,252 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16baa28e-098d-466e-83a6-64a8b0dc0b7a', 'x-compute-request-id': 'req-16baa28e-098d-466e-83a6-64a8b0dc0b7a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:09,504 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.246s
2026-05-08 15:22:09,506 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f1869f0-25f9-4014-a12f-3a413567e853', 'x-compute-request-id': 'req-9f1869f0-25f9-4014-a12f-3a413567e853', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:10,588 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.077s
2026-05-08 15:22:10,588 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be8c9098-953d-4c41-ad09-0c438cd55a6f', 'x-compute-request-id': 'req-be8c9098-953d-4c41-ad09-0c438cd55a6f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:11,666 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.075s
2026-05-08 15:22:11,666 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-115b7bfc-e491-4fa2-9f59-e21f0cf422c8', 'x-compute-request-id': 'req-115b7bfc-e491-4fa2-9f59-e21f0cf422c8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:12,761 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.090s
2026-05-08 15:22:12,761 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d622cb6-999c-47b4-90b8-b8e18e399750', 'x-compute-request-id': 'req-5d622cb6-999c-47b4-90b8-b8e18e399750', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:13,851 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.086s
2026-05-08 15:22:13,852 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60fa5423-ce4c-44b9-988d-549bbf8bbee9', 'x-compute-request-id': 'req-60fa5423-ce4c-44b9-988d-549bbf8bbee9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:14,917 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.061s
2026-05-08 15:22:14,917 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-610fa592-ffa5-4113-9a54-726becda48b0', 'x-compute-request-id': 'req-610fa592-ffa5-4113-9a54-726becda48b0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:15,995 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.075s
2026-05-08 15:22:15,995 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb23b374-d2ca-49d9-8c9b-c9ef07f0688c', 'x-compute-request-id': 'req-cb23b374-d2ca-49d9-8c9b-c9ef07f0688c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:17,058 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.060s
2026-05-08 15:22:17,058 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-12ed5f66-f0dd-4adf-8acb-0935059fc545', 'x-compute-request-id': 'req-12ed5f66-f0dd-4adf-8acb-0935059fc545', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:18,129 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.068s
2026-05-08 15:22:18,130 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-256c3efc-b9cf-44e6-8dca-5e2b9ebada27', 'x-compute-request-id': 'req-256c3efc-b9cf-44e6-8dca-5e2b9ebada27', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:19,210 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.077s
2026-05-08 15:22:19,212 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5013f33-b405-44a0-a769-3391c17c8dfe', 'x-compute-request-id': 'req-b5013f33-b405-44a0-a769-3391c17c8dfe', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:20,294 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.079s
2026-05-08 15:22:20,294 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6c2259a-a364-4ae3-8540-c5583690c431', 'x-compute-request-id': 'req-e6c2259a-a364-4ae3-8540-c5583690c431', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:21,372 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.073s
2026-05-08 15:22:21,373 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be7a654a-10ce-4b61-81f2-0460b27f6cd5', 'x-compute-request-id': 'req-be7a654a-10ce-4b61-81f2-0460b27f6cd5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:22,522 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.145s
2026-05-08 15:22:22,523 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-126e3f8a-b76b-4385-9ccb-2ac0056b5fdb', 'x-compute-request-id': 'req-126e3f8a-b76b-4385-9ccb-2ac0056b5fdb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:23,657 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.131s
2026-05-08 15:22:23,658 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6911202b-8119-47af-a476-ad5aae7b37a7', 'x-compute-request-id': 'req-6911202b-8119-47af-a476-ad5aae7b37a7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:24,748 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.088s
2026-05-08 15:22:24,748 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c13b4155-df5a-4a22-96bb-533b12b4efb5', 'x-compute-request-id': 'req-c13b4155-df5a-4a22-96bb-533b12b4efb5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:25,831 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.080s
2026-05-08 15:22:25,832 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e675759-fde7-483e-b413-6b1c442817c5', 'x-compute-request-id': 'req-1e675759-fde7-483e-b413-6b1c442817c5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:26,895 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.061s
2026-05-08 15:22:26,896 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d22aef0f-4afd-4b6a-8db3-e87532f4453e', 'x-compute-request-id': 'req-d22aef0f-4afd-4b6a-8db3-e87532f4453e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:27,970 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.072s
2026-05-08 15:22:27,972 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be523df4-cf77-4be8-86e1-8b054209e1df', 'x-compute-request-id': 'req-be523df4-cf77-4be8-86e1-8b054209e1df', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:29,049 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.075s
2026-05-08 15:22:29,050 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f69eaad4-5fcf-473b-af1d-b49f5ac1202b', 'x-compute-request-id': 'req-f69eaad4-5fcf-473b-af1d-b49f5ac1202b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:30,130 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.074s
2026-05-08 15:22:30,131 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-166e049b-0a43-497a-a899-dc04afd1466c', 'x-compute-request-id': 'req-166e049b-0a43-497a-a899-dc04afd1466c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:31,208 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.074s
2026-05-08 15:22:31,209 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5dab141a-0b3e-4e81-970e-c3698336edac', 'x-compute-request-id': 'req-5dab141a-0b3e-4e81-970e-c3698336edac', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:32,332 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.118s
2026-05-08 15:22:32,333 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9ffba5a-9c84-40ca-b655-202f457de4dc', 'x-compute-request-id': 'req-d9ffba5a-9c84-40ca-b655-202f457de4dc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:33,413 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.077s
2026-05-08 15:22:33,414 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e45d8de0-ed51-459b-8b57-f43796f703c9', 'x-compute-request-id': 'req-e45d8de0-ed51-459b-8b57-f43796f703c9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:34,507 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.089s
2026-05-08 15:22:34,507 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0a7e3bb-b443-48bb-9f31-b32a383d5bb8', 'x-compute-request-id': 'req-f0a7e3bb-b443-48bb-9f31-b32a383d5bb8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:35,585 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.075s
2026-05-08 15:22:35,586 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec5b0198-1b71-4a9e-82fc-383dcb46054d', 'x-compute-request-id': 'req-ec5b0198-1b71-4a9e-82fc-383dcb46054d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:36,704 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.115s
2026-05-08 15:22:36,707 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9fae0e6d-dbbb-4566-b35f-6e33d4098b19', 'x-compute-request-id': 'req-9fae0e6d-dbbb-4566-b35f-6e33d4098b19', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:37,841 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.132s
2026-05-08 15:22:37,842 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5d0cdff-2de7-4d62-9500-1ae7cc2b2549', 'x-compute-request-id': 'req-a5d0cdff-2de7-4d62-9500-1ae7cc2b2549', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:38,953 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.108s
2026-05-08 15:22:38,954 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7bf05f56-8b0f-437e-993f-04fe5a2bcda5', 'x-compute-request-id': 'req-7bf05f56-8b0f-437e-993f-04fe5a2bcda5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:40,014 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.056s
2026-05-08 15:22:40,015 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da502435-d437-42e0-87b1-394c229435c3', 'x-compute-request-id': 'req-da502435-d437-42e0-87b1-394c229435c3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:41,098 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.078s
2026-05-08 15:22:41,099 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07277be1-cacf-43be-9687-86355d58fdc6', 'x-compute-request-id': 'req-07277be1-cacf-43be-9687-86355d58fdc6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:42,188 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.085s
2026-05-08 15:22:42,189 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff549034-b29c-4250-b8c9-038476ce0942', 'x-compute-request-id': 'req-ff549034-b29c-4250-b8c9-038476ce0942', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:43,299 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.105s
2026-05-08 15:22:43,299 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f4a5e17-8b59-44fd-86f6-4bcbcdd9b17d', 'x-compute-request-id': 'req-8f4a5e17-8b59-44fd-86f6-4bcbcdd9b17d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:44,426 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.123s
2026-05-08 15:22:44,427 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78e69506-c568-4c38-b8a1-a6852cbcabe5', 'x-compute-request-id': 'req-78e69506-c568-4c38-b8a1-a6852cbcabe5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:45,613 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.182s
2026-05-08 15:22:45,613 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6a590b0-d7f3-49b8-a32e-547ef425c902', 'x-compute-request-id': 'req-b6a590b0-d7f3-49b8-a32e-547ef425c902', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:46,774 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.156s
2026-05-08 15:22:46,774 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31205399-c21b-4df0-8a71-f68d681f6420', 'x-compute-request-id': 'req-31205399-c21b-4df0-8a71-f68d681f6420', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:47,856 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.078s
2026-05-08 15:22:47,857 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2fe7e54-5cdc-4a08-a78f-96fd8a3ed257', 'x-compute-request-id': 'req-a2fe7e54-5cdc-4a08-a78f-96fd8a3ed257', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:48,965 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.104s
2026-05-08 15:22:48,965 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25b93c33-4ea8-42fc-9cd0-43384acae5f2', 'x-compute-request-id': 'req-25b93c33-4ea8-42fc-9cd0-43384acae5f2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:50,116 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.148s
2026-05-08 15:22:50,116 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1aaa1856-d48f-4b93-b198-9128f3e53369', 'x-compute-request-id': 'req-1aaa1856-d48f-4b93-b198-9128f3e53369', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:51,210 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.091s
2026-05-08 15:22:51,211 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b424d8e1-7e10-42db-bb71-17296a82cba8', 'x-compute-request-id': 'req-b424d8e1-7e10-42db-bb71-17296a82cba8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:52,284 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.067s
2026-05-08 15:22:52,284 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-19a13175-0447-4779-baac-90e66c160609', 'x-compute-request-id': 'req-19a13175-0447-4779-baac-90e66c160609', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:53,368 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.079s
2026-05-08 15:22:53,368 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3138ef09-555f-452f-bbc3-9957a7aeb592', 'x-compute-request-id': 'req-3138ef09-555f-452f-bbc3-9957a7aeb592', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:54,448 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.077s
2026-05-08 15:22:54,449 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-154e394d-bb86-4e3e-8838-cf08cec61f4d', 'x-compute-request-id': 'req-154e394d-bb86-4e3e-8838-cf08cec61f4d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:55,535 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.084s
2026-05-08 15:22:55,536 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-97d16bc0-9d9d-40fe-9315-65fab3d6cc23', 'x-compute-request-id': 'req-97d16bc0-9d9d-40fe-9315-65fab3d6cc23', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:56,621 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.080s
2026-05-08 15:22:56,621 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8400dc52-41fd-4b5b-a3e0-b48883ea6875', 'x-compute-request-id': 'req-8400dc52-41fd-4b5b-a3e0-b48883ea6875', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:57,708 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.084s
2026-05-08 15:22:57,709 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82448bc0-8d6c-4e6e-bb53-d067a45d2cfa', 'x-compute-request-id': 'req-82448bc0-8d6c-4e6e-bb53-d067a45d2cfa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:58,806 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.091s
2026-05-08 15:22:58,806 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62ccecdb-6d87-4603-9b8d-5f22fa3e62ab', 'x-compute-request-id': 'req-62ccecdb-6d87-4603-9b8d-5f22fa3e62ab', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:22:59,909 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.099s
2026-05-08 15:22:59,911 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:22:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c700da09-28f6-47ef-9cb1-301a7f5a18fe', 'x-compute-request-id': 'req-c700da09-28f6-47ef-9cb1-301a7f5a18fe', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:01,003 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.089s
2026-05-08 15:23:01,004 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e3258f5-6e09-409b-a17d-c847b356976d', 'x-compute-request-id': 'req-3e3258f5-6e09-409b-a17d-c847b356976d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:02,122 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.114s
2026-05-08 15:23:02,123 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14561e83-0714-4130-afae-603cf9a16e31', 'x-compute-request-id': 'req-14561e83-0714-4130-afae-603cf9a16e31', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:03,214 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.089s
2026-05-08 15:23:03,215 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c7ee30a-23fb-418f-b46a-bf4b6ffbc8c2', 'x-compute-request-id': 'req-4c7ee30a-23fb-418f-b46a-bf4b6ffbc8c2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:04,400 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.182s
2026-05-08 15:23:04,401 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb929ac9-ebb9-4b80-94e4-7dac259d3655', 'x-compute-request-id': 'req-bb929ac9-ebb9-4b80-94e4-7dac259d3655', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:05,638 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.233s
2026-05-08 15:23:05,640 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9607b05a-165f-4fc3-9095-254541049178', 'x-compute-request-id': 'req-9607b05a-165f-4fc3-9095-254541049178', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:06,870 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.224s
2026-05-08 15:23:06,871 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5fdfa54-94aa-4ee9-adfb-31aa3c5633ab', 'x-compute-request-id': 'req-e5fdfa54-94aa-4ee9-adfb-31aa3c5633ab', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:08,131 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.255s
2026-05-08 15:23:08,131 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8188281a-c68b-4247-a732-0ed6a14ae0f9', 'x-compute-request-id': 'req-8188281a-c68b-4247-a732-0ed6a14ae0f9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:09,198 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.061s
2026-05-08 15:23:09,199 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9594c179-1b58-4e03-8e8a-31e11629e734', 'x-compute-request-id': 'req-9594c179-1b58-4e03-8e8a-31e11629e734', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:10,274 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.071s
2026-05-08 15:23:10,274 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4dc599f4-a93c-4f8c-a7d6-e0ddfbe25317', 'x-compute-request-id': 'req-4dc599f4-a93c-4f8c-a7d6-e0ddfbe25317', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:11,390 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.113s
2026-05-08 15:23:11,392 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40a51772-7aed-4e03-9497-fbc61e4b202e', 'x-compute-request-id': 'req-40a51772-7aed-4e03-9497-fbc61e4b202e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:12,494 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.099s
2026-05-08 15:23:12,494 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5ab8bea2-2420-4372-af7c-e4c8e1e5f329', 'x-compute-request-id': 'req-5ab8bea2-2420-4372-af7c-e4c8e1e5f329', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:13,656 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.159s
2026-05-08 15:23:13,657 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-948be822-f396-4cfc-adfb-bac71612fe95', 'x-compute-request-id': 'req-948be822-f396-4cfc-adfb-bac71612fe95', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:14,756 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.093s
2026-05-08 15:23:14,756 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a783ae45-0bd6-4dff-9b07-c8f8322d4c24', 'x-compute-request-id': 'req-a783ae45-0bd6-4dff-9b07-c8f8322d4c24', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:15,863 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.104s
2026-05-08 15:23:15,865 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c980ad2-04fd-4e60-a223-3b450b8555c8', 'x-compute-request-id': 'req-9c980ad2-04fd-4e60-a223-3b450b8555c8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:16,953 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.083s
2026-05-08 15:23:16,953 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-952671d1-0ee4-4cb2-907b-7433eb36a47a', 'x-compute-request-id': 'req-952671d1-0ee4-4cb2-907b-7433eb36a47a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:18,019 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.062s
2026-05-08 15:23:18,019 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94c79b05-bde4-43a0-b71f-4a10e818b522', 'x-compute-request-id': 'req-94c79b05-bde4-43a0-b71f-4a10e818b522', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:19,128 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.105s
2026-05-08 15:23:19,129 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd1b3ead-5b98-47b1-9234-bb589f8a0be2', 'x-compute-request-id': 'req-dd1b3ead-5b98-47b1-9234-bb589f8a0be2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:20,214 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.081s
2026-05-08 15:23:20,214 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca4b2d5b-ced7-46e5-b914-5ef6d65c31e3', 'x-compute-request-id': 'req-ca4b2d5b-ced7-46e5-b914-5ef6d65c31e3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:21,369 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.149s
2026-05-08 15:23:21,369 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3975cd4-02b0-4cf7-8e11-0017e6e2ed67', 'x-compute-request-id': 'req-f3975cd4-02b0-4cf7-8e11-0017e6e2ed67', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:22,496 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.122s
2026-05-08 15:23:22,497 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-88757b02-3ff3-4e3d-93e4-a132fea98f50', 'x-compute-request-id': 'req-88757b02-3ff3-4e3d-93e4-a132fea98f50', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:23,611 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.110s
2026-05-08 15:23:23,611 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8d3968e-d4f5-420b-8f65-b050b4e7ee1c', 'x-compute-request-id': 'req-f8d3968e-d4f5-420b-8f65-b050b4e7ee1c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:24,711 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.096s
2026-05-08 15:23:24,711 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08b64954-4c60-4359-ba1f-ee5c5d858365', 'x-compute-request-id': 'req-08b64954-4c60-4359-ba1f-ee5c5d858365', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:25,832 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.115s
2026-05-08 15:23:25,832 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a966959a-27e7-4f0b-96d9-a1225f6cf698', 'x-compute-request-id': 'req-a966959a-27e7-4f0b-96d9-a1225f6cf698', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:26,955 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.118s
2026-05-08 15:23:26,955 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-05eda583-53a5-4726-abbe-27c538e72d62', 'x-compute-request-id': 'req-05eda583-53a5-4726-abbe-27c538e72d62', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:28,086 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.127s
2026-05-08 15:23:28,087 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-835de8ae-d161-44c7-8fc8-30cc149db9e2', 'x-compute-request-id': 'req-835de8ae-d161-44c7-8fc8-30cc149db9e2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:29,220 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.127s
2026-05-08 15:23:29,221 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-59c7d2fd-d65d-47e5-90ae-c78ab5646a12', 'x-compute-request-id': 'req-59c7d2fd-d65d-47e5-90ae-c78ab5646a12', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:30,357 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.133s
2026-05-08 15:23:30,357 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be5a26dd-a3ed-4979-ac55-35b98b190de1', 'x-compute-request-id': 'req-be5a26dd-a3ed-4979-ac55-35b98b190de1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:31,475 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.114s
2026-05-08 15:23:31,475 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2bd36884-9c8d-4866-81df-97e33d3f922e', 'x-compute-request-id': 'req-2bd36884-9c8d-4866-81df-97e33d3f922e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:32,575 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.096s
2026-05-08 15:23:32,576 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f98aa955-f18d-4f4b-a1fb-ebeb9cc1a84c', 'x-compute-request-id': 'req-f98aa955-f18d-4f4b-a1fb-ebeb9cc1a84c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:33,711 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.132s
2026-05-08 15:23:33,712 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-336bd299-c8bc-409f-afb9-af6593ed5844', 'x-compute-request-id': 'req-336bd299-c8bc-409f-afb9-af6593ed5844', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:34,829 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.113s
2026-05-08 15:23:34,830 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e40a534-b114-40cf-a418-0c497a692d62', 'x-compute-request-id': 'req-0e40a534-b114-40cf-a418-0c497a692d62', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:35,970 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.135s
2026-05-08 15:23:35,970 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f2f9761-7145-4139-adb0-cfa6fdd98994', 'x-compute-request-id': 'req-3f2f9761-7145-4139-adb0-cfa6fdd98994', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:37,160 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.184s
2026-05-08 15:23:37,161 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dfc97af3-c717-4036-bcbf-895b6b3a431c', 'x-compute-request-id': 'req-dfc97af3-c717-4036-bcbf-895b6b3a431c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:38,396 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.233s
2026-05-08 15:23:38,397 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-357febc8-e566-4964-a836-6d272b340387', 'x-compute-request-id': 'req-357febc8-e566-4964-a836-6d272b340387', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:39,593 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.189s
2026-05-08 15:23:39,594 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d6fcfe8-a8b0-4e2a-976a-947a09b881fa', 'x-compute-request-id': 'req-0d6fcfe8-a8b0-4e2a-976a-947a09b881fa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:40,668 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.071s
2026-05-08 15:23:40,669 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d74d3619-ef93-4dbf-a74e-d9b2974782f1', 'x-compute-request-id': 'req-d74d3619-ef93-4dbf-a74e-d9b2974782f1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:41,754 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.082s
2026-05-08 15:23:41,754 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-764368a8-8576-4b78-b6ff-4280840d4a00', 'x-compute-request-id': 'req-764368a8-8576-4b78-b6ff-4280840d4a00', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:42,830 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.072s
2026-05-08 15:23:42,830 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5625b10b-cf39-4aa0-a63e-3cb6a9b78e21', 'x-compute-request-id': 'req-5625b10b-cf39-4aa0-a63e-3cb6a9b78e21', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:43,971 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.138s
2026-05-08 15:23:43,971 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8594335-87b5-4920-be10-c7d4dcbbc7a2', 'x-compute-request-id': 'req-a8594335-87b5-4920-be10-c7d4dcbbc7a2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:45,163 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.188s
2026-05-08 15:23:45,164 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fca0a222-e6a1-4056-b7dc-58861051d7a6', 'x-compute-request-id': 'req-fca0a222-e6a1-4056-b7dc-58861051d7a6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:46,254 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.086s
2026-05-08 15:23:46,255 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31749aa0-803d-4bdc-b3a2-3f379a627a0f', 'x-compute-request-id': 'req-31749aa0-803d-4bdc-b3a2-3f379a627a0f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:47,334 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.076s
2026-05-08 15:23:47,334 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e133259-4425-49cf-b885-8611e6685616', 'x-compute-request-id': 'req-6e133259-4425-49cf-b885-8611e6685616', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:48,426 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.089s
2026-05-08 15:23:48,427 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33dd8819-f71b-4e5d-bdae-1de53f84ea55', 'x-compute-request-id': 'req-33dd8819-f71b-4e5d-bdae-1de53f84ea55', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:49,510 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.081s
2026-05-08 15:23:49,511 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0885b1ee-68ce-41c3-8326-6cd777bec6ce', 'x-compute-request-id': 'req-0885b1ee-68ce-41c3-8326-6cd777bec6ce', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:50,596 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.082s
2026-05-08 15:23:50,596 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b3cd37db-7f2c-4ca6-a153-3e383a37ecdf', 'x-compute-request-id': 'req-b3cd37db-7f2c-4ca6-a153-3e383a37ecdf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:51,791 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.192s
2026-05-08 15:23:51,792 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72df5c33-0726-4836-8366-bb7b1a406e9d', 'x-compute-request-id': 'req-72df5c33-0726-4836-8366-bb7b1a406e9d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:52,891 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.096s
2026-05-08 15:23:52,892 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60325ed3-2f14-44c9-9449-b0319f4a9c86', 'x-compute-request-id': 'req-60325ed3-2f14-44c9-9449-b0319f4a9c86', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:54,034 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.138s
2026-05-08 15:23:54,035 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24462e9f-5b71-4fd7-b921-0d8d1095d149', 'x-compute-request-id': 'req-24462e9f-5b71-4fd7-b921-0d8d1095d149', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:55,127 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.089s
2026-05-08 15:23:55,127 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eee3be0a-e34c-43b1-929a-aef2186036c5', 'x-compute-request-id': 'req-eee3be0a-e34c-43b1-929a-aef2186036c5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:56,244 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.114s
2026-05-08 15:23:56,245 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8862c75-2982-497e-98ce-a44efcd8a08f', 'x-compute-request-id': 'req-f8862c75-2982-497e-98ce-a44efcd8a08f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:57,318 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.069s
2026-05-08 15:23:57,320 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46fa6b27-8713-4ce7-990e-facb516dcd74', 'x-compute-request-id': 'req-46fa6b27-8713-4ce7-990e-facb516dcd74', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:58,406 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.083s
2026-05-08 15:23:58,407 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-614915ee-6920-41bf-9f2e-16a365d38a76', 'x-compute-request-id': 'req-614915ee-6920-41bf-9f2e-16a365d38a76', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:23:59,487 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.076s
2026-05-08 15:23:59,487 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:23:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a71fb281-55fa-40be-b7d4-ff91ae9f95ab', 'x-compute-request-id': 'req-a71fb281-55fa-40be-b7d4-ff91ae9f95ab', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:24:00,556 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.065s
2026-05-08 15:24:00,557 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-981398e3-74e9-4a99-a69c-4bf1bb8a4983', 'x-compute-request-id': 'req-981398e3-74e9-4a99-a69c-4bf1bb8a4983', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:24:01,761 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.201s
2026-05-08 15:24:01,761 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-52f3d3ea-dae7-4dd6-9c14-8632f146b6ce', 'x-compute-request-id': 'req-52f3d3ea-dae7-4dd6-9c14-8632f146b6ce', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:24:02,879 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.115s
2026-05-08 15:24:02,880 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0aa1744-e736-4217-b9f8-ccb90142a856', 'x-compute-request-id': 'req-c0aa1744-e736-4217-b9f8-ccb90142a856', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:24:03,964 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.079s
2026-05-08 15:24:03,964 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56b07c73-af0f-4040-9afb-7cc411c553db', 'x-compute-request-id': 'req-56b07c73-af0f-4040-9afb-7cc411c553db', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:24:05,169 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments 0.201s
2026-05-08 15:24:05,169 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54f6b9a7-d675-4683-934d-a34ebe3fca3f', 'x-compute-request-id': 'req-54f6b9a7-d675-4683-934d-a34ebe3fca3f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "volumeId": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "serverId": "064db51d-b78d-4602-9318-3fa59e60203c", "device": "/dev/vdb"}]}'
2026-05-08 15:24:07,267 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 404 POST http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/action 1.092s
2026-05-08 15:24:07,267 86663 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': 'Fri, 08 May 2026 13:24:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '86', 'x-openstack-request-id': 'req-72b8d8ec-095a-4110-aae8-802406aede71', 'x-compute-request-id': 'req-72b8d8ec-095a-4110-aae8-802406aede71', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.216/compute/v2.1/servers/064db51d-b78d-4602-9318-3fa59e60203c/action'}
Body: b'{"itemNotFound": {"code": 404, "message": "Guest does not have a console available."}}'
2026-05-08 15:24:07,341 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.072s
2026-05-08 15:24:07,341 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b3ce441-ff1c-4ee4-b38a-7b38b00401c9', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b3ce441-ff1c-4ee4-b38a-7b38b00401c9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:24:08,403 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.048s
2026-05-08 15:24:08,403 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36c38c0e-cc01-4e4c-a71d-2c56180401de', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36c38c0e-cc01-4e4c-a71d-2c56180401de', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:24:09,475 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.057s
2026-05-08 15:24:09,476 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4bb1329-b23a-463b-bca3-ae11e0026a24', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4bb1329-b23a-463b-bca3-ae11e0026a24', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:24:10,637 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.147s
2026-05-08 15:24:10,638 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8c1745b-8bbb-485a-bf6a-6a2e89da3b49', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8c1745b-8bbb-485a-bf6a-6a2e89da3b49', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:24:11,808 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.152s
2026-05-08 15:24:11,808 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd637502-8a03-45ed-a6e9-7a7a854d5798', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd637502-8a03-45ed-a6e9-7a7a854d5798', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:24:12,879 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.056s
2026-05-08 15:24:12,879 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4cabf835-0290-4d61-8e89-2def241a648a', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cabf835-0290-4d61-8e89-2def241a648a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:24:13,966 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.069s
2026-05-08 15:24:13,966 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49abd943-cfa1-4627-811b-39be63e92f0b', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49abd943-cfa1-4627-811b-39be63e92f0b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:24:15,041 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.059s
2026-05-08 15:24:15,041 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a596c84-8dc0-4190-bfb9-fb4a94e5d158', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a596c84-8dc0-4190-bfb9-fb4a94e5d158', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:24:16,119 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.064s
2026-05-08 15:24:16,120 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06c21656-6599-4545-894d-b2ea2b55fa56', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06c21656-6599-4545-894d-b2ea2b55fa56', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:24:17,177 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.046s
2026-05-08 15:24:17,177 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26c8fccd-76f7-4771-88d5-542b9577f5a1', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26c8fccd-76f7-4771-88d5-542b9577f5a1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:24:18,236 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.047s
2026-05-08 15:24:18,236 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14ed0875-5371-4bd7-939f-ef83b356396e', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14ed0875-5371-4bd7-939f-ef83b356396e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:24:19,318 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.067s
2026-05-08 15:24:19,319 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8702a48f-eaa5-44dc-a15a-c44e5bc011ee', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8702a48f-eaa5-44dc-a15a-c44e5bc011ee', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:24:20,411 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.081s
2026-05-08 15:24:20,411 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eabeef89-b69f-4010-ad90-3c914cfe4081', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eabeef89-b69f-4010-ad90-3c914cfe4081', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:24:21,479 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.057s
2026-05-08 15:24:21,479 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e507ed6-589e-40d1-b259-6bb907d3e1de', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e507ed6-589e-40d1-b259-6bb907d3e1de', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:24:22,559 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.067s
2026-05-08 15:24:22,559 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b17de139-837f-4f00-a5c7-d849defef027', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b17de139-837f-4f00-a5c7-d849defef027', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:24:23,653 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.076s
2026-05-08 15:24:23,653 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77546a85-ab29-4a95-9889-81c1ade451e2', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77546a85-ab29-4a95-9889-81c1ade451e2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:24:24,749 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.082s
2026-05-08 15:24:24,750 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96231d39-c99c-40d7-a044-2bd87a21acfe', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96231d39-c99c-40d7-a044-2bd87a21acfe', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:24:25,844 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.079s
2026-05-08 15:24:25,844 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e520f5e5-3897-4f5e-b041-eb92ccbe15a5', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e520f5e5-3897-4f5e-b041-eb92ccbe15a5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:24:26,944 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.085s
2026-05-08 15:24:26,944 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-438c36c8-ff72-4991-b8b7-d56c80e5da3d', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-438c36c8-ff72-4991-b8b7-d56c80e5da3d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:24:28,108 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.148s
2026-05-08 15:24:28,109 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ea9ca9d-c076-423c-820c-6766d8e506a6', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ea9ca9d-c076-423c-820c-6766d8e506a6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:24:29,341 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.215s
2026-05-08 15:24:29,342 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fdc596e-1428-49a9-ae67-1c90cca55059', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fdc596e-1428-49a9-ae67-1c90cca55059', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:24:30,599 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.242s
2026-05-08 15:24:30,599 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a814988b-b393-455e-bb05-fff735c0425c', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a814988b-b393-455e-bb05-fff735c0425c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:24:31,734 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.117s
2026-05-08 15:24:31,735 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14b19c9b-e618-4ef7-b214-2d0fbec7f12e', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14b19c9b-e618-4ef7-b214-2d0fbec7f12e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:24:32,950 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.199s
2026-05-08 15:24:32,954 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9dff9358-75c2-4531-b69a-8f5957d6bd03', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9dff9358-75c2-4531-b69a-8f5957d6bd03', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:24:34,100 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.130s
2026-05-08 15:24:34,101 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d5e77db-6549-4e7d-8c13-27229b4b4965', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d5e77db-6549-4e7d-8c13-27229b4b4965', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:24:35,314 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.199s
2026-05-08 15:24:35,314 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c23f009-a050-4632-b349-8f6a14cc2a2e', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c23f009-a050-4632-b349-8f6a14cc2a2e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:24:36,411 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.083s
2026-05-08 15:24:36,412 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd9c2706-631f-4554-bd73-78d70e8bd06a', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd9c2706-631f-4554-bd73-78d70e8bd06a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:24:37,492 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.065s
2026-05-08 15:24:37,493 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad12328a-d703-4117-bcd9-ced62cea26af', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad12328a-d703-4117-bcd9-ced62cea26af', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:24:38,571 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.066s
2026-05-08 15:24:38,571 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d27ce695-10f0-487f-a5af-c82a9a92db06', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d27ce695-10f0-487f-a5af-c82a9a92db06', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:24:39,645 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.062s
2026-05-08 15:24:39,646 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0adbe256-31a0-4739-be41-b2c4fdb385f5', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0adbe256-31a0-4739-be41-b2c4fdb385f5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:24:40,715 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.057s
2026-05-08 15:24:40,716 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98ad3fda-0fc3-4b43-945f-bb0cf58c4e06', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98ad3fda-0fc3-4b43-945f-bb0cf58c4e06', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:24:41,850 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.121s
2026-05-08 15:24:41,851 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a81e5854-e1d6-4b20-a6c4-464db26e0a32', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a81e5854-e1d6-4b20-a6c4-464db26e0a32', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:24:42,967 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.101s
2026-05-08 15:24:42,968 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ab87de5-a1a1-4c3d-a20a-e7749b85f97f', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ab87de5-a1a1-4c3d-a20a-e7749b85f97f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:24:44,147 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.164s
2026-05-08 15:24:44,148 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2625f472-3a58-43b2-9815-eda5301d1406', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2625f472-3a58-43b2-9815-eda5301d1406', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:24:45,283 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.114s
2026-05-08 15:24:45,284 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54960958-19d7-4b00-9115-89c71a3bce39', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54960958-19d7-4b00-9115-89c71a3bce39', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:24:46,365 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.064s
2026-05-08 15:24:46,365 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c834d303-51b2-443c-88c2-5aca31d1fac2', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c834d303-51b2-443c-88c2-5aca31d1fac2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:24:47,437 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.050s
2026-05-08 15:24:47,437 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fed99c0d-3698-4d57-b6fc-a47a6413d7b9', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fed99c0d-3698-4d57-b6fc-a47a6413d7b9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:24:48,511 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.060s
2026-05-08 15:24:48,512 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f65689dc-69aa-4710-9c43-49081a4ca56e', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f65689dc-69aa-4710-9c43-49081a4ca56e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:24:49,594 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.068s
2026-05-08 15:24:49,594 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4ad98f1-ebe4-40cb-be47-d2f419ee00c7', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4ad98f1-ebe4-40cb-be47-d2f419ee00c7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:24:50,667 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.058s
2026-05-08 15:24:50,667 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed1138e3-bc4d-4b9d-8e7b-c49c47628f00', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed1138e3-bc4d-4b9d-8e7b-c49c47628f00', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:24:51,751 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.070s
2026-05-08 15:24:51,751 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5da020c-4a9b-41dc-989c-fe72765be0ae', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5da020c-4a9b-41dc-989c-fe72765be0ae', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:24:52,828 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.060s
2026-05-08 15:24:52,828 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fce05c0f-6160-4af7-8e90-04ebbff294c5', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fce05c0f-6160-4af7-8e90-04ebbff294c5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:24:53,920 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.079s
2026-05-08 15:24:53,921 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-982fc267-8b57-4de0-9e09-4f3d8bc0f642', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-982fc267-8b57-4de0-9e09-4f3d8bc0f642', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:24:54,980 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.047s
2026-05-08 15:24:54,980 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41f94212-8242-4498-9ee5-c5c16ed2cd2e', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41f94212-8242-4498-9ee5-c5c16ed2cd2e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:24:56,048 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.056s
2026-05-08 15:24:56,048 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a141f83-6a01-463f-98fb-61f29dfdac6d', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a141f83-6a01-463f-98fb-61f29dfdac6d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:24:57,115 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.054s
2026-05-08 15:24:57,116 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63a1ccf2-f4e4-44c2-99ba-938b5565d409', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63a1ccf2-f4e4-44c2-99ba-938b5565d409', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:24:58,193 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.065s
2026-05-08 15:24:58,193 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf65c590-18d2-4cfc-a3c9-9d1d391f587d', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf65c590-18d2-4cfc-a3c9-9d1d391f587d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:24:59,266 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.060s
2026-05-08 15:24:59,267 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:24:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05ac66aa-2ed7-44b1-8bff-9830302acca6', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05ac66aa-2ed7-44b1-8bff-9830302acca6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:00,331 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.050s
2026-05-08 15:25:00,331 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ca15848-efc2-4fda-975c-8dd05a612a17', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ca15848-efc2-4fda-975c-8dd05a612a17', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:01,394 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.053s
2026-05-08 15:25:01,395 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a2e9f0b-c299-4e3b-8398-6a543f65d19a', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a2e9f0b-c299-4e3b-8398-6a543f65d19a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:02,459 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.054s
2026-05-08 15:25:02,460 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91af3611-5053-41c4-a311-daa2b23f4f30', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91af3611-5053-41c4-a311-daa2b23f4f30', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:03,550 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.077s
2026-05-08 15:25:03,550 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c627080-cc66-4e9a-8c2e-4ea199c5f086', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c627080-cc66-4e9a-8c2e-4ea199c5f086', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:04,626 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.061s
2026-05-08 15:25:04,627 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f1e3db6-ea79-480e-861a-47edd9db5e62', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f1e3db6-ea79-480e-861a-47edd9db5e62', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:05,699 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.058s
2026-05-08 15:25:05,699 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb797377-89a5-4ec5-aa4e-40da08cc9ad8', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb797377-89a5-4ec5-aa4e-40da08cc9ad8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:06,757 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.047s
2026-05-08 15:25:06,758 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b47a8ef3-13f9-4ead-ac22-eadd1b79e142', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b47a8ef3-13f9-4ead-ac22-eadd1b79e142', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:07,821 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.053s
2026-05-08 15:25:07,822 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9734b9e2-73e3-4910-973b-9f121b8d79c0', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9734b9e2-73e3-4910-973b-9f121b8d79c0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:08,888 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.055s
2026-05-08 15:25:08,889 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87027dfc-b0bc-4818-89a8-af681479272a', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87027dfc-b0bc-4818-89a8-af681479272a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:09,956 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.053s
2026-05-08 15:25:09,956 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58a10b91-f3fd-40b5-9dc2-f690f343a4bf', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58a10b91-f3fd-40b5-9dc2-f690f343a4bf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:11,020 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.053s
2026-05-08 15:25:11,021 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7759437-d589-4289-baf4-942780c9c9d9', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7759437-d589-4289-baf4-942780c9c9d9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:12,083 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.051s
2026-05-08 15:25:12,084 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49f382c1-c5ef-4d8b-8d44-e8e08d966303', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49f382c1-c5ef-4d8b-8d44-e8e08d966303', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:13,153 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.057s
2026-05-08 15:25:13,153 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1efbf025-be5b-4d30-b9ee-e63154bab064', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1efbf025-be5b-4d30-b9ee-e63154bab064', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:14,229 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.062s
2026-05-08 15:25:14,230 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ddac4a9-5eaa-407b-a9fb-8ddd5bad2215', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ddac4a9-5eaa-407b-a9fb-8ddd5bad2215', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:15,299 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.059s
2026-05-08 15:25:15,300 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcdfe935-8ec3-4470-93a8-e295c6b1e69f', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcdfe935-8ec3-4470-93a8-e295c6b1e69f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:16,377 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.065s
2026-05-08 15:25:16,377 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d58d81a-3ba0-492c-b143-c025b7703864', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d58d81a-3ba0-492c-b143-c025b7703864', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:17,443 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.053s
2026-05-08 15:25:17,443 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56d34f69-b536-4745-b37e-43916c66c676', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56d34f69-b536-4745-b37e-43916c66c676', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:18,514 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.060s
2026-05-08 15:25:18,515 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bf21fe0-5308-45f0-9229-22a40647df8e', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bf21fe0-5308-45f0-9229-22a40647df8e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:19,579 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.050s
2026-05-08 15:25:19,580 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb7a2d6e-9819-4726-9f21-45dee1eca11f', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb7a2d6e-9819-4726-9f21-45dee1eca11f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:20,650 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.059s
2026-05-08 15:25:20,650 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afbfd674-6573-4a0e-a1d0-87831d2f8ab0', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afbfd674-6573-4a0e-a1d0-87831d2f8ab0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:21,715 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.050s
2026-05-08 15:25:21,715 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d990b95-de5b-4340-9c92-24ccd9c0d23f', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d990b95-de5b-4340-9c92-24ccd9c0d23f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:22,797 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.068s
2026-05-08 15:25:22,797 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35d3c984-bfa3-4f96-a234-c071d301a586', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35d3c984-bfa3-4f96-a234-c071d301a586', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:23,877 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.068s
2026-05-08 15:25:23,878 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed17fc02-a241-47cd-a9cf-737ff107f56b', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed17fc02-a241-47cd-a9cf-737ff107f56b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:25,020 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.128s
2026-05-08 15:25:25,021 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8b7fddd-7c4d-4db7-afd4-d06c83d87f17', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8b7fddd-7c4d-4db7-afd4-d06c83d87f17', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:26,112 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.072s
2026-05-08 15:25:26,113 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc3262a4-e4f6-49d5-ab50-eea252160f0c', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc3262a4-e4f6-49d5-ab50-eea252160f0c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:27,195 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.069s
2026-05-08 15:25:27,195 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5610078-0a62-4dc7-9c7b-e7f4b5e3fb80', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5610078-0a62-4dc7-9c7b-e7f4b5e3fb80', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:28,259 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.053s
2026-05-08 15:25:28,260 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b3613b0-c4fc-4df9-af96-9d05b5c34928', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b3613b0-c4fc-4df9-af96-9d05b5c34928', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:29,331 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.058s
2026-05-08 15:25:29,333 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d3c7188-ea6b-4814-a5bf-6eb853cd5ca1', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d3c7188-ea6b-4814-a5bf-6eb853cd5ca1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:30,413 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.062s
2026-05-08 15:25:30,414 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a061f26-779d-4e12-a773-ea9163ccbb8b', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a061f26-779d-4e12-a773-ea9163ccbb8b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:31,493 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.067s
2026-05-08 15:25:31,494 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-604e1565-1aca-4ad9-8186-d9179ab49fce', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-604e1565-1aca-4ad9-8186-d9179ab49fce', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:32,570 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.061s
2026-05-08 15:25:32,570 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fa3c0a7-e3ab-4a31-bde6-2cebd20b7905', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fa3c0a7-e3ab-4a31-bde6-2cebd20b7905', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:33,641 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.056s
2026-05-08 15:25:33,641 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-965b9e0a-a734-4fd3-a595-12e58ba807a9', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-965b9e0a-a734-4fd3-a595-12e58ba807a9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:34,713 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.058s
2026-05-08 15:25:34,713 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e9a7143-34e7-4a04-97ed-a00bc81d1998', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e9a7143-34e7-4a04-97ed-a00bc81d1998', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:35,777 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.049s
2026-05-08 15:25:35,778 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35d7e35c-99c0-446e-aabb-0ab65760923d', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35d7e35c-99c0-446e-aabb-0ab65760923d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:36,853 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.063s
2026-05-08 15:25:36,854 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e1a88f8-7fd9-4209-b366-83836a4c3f89', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e1a88f8-7fd9-4209-b366-83836a4c3f89', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:37,940 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.073s
2026-05-08 15:25:37,941 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ab5c183-2e94-4133-b93b-829dfc2e90e9', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ab5c183-2e94-4133-b93b-829dfc2e90e9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:39,016 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.062s
2026-05-08 15:25:39,017 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0700a3da-6ab3-4142-8fbb-197d0e976aa8', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0700a3da-6ab3-4142-8fbb-197d0e976aa8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:40,095 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.066s
2026-05-08 15:25:40,095 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5561be17-671e-463e-ba21-e52be90d5431', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5561be17-671e-463e-ba21-e52be90d5431', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:41,160 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.052s
2026-05-08 15:25:41,161 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e28d9dc-86ae-4a36-ae4a-ae2df70e73da', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e28d9dc-86ae-4a36-ae4a-ae2df70e73da', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:42,233 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.062s
2026-05-08 15:25:42,234 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9ffd74c-14a2-4207-b4c2-c2c4ac6e6a95', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9ffd74c-14a2-4207-b4c2-c2c4ac6e6a95', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:43,299 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.053s
2026-05-08 15:25:43,299 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a99f7e2-3c30-447f-ae73-8dc80a1d840d', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a99f7e2-3c30-447f-ae73-8dc80a1d840d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:44,376 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.063s
2026-05-08 15:25:44,377 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76c9d8b7-1c64-4da7-811e-b6c1a3bccf96', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76c9d8b7-1c64-4da7-811e-b6c1a3bccf96', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:45,454 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.066s
2026-05-08 15:25:45,454 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f854d220-760f-48a7-acae-ec8a25022eef', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f854d220-760f-48a7-acae-ec8a25022eef', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:46,531 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.060s
2026-05-08 15:25:46,531 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8439f12-bf67-4a8b-94d0-82fb5578ff64', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8439f12-bf67-4a8b-94d0-82fb5578ff64', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:47,606 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.063s
2026-05-08 15:25:47,607 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0f194af-2361-467f-b134-3158129555d3', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0f194af-2361-467f-b134-3158129555d3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:49,055 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.434s
2026-05-08 15:25:49,055 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db861660-170b-4dc3-99e5-5a6a7d1ae212', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db861660-170b-4dc3-99e5-5a6a7d1ae212', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:50,133 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.066s
2026-05-08 15:25:50,133 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9b1b2e5-ba84-402d-9c4b-7be8f91d907e', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9b1b2e5-ba84-402d-9c4b-7be8f91d907e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:51,216 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.067s
2026-05-08 15:25:51,216 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07b7f681-d3d9-45f8-aea0-50ed2143bbd4', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07b7f681-d3d9-45f8-aea0-50ed2143bbd4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:52,289 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.057s
2026-05-08 15:25:52,290 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-580acf30-1106-4b5f-9495-d4b3a54a122c', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-580acf30-1106-4b5f-9495-d4b3a54a122c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:53,380 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.078s
2026-05-08 15:25:53,380 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8233cbfb-c055-4f0c-b41b-fe4bad2a2be8', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8233cbfb-c055-4f0c-b41b-fe4bad2a2be8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:54,446 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.053s
2026-05-08 15:25:54,446 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63efcbc6-efca-4581-93fe-c374235b4f80', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63efcbc6-efca-4581-93fe-c374235b4f80', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:55,518 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.059s
2026-05-08 15:25:55,519 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1308e010-0bc3-4ebb-b618-e3cf0e751e0e', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1308e010-0bc3-4ebb-b618-e3cf0e751e0e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:56,599 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.067s
2026-05-08 15:25:56,599 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30f07c7a-843b-407a-8f21-e9d7dd7518d0', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30f07c7a-843b-407a-8f21-e9d7dd7518d0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:57,683 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.071s
2026-05-08 15:25:57,683 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-535f6a0a-8c34-4606-a49e-e93e43633f8e', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-535f6a0a-8c34-4606-a49e-e93e43633f8e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:58,754 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.059s
2026-05-08 15:25:58,755 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b376eed-9a68-4642-9018-f5c946012044', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b376eed-9a68-4642-9018-f5c946012044', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:25:59,831 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.064s
2026-05-08 15:25:59,831 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:25:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-807aeca3-101e-4458-8bbe-d8610b4e88f8', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-807aeca3-101e-4458-8bbe-d8610b4e88f8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:00,904 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.060s
2026-05-08 15:26:00,905 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcfc6845-d213-4286-81bc-416677774969', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bcfc6845-d213-4286-81bc-416677774969', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:01,988 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.070s
2026-05-08 15:26:01,988 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed2381dd-9390-4368-90f4-283d72d4b482', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed2381dd-9390-4368-90f4-283d72d4b482', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:03,055 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.053s
2026-05-08 15:26:03,055 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e719627-90c5-469f-b6e8-1de9dc75d74b', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e719627-90c5-469f-b6e8-1de9dc75d74b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:04,137 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.069s
2026-05-08 15:26:04,138 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b188acef-0b69-4ed2-bcfb-2be08fe2d8bf', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b188acef-0b69-4ed2-bcfb-2be08fe2d8bf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:05,208 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.052s
2026-05-08 15:26:05,209 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8302cd9a-45b7-4475-8b3a-4fb58c35f0ef', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8302cd9a-45b7-4475-8b3a-4fb58c35f0ef', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:06,267 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.047s
2026-05-08 15:26:06,268 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de73afde-dedf-4ff9-b6b2-4217b109fd6e', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de73afde-dedf-4ff9-b6b2-4217b109fd6e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:07,342 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.061s
2026-05-08 15:26:07,342 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-610b696f-a4f0-4c99-a0e2-29196c6ca9e8', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-610b696f-a4f0-4c99-a0e2-29196c6ca9e8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:08,430 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.076s
2026-05-08 15:26:08,430 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d3e9759-9dab-4d70-9473-9b5ed883c30e', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d3e9759-9dab-4d70-9473-9b5ed883c30e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:09,508 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.066s
2026-05-08 15:26:09,508 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ba2aa0f-b2d8-4568-a683-6206a2c86b25', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ba2aa0f-b2d8-4568-a683-6206a2c86b25', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:10,587 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.066s
2026-05-08 15:26:10,587 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-770ae5a3-3d41-4cc0-8c27-16dd248ba93c', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-770ae5a3-3d41-4cc0-8c27-16dd248ba93c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:11,679 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.074s
2026-05-08 15:26:11,680 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-303dcbdb-a026-4b19-ba3e-75d43302dedd', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-303dcbdb-a026-4b19-ba3e-75d43302dedd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:12,765 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.071s
2026-05-08 15:26:12,766 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b923c5f-1d86-427f-b9f8-88ae8f277f96', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b923c5f-1d86-427f-b9f8-88ae8f277f96', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:13,845 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.063s
2026-05-08 15:26:13,845 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6eae1c97-7bfb-4ed2-952f-f7e506c660b1', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6eae1c97-7bfb-4ed2-952f-f7e506c660b1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:14,934 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.073s
2026-05-08 15:26:14,934 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-260ee90f-9850-4ef0-90ff-7fb80a0aafb7', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-260ee90f-9850-4ef0-90ff-7fb80a0aafb7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:15,992 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.047s
2026-05-08 15:26:15,992 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51dc81ea-dd8f-4eba-9375-7748d0320bec', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51dc81ea-dd8f-4eba-9375-7748d0320bec', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:17,051 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.047s
2026-05-08 15:26:17,051 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09dd7053-7c9a-4c79-8e06-d3ada98c3b0d', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09dd7053-7c9a-4c79-8e06-d3ada98c3b0d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:18,152 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.088s
2026-05-08 15:26:18,152 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7d70e0a-30d4-4c89-8051-c18f449f5e83', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7d70e0a-30d4-4c89-8051-c18f449f5e83', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:19,226 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.057s
2026-05-08 15:26:19,227 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef338d29-b3f3-4ae1-bbf2-409e0f990b9b', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef338d29-b3f3-4ae1-bbf2-409e0f990b9b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:20,304 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.066s
2026-05-08 15:26:20,304 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33f0298c-777f-4690-9afb-6d4bcead070d', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33f0298c-777f-4690-9afb-6d4bcead070d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:21,387 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.068s
2026-05-08 15:26:21,388 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bbef1b3-e76f-432a-a382-49b9beeee81c', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bbef1b3-e76f-432a-a382-49b9beeee81c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:22,467 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.064s
2026-05-08 15:26:22,468 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1450086-fa06-4d87-859d-4385f07178e2', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1450086-fa06-4d87-859d-4385f07178e2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:23,561 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.079s
2026-05-08 15:26:23,562 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-caf9a956-621b-409e-9222-9eb616215fdc', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-caf9a956-621b-409e-9222-9eb616215fdc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:24,648 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.073s
2026-05-08 15:26:24,649 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c617f08a-7eea-47c2-8b91-c092a1c348ad', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c617f08a-7eea-47c2-8b91-c092a1c348ad', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:25,726 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.066s
2026-05-08 15:26:25,727 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d513ef3b-737c-452d-b16c-a464b414c5f1', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d513ef3b-737c-452d-b16c-a464b414c5f1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:26,795 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.057s
2026-05-08 15:26:26,796 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f58909da-ad55-46cc-8d44-13a0078eb9f5', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f58909da-ad55-46cc-8d44-13a0078eb9f5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:27,860 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.049s
2026-05-08 15:26:27,861 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-274194a3-fc81-4fcd-b037-7797de78811f', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-274194a3-fc81-4fcd-b037-7797de78811f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:28,920 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.045s
2026-05-08 15:26:28,921 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b41750a-0723-4030-b86a-4a80a0d909ba', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b41750a-0723-4030-b86a-4a80a0d909ba', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:29,991 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.051s
2026-05-08 15:26:29,991 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-858267f5-4cad-4b88-8f6a-f9b0e8c9a918', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-858267f5-4cad-4b88-8f6a-f9b0e8c9a918', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:31,065 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.062s
2026-05-08 15:26:31,065 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af7fc1d6-17b4-4f9f-aa3b-86d953065d72', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af7fc1d6-17b4-4f9f-aa3b-86d953065d72', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:32,130 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.051s
2026-05-08 15:26:32,131 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6074bb3-111c-4015-86a8-52494210150d', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6074bb3-111c-4015-86a8-52494210150d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:33,216 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.072s
2026-05-08 15:26:33,216 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0dff5347-6fe9-4639-b9e0-b46e3a24c5cf', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0dff5347-6fe9-4639-b9e0-b46e3a24c5cf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:34,295 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.057s
2026-05-08 15:26:34,295 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4959297-ee7e-4db9-98c7-6b4a87315352', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4959297-ee7e-4db9-98c7-6b4a87315352', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:35,356 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.050s
2026-05-08 15:26:35,357 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a709a349-5dae-4cb4-8165-60dd9b92d913', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a709a349-5dae-4cb4-8165-60dd9b92d913', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:36,413 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.044s
2026-05-08 15:26:36,414 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e6e70e1-14b9-45b2-994d-4dd64f56de39', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e6e70e1-14b9-45b2-994d-4dd64f56de39', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:37,478 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.052s
2026-05-08 15:26:37,479 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c2e3cff-28a6-46cf-825a-dec223def4be', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c2e3cff-28a6-46cf-825a-dec223def4be', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:38,538 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.047s
2026-05-08 15:26:38,538 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ff93a48-4de3-45f6-b5b0-429f783fd579', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ff93a48-4de3-45f6-b5b0-429f783fd579', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:39,599 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.049s
2026-05-08 15:26:39,599 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3c4d779-63c2-4f06-95bd-5a208e3f19be', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3c4d779-63c2-4f06-95bd-5a208e3f19be', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:40,655 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.045s
2026-05-08 15:26:40,656 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2b2fbfe-fbe4-4969-b7dc-d42b890736da', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2b2fbfe-fbe4-4969-b7dc-d42b890736da', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:41,720 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.054s
2026-05-08 15:26:41,721 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e9b0447-d025-4c85-81c5-2683c1ab06bf', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e9b0447-d025-4c85-81c5-2683c1ab06bf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:42,788 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.055s
2026-05-08 15:26:42,788 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ff567e6-19b1-45b5-8069-97e259020f52', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ff567e6-19b1-45b5-8069-97e259020f52', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:43,863 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.056s
2026-05-08 15:26:43,864 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3503c566-6d52-4a38-b924-1a5c5c03d53b', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3503c566-6d52-4a38-b924-1a5c5c03d53b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:44,926 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.050s
2026-05-08 15:26:44,926 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d82e3bf-a99c-42dd-acfc-9e113775c8d3', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d82e3bf-a99c-42dd-acfc-9e113775c8d3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:45,984 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.046s
2026-05-08 15:26:45,985 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c6ad711-c486-4ea1-805e-130948e7d69d', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c6ad711-c486-4ea1-805e-130948e7d69d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:47,048 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.047s
2026-05-08 15:26:47,049 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1daae207-f855-4b92-8937-f532c121c8be', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1daae207-f855-4b92-8937-f532c121c8be', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:48,111 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.048s
2026-05-08 15:26:48,112 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c36495c-6784-4d08-8da6-6a8807610c55', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c36495c-6784-4d08-8da6-6a8807610c55', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:49,178 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.056s
2026-05-08 15:26:49,179 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6d59f8e-67c5-4048-a8e4-b743581e7b27', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6d59f8e-67c5-4048-a8e4-b743581e7b27', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:50,241 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.051s
2026-05-08 15:26:50,242 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c293b7c0-65d9-4d85-bfc4-9f9c62feeddf', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c293b7c0-65d9-4d85-bfc4-9f9c62feeddf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:51,298 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.045s
2026-05-08 15:26:51,298 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-754308d7-4278-41ae-becd-ca3d7f0276d3', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-754308d7-4278-41ae-becd-ca3d7f0276d3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:52,365 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.055s
2026-05-08 15:26:52,365 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcc026b2-f004-4293-a560-8967956abb44', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcc026b2-f004-4293-a560-8967956abb44', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:53,422 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.045s
2026-05-08 15:26:53,422 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e24311f-91c7-40b4-b201-1952bca030e7', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e24311f-91c7-40b4-b201-1952bca030e7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:54,488 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.053s
2026-05-08 15:26:54,489 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c729ca4-4651-4f7d-af4f-8906c4ef5dbb', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c729ca4-4651-4f7d-af4f-8906c4ef5dbb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:55,559 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.060s
2026-05-08 15:26:55,560 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ccc0727-c384-400e-a929-2d02174b0ba0', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ccc0727-c384-400e-a929-2d02174b0ba0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:56,634 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.056s
2026-05-08 15:26:56,634 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a05dd8c0-1738-4de8-be97-bf3834561b81', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a05dd8c0-1738-4de8-be97-bf3834561b81', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:57,695 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.048s
2026-05-08 15:26:57,696 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a643e95-165f-4036-9633-a26a4125c805', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a643e95-165f-4036-9633-a26a4125c805', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:58,757 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.051s
2026-05-08 15:26:58,757 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05bb186b-aa88-4135-8e13-ac8e73d5354d', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05bb186b-aa88-4135-8e13-ac8e73d5354d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:26:59,818 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.049s
2026-05-08 15:26:59,818 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:26:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3827307a-d7bf-490a-9b83-e0f0ad35d84b', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3827307a-d7bf-490a-9b83-e0f0ad35d84b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:27:00,879 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.049s
2026-05-08 15:27:00,879 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:27:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27343d75-1981-45bd-917a-ab076967cfb5', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27343d75-1981-45bd-917a-ab076967cfb5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:27:01,937 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.048s
2026-05-08 15:27:01,938 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:27:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2716288a-3490-42b7-91da-d9afc55427f5', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2716288a-3490-42b7-91da-d9afc55427f5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:27:03,001 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.049s
2026-05-08 15:27:03,001 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:27:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9891f09a-99ff-45b9-b790-33841c9de9cf', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9891f09a-99ff-45b9-b790-33841c9de9cf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:27:04,063 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.049s
2026-05-08 15:27:04,063 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:27:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ef48201-874a-4c5e-81d3-360fa23cf630', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ef48201-874a-4c5e-81d3-360fa23cf630', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:27:05,124 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.047s
2026-05-08 15:27:05,124 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:27:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98cc6df7-acfb-4a2e-8289-9b538bab9e88', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98cc6df7-acfb-4a2e-8289-9b538bab9e88', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:27:06,178 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.044s
2026-05-08 15:27:06,179 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:27:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff2c5379-ed45-47e0-9a61-f4370ce478c3', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff2c5379-ed45-47e0-9a61-f4370ce478c3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:27:07,295 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.104s
2026-05-08 15:27:07,295 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:27:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1644bc8c-771d-4041-9871-6dccc9ce4b16', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1644bc8c-771d-4041-9871-6dccc9ce4b16', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:27:08,366 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.054s
2026-05-08 15:27:08,367 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:27:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fb41853-9038-4eea-b48d-2cb1caa7466c', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fb41853-9038-4eea-b48d-2cb1caa7466c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:27:09,442 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.063s
2026-05-08 15:27:09,442 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:27:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-782a7d17-a8b4-4f7b-92d0-b94a0f7fbc3b', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-782a7d17-a8b4-4f7b-92d0-b94a0f7fbc3b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:27:10,523 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.064s
2026-05-08 15:27:10,524 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:27:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc18e347-a57c-4472-b1e0-2bd56a927cfc', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc18e347-a57c-4472-b1e0-2bd56a927cfc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:27:11,611 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.070s
2026-05-08 15:27:11,611 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:27:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17697a3a-3806-48fa-92bf-90e45a664771', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17697a3a-3806-48fa-92bf-90e45a664771', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:27:12,675 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.050s
2026-05-08 15:27:12,676 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:27:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c9ff869-e7a4-47fc-9744-d3b883e0836f', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c9ff869-e7a4-47fc-9744-d3b883e0836f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:27:13,738 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.050s
2026-05-08 15:27:13,738 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:27:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5d34440-82e6-4598-a5d9-376a4f927b73', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5d34440-82e6-4598-a5d9-376a4f927b73', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:27:14,803 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.054s
2026-05-08 15:27:14,803 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:27:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-692624cc-73a1-4a82-bf62-6d7c17b138e2', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-692624cc-73a1-4a82-bf62-6d7c17b138e2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:27:15,871 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.057s
2026-05-08 15:27:15,871 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:27:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-681356a1-481d-4055-856c-590d25edc0e5', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-681356a1-481d-4055-856c-590d25edc0e5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:27:16,950 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.067s
2026-05-08 15:27:16,950 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:27:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a6fafa0-2f01-45e2-9222-43669597c556', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a6fafa0-2f01-45e2-9222-43669597c556', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:27:18,008 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.047s
2026-05-08 15:27:18,009 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:27:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0e612d0-c310-4336-a387-1707ba5118a6', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0e612d0-c310-4336-a387-1707ba5118a6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:27:19,077 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.057s
2026-05-08 15:27:19,077 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:27:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e233ce2-7953-4c95-92cf-b957c177f514', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e233ce2-7953-4c95-92cf-b957c177f514', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:27:20,134 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.046s
2026-05-08 15:27:20,134 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:27:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52dca420-cfc8-45e0-9b9b-72a45578f134', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52dca420-cfc8-45e0-9b9b-72a45578f134', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:27:21,195 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.050s
2026-05-08 15:27:21,196 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:27:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83d3191c-e29f-4c13-aab6-577b334bf93d', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83d3191c-e29f-4c13-aab6-577b334bf93d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:27:22,259 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.049s
2026-05-08 15:27:22,259 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:27:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0b3bac1-317d-439c-afbe-410fb95e24e4', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0b3bac1-317d-439c-afbe-410fb95e24e4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
2026-05-08 15:27:23,319 86663 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374 0.048s
2026-05-08 15:27:23,320 86663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:27:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28609c15-c748-43d1-a603-80b8ff3cdc1d', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28609c15-c748-43d1-a603-80b8ff3cdc1d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374'}
Body: b'{"volume": {"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:15:10.000000", "updated_at": "2026-05-08T13:16:17.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1282933683", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.216/volume/v3/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}, {"rel": "bookmark", "href": "http://192.168.122.216/volume/volumes/30d82c16-0ba7-49c7-a17a-7c8812bd1374"}], "user_id": "24e5d0de86de4ed4a72b235918d7b358", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "attachment_id": "b571e14d-a5b7-40d5-bec8-ad3964a1b931", "volume_id": "30d82c16-0ba7-49c7-a17a-7c8812bd1374", "server_id": "064db51d-b78d-4602-9318-3fa59e60203c", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:16:13.000000"}], "os-vol-tenant-attr:tenant_id": "fd67d73f9ec04393a3e37b808a50c851"}}'
}}}
traceback-1: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/compute.py", line 150, in wait_for_ssh_or_ping
waiters.wait_for_ssh(
File "/opt/stack/tempest/tempest/common/waiters.py", line 736, 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 606, in _detach_volume
self.servers_client.detach_volume(server['id'], volume['id'])
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 496, in detach_volume
resp, body = self.delete('servers/%s/os-volume_attachments/%s' %
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
return self.request('DELETE', url, extra_headers, headers, body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 897, 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 064db51d-b78d-4602-9318-3fa59e60203c while it is in vm_state error"}
}}}
traceback-3: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/waiters.py", line 480, 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 700, in get_console_output
return self.action(server_id, 'os-getConsoleOutput',
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 241, in action
resp, body = self.post('servers/%s/action' % server_id,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 877, 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 30d82c16-0ba7-49c7-a17a-7c8812bd1374 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 064db51d-b78d-4602-9318-3fa59e60203c failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-05-08T13:16:36Z', 'message': 'libvirtError'}.
|
||||||
| cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_from_image_with_volume_type_image_property[id-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6] |
pass
pt3.1: cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property[id-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6]
|
||||||
test_create_from_image_with_volume_type_image_property[id-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6] |
pass
pt3.2: cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property[id-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6]
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e] |
pass
pt4.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e]
|
||||||
test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e] |
pass
pt4.2: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e]
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3] |
pass
pt5.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3]
|
||||||
test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3] |
pass
pt5.2: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3]
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558] |
pass
pt6.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558]
|
||||||
test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558] |
pass
pt6.2: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests | 4 | 4 | 0 | 0 | 0 | Detail | |
test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40] |
pass
pt7.1: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40]
|
||||||
test_delete_source_volume[id-42e9df95-854b-4840-9d55-ae62f65e9b8e] |
pass
pt7.2: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_volume[id-42e9df95-854b-4840-9d55-ae62f65e9b8e]
|
||||||
test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40] |
pass
pt7.3: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40]
|
||||||
test_delete_source_volume[id-42e9df95-854b-4840-9d55-ae62f65e9b8e] |
pass
pt7.4: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_volume[id-42e9df95-854b-4840-9d55-ae62f65e9b8e]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests | 2 | 2 | 0 | 0 | 0 | Detail | |
test_image_volume_dependencies_1[id-7a9fba78-2e4b-42b1-9898-bb4a60685320,image,volume] |
pass
pt8.1: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_1[id-7a9fba78-2e4b-42b1-9898-bb4a60685320,image,volume]
|
||||||
test_image_volume_dependencies_1[id-7a9fba78-2e4b-42b1-9898-bb4a60685320,image,volume] |
pass
pt8.2: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_1[id-7a9fba78-2e4b-42b1-9898-bb4a60685320,image,volume]
|
||||||
| 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
pt9.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
pt9.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
pt9.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
pt9.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
pt10.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
pt10.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
pt11.1: setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test)
|
||||||
ConsistencyGroupsV2Test) |
skip
pt11.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
pt12.1: setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest)
|
||||||
VolumesBackupsTest) |
skip
pt12.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
pt13.1: setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest)
|
||||||
CreateVolumesFromBackupTest) |
skip
pt13.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
pt14.1: setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest)
|
||||||
VolumesBackupsTest) |
skip
pt14.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 | |
ProjectReaderTests39) |
skip
pt15.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectReaderTests39)
|
||||||
ProjectAdminTests33) |
skip
pt15.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectAdminTests33)
|
||||||
ProjectAdminTests39) |
skip
pt15.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectAdminTests39)
|
||||||
ProjectMemberTests33) |
skip
pt15.4: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectMemberTests33)
|
||||||
ProjectReaderTests33) |
skip
pt15.5: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectReaderTests33)
|
||||||
ProjectMemberTests39) |
skip
pt15.6: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectMemberTests39)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities | 3 | 0 | 0 | 0 | 3 | Detail | |
ProjectReaderTests) |
skip
pt16.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectReaderTests)
|
||||||
ProjectAdminTests) |
skip
pt16.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectAdminTests)
|
||||||
ProjectMemberTests) |
skip
pt16.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectMemberTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_snapshots | 2 | 0 | 0 | 0 | 2 | Detail | |
ProjectMemberTests) |
skip
pt17.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_snapshots.ProjectMemberTests)
|
||||||
ProjectReaderTests) |
skip
pt17.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_snapshots.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages | 3 | 0 | 0 | 0 | 3 | Detail | |
ProjectAdminTests) |
skip
pt18.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectAdminTests)
|
||||||
ProjectReaderTests) |
skip
pt18.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectReaderTests)
|
||||||
ProjectMemberTests) |
skip
pt18.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
pt19.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests)
|
||||||
ProjectReaderTests) |
skip
pt19.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types | 6 | 0 | 0 | 0 | 6 | Detail | |
VolumeTypesAdminTests) |
skip
pt20.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests)
|
||||||
VolumeTypesMemberTests) |
skip
pt20.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests)
|
||||||
VolumeTypesReaderTests) |
skip
pt20.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests)
|
||||||
VolumeTypesAdminTests) |
skip
pt20.4: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests)
|
||||||
VolumeTypesMemberTests) |
skip
pt20.5: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests)
|
||||||
VolumeTypesReaderTests) |
skip
pt20.6: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes | 2 | 0 | 0 | 0 | 2 | Detail | |
ProjectReaderTests) |
skip
pt21.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests)
|
||||||
ProjectReaderTests) |
skip
pt21.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
pt22.1: setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest)
|
||||||
TransferEncryptedVolumeTest) |
skip
pt22.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
pt23.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency.ConcurrentVolumeActionsTest)
|
||||||
ConcurrentVolumeActionsTest) |
skip
pt23.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
pt24.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests)
|
||||||
VolumeMultiattachTests) |
skip
pt24.2: setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests)
|
||||||
| setUpClass (tempest.api.compute.admin.test_live_migration | 3 | 0 | 0 | 0 | 3 | Detail | |
LiveMigrationWithoutHostTest) |
skip
pt25.1: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationWithoutHostTest)
|
||||||
LiveMigrationTest) |
skip
pt25.2: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest)
|
||||||
LiveAutoBlockMigrationV225Test) |
skip
pt25.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
pt26.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
pt27.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
pt28.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
pt29.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
pt30.1: setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volume_retype | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumeRetypeMultiattachTest) |
skip
pt31.1: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeMultiattachTest)
|
||||||
VolumeRetypeWithMigrationTest) |
skip
pt31.2: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volumes_backup | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesBackupsAdminTest) |
skip
pt32.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
pt33.1: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest)
|
||||||
VolumesBackupsV39Test) |
skip
pt33.2: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test)
|
||||||
| setUpClass (tempest.scenario.test_volume_backup_restore | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeBackupRestore) |
skip
pt34.1: setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore)
|
||||||
| setUpClass (tempest.scenario.test_volume_migrate_attached | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeMigrateRetypeAttached) |
skip
pt35.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
pt36.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
pt37.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
pt38.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
pt39.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
pt39.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
pt40.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
pt41.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
pt42.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
pt43.1: tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume]
|
||||||
| tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA | 1 | 1 | 0 | 0 | 0 | Detail | |
test_rebuild_server_with_volume_attached[id-b68bd8d6-855d-4212-b59b-2e704044dace,slow,volume] |
pass
pt44.1: tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_rebuild_server_with_volume_attached[id-b68bd8d6-855d-4212-b59b-2e704044dace,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
pt45.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
pt46.1: tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON.test_rebuild_volume_backed_server[id-6652dab9-ea24-4c93-ab5a-93d79c3041cf]
|
||||||
| tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_stable_device_rescue_bfv_blank_volume[id-48f123cb-922a-4065-8db6-b9a9074a556b,slow] |
pass
pt47.1: tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume[id-48f123cb-922a-4065-8db6-b9a9074a556b,slow]
|
||||||
test_stable_device_rescue_bfv_image_volume[id-e4636333-c928-40fc-98b7-70a23eef4224,slow] |
pass
pt47.2: tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume[id-e4636333-c928-40fc-98b7-70a23eef4224,slow]
|
||||||
| tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_stable_device_rescue_disk_virtio_with_volume_attached[id-a3772b42-00bf-4310-a90b-1cc6fd3e7eab,volume] |
pass
pt48.1: tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached[id-a3772b42-00bf-4310-a90b-1cc6fd3e7eab,volume]
|
||||||
| tempest.api.compute.servers.test_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
pt49.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
pt49.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
pt50.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
pt50.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
pt51.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
pt51.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
pt52.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
pt52.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
pt52.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
pt53.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
pt54.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
pt55.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
pt55.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
pt55.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
pt55.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
pt55.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
pt55.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
pt56.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
pt56.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
pt56.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
pt56.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
pt56.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
pt56.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
pt56.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
pt56.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
pt57.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
pt57.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
pt58.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
pt58.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
pt58.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
pt59.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
pt60.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
pt61.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
pt61.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
pt62.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
pt62.2: tempest.api.volume.admin.test_groups.GroupsTest.test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006]
|
||||||
| tempest.api.volume.admin.test_groups.GroupsV314Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_group_from_group[id-2424af8c-7851-4888-986a-794b10c3210e] |
pass
pt63.1: tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group[id-2424af8c-7851-4888-986a-794b10c3210e]
|
||||||
| tempest.api.volume.admin.test_groups.GroupsV320Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c] |
pass
pt64.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt67.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
pt67.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
pt68.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
pt68.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
pt69.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
pt69.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
pt70.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
pt70.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
pt71.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
pt71.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
pt71.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
pt71.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
pt71.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
pt71.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
pt71.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
pt72.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
pt72.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
pt72.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
pt73.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
pt74.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
pt74.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
pt74.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
pt74.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
pt74.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
pt75.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
pt75.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
pt75.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
pt75.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
pt75.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
pt76.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
pt76.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
pt77.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
pt77.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
pt78.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
pt78.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
pt78.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
pt78.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
pt79.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
pt79.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
pt79.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
pt80.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
pt80.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
pt80.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
pt80.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
pt80.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
pt80.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
pt80.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
pt80.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
pt80.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
pt80.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
pt80.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
pt80.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
pt81.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
pt81.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
pt81.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
pt81.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
pt81.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
pt81.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
pt82.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
pt82.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
pt82.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
pt82.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
pt82.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
pt82.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
pt83.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
pt84.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
pt85.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
pt86.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
pt87.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
pt87.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
pt88.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
pt88.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
pt89.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
pt90.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
pt90.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
pt91.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
pt91.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
pt92.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
pt92.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
pt93.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
pt93.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
pt94.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
pt94.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
pt95.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
pt95.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
pt95.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
pt95.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
pt95.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
pt95.6: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload[id-d8f1ca95-3d5b-44a3-b8ca-909691c9532d,image]
|
||||||
| tempest.api.volume.test_volumes_clone.VolumesCloneTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e] |
pass
pt96.1: tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e]
|
||||||
| tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative] |
pass
pt97.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
pt98.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
pt98.2: tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot[id-86be1cba-2640-11e5-9c82-635fb964c912]
|
||||||
| tempest.api.volume.test_volumes_get.VolumesGetTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke] |
pass
pt99.1: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke]
|
||||||
test_volume_create_get_update_delete_as_clone[id-3f591b4a-7dc6-444c-bd51-77469506b3a1] |
pass
pt99.2: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone[id-3f591b4a-7dc6-444c-bd51-77469506b3a1]
|
||||||
test_volume_create_get_update_delete_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke] |
pass
pt99.3: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke]
|
||||||
| tempest.api.volume.test_volumes_get.VolumesSummaryTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_show_volume_summary[id-c4f2431e-4920-4736-9e00-4040386b6feb] |
pass
pt100.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
pt101.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
pt101.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
pt101.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
pt101.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
pt101.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
pt101.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
pt101.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
pt101.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
pt101.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
pt101.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
pt101.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
pt101.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
pt101.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
pt101.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
pt101.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
pt101.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
pt101.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
pt101.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt103.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
pt103.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
pt103.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
pt103.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
pt104.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
pt104.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
pt104.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
pt104.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
pt104.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
pt104.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
pt104.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
pt104.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
pt104.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
pt104.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
pt104.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
pt104.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
pt104.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt106.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
pt107.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
pt108.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
pt109.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
pt110.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
pt111.1: tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume]
|
||||||
| Total | 318 | 260 | 2 | 0 | 56 | ||