Status: Pass 247 Failure 2 Skip 56
| Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
| tearDownClass (tempest.api.compute.servers.test_server_rescue_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerRescueNegativeTestJSON) |
fail
ft1.1: tearDownClass (tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass
teardown()
File "/opt/stack/tempest/tempest/test.py", line 628, in resource_cleanup
raise testtools.MultipleExceptions(*cleanup_errors)
testtools.runtest.MultipleExceptions: ((<class 'tempest.lib.exceptions.DeleteErrorException'>, Resource %(resource_id)s failed to delete and is in ERROR status
Details: Server 54e725c3-5971-4651-ac70-ff1878152426 failed to delete and is in ERROR status. Fault: {'code': 404, 'created': '2026-02-05T07:22:14Z', 'message': 'Guest does not have a console available.'}., <traceback object at 0x7f5f3ba98800>), (<class 'tempest.lib.exceptions.Conflict'>, Conflict with state of target resource
Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group 4eb3b7c4-6fc4-4555-ba3c-9898f5016958 in use.', 'detail': ''}, <traceback object at 0x7f5f3ba55cc0>), (<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 0x7f5f3bc1b980>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out
Details: (ServerRescueNegativeTestJSON:tearDownClass) Failed to delete volume e1407892-06ce-4e68-9dc8-428ec06c3859 within the required time (196 s). Timer started at 1770276333. Timer ended at 1770276529. Waited for 196 s., <traceback object at 0x7f5f3bb17000>))
|
||||||
| 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-02-05 08:12:10,845 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://192.168.122.6/volume/v3/volumes 0.663s
2026-02-05 08:12:10,846 83194 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-1867249720"}}
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:12:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-603c1739-085b-4485-a3ae-9f61fb34e9cf', 'content-length': '764', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-603c1739-085b-4485-a3ae-9f61fb34e9cf', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.6/volume/v3/volumes'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:10.624071", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-02-05 08:12:10,995 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.140s
2026-02-05 08:12:10,995 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:12:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-caff41a4-1f87-4755-9381-568f21082496', 'content-length': '832', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-caff41a4-1f87-4755-9381-568f21082496', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:12:12,108 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.099s
2026-02-05 08:12:12,108 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:12:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3b2c19c-67e4-493b-8124-c41dc3226820', 'content-length': '856', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3b2c19c-67e4-493b-8124-c41dc3226820', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:12:11.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:12:13,209 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.090s
2026-02-05 08:12:13,209 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:12:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f5504e3-c124-47d7-8e07-0de8dd8356df', 'content-length': '856', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f5504e3-c124-47d7-8e07-0de8dd8356df', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:12:13.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:12:14,409 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.178s
2026-02-05 08:12:14,409 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:12:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a95ed434-467a-4a40-ad1e-b6ab88e1abe7', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a95ed434-467a-4a40-ad1e-b6ab88e1abe7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:12:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:12:14,420 83194 INFO [tempest.common.waiters] volume e1407892-06ce-4e68-9dc8-428ec06c3859 reached available after waiting for 3.420057 seconds
2026-02-05 08:12:14,420 83194 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-02-05 08:12:14,564 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 POST http://192.168.122.6/compute/v2.1/os-keypairs 0.142s
2026-02-05 08:12:14,564 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-252671316", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEdkOualb896aS6w5niBTzrPdj3AWwaWzrY3gaJ0RJZuU7EXheMY6bQc64NsvKP2PHkVROIjgwU4vy1PKv0qZwhajGIC4ehV4ZQ4q2GZuKuOM9zlVV6WrOpkKk5c0DGkZQ=="}}
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:12:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-028f7294-6cea-402f-9406-d042b1d239b9', 'x-compute-request-id': 'req-028f7294-6cea-402f-9406-d042b1d239b9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-252671316", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEdkOualb896aS6w5niBTzrPdj3AWwaWzrY3gaJ0RJZuU7EXheMY6bQc64NsvKP2PHkVROIjgwU4vy1PKv0qZwhajGIC4ehV4ZQ4q2GZuKuOM9zlVV6WrOpkKk5c0DGkZQ==", "fingerprint": "f4:bc:33:7d:39:89:de:42:09:fd:98:32:11:e2:e8:3a", "user_id": "35c50c5872f54031b66c85a19ec85d64"}}'
2026-02-05 08:12:14,566 83194 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-252671316 created
2026-02-05 08:12:15,246 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://192.168.122.6/networking/v2.0/security-groups 0.679s
2026-02-05 08:12:15,246 83194 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--1646884348", "description": "tempest-description--1374562449"}}
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:12:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-105c1a85-6ed8-4ec9-a086-25b18f41dfa9', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.6/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "4eb3b7c4-6fc4-4555-ba3c-9898f5016958", "name": "tempest-securitygroup--1646884348", "stateful": true, "tenant_id": "f66afe12314a43129b3353ed2fdf67d8", "project_id": "f66afe12314a43129b3353ed2fdf67d8", "description": "tempest-description--1374562449", "shared": false, "security_group_rules": [{"id": "24812333-e6cf-4298-9c5b-995939e5cf36", "project_id": "f66afe12314a43129b3353ed2fdf67d8", "tenant_id": "f66afe12314a43129b3353ed2fdf67d8", "security_group_id": "4eb3b7c4-6fc4-4555-ba3c-9898f5016958", "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": 445, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-02-05T07:12:14Z", "updated_at": "2026-02-05T07:12:14Z", "revision_number": 0}, {"id": "ffc93583-4a27-477c-8e96-3eae8729dd8e", "project_id": "f66afe12314a43129b3353ed2fdf67d8", "tenant_id": "f66afe12314a43129b3353ed2fdf67d8", "security_group_id": "4eb3b7c4-6fc4-4555-ba3c-9898f5016958", "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": 444, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-02-05T07:12:14Z", "updated_at": "2026-02-05T07:12:14Z", "revision_number": 0}], "tags": [], "created_at": "2026-02-05T07:12:14Z", "updated_at": "2026-02-05T07:12:14Z", "revision_number": 1}}'
2026-02-05 08:12:16,007 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://192.168.122.6/networking/v2.0/security-group-rules 0.760s
2026-02-05 08:12:16,008 83194 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": "4eb3b7c4-6fc4-4555-ba3c-9898f5016958", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:12:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-51f40858-8a5a-47a7-aa5e-48d398df4ada', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.6/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "a0770e16-8ced-4465-9394-e27cd997a579", "project_id": "f66afe12314a43129b3353ed2fdf67d8", "tenant_id": "f66afe12314a43129b3353ed2fdf67d8", "security_group_id": "4eb3b7c4-6fc4-4555-ba3c-9898f5016958", "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-02-05T07:12:15Z", "updated_at": "2026-02-05T07:12:15Z", "revision_number": 0}}'
2026-02-05 08:12:16,601 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://192.168.122.6/networking/v2.0/security-group-rules 0.592s
2026-02-05 08:12:16,601 83194 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": "4eb3b7c4-6fc4-4555-ba3c-9898f5016958", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:12:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-ee6b0874-7285-4518-98ec-4aae62d28229', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.6/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "84170c6f-3663-44bf-9d4d-8914381612e1", "project_id": "f66afe12314a43129b3353ed2fdf67d8", "tenant_id": "f66afe12314a43129b3353ed2fdf67d8", "security_group_id": "4eb3b7c4-6fc4-4555-ba3c-9898f5016958", "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-02-05T07:12:16Z", "updated_at": "2026-02-05T07:12:16Z", "revision_number": 0}}'
2026-02-05 08:12:16,602 83194 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1646884348 created
2026-02-05 08:12:18,254 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://192.168.122.6/networking/v2.0/floatingips 1.652s
2026-02-05 08:12:18,254 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "9e6e081f-ef89-4621-86f8-1225740de246"}}
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:12:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-dcfd8fb3-d806-4151-9ef2-12301a6d416e', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.6/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "7bd436d5-72f2-4e80-b53e-064b04d8c70a", "tenant_id": "f66afe12314a43129b3353ed2fdf67d8", "project_id": "f66afe12314a43129b3353ed2fdf67d8", "floating_ip_address": "172.24.4.70", "floating_network_id": "9e6e081f-ef89-4621-86f8-1225740de246", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-02-05T07:12:17Z", "updated_at": "2026-02-05T07:12:17Z", "revision_number": 0}}'
2026-02-05 08:12:18,255 83194 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '7bd436d5-72f2-4e80-b53e-064b04d8c70a', 'tenant_id': 'f66afe12314a43129b3353ed2fdf67d8', 'project_id': 'f66afe12314a43129b3353ed2fdf67d8', 'floating_ip_address': '172.24.4.70', 'floating_network_id': '9e6e081f-ef89-4621-86f8-1225740de246', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-02-05T07:12:17Z', 'updated_at': '2026-02-05T07:12:17Z', 'revision_number': 0, 'ip': '172.24.4.70'} created
2026-02-05 08:12:18,477 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://192.168.122.6/identity/v3/auth/tokens 0.216s
2026-02-05 08:12:18,477 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:12:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2524', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b0b8c5d4-09e4-4471-8675-74ddc385bf35', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.6/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "35c50c5872f54031b66c85a19ec85d64", "name": "tempest-ServerRescueNegativeTestJSON-841202851-project-member", "password_expires_at": null}, "audit_ids": ["clq69XtCR6G9OTiN_B3BhQ"], "expires_at": "2026-02-05T08:12:18.000000Z", "issued_at": "2026-02-05T07:12:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f66afe12314a43129b3353ed2fdf67d8", "name": "tempest-ServerRescueNegativeTestJSON-841202851"}, "is_domain": false, "roles": [{"id": "ea24b8d4f43e44b396a4a2c03ec742d6", "name": "member"}, {"id": "0880614ffa6d4783a1b1e8b8d3d5a62d", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d5f30695fa7c4585baf972c2d39fa313", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.6/compute/v2.1", "region": "RegionOne"}], "id": "03d3a257111a4992b58bd6bb66463de2", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "efddf76e7ad0483895cda64da48a1f28", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.6/compute/v2/f66afe12314a43129b3353ed2fdf67d8", "region": "RegionOne"}], "id": "21e387f6b68e47308409053accfe68b3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f3db86da27a743deb27da3f4b389f75f", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.6/networking", "region": "RegionOne"}], "id": "65aedafef50d4ca1a651a34b55157255", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "818cac46cc354ea9990b4b9f1fa16d47", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.6/placement", "region": "RegionOne"}], "id": "9bf96d940e4c4295be4381bbba427098", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "c548812a785c46e2a6e6915b1fda7f75", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.6/volume/v3", "region": "RegionOne"}], "id": "a10c0df8b7a34da69ffb1aea88dd1f23", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "40fe7ba6ad1944da91e8641c9aecb506", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.6/identity", "region": "RegionOne"}], "id": "b2f042a96e6c4d948918636c1bfff278", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ba6a66c33ae1486d8703304b11541367", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.6/image", "region": "RegionOne"}], "id": "b7a296277783467cbb602910f1910bab", "type": "image", "name": "glance"}]}}'
2026-02-05 08:12:18,478 83194 INFO [tempest.lib.common.fixed_network] (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume) Found network {'id': 'efe29108-a86a-4f66-8429-f99abc814019', 'name': 'tempest-ServerRescueNegativeTestJSON-73762070-network', 'tenant_id': 'f66afe12314a43129b3353ed2fdf67d8', 'project_id': 'f66afe12314a43129b3353ed2fdf67d8', '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': 59052, '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-02-05T07:10:55Z', 'updated_at': '2026-02-05T07:10:56Z', 'revision_number': 1} available for tenant
2026-02-05 08:12:18,478 83194 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-252671316', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEdkOualb896aS6w5niBTzrPdj3AWwaWzrY3gaJ0RJZuU7EXheMY6bQc64NsvKP2PHkVROIjgwU4vy1PKv0qZwhajGIC4ehV4ZQ4q2GZuKuOM9zlVV6WrOpkKk5c0DGkZQ==', 'fingerprint': 'f4:bc:33:7d:39:89:de:42:09:fd:98:32:11:e2:e8:3a', 'user_id': '35c50c5872f54031b66c85a19ec85d64', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCVslwcKBGKyYrFBdC7wtuWuDSYOhucIqLsjVlDSMc0gnrIOWypcgOd\n8jWh7h+T7bigBwYFK4EEACKhZANiAARHZDrmpW/PemkusOZ4gU86z3Y9wFsGls62\nN4GidESWblOxF4XjGOm0HOuDbLyj9jx5FUTiI4MFOL8tTyr9KmcIWoxiAuHoVeGU\nOKthmbirjjPc5VVelqzqZCpOXNAxpGU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '4eb3b7c4-6fc4-4555-ba3c-9898f5016958', 'name': 'tempest-securitygroup--1646884348', 'stateful': True, 'tenant_id': 'f66afe12314a43129b3353ed2fdf67d8', 'project_id': 'f66afe12314a43129b3353ed2fdf67d8', 'description': 'tempest-description--1374562449', 'shared': False, 'security_group_rules': [{'id': '24812333-e6cf-4298-9c5b-995939e5cf36', 'project_id': 'f66afe12314a43129b3353ed2fdf67d8', 'tenant_id': 'f66afe12314a43129b3353ed2fdf67d8', 'security_group_id': '4eb3b7c4-6fc4-4555-ba3c-9898f5016958', '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': 445, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-02-05T07:12:14Z', 'updated_at': '2026-02-05T07:12:14Z', 'revision_number': 0}, {'id': 'ffc93583-4a27-477c-8e96-3eae8729dd8e', 'project_id': 'f66afe12314a43129b3353ed2fdf67d8', 'tenant_id': 'f66afe12314a43129b3353ed2fdf67d8', 'security_group_id': '4eb3b7c4-6fc4-4555-ba3c-9898f5016958', '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': 444, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-02-05T07:12:14Z', 'updated_at': '2026-02-05T07:12:14Z', 'revision_number': 0}], 'tags': [], 'created_at': '2026-02-05T07:12:14Z', 'updated_at': '2026-02-05T07:12:14Z', 'revision_number': 1}, 'floating_ip': {'id': '7bd436d5-72f2-4e80-b53e-064b04d8c70a', 'tenant_id': 'f66afe12314a43129b3353ed2fdf67d8', 'project_id': 'f66afe12314a43129b3353ed2fdf67d8', 'floating_ip_address': '172.24.4.70', 'floating_network_id': '9e6e081f-ef89-4621-86f8-1225740de246', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-02-05T07:12:17Z', 'updated_at': '2026-02-05T07:12:17Z', 'revision_number': 0, 'ip': '172.24.4.70'}}
2026-02-05 08:12:19,925 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://192.168.122.6/compute/v2.1/servers 1.446s
2026-02-05 08:12:19,926 83194 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-1222367795", "imageRef": "0ec13de1-16fd-4d26-96df-12726cbebca2", "flavorRef": "42", "adminPass": "U7=h_dP!+TWHX!W", "networks": [{"uuid": "efe29108-a86a-4f66-8429-f99abc814019"}], "security_groups": [{"name": "tempest-securitygroup--1646884348"}], "key_name": "tempest-keypair-252671316", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:12:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '413', 'location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-32787a98-e3ba-44f8-b079-6ff2b8257b8d', 'x-compute-request-id': 'req-32787a98-e3ba-44f8-b079-6ff2b8257b8d', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.6/compute/v2.1/servers'}
Body: b'{"server": {"id": "54e725c3-5971-4651-ac70-ff1878152426", "links": [{"rel": "self", "href": "http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426"}, {"rel": "bookmark", "href": "http://192.168.122.6/compute/servers/54e725c3-5971-4651-ac70-ff1878152426"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1646884348"}], "adminPass": "U7=h_dP!+TWHX!W"}}'
2026-02-05 08:12:20,104 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426 0.176s
2026-02-05 08:12:20,105 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:12:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1251', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0003618f-bc34-4d2b-b9b2-b70a7e5bfbb9', 'x-compute-request-id': 'req-0003618f-bc34-4d2b-b9b2-b70a7e5bfbb9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-02-05T07:12:20Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/flavors/42"}]}, "hostId": "", "id": "54e725c3-5971-4651-ac70-ff1878152426", "image": {"id": "0ec13de1-16fd-4d26-96df-12726cbebca2", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/images/0ec13de1-16fd-4d26-96df-12726cbebca2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426"}, {"rel": "bookmark", "href": "http://192.168.122.6/compute/servers/54e725c3-5971-4651-ac70-ff1878152426"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-1222367795", "status": "BUILD", "tenant_id": "f66afe12314a43129b3353ed2fdf67d8", "user_id": "35c50c5872f54031b66c85a19ec85d64", "updated": "2026-02-05T07:12:19Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-252671316", "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-02-05 08:12:21,406 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426 0.266s
2026-02-05 08:12:21,407 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:12:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1251', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f86e1eaf-625c-4e64-a56d-501f9ed54e20', 'x-compute-request-id': 'req-f86e1eaf-625c-4e64-a56d-501f9ed54e20', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-02-05T07:12:20Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/flavors/42"}]}, "hostId": "", "id": "54e725c3-5971-4651-ac70-ff1878152426", "image": {"id": "0ec13de1-16fd-4d26-96df-12726cbebca2", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/images/0ec13de1-16fd-4d26-96df-12726cbebca2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426"}, {"rel": "bookmark", "href": "http://192.168.122.6/compute/servers/54e725c3-5971-4651-ac70-ff1878152426"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-1222367795", "status": "BUILD", "tenant_id": "f66afe12314a43129b3353ed2fdf67d8", "user_id": "35c50c5872f54031b66c85a19ec85d64", "updated": "2026-02-05T07:12:21Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-252671316", "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-02-05 08:12:22,630 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426 0.208s
2026-02-05 08:12:22,631 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:12:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1247', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1d5663b-0732-4290-b997-7e2ff3613b81', 'x-compute-request-id': 'req-f1d5663b-0732-4290-b997-7e2ff3613b81', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-02-05T07:12:19Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/flavors/42"}]}, "hostId": "", "id": "54e725c3-5971-4651-ac70-ff1878152426", "image": {"id": "0ec13de1-16fd-4d26-96df-12726cbebca2", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/images/0ec13de1-16fd-4d26-96df-12726cbebca2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426"}, {"rel": "bookmark", "href": "http://192.168.122.6/compute/servers/54e725c3-5971-4651-ac70-ff1878152426"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-1222367795", "status": "BUILD", "tenant_id": "f66afe12314a43129b3353ed2fdf67d8", "user_id": "35c50c5872f54031b66c85a19ec85d64", "updated": "2026-02-05T07:12:22Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-252671316", "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-02-05 08:12:22,641 83194 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-02-05 08:12:23,831 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426 0.188s
2026-02-05 08:12:23,831 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:12:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1303', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ead67d30-7a3f-45ec-a5a0-56d34f2ee3ae', 'x-compute-request-id': 'req-ead67d30-7a3f-45ec-a5a0-56d34f2ee3ae', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-02-05T07:12:19Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/flavors/42"}]}, "hostId": "c24b8ab168179c8a6442e5f7aa87fd570f90e4bc69d3ce4d23e4012c", "id": "54e725c3-5971-4651-ac70-ff1878152426", "image": {"id": "0ec13de1-16fd-4d26-96df-12726cbebca2", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/images/0ec13de1-16fd-4d26-96df-12726cbebca2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426"}, {"rel": "bookmark", "href": "http://192.168.122.6/compute/servers/54e725c3-5971-4651-ac70-ff1878152426"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-1222367795", "status": "BUILD", "tenant_id": "f66afe12314a43129b3353ed2fdf67d8", "user_id": "35c50c5872f54031b66c85a19ec85d64", "updated": "2026-02-05T07:12:23Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-252671316", "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-02-05 08:12:24,975 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426 0.132s
2026-02-05 08:12:24,975 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:12:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1311', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79e8f990-d547-4027-bf55-54509df117fb', 'x-compute-request-id': 'req-79e8f990-d547-4027-bf55-54509df117fb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-02-05T07:12:19Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/flavors/42"}]}, "hostId": "c24b8ab168179c8a6442e5f7aa87fd570f90e4bc69d3ce4d23e4012c", "id": "54e725c3-5971-4651-ac70-ff1878152426", "image": {"id": "0ec13de1-16fd-4d26-96df-12726cbebca2", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/images/0ec13de1-16fd-4d26-96df-12726cbebca2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426"}, {"rel": "bookmark", "href": "http://192.168.122.6/compute/servers/54e725c3-5971-4651-ac70-ff1878152426"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-1222367795", "status": "BUILD", "tenant_id": "f66afe12314a43129b3353ed2fdf67d8", "user_id": "35c50c5872f54031b66c85a19ec85d64", "updated": "2026-02-05T07:12:25Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-252671316", "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-02-05 08:12:24,987 83194 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 4 second wait
2026-02-05 08:12:26,490 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426 0.501s
2026-02-05 08:12:26,490 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:12:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1379', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3dd03f76-974b-48e6-b147-1e77a1cd1f13', 'x-compute-request-id': 'req-3dd03f76-974b-48e6-b147-1e77a1cd1f13', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-02-05T07:12:19Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/flavors/42"}]}, "hostId": "c24b8ab168179c8a6442e5f7aa87fd570f90e4bc69d3ce4d23e4012c", "id": "54e725c3-5971-4651-ac70-ff1878152426", "image": {"id": "0ec13de1-16fd-4d26-96df-12726cbebca2", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/images/0ec13de1-16fd-4d26-96df-12726cbebca2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426"}, {"rel": "bookmark", "href": "http://192.168.122.6/compute/servers/54e725c3-5971-4651-ac70-ff1878152426"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-1222367795", "status": "BUILD", "tenant_id": "f66afe12314a43129b3353ed2fdf67d8", "user_id": "35c50c5872f54031b66c85a19ec85d64", "updated": "2026-02-05T07:12:25Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-252671316", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1646884348"}], "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-02-05 08:12:27,884 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426 0.380s
2026-02-05 08:12:27,884 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:12:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1377', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9fc76b7-a9be-4165-8aff-eca900d84068', 'x-compute-request-id': 'req-b9fc76b7-a9be-4165-8aff-eca900d84068', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-02-05T07:12:19Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/flavors/42"}]}, "hostId": "c24b8ab168179c8a6442e5f7aa87fd570f90e4bc69d3ce4d23e4012c", "id": "54e725c3-5971-4651-ac70-ff1878152426", "image": {"id": "0ec13de1-16fd-4d26-96df-12726cbebca2", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/images/0ec13de1-16fd-4d26-96df-12726cbebca2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426"}, {"rel": "bookmark", "href": "http://192.168.122.6/compute/servers/54e725c3-5971-4651-ac70-ff1878152426"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-1222367795", "status": "BUILD", "tenant_id": "f66afe12314a43129b3353ed2fdf67d8", "user_id": "35c50c5872f54031b66c85a19ec85d64", "updated": "2026-02-05T07:12:27Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-252671316", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1646884348"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-02-05 08:12:27,895 83194 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 7 second wait
2026-02-05 08:12:29,242 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426 0.345s
2026-02-05 08:12:29,242 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:12:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1377', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46512581-b79d-4538-963b-aaf6b799f003', 'x-compute-request-id': 'req-46512581-b79d-4538-963b-aaf6b799f003', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-02-05T07:12:19Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/flavors/42"}]}, "hostId": "c24b8ab168179c8a6442e5f7aa87fd570f90e4bc69d3ce4d23e4012c", "id": "54e725c3-5971-4651-ac70-ff1878152426", "image": {"id": "0ec13de1-16fd-4d26-96df-12726cbebca2", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/images/0ec13de1-16fd-4d26-96df-12726cbebca2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426"}, {"rel": "bookmark", "href": "http://192.168.122.6/compute/servers/54e725c3-5971-4651-ac70-ff1878152426"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-1222367795", "status": "BUILD", "tenant_id": "f66afe12314a43129b3353ed2fdf67d8", "user_id": "35c50c5872f54031b66c85a19ec85d64", "updated": "2026-02-05T07:12:27Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-252671316", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1646884348"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-02-05 08:12:30,716 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426 0.461s
2026-02-05 08:12:30,716 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:12:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1377', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4a249d4-46ca-4b3f-b6be-2126def34735', 'x-compute-request-id': 'req-c4a249d4-46ca-4b3f-b6be-2126def34735', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-02-05T07:12:19Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/flavors/42"}]}, "hostId": "c24b8ab168179c8a6442e5f7aa87fd570f90e4bc69d3ce4d23e4012c", "id": "54e725c3-5971-4651-ac70-ff1878152426", "image": {"id": "0ec13de1-16fd-4d26-96df-12726cbebca2", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/images/0ec13de1-16fd-4d26-96df-12726cbebca2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426"}, {"rel": "bookmark", "href": "http://192.168.122.6/compute/servers/54e725c3-5971-4651-ac70-ff1878152426"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-1222367795", "status": "BUILD", "tenant_id": "f66afe12314a43129b3353ed2fdf67d8", "user_id": "35c50c5872f54031b66c85a19ec85d64", "updated": "2026-02-05T07:12:27Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-252671316", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1646884348"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-02-05 08:12:32,130 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426 0.397s
2026-02-05 08:12:32,131 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:12:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1377', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b53a2da0-4bfc-4509-820b-e59b04ee5aaa', 'x-compute-request-id': 'req-b53a2da0-4bfc-4509-820b-e59b04ee5aaa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-02-05T07:12:19Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/flavors/42"}]}, "hostId": "c24b8ab168179c8a6442e5f7aa87fd570f90e4bc69d3ce4d23e4012c", "id": "54e725c3-5971-4651-ac70-ff1878152426", "image": {"id": "0ec13de1-16fd-4d26-96df-12726cbebca2", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/images/0ec13de1-16fd-4d26-96df-12726cbebca2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426"}, {"rel": "bookmark", "href": "http://192.168.122.6/compute/servers/54e725c3-5971-4651-ac70-ff1878152426"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-1222367795", "status": "BUILD", "tenant_id": "f66afe12314a43129b3353ed2fdf67d8", "user_id": "35c50c5872f54031b66c85a19ec85d64", "updated": "2026-02-05T07:12:27Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-252671316", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1646884348"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-02-05 08:12:33,361 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426 0.212s
2026-02-05 08:12:33,361 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:12:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1377', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c10688bc-9515-4e7d-a287-9d98583998ba', 'x-compute-request-id': 'req-c10688bc-9515-4e7d-a287-9d98583998ba', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-02-05T07:12:19Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/flavors/42"}]}, "hostId": "c24b8ab168179c8a6442e5f7aa87fd570f90e4bc69d3ce4d23e4012c", "id": "54e725c3-5971-4651-ac70-ff1878152426", "image": {"id": "0ec13de1-16fd-4d26-96df-12726cbebca2", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/images/0ec13de1-16fd-4d26-96df-12726cbebca2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426"}, {"rel": "bookmark", "href": "http://192.168.122.6/compute/servers/54e725c3-5971-4651-ac70-ff1878152426"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-1222367795", "status": "BUILD", "tenant_id": "f66afe12314a43129b3353ed2fdf67d8", "user_id": "35c50c5872f54031b66c85a19ec85d64", "updated": "2026-02-05T07:12:27Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-252671316", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1646884348"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-02-05 08:12:35,123 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426 0.750s
2026-02-05 08:12:35,123 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:12:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1377', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb49cce5-3788-4914-a1e2-cc3bb21b87f6', 'x-compute-request-id': 'req-cb49cce5-3788-4914-a1e2-cc3bb21b87f6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-02-05T07:12:19Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/flavors/42"}]}, "hostId": "c24b8ab168179c8a6442e5f7aa87fd570f90e4bc69d3ce4d23e4012c", "id": "54e725c3-5971-4651-ac70-ff1878152426", "image": {"id": "0ec13de1-16fd-4d26-96df-12726cbebca2", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/images/0ec13de1-16fd-4d26-96df-12726cbebca2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426"}, {"rel": "bookmark", "href": "http://192.168.122.6/compute/servers/54e725c3-5971-4651-ac70-ff1878152426"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-1222367795", "status": "BUILD", "tenant_id": "f66afe12314a43129b3353ed2fdf67d8", "user_id": "35c50c5872f54031b66c85a19ec85d64", "updated": "2026-02-05T07:12:27Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-252671316", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1646884348"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-02-05 08:12:36,610 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426 0.475s
2026-02-05 08:12:36,610 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:12:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1377', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-55d16133-3921-4265-ba14-2103af882142', 'x-compute-request-id': 'req-55d16133-3921-4265-ba14-2103af882142', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-02-05T07:12:19Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/flavors/42"}]}, "hostId": "c24b8ab168179c8a6442e5f7aa87fd570f90e4bc69d3ce4d23e4012c", "id": "54e725c3-5971-4651-ac70-ff1878152426", "image": {"id": "0ec13de1-16fd-4d26-96df-12726cbebca2", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/images/0ec13de1-16fd-4d26-96df-12726cbebca2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426"}, {"rel": "bookmark", "href": "http://192.168.122.6/compute/servers/54e725c3-5971-4651-ac70-ff1878152426"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-1222367795", "status": "BUILD", "tenant_id": "f66afe12314a43129b3353ed2fdf67d8", "user_id": "35c50c5872f54031b66c85a19ec85d64", "updated": "2026-02-05T07:12:27Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-252671316", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1646884348"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-02-05 08:12:37,985 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426 0.363s
2026-02-05 08:12:37,986 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:12:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1377', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae9cfdd1-4abf-4396-b327-7793d1be5cc6', 'x-compute-request-id': 'req-ae9cfdd1-4abf-4396-b327-7793d1be5cc6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-02-05T07:12:19Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/flavors/42"}]}, "hostId": "c24b8ab168179c8a6442e5f7aa87fd570f90e4bc69d3ce4d23e4012c", "id": "54e725c3-5971-4651-ac70-ff1878152426", "image": {"id": "0ec13de1-16fd-4d26-96df-12726cbebca2", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/images/0ec13de1-16fd-4d26-96df-12726cbebca2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426"}, {"rel": "bookmark", "href": "http://192.168.122.6/compute/servers/54e725c3-5971-4651-ac70-ff1878152426"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-1222367795", "status": "BUILD", "tenant_id": "f66afe12314a43129b3353ed2fdf67d8", "user_id": "35c50c5872f54031b66c85a19ec85d64", "updated": "2026-02-05T07:12:38Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-252671316", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1646884348"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-02-05 08:12:39,425 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426 0.422s
2026-02-05 08:12:39,425 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:12:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1564', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3087333-86bd-4066-8199-5abee8583e18', 'x-compute-request-id': 'req-c3087333-86bd-4066-8199-5abee8583e18', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerRescueNegativeTestJSON-73762070-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:60:cc:51"}]}, "created": "2026-02-05T07:12:19Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/flavors/42"}]}, "hostId": "c24b8ab168179c8a6442e5f7aa87fd570f90e4bc69d3ce4d23e4012c", "id": "54e725c3-5971-4651-ac70-ff1878152426", "image": {"id": "0ec13de1-16fd-4d26-96df-12726cbebca2", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/images/0ec13de1-16fd-4d26-96df-12726cbebca2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426"}, {"rel": "bookmark", "href": "http://192.168.122.6/compute/servers/54e725c3-5971-4651-ac70-ff1878152426"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-1222367795", "status": "ACTIVE", "tenant_id": "f66afe12314a43129b3353ed2fdf67d8", "user_id": "35c50c5872f54031b66c85a19ec85d64", "updated": "2026-02-05T07:12:38Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-252671316", "OS-SRV-USG:launched_at": "2026-02-05T07:12:38.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1646884348"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-02-05 08:12:39,436 83194 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 19 second wait
2026-02-05 08:12:39,722 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-interface 0.285s
2026-02-05 08:12:39,722 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:12:39 GMT', 'server': 'Apache/2.4.52 (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-bf588b9a-1bf9-499c-9de2-da168113ba38', 'x-compute-request-id': 'req-bf588b9a-1bf9-499c-9de2-da168113ba38', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "efe29108-a86a-4f66-8429-f99abc814019", "port_id": "23855363-bc3d-4d2b-977e-b784173c1ef0", "mac_addr": "fa:16:3e:60:cc:51", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "d3308f31-6ebd-4af8-ab85-a2cd9b184735", "ip_address": "10.0.0.14"}]}]}'
2026-02-05 08:12:41,442 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 PUT http://192.168.122.6/networking/v2.0/floatingips/7bd436d5-72f2-4e80-b53e-064b04d8c70a 1.715s
2026-02-05 08:12:41,442 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "23855363-bc3d-4d2b-977e-b784173c1ef0"}}
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:12:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-c075bf01-2c37-4641-8cba-5db1226672ba', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/networking/v2.0/floatingips/7bd436d5-72f2-4e80-b53e-064b04d8c70a'}
Body: b'{"floatingip": {"id": "7bd436d5-72f2-4e80-b53e-064b04d8c70a", "tenant_id": "f66afe12314a43129b3353ed2fdf67d8", "project_id": "f66afe12314a43129b3353ed2fdf67d8", "floating_ip_address": "172.24.4.70", "floating_network_id": "9e6e081f-ef89-4621-86f8-1225740de246", "router_id": "7dcd6a25-70d5-4b3a-b75e-557a79786d97", "port_id": "23855363-bc3d-4d2b-977e-b784173c1ef0", "fixed_ip_address": "10.0.0.14", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "efe29108-a86a-4f66-8429-f99abc814019", "mac_address": "fa:16:3e:60:cc:51", "admin_state_up": true, "status": "ACTIVE", "device_id": "54e725c3-5971-4651-ac70-ff1878152426", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-02-05T07:12:17Z", "updated_at": "2026-02-05T07:12:40Z", "revision_number": 1}}'
2026-02-05 08:12:41,443 83194 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.70:22' as 'cirros' with public key authentication
2026-02-05 08:13:41,503 83194 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.70 (timed out). Number attempts: 1. Retry after 2 seconds.
2026-02-05 08:13:44,015 83194 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.70 ([Errno None] Unable to connect to port 22 on 172.24.4.70). Number attempts: 2. Retry after 3 seconds.
2026-02-05 08:13:47,521 83194 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.70 ([Errno None] Unable to connect to port 22 on 172.24.4.70). Number attempts: 3. Retry after 4 seconds.
2026-02-05 08:13:52,034 83194 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.70 ([Errno None] Unable to connect to port 22 on 172.24.4.70). Number attempts: 4. Retry after 5 seconds.
2026-02-05 08:13:57,565 83194 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.70 ([Errno None] Unable to connect to port 22 on 172.24.4.70). Number attempts: 5. Retry after 6 seconds.
2026-02-05 08:14:04,073 83194 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.70 ([Errno None] Unable to connect to port 22 on 172.24.4.70). Number attempts: 6. Retry after 7 seconds.
2026-02-05 08:14:11,652 83194 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-02-05 08:14:11,992 83194 INFO [paramiko.transport] Authentication (publickey) successful!
2026-02-05 08:14:11,993 83194 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.70 successfully created
2026-02-05 08:14:14,430 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 POST http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 2.435s
2026-02-05 08:14:14,430 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volumeAttachment": {"volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859"}}
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:14:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '194', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00267fc5-a112-420e-8414-af5dceeb53ec', 'x-compute-request-id': 'req-00267fc5-a112-420e-8414-af5dceeb53ec', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachment": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "device": "/dev/vdb"}}'
2026-02-05 08:14:14,491 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.059s
2026-02-05 08:14:14,491 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:14:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d36fecfd-475b-4f6e-bbd1-930d29d865a8', 'content-length': '856', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d36fecfd-475b-4f6e-bbd1-930d29d865a8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:14:15,666 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.163s
2026-02-05 08:14:15,666 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:14:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6301eceb-7bd1-485d-9c55-b0c4210e73bc', 'content-length': '856', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6301eceb-7bd1-485d-9c55-b0c4210e73bc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:14:17,036 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.356s
2026-02-05 08:14:17,036 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:14:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df339f7d-2dd8-4938-837a-38b044144183', 'content-length': '856', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df339f7d-2dd8-4938-837a-38b044144183', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:14:18,284 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.237s
2026-02-05 08:14:18,285 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:14:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87fd697c-48c7-4b03-8321-3d9dbd7b03e1', 'content-length': '856', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87fd697c-48c7-4b03-8321-3d9dbd7b03e1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:14.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:14:19,382 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.081s
2026-02-05 08:14:19,382 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:14:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c5207fd-aad7-4c7e-9d56-354944dbfd3e', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c5207fd-aad7-4c7e-9d56-354944dbfd3e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:18.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:14:20,445 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.053s
2026-02-05 08:14:20,445 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:14:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b274fa1-7024-48d7-b1df-b7667a736d2e', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b274fa1-7024-48d7-b1df-b7667a736d2e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:18.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:14:21,501 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.044s
2026-02-05 08:14:21,501 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:14:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9749f46-68b3-47dd-87ad-572acdff2b75', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9749f46-68b3-47dd-87ad-572acdff2b75', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:18.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:14:22,566 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.054s
2026-02-05 08:14:22,567 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:14:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d287ee2e-5f22-49dd-85ff-f8d94d8ffad8', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d287ee2e-5f22-49dd-85ff-f8d94d8ffad8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:14:22,577 83194 INFO [tempest.common.waiters] Attachment fa8de053-4a7f-446f-b6b9-db708efd4ab4 created for volume e1407892-06ce-4e68-9dc8-428ec06c3859 to server 54e725c3-5971-4651-ac70-ff1878152426 after waiting for 8.577519 seconds
2026-02-05 08:14:22,630 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.052s
2026-02-05 08:14:22,631 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:14:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b63ba24f-14c5-43aa-9848-d1ad2514bc04', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b63ba24f-14c5-43aa-9848-d1ad2514bc04', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:14:22,641 83194 INFO [tempest.common.waiters] volume e1407892-06ce-4e68-9dc8-428ec06c3859 reached in-use after waiting for 0.641429 seconds
2026-02-05 08:14:22,935 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 POST http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/action 0.293s
2026-02-05 08:14:22,935 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"rescue": {"adminPass": "U7=h_dP!+TWHX!W"}}
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:14:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '32', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21cf190b-9c09-427d-870b-6b80eebce2e8', 'x-compute-request-id': 'req-21cf190b-9c09-427d-870b-6b80eebce2e8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/action'}
Body: b'{"adminPass": "U7=h_dP!+TWHX!W"}'
2026-02-05 08:14:23,270 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426 0.334s
2026-02-05 08:14:23,271 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:14:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1734', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9bf19e88-f829-4c7e-9436-c00f6cdc4ba3', 'x-compute-request-id': 'req-9bf19e88-f829-4c7e-9436-c00f6cdc4ba3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerRescueNegativeTestJSON-73762070-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:60:cc:51"}, {"version": 4, "addr": "172.24.4.70", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:60:cc:51"}]}, "created": "2026-02-05T07:12:19Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/flavors/42"}]}, "hostId": "c24b8ab168179c8a6442e5f7aa87fd570f90e4bc69d3ce4d23e4012c", "id": "54e725c3-5971-4651-ac70-ff1878152426", "image": {"id": "0ec13de1-16fd-4d26-96df-12726cbebca2", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/images/0ec13de1-16fd-4d26-96df-12726cbebca2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426"}, {"rel": "bookmark", "href": "http://192.168.122.6/compute/servers/54e725c3-5971-4651-ac70-ff1878152426"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-1222367795", "status": "ACTIVE", "tenant_id": "f66afe12314a43129b3353ed2fdf67d8", "user_id": "35c50c5872f54031b66c85a19ec85d64", "updated": "2026-02-05T07:14:23Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-252671316", "OS-SRV-USG:launched_at": "2026-02-05T07:12:38.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1646884348"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859"}]}}'
2026-02-05 08:14:24,485 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426 0.198s
2026-02-05 08:14:24,486 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:14:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1734', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fda4c123-ca7a-4e59-a1d4-16c6db4eeaf8', 'x-compute-request-id': 'req-fda4c123-ca7a-4e59-a1d4-16c6db4eeaf8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerRescueNegativeTestJSON-73762070-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:60:cc:51"}, {"version": 4, "addr": "172.24.4.70", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:60:cc:51"}]}, "created": "2026-02-05T07:12:19Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/flavors/42"}]}, "hostId": "c24b8ab168179c8a6442e5f7aa87fd570f90e4bc69d3ce4d23e4012c", "id": "54e725c3-5971-4651-ac70-ff1878152426", "image": {"id": "0ec13de1-16fd-4d26-96df-12726cbebca2", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/images/0ec13de1-16fd-4d26-96df-12726cbebca2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426"}, {"rel": "bookmark", "href": "http://192.168.122.6/compute/servers/54e725c3-5971-4651-ac70-ff1878152426"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-1222367795", "status": "ACTIVE", "tenant_id": "f66afe12314a43129b3353ed2fdf67d8", "user_id": "35c50c5872f54031b66c85a19ec85d64", "updated": "2026-02-05T07:14:23Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-252671316", "OS-SRV-USG:launched_at": "2026-02-05T07:12:38.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1646884348"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859"}]}}'
2026-02-05 08:14:25,716 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426 0.217s
2026-02-05 08:14:25,716 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:14:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1734', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a10097cc-0ef8-434e-9da1-b204b767ef04', 'x-compute-request-id': 'req-a10097cc-0ef8-434e-9da1-b204b767ef04', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerRescueNegativeTestJSON-73762070-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:60:cc:51"}, {"version": 4, "addr": "172.24.4.70", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:60:cc:51"}]}, "created": "2026-02-05T07:12:19Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/flavors/42"}]}, "hostId": "c24b8ab168179c8a6442e5f7aa87fd570f90e4bc69d3ce4d23e4012c", "id": "54e725c3-5971-4651-ac70-ff1878152426", "image": {"id": "0ec13de1-16fd-4d26-96df-12726cbebca2", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/images/0ec13de1-16fd-4d26-96df-12726cbebca2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426"}, {"rel": "bookmark", "href": "http://192.168.122.6/compute/servers/54e725c3-5971-4651-ac70-ff1878152426"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-1222367795", "status": "ACTIVE", "tenant_id": "f66afe12314a43129b3353ed2fdf67d8", "user_id": "35c50c5872f54031b66c85a19ec85d64", "updated": "2026-02-05T07:14:23Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-252671316", "OS-SRV-USG:launched_at": "2026-02-05T07:12:38.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1646884348"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859"}]}}'
2026-02-05 08:14:27,084 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426 0.356s
2026-02-05 08:14:27,084 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:14:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1734', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69f28431-5d7f-4f95-9f6f-066f55d8305c', 'x-compute-request-id': 'req-69f28431-5d7f-4f95-9f6f-066f55d8305c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerRescueNegativeTestJSON-73762070-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:60:cc:51"}, {"version": 4, "addr": "172.24.4.70", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:60:cc:51"}]}, "created": "2026-02-05T07:12:19Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/flavors/42"}]}, "hostId": "c24b8ab168179c8a6442e5f7aa87fd570f90e4bc69d3ce4d23e4012c", "id": "54e725c3-5971-4651-ac70-ff1878152426", "image": {"id": "0ec13de1-16fd-4d26-96df-12726cbebca2", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/images/0ec13de1-16fd-4d26-96df-12726cbebca2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426"}, {"rel": "bookmark", "href": "http://192.168.122.6/compute/servers/54e725c3-5971-4651-ac70-ff1878152426"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-1222367795", "status": "ACTIVE", "tenant_id": "f66afe12314a43129b3353ed2fdf67d8", "user_id": "35c50c5872f54031b66c85a19ec85d64", "updated": "2026-02-05T07:14:23Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-252671316", "OS-SRV-USG:launched_at": "2026-02-05T07:12:38.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1646884348"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859"}]}}'
2026-02-05 08:14:28,422 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426 0.325s
2026-02-05 08:14:28,422 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:14:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1734', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-baf58b4d-9d8f-4aae-bd80-d86bcef4af92', 'x-compute-request-id': 'req-baf58b4d-9d8f-4aae-bd80-d86bcef4af92', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerRescueNegativeTestJSON-73762070-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:60:cc:51"}, {"version": 4, "addr": "172.24.4.70", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:60:cc:51"}]}, "created": "2026-02-05T07:12:19Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/flavors/42"}]}, "hostId": "c24b8ab168179c8a6442e5f7aa87fd570f90e4bc69d3ce4d23e4012c", "id": "54e725c3-5971-4651-ac70-ff1878152426", "image": {"id": "0ec13de1-16fd-4d26-96df-12726cbebca2", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/images/0ec13de1-16fd-4d26-96df-12726cbebca2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426"}, {"rel": "bookmark", "href": "http://192.168.122.6/compute/servers/54e725c3-5971-4651-ac70-ff1878152426"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-1222367795", "status": "ACTIVE", "tenant_id": "f66afe12314a43129b3353ed2fdf67d8", "user_id": "35c50c5872f54031b66c85a19ec85d64", "updated": "2026-02-05T07:14:23Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-252671316", "OS-SRV-USG:launched_at": "2026-02-05T07:12:38.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1646884348"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859"}]}}'
2026-02-05 08:14:29,621 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426 0.186s
2026-02-05 08:14:29,622 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:14:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1734', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-684e560b-6807-441a-9ef3-b26234d02658', 'x-compute-request-id': 'req-684e560b-6807-441a-9ef3-b26234d02658', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerRescueNegativeTestJSON-73762070-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:60:cc:51"}, {"version": 4, "addr": "172.24.4.70", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:60:cc:51"}]}, "created": "2026-02-05T07:12:19Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/flavors/42"}]}, "hostId": "c24b8ab168179c8a6442e5f7aa87fd570f90e4bc69d3ce4d23e4012c", "id": "54e725c3-5971-4651-ac70-ff1878152426", "image": {"id": "0ec13de1-16fd-4d26-96df-12726cbebca2", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/images/0ec13de1-16fd-4d26-96df-12726cbebca2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426"}, {"rel": "bookmark", "href": "http://192.168.122.6/compute/servers/54e725c3-5971-4651-ac70-ff1878152426"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-1222367795", "status": "ACTIVE", "tenant_id": "f66afe12314a43129b3353ed2fdf67d8", "user_id": "35c50c5872f54031b66c85a19ec85d64", "updated": "2026-02-05T07:14:23Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-252671316", "OS-SRV-USG:launched_at": "2026-02-05T07:12:38.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1646884348"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859"}]}}'
2026-02-05 08:14:30,806 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426 0.172s
2026-02-05 08:14:30,806 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:14:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1734', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8f78861-8d34-443a-8dd7-9cf76e703e80', 'x-compute-request-id': 'req-f8f78861-8d34-443a-8dd7-9cf76e703e80', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerRescueNegativeTestJSON-73762070-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:60:cc:51"}, {"version": 4, "addr": "172.24.4.70", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:60:cc:51"}]}, "created": "2026-02-05T07:12:19Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/flavors/42"}]}, "hostId": "c24b8ab168179c8a6442e5f7aa87fd570f90e4bc69d3ce4d23e4012c", "id": "54e725c3-5971-4651-ac70-ff1878152426", "image": {"id": "0ec13de1-16fd-4d26-96df-12726cbebca2", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/images/0ec13de1-16fd-4d26-96df-12726cbebca2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426"}, {"rel": "bookmark", "href": "http://192.168.122.6/compute/servers/54e725c3-5971-4651-ac70-ff1878152426"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-1222367795", "status": "ACTIVE", "tenant_id": "f66afe12314a43129b3353ed2fdf67d8", "user_id": "35c50c5872f54031b66c85a19ec85d64", "updated": "2026-02-05T07:14:23Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-252671316", "OS-SRV-USG:launched_at": "2026-02-05T07:12:38.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1646884348"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859"}]}}'
2026-02-05 08:14:32,008 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426 0.189s
2026-02-05 08:14:32,008 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:14:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1734', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ce126d9-a351-4fb3-b07e-6fa90986858a', 'x-compute-request-id': 'req-6ce126d9-a351-4fb3-b07e-6fa90986858a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerRescueNegativeTestJSON-73762070-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:60:cc:51"}, {"version": 4, "addr": "172.24.4.70", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:60:cc:51"}]}, "created": "2026-02-05T07:12:19Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/flavors/42"}]}, "hostId": "c24b8ab168179c8a6442e5f7aa87fd570f90e4bc69d3ce4d23e4012c", "id": "54e725c3-5971-4651-ac70-ff1878152426", "image": {"id": "0ec13de1-16fd-4d26-96df-12726cbebca2", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/images/0ec13de1-16fd-4d26-96df-12726cbebca2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426"}, {"rel": "bookmark", "href": "http://192.168.122.6/compute/servers/54e725c3-5971-4651-ac70-ff1878152426"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-1222367795", "status": "ACTIVE", "tenant_id": "f66afe12314a43129b3353ed2fdf67d8", "user_id": "35c50c5872f54031b66c85a19ec85d64", "updated": "2026-02-05T07:14:23Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-252671316", "OS-SRV-USG:launched_at": "2026-02-05T07:12:38.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1646884348"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859"}]}}'
2026-02-05 08:14:33,277 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426 0.251s
2026-02-05 08:14:33,278 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:14:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1734', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bca60673-f3c6-4ea9-8729-8260cd13e0f0', 'x-compute-request-id': 'req-bca60673-f3c6-4ea9-8729-8260cd13e0f0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerRescueNegativeTestJSON-73762070-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:60:cc:51"}, {"version": 4, "addr": "172.24.4.70", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:60:cc:51"}]}, "created": "2026-02-05T07:12:19Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/flavors/42"}]}, "hostId": "c24b8ab168179c8a6442e5f7aa87fd570f90e4bc69d3ce4d23e4012c", "id": "54e725c3-5971-4651-ac70-ff1878152426", "image": {"id": "0ec13de1-16fd-4d26-96df-12726cbebca2", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/images/0ec13de1-16fd-4d26-96df-12726cbebca2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426"}, {"rel": "bookmark", "href": "http://192.168.122.6/compute/servers/54e725c3-5971-4651-ac70-ff1878152426"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-1222367795", "status": "ACTIVE", "tenant_id": "f66afe12314a43129b3353ed2fdf67d8", "user_id": "35c50c5872f54031b66c85a19ec85d64", "updated": "2026-02-05T07:14:23Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-252671316", "OS-SRV-USG:launched_at": "2026-02-05T07:12:38.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1646884348"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859"}]}}'
2026-02-05 08:14:34,869 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426 0.579s
2026-02-05 08:14:34,869 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:14:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1734', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f745662c-f490-4766-a3c1-dfb87fe60b39', 'x-compute-request-id': 'req-f745662c-f490-4766-a3c1-dfb87fe60b39', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerRescueNegativeTestJSON-73762070-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:60:cc:51"}, {"version": 4, "addr": "172.24.4.70", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:60:cc:51"}]}, "created": "2026-02-05T07:12:19Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/flavors/42"}]}, "hostId": "c24b8ab168179c8a6442e5f7aa87fd570f90e4bc69d3ce4d23e4012c", "id": "54e725c3-5971-4651-ac70-ff1878152426", "image": {"id": "0ec13de1-16fd-4d26-96df-12726cbebca2", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/images/0ec13de1-16fd-4d26-96df-12726cbebca2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426"}, {"rel": "bookmark", "href": "http://192.168.122.6/compute/servers/54e725c3-5971-4651-ac70-ff1878152426"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-1222367795", "status": "ACTIVE", "tenant_id": "f66afe12314a43129b3353ed2fdf67d8", "user_id": "35c50c5872f54031b66c85a19ec85d64", "updated": "2026-02-05T07:14:23Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-252671316", "OS-SRV-USG:launched_at": "2026-02-05T07:12:38.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1646884348"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859"}]}}'
2026-02-05 08:14:36,389 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426 0.497s
2026-02-05 08:14:36,390 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:14:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1714', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-351abc3d-dce8-4018-b75c-cd46d3d93893', 'x-compute-request-id': 'req-351abc3d-dce8-4018-b75c-cd46d3d93893', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerRescueNegativeTestJSON-73762070-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:60:cc:51"}, {"version": 4, "addr": "172.24.4.70", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:60:cc:51"}]}, "created": "2026-02-05T07:12:19Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/flavors/42"}]}, "hostId": "c24b8ab168179c8a6442e5f7aa87fd570f90e4bc69d3ce4d23e4012c", "id": "54e725c3-5971-4651-ac70-ff1878152426", "image": {"id": "0ec13de1-16fd-4d26-96df-12726cbebca2", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/images/0ec13de1-16fd-4d26-96df-12726cbebca2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426"}, {"rel": "bookmark", "href": "http://192.168.122.6/compute/servers/54e725c3-5971-4651-ac70-ff1878152426"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-1222367795", "status": "RESCUE", "tenant_id": "f66afe12314a43129b3353ed2fdf67d8", "user_id": "35c50c5872f54031b66c85a19ec85d64", "updated": "2026-02-05T07:14:36Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-252671316", "OS-SRV-USG:launched_at": "2026-02-05T07:14:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1646884348"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "rescued", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859"}]}}'
2026-02-05 08:14:36,408 83194 INFO [tempest.common.waiters] State transition "ACTIVE/rescuing" ==> "RESCUE/None" after 13 second wait
2026-02-05 08:14:36,682 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://192.168.122.6/identity/v3/auth/tokens 0.270s
2026-02-05 08:14:36,682 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:14:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2524', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-4b29929d-a37a-4830-8599-2b8430784385', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.6/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "35c50c5872f54031b66c85a19ec85d64", "name": "tempest-ServerRescueNegativeTestJSON-841202851-project-member", "password_expires_at": null}, "audit_ids": ["Wrt8i-IxT4-jyl_L-VR8JQ"], "expires_at": "2026-02-05T08:14:36.000000Z", "issued_at": "2026-02-05T07:14:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f66afe12314a43129b3353ed2fdf67d8", "name": "tempest-ServerRescueNegativeTestJSON-841202851"}, "is_domain": false, "roles": [{"id": "ea24b8d4f43e44b396a4a2c03ec742d6", "name": "member"}, {"id": "0880614ffa6d4783a1b1e8b8d3d5a62d", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d5f30695fa7c4585baf972c2d39fa313", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.6/compute/v2.1", "region": "RegionOne"}], "id": "03d3a257111a4992b58bd6bb66463de2", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "efddf76e7ad0483895cda64da48a1f28", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.6/compute/v2/f66afe12314a43129b3353ed2fdf67d8", "region": "RegionOne"}], "id": "21e387f6b68e47308409053accfe68b3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f3db86da27a743deb27da3f4b389f75f", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.6/networking", "region": "RegionOne"}], "id": "65aedafef50d4ca1a651a34b55157255", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "818cac46cc354ea9990b4b9f1fa16d47", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.6/placement", "region": "RegionOne"}], "id": "9bf96d940e4c4295be4381bbba427098", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "c548812a785c46e2a6e6915b1fda7f75", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.6/volume/v3", "region": "RegionOne"}], "id": "a10c0df8b7a34da69ffb1aea88dd1f23", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "40fe7ba6ad1944da91e8641c9aecb506", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.6/identity", "region": "RegionOne"}], "id": "b2f042a96e6c4d948918636c1bfff278", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ba6a66c33ae1486d8703304b11541367", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.6/image", "region": "RegionOne"}], "id": "b7a296277783467cbb602910f1910bab", "type": "image", "name": "glance"}]}}'
2026-02-05 08:14:36,683 83194 INFO [tempest.lib.common.fixed_network] (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume) Found network {'id': 'efe29108-a86a-4f66-8429-f99abc814019', 'name': 'tempest-ServerRescueNegativeTestJSON-73762070-network', 'tenant_id': 'f66afe12314a43129b3353ed2fdf67d8', 'project_id': 'f66afe12314a43129b3353ed2fdf67d8', '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': 59052, '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-02-05T07:10:55Z', 'updated_at': '2026-02-05T07:10:56Z', 'revision_number': 1} available for tenant
2026-02-05 08:14:36,903 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 409 DELETE http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments/e1407892-06ce-4e68-9dc8-428ec06c3859 0.219s
2026-02-05 08:14:36,903 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:14:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '152', 'x-openstack-request-id': 'req-3332965d-cf1d-4f8c-9d46-fee39fbad4ba', 'x-compute-request-id': 'req-3332965d-cf1d-4f8c-9d46-fee39fbad4ba', 'connection': 'close', 'status': '409', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"conflictingRequest": {"code": 409, "message": "Cannot \'detach_volume\' instance 54e725c3-5971-4651-ac70-ff1878152426 while it is in vm_state rescued"}}'
2026-02-05 08:14:37,072 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 202 POST http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/action 0.168s
2026-02-05 08:14:37,072 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"unrescue": {}}
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:14:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d891a086-852f-46b6-8d80-6ed97eb5f590', 'x-compute-request-id': 'req-d891a086-852f-46b6-8d80-6ed97eb5f590', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/action'}
Body: b''
2026-02-05 08:14:37,646 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426 0.574s
2026-02-05 08:14:37,647 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:14:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1722', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea4145d5-ddd7-439f-bb19-fae69cbcb909', 'x-compute-request-id': 'req-ea4145d5-ddd7-439f-bb19-fae69cbcb909', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerRescueNegativeTestJSON-73762070-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:60:cc:51"}, {"version": 4, "addr": "172.24.4.70", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:60:cc:51"}]}, "created": "2026-02-05T07:12:19Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/flavors/42"}]}, "hostId": "c24b8ab168179c8a6442e5f7aa87fd570f90e4bc69d3ce4d23e4012c", "id": "54e725c3-5971-4651-ac70-ff1878152426", "image": {"id": "0ec13de1-16fd-4d26-96df-12726cbebca2", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/images/0ec13de1-16fd-4d26-96df-12726cbebca2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426"}, {"rel": "bookmark", "href": "http://192.168.122.6/compute/servers/54e725c3-5971-4651-ac70-ff1878152426"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-1222367795", "status": "RESCUE", "tenant_id": "f66afe12314a43129b3353ed2fdf67d8", "user_id": "35c50c5872f54031b66c85a19ec85d64", "updated": "2026-02-05T07:14:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-252671316", "OS-SRV-USG:launched_at": "2026-02-05T07:14:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1646884348"}], "OS-EXT-STS:task_state": "unrescuing", "OS-EXT-STS:vm_state": "rescued", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859"}]}}'
2026-02-05 08:14:39,102 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426 0.443s
2026-02-05 08:14:39,102 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:14:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1722', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d3d01d03-e2a5-4c67-9923-2fdac86ec087', 'x-compute-request-id': 'req-d3d01d03-e2a5-4c67-9923-2fdac86ec087', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerRescueNegativeTestJSON-73762070-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:60:cc:51"}, {"version": 4, "addr": "172.24.4.70", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:60:cc:51"}]}, "created": "2026-02-05T07:12:19Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/flavors/42"}]}, "hostId": "c24b8ab168179c8a6442e5f7aa87fd570f90e4bc69d3ce4d23e4012c", "id": "54e725c3-5971-4651-ac70-ff1878152426", "image": {"id": "0ec13de1-16fd-4d26-96df-12726cbebca2", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/images/0ec13de1-16fd-4d26-96df-12726cbebca2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426"}, {"rel": "bookmark", "href": "http://192.168.122.6/compute/servers/54e725c3-5971-4651-ac70-ff1878152426"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-1222367795", "status": "RESCUE", "tenant_id": "f66afe12314a43129b3353ed2fdf67d8", "user_id": "35c50c5872f54031b66c85a19ec85d64", "updated": "2026-02-05T07:14:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-252671316", "OS-SRV-USG:launched_at": "2026-02-05T07:14:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1646884348"}], "OS-EXT-STS:task_state": "unrescuing", "OS-EXT-STS:vm_state": "rescued", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859"}]}}'
2026-02-05 08:14:40,807 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426 0.692s
2026-02-05 08:14:40,808 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:14:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1722', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ccafcafa-44a0-4144-b805-6f35e02cab4d', 'x-compute-request-id': 'req-ccafcafa-44a0-4144-b805-6f35e02cab4d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerRescueNegativeTestJSON-73762070-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:60:cc:51"}, {"version": 4, "addr": "172.24.4.70", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:60:cc:51"}]}, "created": "2026-02-05T07:12:19Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/flavors/42"}]}, "hostId": "c24b8ab168179c8a6442e5f7aa87fd570f90e4bc69d3ce4d23e4012c", "id": "54e725c3-5971-4651-ac70-ff1878152426", "image": {"id": "0ec13de1-16fd-4d26-96df-12726cbebca2", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/images/0ec13de1-16fd-4d26-96df-12726cbebca2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426"}, {"rel": "bookmark", "href": "http://192.168.122.6/compute/servers/54e725c3-5971-4651-ac70-ff1878152426"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-1222367795", "status": "RESCUE", "tenant_id": "f66afe12314a43129b3353ed2fdf67d8", "user_id": "35c50c5872f54031b66c85a19ec85d64", "updated": "2026-02-05T07:14:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-252671316", "OS-SRV-USG:launched_at": "2026-02-05T07:14:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1646884348"}], "OS-EXT-STS:task_state": "unrescuing", "OS-EXT-STS:vm_state": "rescued", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859"}]}}'
2026-02-05 08:14:42,095 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426 0.275s
2026-02-05 08:14:42,095 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:14:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1722', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c51ce20-2cf6-432c-847b-e76300c39ed5', 'x-compute-request-id': 'req-4c51ce20-2cf6-432c-847b-e76300c39ed5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerRescueNegativeTestJSON-73762070-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:60:cc:51"}, {"version": 4, "addr": "172.24.4.70", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:60:cc:51"}]}, "created": "2026-02-05T07:12:19Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/flavors/42"}]}, "hostId": "c24b8ab168179c8a6442e5f7aa87fd570f90e4bc69d3ce4d23e4012c", "id": "54e725c3-5971-4651-ac70-ff1878152426", "image": {"id": "0ec13de1-16fd-4d26-96df-12726cbebca2", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/images/0ec13de1-16fd-4d26-96df-12726cbebca2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426"}, {"rel": "bookmark", "href": "http://192.168.122.6/compute/servers/54e725c3-5971-4651-ac70-ff1878152426"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-1222367795", "status": "RESCUE", "tenant_id": "f66afe12314a43129b3353ed2fdf67d8", "user_id": "35c50c5872f54031b66c85a19ec85d64", "updated": "2026-02-05T07:14:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-252671316", "OS-SRV-USG:launched_at": "2026-02-05T07:14:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1646884348"}], "OS-EXT-STS:task_state": "unrescuing", "OS-EXT-STS:vm_state": "rescued", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859"}]}}'
2026-02-05 08:14:43,497 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426 0.388s
2026-02-05 08:14:43,497 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:14:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1719', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2e5714d-4124-466f-966e-3b65e9a253c0', 'x-compute-request-id': 'req-e2e5714d-4124-466f-966e-3b65e9a253c0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerRescueNegativeTestJSON-73762070-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:60:cc:51"}, {"version": 4, "addr": "172.24.4.70", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:60:cc:51"}]}, "created": "2026-02-05T07:12:19Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/flavors/42"}]}, "hostId": "c24b8ab168179c8a6442e5f7aa87fd570f90e4bc69d3ce4d23e4012c", "id": "54e725c3-5971-4651-ac70-ff1878152426", "image": {"id": "0ec13de1-16fd-4d26-96df-12726cbebca2", "links": [{"rel": "bookmark", "href": "http://192.168.122.6/compute/images/0ec13de1-16fd-4d26-96df-12726cbebca2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426"}, {"rel": "bookmark", "href": "http://192.168.122.6/compute/servers/54e725c3-5971-4651-ac70-ff1878152426"}], "metadata": {}, "name": "tempest-ServerRescueNegativeTestJSON-server-1222367795", "status": "ERROR", "tenant_id": "f66afe12314a43129b3353ed2fdf67d8", "user_id": "35c50c5872f54031b66c85a19ec85d64", "updated": "2026-02-05T07:14:43Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-252671316", "OS-SRV-USG:launched_at": "2026-02-05T07:14:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1646884348"}], "OS-EXT-STS:task_state": "unrescuing", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859"}]}}'
2026-02-05 08:14:43,513 83194 INFO [tempest.common.waiters] State transition "RESCUE/unrescuing" ==> "ERROR/unrescuing" after 6 second wait
2026-02-05 08:14:43,730 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-interface 0.216s
2026-02-05 08:14:43,730 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:14:43 GMT', 'server': 'Apache/2.4.52 (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-38c46fbd-2a22-4305-b13a-1c8dfd641ffe', 'x-compute-request-id': 'req-38c46fbd-2a22-4305-b13a-1c8dfd641ffe', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "efe29108-a86a-4f66-8429-f99abc814019", "port_id": "23855363-bc3d-4d2b-977e-b784173c1ef0", "mac_addr": "fa:16:3e:60:cc:51", "port_state": "DOWN", "fixed_ips": [{"subnet_id": "d3308f31-6ebd-4af8-ab85-a2cd9b184735", "ip_address": "10.0.0.14"}]}]}'
2026-02-05 08:14:45,031 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 PUT http://192.168.122.6/networking/v2.0/floatingips/7bd436d5-72f2-4e80-b53e-064b04d8c70a 1.298s
2026-02-05 08:14:45,031 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "23855363-bc3d-4d2b-977e-b784173c1ef0"}}
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:14:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-b78cc276-1311-4bfa-be3b-a93b05adb0df', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/networking/v2.0/floatingips/7bd436d5-72f2-4e80-b53e-064b04d8c70a'}
Body: b'{"floatingip": {"id": "7bd436d5-72f2-4e80-b53e-064b04d8c70a", "tenant_id": "f66afe12314a43129b3353ed2fdf67d8", "project_id": "f66afe12314a43129b3353ed2fdf67d8", "floating_ip_address": "172.24.4.70", "floating_network_id": "9e6e081f-ef89-4621-86f8-1225740de246", "router_id": "7dcd6a25-70d5-4b3a-b75e-557a79786d97", "port_id": "23855363-bc3d-4d2b-977e-b784173c1ef0", "fixed_ip_address": "10.0.0.14", "status": "ACTIVE", "description": "", "port_details": {"name": "", "network_id": "efe29108-a86a-4f66-8429-f99abc814019", "mac_address": "fa:16:3e:60:cc:51", "admin_state_up": true, "status": "DOWN", "device_id": "54e725c3-5971-4651-ac70-ff1878152426", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-02-05T07:12:17Z", "updated_at": "2026-02-05T07:14:44Z", "revision_number": 3}}'
2026-02-05 08:14:45,032 83194 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.70:22' as 'cirros' with public key authentication
2026-02-05 08:15:45,091 83194 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.70 (timed out). Number attempts: 1. Retry after 2 seconds.
2026-02-05 08:16:47,651 83194 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.70 (timed out). Number attempts: 2. Retry after 3 seconds.
2026-02-05 08:17:51,215 83194 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.70 (timed out). Number attempts: 3. Retry after 4 seconds.
2026-02-05 08:18:55,779 83194 ERROR [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.70 after 3 attempts. Proxy client: no proxy client
2026-02-05 08:18:55.779 83194 ERROR tempest.lib.common.ssh Traceback (most recent call last):
2026-02-05 08:18:55.779 83194 ERROR tempest.lib.common.ssh File "/opt/stack/tempest/tempest/lib/common/ssh.py", line 135, in _get_ssh_connection
2026-02-05 08:18:55.779 83194 ERROR tempest.lib.common.ssh ssh.connect(self.host, port=self.port, username=self.username,
2026-02-05 08:18:55.779 83194 ERROR tempest.lib.common.ssh File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/paramiko/client.py", line 384, in connect
2026-02-05 08:18:55.779 83194 ERROR tempest.lib.common.ssh sock.connect(addr)
2026-02-05 08:18:55.779 83194 ERROR tempest.lib.common.ssh TimeoutError: timed out
2026-02-05 08:18:55.779 83194 ERROR tempest.lib.common.ssh
2026-02-05 08:18:55,781 83194 DEBUG [tempest.lib.common.utils.linux.remote_client] Caller: ServerRescueNegativeTestJSON:_run_cleanups. Timeout trying to ssh to server response: {'date': 'Thu, 05 Feb 2026 07:12:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '413', 'location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-32787a98-e3ba-44f8-b079-6ff2b8257b8d', 'x-compute-request-id': 'req-32787a98-e3ba-44f8-b079-6ff2b8257b8d', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.6/compute/v2.1/servers'}
Body: {'accessIPv4': '', 'accessIPv6': '', 'addresses': {'tempest-ServerRescueNegativeTestJSON-73762070-network': [{'version': 4, 'addr': '10.0.0.14', 'OS-EXT-IPS:type': 'fixed', 'OS-EXT-IPS-MAC:mac_addr': 'fa:16:3e:60:cc:51'}]}, 'created': '2026-02-05T07:12:19Z', 'flavor': {'id': '42', 'links': [{'rel': 'bookmark', 'href': 'http://192.168.122.6/compute/flavors/42'}]}, 'hostId': 'c24b8ab168179c8a6442e5f7aa87fd570f90e4bc69d3ce4d23e4012c', 'id': '54e725c3-5971-4651-ac70-ff1878152426', 'image': {'id': '0ec13de1-16fd-4d26-96df-12726cbebca2', 'links': [{'rel': 'bookmark', 'href': 'http://192.168.122.6/compute/images/0ec13de1-16fd-4d26-96df-12726cbebca2'}]}, 'links': [{'rel': 'self', 'href': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426'}, {'rel': 'bookmark', 'href': 'http://192.168.122.6/compute/servers/54e725c3-5971-4651-ac70-ff1878152426'}], 'metadata': {}, 'name': 'tempest-ServerRescueNegativeTestJSON-server-1222367795', 'status': 'ACTIVE', 'tenant_id': 'f66afe12314a43129b3353ed2fdf67d8', 'user_id': '35c50c5872f54031b66c85a19ec85d64', 'updated': '2026-02-05T07:12:38Z', 'OS-DCF:diskConfig': 'MANUAL', 'progress': 0, 'OS-EXT-AZ:availability_zone': 'nova', 'config_drive': '', 'key_name': 'tempest-keypair-252671316', 'OS-SRV-USG:launched_at': '2026-02-05T07:12:38.000000', 'OS-SRV-USG:terminated_at': None, 'security_groups': [{'name': 'tempest-securitygroup--1646884348'}], 'OS-EXT-STS:task_state': None, 'OS-EXT-STS:vm_state': 'active', 'OS-EXT-STS:power_state': 1, 'os-extended-volumes:volumes_attached': []}
2026-02-05 08:18:56,981 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 404 POST http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/action 1.199s
2026-02-05 08:18:56,981 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:18:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '86', 'x-openstack-request-id': 'req-ad5d1b54-c235-4d50-a3cd-913d9e503e4f', 'x-compute-request-id': 'req-ad5d1b54-c235-4d50-a3cd-913d9e503e4f', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/action'}
Body: b'{"itemNotFound": {"code": 404, "message": "Guest does not have a console available."}}'
2026-02-05 08:18:56,982 83194 DEBUG [tempest.lib.common.utils.linux.remote_client] Could not get console_log for server 54e725c3-5971-4651-ac70-ff1878152426
2026-02-05 08:18:57,050 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.067s
2026-02-05 08:18:57,050 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:18:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ff860e3-1c2a-4154-9913-fc9a2ac63e74', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ff860e3-1c2a-4154-9913-fc9a2ac63e74', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:18:57,211 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 409 DELETE http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments/e1407892-06ce-4e68-9dc8-428ec06c3859 0.148s
2026-02-05 08:18:57,211 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:18:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '150', 'x-openstack-request-id': 'req-dbbbc91d-0f5e-41ef-bd1a-b3e50969fd08', 'x-compute-request-id': 'req-dbbbc91d-0f5e-41ef-bd1a-b3e50969fd08', 'connection': 'close', 'status': '409', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"conflictingRequest": {"code": 409, "message": "Cannot \'detach_volume\' instance 54e725c3-5971-4651-ac70-ff1878152426 while it is in vm_state error"}}'
2026-02-05 08:18:57,284 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.071s
2026-02-05 08:18:57,284 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:18:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aecbdae5-865c-4c48-aca1-a2c28c2e2231', 'x-compute-request-id': 'req-aecbdae5-865c-4c48-aca1-a2c28c2e2231', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:18:58,373 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.084s
2026-02-05 08:18:58,373 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:18:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5daff197-c85f-414e-b19d-2b09051e3623', 'x-compute-request-id': 'req-5daff197-c85f-414e-b19d-2b09051e3623', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:18:59,444 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.067s
2026-02-05 08:18:59,444 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:18:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-42a7a13b-0516-4569-937c-22f15cb0daf3', 'x-compute-request-id': 'req-42a7a13b-0516-4569-937c-22f15cb0daf3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:00,536 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.089s
2026-02-05 08:19:00,537 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2dd56df-7213-4513-acf9-0a9a0c46a76a', 'x-compute-request-id': 'req-e2dd56df-7213-4513-acf9-0a9a0c46a76a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:01,611 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.071s
2026-02-05 08:19:01,612 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2286100-4d08-48ce-9e2a-a15835c84ff7', 'x-compute-request-id': 'req-d2286100-4d08-48ce-9e2a-a15835c84ff7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:02,665 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.049s
2026-02-05 08:19:02,666 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a16f53c1-6341-4dd5-af42-41e06cac8c74', 'x-compute-request-id': 'req-a16f53c1-6341-4dd5-af42-41e06cac8c74', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:03,756 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.087s
2026-02-05 08:19:03,757 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06443752-015a-4979-8394-82094ec1a3c5', 'x-compute-request-id': 'req-06443752-015a-4979-8394-82094ec1a3c5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:04,950 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.190s
2026-02-05 08:19:04,950 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e01f20c-0249-4469-bd75-70525ec11395', 'x-compute-request-id': 'req-8e01f20c-0249-4469-bd75-70525ec11395', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:06,040 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.086s
2026-02-05 08:19:06,041 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4683a6b8-c554-4818-bce8-a9ffe680da76', 'x-compute-request-id': 'req-4683a6b8-c554-4818-bce8-a9ffe680da76', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:07,102 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.057s
2026-02-05 08:19:07,102 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-32479424-4875-49b4-8a70-e7a8b9ec7414', 'x-compute-request-id': 'req-32479424-4875-49b4-8a70-e7a8b9ec7414', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:08,159 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.053s
2026-02-05 08:19:08,159 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6189c1b4-b95f-4b85-8e12-a6192af9f99d', 'x-compute-request-id': 'req-6189c1b4-b95f-4b85-8e12-a6192af9f99d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:09,220 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.058s
2026-02-05 08:19:09,221 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9cc255ad-0517-4f6a-ba93-228fff1b6c5b', 'x-compute-request-id': 'req-9cc255ad-0517-4f6a-ba93-228fff1b6c5b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:10,286 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.061s
2026-02-05 08:19:10,286 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4bd901ee-a6e4-4598-9632-a51f903c232b', 'x-compute-request-id': 'req-4bd901ee-a6e4-4598-9632-a51f903c232b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:11,351 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.061s
2026-02-05 08:19:11,351 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40879f21-9cea-4f34-b24e-c26754a935f1', 'x-compute-request-id': 'req-40879f21-9cea-4f34-b24e-c26754a935f1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:12,402 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.047s
2026-02-05 08:19:12,402 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-134c0e7b-e0fc-439a-8369-27960816ec15', 'x-compute-request-id': 'req-134c0e7b-e0fc-439a-8369-27960816ec15', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:13,463 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.057s
2026-02-05 08:19:13,463 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ade9837-c329-4edc-85da-eb0cfc357807', 'x-compute-request-id': 'req-6ade9837-c329-4edc-85da-eb0cfc357807', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:14,517 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.051s
2026-02-05 08:19:14,517 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5fc2d2fd-5b0f-4f74-a08b-416e9b9fde3a', 'x-compute-request-id': 'req-5fc2d2fd-5b0f-4f74-a08b-416e9b9fde3a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:15,648 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.127s
2026-02-05 08:19:15,648 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60d6f240-4723-46a6-ac29-e1017ab584aa', 'x-compute-request-id': 'req-60d6f240-4723-46a6-ac29-e1017ab584aa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:16,979 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.329s
2026-02-05 08:19:16,980 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-13221180-fd2c-4234-b1a0-95a36f895cf3', 'x-compute-request-id': 'req-13221180-fd2c-4234-b1a0-95a36f895cf3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:18,107 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.124s
2026-02-05 08:19:18,108 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83c0ab38-f2ef-49e7-8b29-e21af78da1bb', 'x-compute-request-id': 'req-83c0ab38-f2ef-49e7-8b29-e21af78da1bb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:19,177 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.066s
2026-02-05 08:19:19,178 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6dd74f84-1175-4265-9b5d-0936a1054226', 'x-compute-request-id': 'req-6dd74f84-1175-4265-9b5d-0936a1054226', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:20,230 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.049s
2026-02-05 08:19:20,230 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a5ae128-b5c2-487a-b0e3-75bb82cea63c', 'x-compute-request-id': 'req-8a5ae128-b5c2-487a-b0e3-75bb82cea63c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:21,308 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.074s
2026-02-05 08:19:21,308 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-808d72a9-4570-4f55-b1dd-c6e4e0fb4c58', 'x-compute-request-id': 'req-808d72a9-4570-4f55-b1dd-c6e4e0fb4c58', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:22,390 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.078s
2026-02-05 08:19:22,390 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b8db306-689c-4916-846b-607bf5c88622', 'x-compute-request-id': 'req-3b8db306-689c-4916-846b-607bf5c88622', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:23,472 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.078s
2026-02-05 08:19:23,472 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-53ea2680-a31d-400e-a58f-8d2bd3f6d084', 'x-compute-request-id': 'req-53ea2680-a31d-400e-a58f-8d2bd3f6d084', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:24,544 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.068s
2026-02-05 08:19:24,544 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ca46679-1680-46e1-8853-26846e8823c1', 'x-compute-request-id': 'req-3ca46679-1680-46e1-8853-26846e8823c1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:25,607 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.060s
2026-02-05 08:19:25,607 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68e42d00-bf08-4cc7-b6bc-dd9903219361', 'x-compute-request-id': 'req-68e42d00-bf08-4cc7-b6bc-dd9903219361', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:26,680 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.070s
2026-02-05 08:19:26,681 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5998ff1-62f5-449d-bf28-58bedd522e8d', 'x-compute-request-id': 'req-c5998ff1-62f5-449d-bf28-58bedd522e8d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:27,774 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.089s
2026-02-05 08:19:27,774 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2985d0b3-1788-4616-a746-41d3e966c337', 'x-compute-request-id': 'req-2985d0b3-1788-4616-a746-41d3e966c337', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:28,871 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.094s
2026-02-05 08:19:28,871 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81654636-b8ac-4cd2-8b35-c55f2931ef56', 'x-compute-request-id': 'req-81654636-b8ac-4cd2-8b35-c55f2931ef56', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:29,974 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.099s
2026-02-05 08:19:29,974 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4001cf07-ff34-46e1-9af0-bbfa4ffe3463', 'x-compute-request-id': 'req-4001cf07-ff34-46e1-9af0-bbfa4ffe3463', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:31,051 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.074s
2026-02-05 08:19:31,051 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-504fc3c9-f23f-4cec-804c-0e2b66139128', 'x-compute-request-id': 'req-504fc3c9-f23f-4cec-804c-0e2b66139128', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:32,114 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.059s
2026-02-05 08:19:32,114 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-685b474f-011e-467d-b7b7-f3aba4f1bea0', 'x-compute-request-id': 'req-685b474f-011e-467d-b7b7-f3aba4f1bea0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:33,170 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.053s
2026-02-05 08:19:33,170 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3d825a7-fb12-4901-83c1-6be0e67b0319', 'x-compute-request-id': 'req-c3d825a7-fb12-4901-83c1-6be0e67b0319', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:34,259 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.085s
2026-02-05 08:19:34,259 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e9f7d8d-4b8b-4ace-b678-62e5715fceae', 'x-compute-request-id': 'req-5e9f7d8d-4b8b-4ace-b678-62e5715fceae', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:35,347 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.084s
2026-02-05 08:19:35,347 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56259b07-0765-4f83-9ac3-87dd43a8fb35', 'x-compute-request-id': 'req-56259b07-0765-4f83-9ac3-87dd43a8fb35', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:36,432 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.081s
2026-02-05 08:19:36,432 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-77c23e68-2ce0-48e1-ad17-19351a5c1c00', 'x-compute-request-id': 'req-77c23e68-2ce0-48e1-ad17-19351a5c1c00', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:37,563 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.128s
2026-02-05 08:19:37,563 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7dd41ee0-9992-4dc9-84fa-20417f4a9483', 'x-compute-request-id': 'req-7dd41ee0-9992-4dc9-84fa-20417f4a9483', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:38,659 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.093s
2026-02-05 08:19:38,659 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-34a16b12-8d94-4705-822e-499adce2ee80', 'x-compute-request-id': 'req-34a16b12-8d94-4705-822e-499adce2ee80', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:39,725 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.063s
2026-02-05 08:19:39,725 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e386a53a-a0b8-40a5-bc3e-4e0d0795225c', 'x-compute-request-id': 'req-e386a53a-a0b8-40a5-bc3e-4e0d0795225c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:40,793 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.065s
2026-02-05 08:19:40,794 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b33ba39d-89ea-4180-9108-94ff3be7a6de', 'x-compute-request-id': 'req-b33ba39d-89ea-4180-9108-94ff3be7a6de', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:41,880 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.082s
2026-02-05 08:19:41,880 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f625c0ef-e7d3-42e5-8650-02e9fa114bfa', 'x-compute-request-id': 'req-f625c0ef-e7d3-42e5-8650-02e9fa114bfa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:42,971 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.086s
2026-02-05 08:19:42,971 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4757d808-52cf-41a6-b386-c3ef49c029e0', 'x-compute-request-id': 'req-4757d808-52cf-41a6-b386-c3ef49c029e0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:44,053 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.078s
2026-02-05 08:19:44,053 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f0f1a8b-26ed-4505-b64d-b6aa42948cb6', 'x-compute-request-id': 'req-1f0f1a8b-26ed-4505-b64d-b6aa42948cb6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:45,122 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.065s
2026-02-05 08:19:45,122 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f84a044f-ac1c-4fa4-8b68-812ad6ab77d7', 'x-compute-request-id': 'req-f84a044f-ac1c-4fa4-8b68-812ad6ab77d7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:46,201 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.075s
2026-02-05 08:19:46,201 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98c0acbb-cea2-4ee5-b920-4f5ac1ea8fb8', 'x-compute-request-id': 'req-98c0acbb-cea2-4ee5-b920-4f5ac1ea8fb8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:47,259 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.055s
2026-02-05 08:19:47,260 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9dd2ffae-cefc-49c0-bf7e-ce9732ccfdc5', 'x-compute-request-id': 'req-9dd2ffae-cefc-49c0-bf7e-ce9732ccfdc5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:48,341 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.078s
2026-02-05 08:19:48,342 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a07087f9-9432-4ebf-9d0e-5a0e0eb39e5f', 'x-compute-request-id': 'req-a07087f9-9432-4ebf-9d0e-5a0e0eb39e5f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:49,438 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.091s
2026-02-05 08:19:49,438 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a9df93cb-e02e-4b5b-903e-d7fe67a4e5f7', 'x-compute-request-id': 'req-a9df93cb-e02e-4b5b-903e-d7fe67a4e5f7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:50,542 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.100s
2026-02-05 08:19:50,543 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc8652a8-093e-43d4-8aac-649704c13c85', 'x-compute-request-id': 'req-cc8652a8-093e-43d4-8aac-649704c13c85', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:51,649 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.102s
2026-02-05 08:19:51,650 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20f4e17b-5f87-4157-823c-a0fca0101f80', 'x-compute-request-id': 'req-20f4e17b-5f87-4157-823c-a0fca0101f80', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:52,732 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.078s
2026-02-05 08:19:52,732 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ca6258c-aba4-49c7-bf8b-7464afec9b6e', 'x-compute-request-id': 'req-1ca6258c-aba4-49c7-bf8b-7464afec9b6e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:53,824 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.089s
2026-02-05 08:19:53,825 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b80f5bb-151f-4692-b66c-0885a1011f88', 'x-compute-request-id': 'req-7b80f5bb-151f-4692-b66c-0885a1011f88', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:54,890 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.062s
2026-02-05 08:19:54,890 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4fa15f2a-e8d1-420d-853f-2324b7cd8da9', 'x-compute-request-id': 'req-4fa15f2a-e8d1-420d-853f-2324b7cd8da9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:55,953 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.060s
2026-02-05 08:19:55,954 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd5a3ef7-4d14-43b3-8825-02b0f6121be3', 'x-compute-request-id': 'req-cd5a3ef7-4d14-43b3-8825-02b0f6121be3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:57,022 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.065s
2026-02-05 08:19:57,022 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0faf6c5f-be04-440d-bd03-fb39d0de51f9', 'x-compute-request-id': 'req-0faf6c5f-be04-440d-bd03-fb39d0de51f9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:58,116 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.089s
2026-02-05 08:19:58,116 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b4c5f5a-0879-48c1-ab85-caab6bb81b83', 'x-compute-request-id': 'req-9b4c5f5a-0879-48c1-ab85-caab6bb81b83', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:19:59,197 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.078s
2026-02-05 08:19:59,197 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:19:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a912d6d-6f47-4759-a5d1-40e429fad0fb', 'x-compute-request-id': 'req-6a912d6d-6f47-4759-a5d1-40e429fad0fb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:00,303 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.103s
2026-02-05 08:20:00,304 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62825bac-71c5-487e-8113-32908a757f92', 'x-compute-request-id': 'req-62825bac-71c5-487e-8113-32908a757f92', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:01,394 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.086s
2026-02-05 08:20:01,394 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fdb9412e-3496-4137-9dc1-17a7fcce1425', 'x-compute-request-id': 'req-fdb9412e-3496-4137-9dc1-17a7fcce1425', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:02,507 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.109s
2026-02-05 08:20:02,508 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cba0fcd1-36b3-453e-894e-5782725edc7b', 'x-compute-request-id': 'req-cba0fcd1-36b3-453e-894e-5782725edc7b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:03,587 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.076s
2026-02-05 08:20:03,587 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4735bf8f-f22b-4661-b139-f4e5fe812815', 'x-compute-request-id': 'req-4735bf8f-f22b-4661-b139-f4e5fe812815', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:04,650 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.060s
2026-02-05 08:20:04,651 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7967276-c4fd-4bec-b808-f0f9809e51cc', 'x-compute-request-id': 'req-a7967276-c4fd-4bec-b808-f0f9809e51cc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:05,704 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.050s
2026-02-05 08:20:05,705 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c272347-8f3f-44ce-b724-bc611dc5204c', 'x-compute-request-id': 'req-0c272347-8f3f-44ce-b724-bc611dc5204c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:06,784 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.075s
2026-02-05 08:20:06,784 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d85470bf-ac97-4672-813c-fae08752b288', 'x-compute-request-id': 'req-d85470bf-ac97-4672-813c-fae08752b288', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:07,860 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.071s
2026-02-05 08:20:07,860 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd46730b-d68c-4b67-a48a-3fbef9b520fd', 'x-compute-request-id': 'req-fd46730b-d68c-4b67-a48a-3fbef9b520fd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:08,911 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.048s
2026-02-05 08:20:08,911 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25accf63-114e-4a97-b50d-e5e250c04f8d', 'x-compute-request-id': 'req-25accf63-114e-4a97-b50d-e5e250c04f8d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:09,992 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.077s
2026-02-05 08:20:09,993 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0727f17e-2e20-427f-9647-7ebf150c60cb', 'x-compute-request-id': 'req-0727f17e-2e20-427f-9647-7ebf150c60cb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:11,062 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.065s
2026-02-05 08:20:11,063 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2efbfa01-b878-4255-b82a-f94cd4435412', 'x-compute-request-id': 'req-2efbfa01-b878-4255-b82a-f94cd4435412', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:12,133 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.067s
2026-02-05 08:20:12,133 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75abea8d-9897-49f9-9216-e5dd82c7833d', 'x-compute-request-id': 'req-75abea8d-9897-49f9-9216-e5dd82c7833d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:13,205 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.069s
2026-02-05 08:20:13,205 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39793b80-0c40-4677-a920-6707af548deb', 'x-compute-request-id': 'req-39793b80-0c40-4677-a920-6707af548deb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:14,276 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.067s
2026-02-05 08:20:14,276 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a4b23dc-fc28-4f72-a6dd-9e5915449293', 'x-compute-request-id': 'req-4a4b23dc-fc28-4f72-a6dd-9e5915449293', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:15,348 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.069s
2026-02-05 08:20:15,349 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83271b0b-664e-4d1e-b9ac-e28af57470d5', 'x-compute-request-id': 'req-83271b0b-664e-4d1e-b9ac-e28af57470d5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:16,409 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.057s
2026-02-05 08:20:16,410 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6debc18-dfbf-4913-9208-18bc7a9fff01', 'x-compute-request-id': 'req-e6debc18-dfbf-4913-9208-18bc7a9fff01', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:17,477 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.061s
2026-02-05 08:20:17,478 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94109692-118f-4bf5-86e6-ec2afbb3227c', 'x-compute-request-id': 'req-94109692-118f-4bf5-86e6-ec2afbb3227c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:18,536 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.052s
2026-02-05 08:20:18,536 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99e493ba-2b53-4490-889d-9ef606133bdc', 'x-compute-request-id': 'req-99e493ba-2b53-4490-889d-9ef606133bdc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:19,605 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.065s
2026-02-05 08:20:19,605 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff944433-5caa-45cf-bcd4-e588e915e3cf', 'x-compute-request-id': 'req-ff944433-5caa-45cf-bcd4-e588e915e3cf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:20,676 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.066s
2026-02-05 08:20:20,676 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3202a35a-e0a7-4171-9fd1-b48194af94e3', 'x-compute-request-id': 'req-3202a35a-e0a7-4171-9fd1-b48194af94e3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:21,737 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.057s
2026-02-05 08:20:21,737 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d9dda25-c3b0-4ecc-8b6e-4f2bcc68575f', 'x-compute-request-id': 'req-3d9dda25-c3b0-4ecc-8b6e-4f2bcc68575f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:22,817 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.077s
2026-02-05 08:20:22,818 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-284a421d-3f2d-44f9-957f-8d2e9822f474', 'x-compute-request-id': 'req-284a421d-3f2d-44f9-957f-8d2e9822f474', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:23,901 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.080s
2026-02-05 08:20:23,901 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a4090663-3ff8-43fa-8bf6-e93cfa0d1f5c', 'x-compute-request-id': 'req-a4090663-3ff8-43fa-8bf6-e93cfa0d1f5c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:24,991 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.087s
2026-02-05 08:20:24,991 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26016207-88e1-4888-9248-c322b9783e53', 'x-compute-request-id': 'req-26016207-88e1-4888-9248-c322b9783e53', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:26,081 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.087s
2026-02-05 08:20:26,081 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57ac7c63-46a6-4afd-8979-5b8eda2f78ab', 'x-compute-request-id': 'req-57ac7c63-46a6-4afd-8979-5b8eda2f78ab', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:27,143 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.058s
2026-02-05 08:20:27,143 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-559d3149-f2c7-434a-b693-cfecfd635e72', 'x-compute-request-id': 'req-559d3149-f2c7-434a-b693-cfecfd635e72', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:28,244 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.098s
2026-02-05 08:20:28,245 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2252daee-d6bb-4f57-8f14-deb3a11b4a33', 'x-compute-request-id': 'req-2252daee-d6bb-4f57-8f14-deb3a11b4a33', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:29,318 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.070s
2026-02-05 08:20:29,319 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b97fa287-7d1e-4d87-a7e3-db104cefbf46', 'x-compute-request-id': 'req-b97fa287-7d1e-4d87-a7e3-db104cefbf46', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:30,402 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.081s
2026-02-05 08:20:30,403 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-479b4f96-80eb-432a-b1d5-68811f8fd0e2', 'x-compute-request-id': 'req-479b4f96-80eb-432a-b1d5-68811f8fd0e2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:31,497 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.090s
2026-02-05 08:20:31,497 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cad0e665-96e1-4e98-8f61-c2bdddf9f580', 'x-compute-request-id': 'req-cad0e665-96e1-4e98-8f61-c2bdddf9f580', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:32,574 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.073s
2026-02-05 08:20:32,574 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc9a3776-ff53-4c9d-a677-a9dc3484fbd0', 'x-compute-request-id': 'req-dc9a3776-ff53-4c9d-a677-a9dc3484fbd0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:33,641 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.065s
2026-02-05 08:20:33,642 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ebb5bce-9784-4972-b4c7-3b25efd65aee', 'x-compute-request-id': 'req-9ebb5bce-9784-4972-b4c7-3b25efd65aee', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:34,720 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.074s
2026-02-05 08:20:34,721 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71077a21-5018-4cb9-b718-8667d0b2e4c1', 'x-compute-request-id': 'req-71077a21-5018-4cb9-b718-8667d0b2e4c1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:35,795 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.070s
2026-02-05 08:20:35,795 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a02b3335-8f65-4400-ac97-7fc2360ee294', 'x-compute-request-id': 'req-a02b3335-8f65-4400-ac97-7fc2360ee294', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:36,884 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.085s
2026-02-05 08:20:36,884 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49019d03-1de3-43be-896a-62ab5ea65e10', 'x-compute-request-id': 'req-49019d03-1de3-43be-896a-62ab5ea65e10', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:37,950 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.063s
2026-02-05 08:20:37,951 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7ad518b-a283-4eda-a012-7ab721d30f40', 'x-compute-request-id': 'req-c7ad518b-a283-4eda-a012-7ab721d30f40', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:39,033 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.078s
2026-02-05 08:20:39,033 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-588ee17a-b4de-42d8-b9e9-bddf3fd97aee', 'x-compute-request-id': 'req-588ee17a-b4de-42d8-b9e9-bddf3fd97aee', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:40,100 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.063s
2026-02-05 08:20:40,100 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-77020546-8d91-4328-8fca-44eb6e1f2d58', 'x-compute-request-id': 'req-77020546-8d91-4328-8fca-44eb6e1f2d58', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:41,167 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.064s
2026-02-05 08:20:41,168 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4eb3250-c488-4d76-89e9-cba39caaff70', 'x-compute-request-id': 'req-c4eb3250-c488-4d76-89e9-cba39caaff70', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:42,236 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.065s
2026-02-05 08:20:42,236 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-80bdf561-ecd5-482c-b01c-95302ea87685', 'x-compute-request-id': 'req-80bdf561-ecd5-482c-b01c-95302ea87685', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:43,303 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.064s
2026-02-05 08:20:43,303 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf337d6f-2ca1-4cc8-b814-24144807e2e2', 'x-compute-request-id': 'req-cf337d6f-2ca1-4cc8-b814-24144807e2e2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:44,367 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.060s
2026-02-05 08:20:44,367 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5596a22-3556-4142-8323-de595987f5e8', 'x-compute-request-id': 'req-f5596a22-3556-4142-8323-de595987f5e8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:45,464 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.094s
2026-02-05 08:20:45,464 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a6533c1-c238-4bc5-ba83-a453bfa181a5', 'x-compute-request-id': 'req-8a6533c1-c238-4bc5-ba83-a453bfa181a5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:46,562 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.095s
2026-02-05 08:20:46,562 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f2aa4c6-f31e-47b3-9d59-fd8496bd4836', 'x-compute-request-id': 'req-6f2aa4c6-f31e-47b3-9d59-fd8496bd4836', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:47,647 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.082s
2026-02-05 08:20:47,648 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c0341c3-d8e4-4691-88f2-29353c86dc02', 'x-compute-request-id': 'req-1c0341c3-d8e4-4691-88f2-29353c86dc02', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:48,711 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.060s
2026-02-05 08:20:48,711 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-041852bb-cf8c-430c-8bc9-956ea1de7ac0', 'x-compute-request-id': 'req-041852bb-cf8c-430c-8bc9-956ea1de7ac0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:49,799 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.085s
2026-02-05 08:20:49,800 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94050d50-1660-42a9-902b-bc4eab8a9d05', 'x-compute-request-id': 'req-94050d50-1660-42a9-902b-bc4eab8a9d05', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:50,888 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.086s
2026-02-05 08:20:50,889 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff23a680-1df9-45dc-b909-3d499e3d7f47', 'x-compute-request-id': 'req-ff23a680-1df9-45dc-b909-3d499e3d7f47', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:51,977 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.085s
2026-02-05 08:20:51,978 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d068540-7125-4977-ac7c-29221e76c806', 'x-compute-request-id': 'req-4d068540-7125-4977-ac7c-29221e76c806', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:53,043 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.062s
2026-02-05 08:20:53,043 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-927f936b-359a-49d4-bc9c-d6e24a4adde4', 'x-compute-request-id': 'req-927f936b-359a-49d4-bc9c-d6e24a4adde4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:54,233 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.186s
2026-02-05 08:20:54,233 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9f5eab9-37cb-4070-943f-6be8e7167775', 'x-compute-request-id': 'req-d9f5eab9-37cb-4070-943f-6be8e7167775', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:55,314 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.077s
2026-02-05 08:20:55,314 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-88554281-19d5-4ad0-854c-7ec3a051ab07', 'x-compute-request-id': 'req-88554281-19d5-4ad0-854c-7ec3a051ab07', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:56,408 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.090s
2026-02-05 08:20:56,408 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-baca8e3d-9157-4315-9ac5-a1ad9992d4d8', 'x-compute-request-id': 'req-baca8e3d-9157-4315-9ac5-a1ad9992d4d8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:57,487 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.075s
2026-02-05 08:20:57,488 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c7ce1d5-0999-4d9e-aeb7-f862c700a788', 'x-compute-request-id': 'req-2c7ce1d5-0999-4d9e-aeb7-f862c700a788', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:58,552 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.061s
2026-02-05 08:20:58,553 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4aac86d2-4454-43b2-ab18-7e19d5e16bd3', 'x-compute-request-id': 'req-4aac86d2-4454-43b2-ab18-7e19d5e16bd3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:20:59,621 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.064s
2026-02-05 08:20:59,622 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:20:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7554f74e-9dbe-4b01-8285-0e6fb79c1ef0', 'x-compute-request-id': 'req-7554f74e-9dbe-4b01-8285-0e6fb79c1ef0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:00,690 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.065s
2026-02-05 08:21:00,690 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0030ba57-e47e-480b-98ca-acc36d646eef', 'x-compute-request-id': 'req-0030ba57-e47e-480b-98ca-acc36d646eef', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:01,764 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.070s
2026-02-05 08:21:01,764 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95594cee-0aa5-4229-9983-1f7497f498b2', 'x-compute-request-id': 'req-95594cee-0aa5-4229-9983-1f7497f498b2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:02,810 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.043s
2026-02-05 08:21:02,810 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9ac6701-5e69-4840-8101-3dc7e7b6ed5c', 'x-compute-request-id': 'req-d9ac6701-5e69-4840-8101-3dc7e7b6ed5c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:03,873 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.059s
2026-02-05 08:21:03,873 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6adfbce-91a2-4cdb-be31-16058aa39796', 'x-compute-request-id': 'req-f6adfbce-91a2-4cdb-be31-16058aa39796', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:04,926 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.049s
2026-02-05 08:21:04,926 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c13a22fe-10a6-453f-84d8-6c66f371bb44', 'x-compute-request-id': 'req-c13a22fe-10a6-453f-84d8-6c66f371bb44', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:05,988 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.059s
2026-02-05 08:21:05,988 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d26931d9-a40a-4db4-8ad6-c44af15c773a', 'x-compute-request-id': 'req-d26931d9-a40a-4db4-8ad6-c44af15c773a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:07,041 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.050s
2026-02-05 08:21:07,042 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d57813a-2171-4e9a-b7de-3e8bd49647b9', 'x-compute-request-id': 'req-9d57813a-2171-4e9a-b7de-3e8bd49647b9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:08,144 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.098s
2026-02-05 08:21:08,145 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-84c3a9df-9e3b-4815-a735-f77f338c316a', 'x-compute-request-id': 'req-84c3a9df-9e3b-4815-a735-f77f338c316a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:09,205 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.057s
2026-02-05 08:21:09,205 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96127ab0-91e8-461b-aca4-2fa57bb4cfa4', 'x-compute-request-id': 'req-96127ab0-91e8-461b-aca4-2fa57bb4cfa4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:10,279 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.071s
2026-02-05 08:21:10,280 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3dc8d1a-a391-4016-97d1-a38f92dc49d5', 'x-compute-request-id': 'req-c3dc8d1a-a391-4016-97d1-a38f92dc49d5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:11,354 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.072s
2026-02-05 08:21:11,355 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d839f253-0fdb-4513-926a-a9400e0a018c', 'x-compute-request-id': 'req-d839f253-0fdb-4513-926a-a9400e0a018c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:12,512 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.153s
2026-02-05 08:21:12,512 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6230b0cb-03d2-47ef-a9f8-6ac307723911', 'x-compute-request-id': 'req-6230b0cb-03d2-47ef-a9f8-6ac307723911', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:13,577 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.062s
2026-02-05 08:21:13,577 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f99c352-d7b4-46ae-b0ca-2f17d2c2f5b2', 'x-compute-request-id': 'req-8f99c352-d7b4-46ae-b0ca-2f17d2c2f5b2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:14,636 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.056s
2026-02-05 08:21:14,637 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0cafb256-27f9-4e55-994a-48db9616c804', 'x-compute-request-id': 'req-0cafb256-27f9-4e55-994a-48db9616c804', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:15,709 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.067s
2026-02-05 08:21:15,709 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb8e7c00-ca05-4e81-a985-7763aa57813c', 'x-compute-request-id': 'req-bb8e7c00-ca05-4e81-a985-7763aa57813c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:16,789 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.076s
2026-02-05 08:21:16,789 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-873f1150-709d-430e-ac09-0c86e7407a43', 'x-compute-request-id': 'req-873f1150-709d-430e-ac09-0c86e7407a43', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:17,850 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.057s
2026-02-05 08:21:17,850 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee78cf4d-c936-4917-8923-3719e510248f', 'x-compute-request-id': 'req-ee78cf4d-c936-4917-8923-3719e510248f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:18,976 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.122s
2026-02-05 08:21:18,976 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e823ff9c-4c17-4f4c-bb29-b434891d41dc', 'x-compute-request-id': 'req-e823ff9c-4c17-4f4c-bb29-b434891d41dc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:20,050 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.071s
2026-02-05 08:21:20,050 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8241bb52-2112-46b4-a632-de5741221654', 'x-compute-request-id': 'req-8241bb52-2112-46b4-a632-de5741221654', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:21,117 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.063s
2026-02-05 08:21:21,117 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-048c00a7-8d95-4c55-b0a5-dca9a9cc4d6f', 'x-compute-request-id': 'req-048c00a7-8d95-4c55-b0a5-dca9a9cc4d6f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:22,239 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.118s
2026-02-05 08:21:22,239 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1d719c4-eca7-4c12-a178-47f3d1f2a544', 'x-compute-request-id': 'req-e1d719c4-eca7-4c12-a178-47f3d1f2a544', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:23,316 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.073s
2026-02-05 08:21:23,316 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae9398f5-b02e-4c52-b7bb-a1317dfb7521', 'x-compute-request-id': 'req-ae9398f5-b02e-4c52-b7bb-a1317dfb7521', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:24,468 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.149s
2026-02-05 08:21:24,469 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c96d8f1d-e0dc-44b1-9941-2ce7da2e07f7', 'x-compute-request-id': 'req-c96d8f1d-e0dc-44b1-9941-2ce7da2e07f7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:25,539 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.066s
2026-02-05 08:21:25,539 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01aaf350-1745-4d65-aa6d-42c742e17da8', 'x-compute-request-id': 'req-01aaf350-1745-4d65-aa6d-42c742e17da8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:26,631 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.088s
2026-02-05 08:21:26,631 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9a679c5-197d-44fe-86ad-633db7908fc6', 'x-compute-request-id': 'req-f9a679c5-197d-44fe-86ad-633db7908fc6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:27,712 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.077s
2026-02-05 08:21:27,712 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6fa2d8de-3626-49bc-816d-802db7ca97ca', 'x-compute-request-id': 'req-6fa2d8de-3626-49bc-816d-802db7ca97ca', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:28,778 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.063s
2026-02-05 08:21:28,778 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e419b88-0944-4cf1-a341-7323b9f453f9', 'x-compute-request-id': 'req-8e419b88-0944-4cf1-a341-7323b9f453f9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:29,859 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.077s
2026-02-05 08:21:29,859 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d76435a-cc65-4139-bb8c-484fd77d5ede', 'x-compute-request-id': 'req-0d76435a-cc65-4139-bb8c-484fd77d5ede', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:30,960 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.098s
2026-02-05 08:21:30,961 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-858620e9-0b5a-4fab-9d0c-036a7892c76b', 'x-compute-request-id': 'req-858620e9-0b5a-4fab-9d0c-036a7892c76b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:32,020 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.056s
2026-02-05 08:21:32,020 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aae5ba1d-160b-4deb-9a74-f0ffc8d9dd49', 'x-compute-request-id': 'req-aae5ba1d-160b-4deb-9a74-f0ffc8d9dd49', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:33,098 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.074s
2026-02-05 08:21:33,099 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c59c0ad4-c5be-4a3b-bbc5-0db1fbce9459', 'x-compute-request-id': 'req-c59c0ad4-c5be-4a3b-bbc5-0db1fbce9459', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:34,175 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.072s
2026-02-05 08:21:34,175 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc2aa531-e8f9-4eaa-8a3e-04be0edb87d4', 'x-compute-request-id': 'req-fc2aa531-e8f9-4eaa-8a3e-04be0edb87d4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:35,252 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.074s
2026-02-05 08:21:35,253 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81cb2234-0588-4fde-9818-7076991be0ca', 'x-compute-request-id': 'req-81cb2234-0588-4fde-9818-7076991be0ca', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:36,355 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.100s
2026-02-05 08:21:36,356 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29211a96-c934-40a9-86a2-f80c5bc32839', 'x-compute-request-id': 'req-29211a96-c934-40a9-86a2-f80c5bc32839', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:37,431 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.072s
2026-02-05 08:21:37,432 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01ddf655-aa8d-4b12-9df6-c0d8a863268e', 'x-compute-request-id': 'req-01ddf655-aa8d-4b12-9df6-c0d8a863268e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:38,500 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.066s
2026-02-05 08:21:38,501 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2c8478a-479a-4365-8c13-0b2c9f4d2978', 'x-compute-request-id': 'req-e2c8478a-479a-4365-8c13-0b2c9f4d2978', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:39,561 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.056s
2026-02-05 08:21:39,561 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a89ba4c4-bdd9-4a32-8f41-59a1f6798edb', 'x-compute-request-id': 'req-a89ba4c4-bdd9-4a32-8f41-59a1f6798edb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:40,627 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.062s
2026-02-05 08:21:40,627 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-283e2982-fbea-404b-9a87-4ae06a512975', 'x-compute-request-id': 'req-283e2982-fbea-404b-9a87-4ae06a512975', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:41,702 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.072s
2026-02-05 08:21:41,703 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d2c632b-ecf9-4e31-b638-1babb8672b0e', 'x-compute-request-id': 'req-9d2c632b-ecf9-4e31-b638-1babb8672b0e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:42,777 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.071s
2026-02-05 08:21:42,777 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a0d4d5d-2c1b-414c-aa2c-c649d760479f', 'x-compute-request-id': 'req-8a0d4d5d-2c1b-414c-aa2c-c649d760479f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:43,868 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.087s
2026-02-05 08:21:43,868 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37247d32-a5af-4258-ace7-319020f4f69c', 'x-compute-request-id': 'req-37247d32-a5af-4258-ace7-319020f4f69c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:44,946 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.074s
2026-02-05 08:21:44,947 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b2b390b-21e3-4c97-9b11-db0fc7562877', 'x-compute-request-id': 'req-1b2b390b-21e3-4c97-9b11-db0fc7562877', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:46,034 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.084s
2026-02-05 08:21:46,034 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca6c8209-51be-4399-8fec-d7b1282015ce', 'x-compute-request-id': 'req-ca6c8209-51be-4399-8fec-d7b1282015ce', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:47,105 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.067s
2026-02-05 08:21:47,106 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d93c4f3e-ec4c-42df-83bb-d37df397348a', 'x-compute-request-id': 'req-d93c4f3e-ec4c-42df-83bb-d37df397348a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:48,205 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.096s
2026-02-05 08:21:48,205 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a4f5abf7-e6cb-4642-a74c-5495300922e6', 'x-compute-request-id': 'req-a4f5abf7-e6cb-4642-a74c-5495300922e6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:49,270 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.061s
2026-02-05 08:21:49,270 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ff59d32-6dbc-491c-a6bd-6688b521ce35', 'x-compute-request-id': 'req-1ff59d32-6dbc-491c-a6bd-6688b521ce35', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:50,354 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.080s
2026-02-05 08:21:50,354 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-340270cb-b52e-4bdb-bdeb-06315b4ec573', 'x-compute-request-id': 'req-340270cb-b52e-4bdb-bdeb-06315b4ec573', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:51,439 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.082s
2026-02-05 08:21:51,439 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8144786-c614-4b9d-ae74-8e2c611c27c0', 'x-compute-request-id': 'req-f8144786-c614-4b9d-ae74-8e2c611c27c0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:52,499 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.056s
2026-02-05 08:21:52,499 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ebac061-400c-4159-b296-c6e75f2b487a', 'x-compute-request-id': 'req-7ebac061-400c-4159-b296-c6e75f2b487a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:53,573 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.071s
2026-02-05 08:21:53,573 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-63a07336-a4f4-49bd-95a8-c520d4bfe163', 'x-compute-request-id': 'req-63a07336-a4f4-49bd-95a8-c520d4bfe163', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:54,626 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.049s
2026-02-05 08:21:54,626 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dbca6955-b214-4f09-8931-180aab7c8344', 'x-compute-request-id': 'req-dbca6955-b214-4f09-8931-180aab7c8344', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:55,688 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.059s
2026-02-05 08:21:55,689 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cda5ef68-c871-477b-ae6e-8947f70740bc', 'x-compute-request-id': 'req-cda5ef68-c871-477b-ae6e-8947f70740bc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:56,753 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.061s
2026-02-05 08:21:56,754 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5606b4fa-0f15-4729-909a-29403ea4177b', 'x-compute-request-id': 'req-5606b4fa-0f15-4729-909a-29403ea4177b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:57,803 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.046s
2026-02-05 08:21:57,803 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-466dfec3-8a6c-4179-8c6e-64d7a4ff7bd1', 'x-compute-request-id': 'req-466dfec3-8a6c-4179-8c6e-64d7a4ff7bd1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:58,870 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.063s
2026-02-05 08:21:58,870 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07165a4a-cefa-42b5-a344-8c725b1aeb48', 'x-compute-request-id': 'req-07165a4a-cefa-42b5-a344-8c725b1aeb48', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:21:59,930 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.056s
2026-02-05 08:21:59,930 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:21:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33b29fcc-925c-4d7e-81e2-502c490542d9', 'x-compute-request-id': 'req-33b29fcc-925c-4d7e-81e2-502c490542d9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:22:01,003 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.069s
2026-02-05 08:22:01,004 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac492dff-f56b-4e86-9a51-1166e944f475', 'x-compute-request-id': 'req-ac492dff-f56b-4e86-9a51-1166e944f475', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:22:02,073 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.065s
2026-02-05 08:22:02,073 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ab35027-a9e7-4b49-b0d6-7b39754cff22', 'x-compute-request-id': 'req-0ab35027-a9e7-4b49-b0d6-7b39754cff22', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:22:03,143 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.067s
2026-02-05 08:22:03,143 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e7d21b64-db27-4083-a60f-a036db2149d5', 'x-compute-request-id': 'req-e7d21b64-db27-4083-a60f-a036db2149d5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:22:04,240 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.093s
2026-02-05 08:22:04,240 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a18ccad-2719-43ee-8920-25c1c2797e91', 'x-compute-request-id': 'req-1a18ccad-2719-43ee-8920-25c1c2797e91', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:22:05,294 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.051s
2026-02-05 08:22:05,295 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-90dc927e-1ca9-4d02-923f-6b4251dbca76', 'x-compute-request-id': 'req-90dc927e-1ca9-4d02-923f-6b4251dbca76', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:22:06,363 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.064s
2026-02-05 08:22:06,363 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e4a3b89-e9d0-4ae0-ad1d-97d59b35ec59', 'x-compute-request-id': 'req-4e4a3b89-e9d0-4ae0-ad1d-97d59b35ec59', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:22:07,416 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.049s
2026-02-05 08:22:07,416 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d3b8d9a-eae4-4558-bdfe-4967058b1dce', 'x-compute-request-id': 'req-8d3b8d9a-eae4-4558-bdfe-4967058b1dce', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:22:08,485 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.066s
2026-02-05 08:22:08,486 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d907394-2809-45bc-82e5-0cb50338f64a', 'x-compute-request-id': 'req-0d907394-2809-45bc-82e5-0cb50338f64a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:22:09,540 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.051s
2026-02-05 08:22:09,540 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-796ba326-1c79-4db3-b795-89b66cf11889', 'x-compute-request-id': 'req-796ba326-1c79-4db3-b795-89b66cf11889', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:22:10,593 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.049s
2026-02-05 08:22:10,593 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ab2eb0bb-c470-4924-96c2-ecc2f0312589', 'x-compute-request-id': 'req-ab2eb0bb-c470-4924-96c2-ecc2f0312589', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:22:11,684 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.089s
2026-02-05 08:22:11,685 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c811451e-c480-42ac-b862-b56e425b5c24', 'x-compute-request-id': 'req-c811451e-c480-42ac-b862-b56e425b5c24', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:22:12,765 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments 0.077s
2026-02-05 08:22:12,765 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b223962-d96f-4088-af70-ab27008110fc', 'x-compute-request-id': 'req-9b223962-d96f-4088-af70-ab27008110fc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "volumeId": "e1407892-06ce-4e68-9dc8-428ec06c3859", "serverId": "54e725c3-5971-4651-ac70-ff1878152426", "device": "/dev/vdb"}]}'
2026-02-05 08:22:14,873 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 404 POST http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/action 1.105s
2026-02-05 08:22:14,874 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-getConsoleOutput": {}}
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '86', 'x-openstack-request-id': 'req-2d80ab35-0e3f-4859-abb4-3597f72a0555', 'x-compute-request-id': 'req-2d80ab35-0e3f-4859-abb4-3597f72a0555', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.6/compute/v2.1/servers/54e725c3-5971-4651-ac70-ff1878152426/action'}
Body: b'{"itemNotFound": {"code": 404, "message": "Guest does not have a console available."}}'
2026-02-05 08:22:14,922 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.047s
2026-02-05 08:22:14,922 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-589b6223-c153-4158-9dc5-223613776e8f', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-589b6223-c153-4158-9dc5-223613776e8f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:22:15,989 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.055s
2026-02-05 08:22:15,989 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9445de7c-9251-4db2-af9f-5bc4dda5ccfe', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9445de7c-9251-4db2-af9f-5bc4dda5ccfe', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:22:17,080 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.074s
2026-02-05 08:22:17,080 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4992164-9ba8-4da1-8247-321cfb03a33d', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4992164-9ba8-4da1-8247-321cfb03a33d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:22:18,159 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.068s
2026-02-05 08:22:18,160 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3aea0ad-b022-4a59-944b-77ea511c3f63', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3aea0ad-b022-4a59-944b-77ea511c3f63', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:22:19,236 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.061s
2026-02-05 08:22:19,236 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2c8003e-54a2-4672-8572-9df16c5e9dc4', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2c8003e-54a2-4672-8572-9df16c5e9dc4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:22:20,333 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.077s
2026-02-05 08:22:20,334 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-103ade59-2991-470b-a2b0-e2941d4a64d8', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-103ade59-2991-470b-a2b0-e2941d4a64d8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:22:21,403 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.052s
2026-02-05 08:22:21,403 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a44031d1-15e2-4de1-80e3-88b6e75f395b', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a44031d1-15e2-4de1-80e3-88b6e75f395b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:22:22,508 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.091s
2026-02-05 08:22:22,508 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-951c65e8-156c-4480-8f98-c29ab67757dd', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-951c65e8-156c-4480-8f98-c29ab67757dd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:22:23,598 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.078s
2026-02-05 08:22:23,599 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a4ea4d3-0f11-464f-8646-93d9bca06604', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a4ea4d3-0f11-464f-8646-93d9bca06604', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:22:24,664 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.051s
2026-02-05 08:22:24,664 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-117fe530-5584-4439-a550-e93c1ee753a1', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-117fe530-5584-4439-a550-e93c1ee753a1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:22:25,740 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.065s
2026-02-05 08:22:25,741 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-739db996-b516-4ef4-9d53-df77add0793f', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-739db996-b516-4ef4-9d53-df77add0793f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:22:26,818 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.065s
2026-02-05 08:22:26,818 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce68cc9d-9fe2-4c69-8f3a-4448dbca0ee3', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce68cc9d-9fe2-4c69-8f3a-4448dbca0ee3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:22:27,907 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.076s
2026-02-05 08:22:27,907 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8537a0d5-de40-4201-a3cd-99b733d03dd2', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8537a0d5-de40-4201-a3cd-99b733d03dd2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:22:28,991 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.072s
2026-02-05 08:22:28,992 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54563978-282b-4c06-ad91-cb21bfaa7352', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54563978-282b-4c06-ad91-cb21bfaa7352', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:22:30,113 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.108s
2026-02-05 08:22:30,114 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-decaec2a-691b-41f5-ab29-ae80ce4b6381', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-decaec2a-691b-41f5-ab29-ae80ce4b6381', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:22:31,271 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.144s
2026-02-05 08:22:31,271 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-634a7dc8-e7aa-4c72-96a7-2bd1be2d485b', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-634a7dc8-e7aa-4c72-96a7-2bd1be2d485b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:22:32,446 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.163s
2026-02-05 08:22:32,446 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cba3c2f-14b5-4d47-a8cd-71f4c074dfa0', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cba3c2f-14b5-4d47-a8cd-71f4c074dfa0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:22:33,569 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.109s
2026-02-05 08:22:33,569 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16d434bd-4571-4f5e-98f4-27952baf0af7', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16d434bd-4571-4f5e-98f4-27952baf0af7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:22:34,691 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.108s
2026-02-05 08:22:34,691 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-739261c9-cb30-4b7e-a24c-e5e7bb730286', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-739261c9-cb30-4b7e-a24c-e5e7bb730286', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:22:35,790 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.087s
2026-02-05 08:22:35,790 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3de84f33-ba78-4ca5-af32-42fbe143c115', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3de84f33-ba78-4ca5-af32-42fbe143c115', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:22:36,939 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.137s
2026-02-05 08:22:36,939 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb3bedb2-7673-4cdc-ad74-39891a1ae8bc', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb3bedb2-7673-4cdc-ad74-39891a1ae8bc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:22:38,068 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.117s
2026-02-05 08:22:38,068 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-987104c2-3951-4802-afca-47eb78dc7802', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-987104c2-3951-4802-afca-47eb78dc7802', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:22:39,231 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.151s
2026-02-05 08:22:39,232 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b793e90-8ed7-4cd7-90f7-f6526a61c73b', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b793e90-8ed7-4cd7-90f7-f6526a61c73b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:22:40,313 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.064s
2026-02-05 08:22:40,314 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02116cb8-9188-44da-9e14-e0f9c3008f5a', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02116cb8-9188-44da-9e14-e0f9c3008f5a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:22:41,390 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.061s
2026-02-05 08:22:41,390 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e7e2d10-2b2a-45c6-8d6f-7006e61d2eb3', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e7e2d10-2b2a-45c6-8d6f-7006e61d2eb3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:22:42,441 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.040s
2026-02-05 08:22:42,442 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-982e5d06-944a-428c-b0fa-53437a7d7941', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-982e5d06-944a-428c-b0fa-53437a7d7941', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:22:43,502 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.043s
2026-02-05 08:22:43,502 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a302675-b0f7-4a75-8c5a-5121f6018548', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a302675-b0f7-4a75-8c5a-5121f6018548', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:22:44,567 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.052s
2026-02-05 08:22:44,567 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aeccfe98-eb74-4c58-9bc8-6eee3c294da3', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aeccfe98-eb74-4c58-9bc8-6eee3c294da3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:22:45,628 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.047s
2026-02-05 08:22:45,629 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-faa8908e-40b3-4a0e-928b-b8bfba63c66e', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-faa8908e-40b3-4a0e-928b-b8bfba63c66e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:22:46,690 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.049s
2026-02-05 08:22:46,690 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e6dad4a-f5fb-4b94-9d74-4ba8cc142f70', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e6dad4a-f5fb-4b94-9d74-4ba8cc142f70', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:22:47,762 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.060s
2026-02-05 08:22:47,762 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b00aadf-7f94-4c4f-883f-7e614911c8e8', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b00aadf-7f94-4c4f-883f-7e614911c8e8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:22:48,820 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.046s
2026-02-05 08:22:48,820 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a4b4b07-b33b-484e-9a98-0cb47b48978e', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a4b4b07-b33b-484e-9a98-0cb47b48978e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:22:49,911 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.078s
2026-02-05 08:22:49,911 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c09eed1f-d589-4bdd-8249-00b0b0f532fe', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c09eed1f-d589-4bdd-8249-00b0b0f532fe', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:22:51,097 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.169s
2026-02-05 08:22:51,097 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f91507a1-91f5-4b7e-a5ba-38fbdf49614b', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f91507a1-91f5-4b7e-a5ba-38fbdf49614b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:22:52,310 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.197s
2026-02-05 08:22:52,310 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-587a7813-3c77-4b39-bbad-d0a556f415f8', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-587a7813-3c77-4b39-bbad-d0a556f415f8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:22:53,381 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.058s
2026-02-05 08:22:53,381 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cee72f8-c874-4908-917c-e829c23b90ec', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cee72f8-c874-4908-917c-e829c23b90ec', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:22:54,462 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.067s
2026-02-05 08:22:54,463 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a40af8c-b6c3-44d8-9e37-0d8b06858337', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a40af8c-b6c3-44d8-9e37-0d8b06858337', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:22:55,534 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.051s
2026-02-05 08:22:55,534 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48d630a5-6816-4063-bb45-e1181b1fbced', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48d630a5-6816-4063-bb45-e1181b1fbced', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:22:56,633 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.086s
2026-02-05 08:22:56,633 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c001945-5dde-4184-bded-e4cc3c6fccb4', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c001945-5dde-4184-bded-e4cc3c6fccb4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:22:57,778 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.131s
2026-02-05 08:22:57,779 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72c3b738-7120-4ea7-962b-7eb6b98ebeb9', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72c3b738-7120-4ea7-962b-7eb6b98ebeb9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:22:58,882 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.085s
2026-02-05 08:22:58,882 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-255f1658-1678-4ebe-bba3-ec3df1e12ad3', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-255f1658-1678-4ebe-bba3-ec3df1e12ad3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:22:59,977 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.082s
2026-02-05 08:22:59,977 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:22:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe52e5bd-a1a7-48af-bc14-dce8c980cd34', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe52e5bd-a1a7-48af-bc14-dce8c980cd34', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:01,029 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.040s
2026-02-05 08:23:01,030 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1afa72fb-238a-47d1-8f31-f96f5b1f04a5', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1afa72fb-238a-47d1-8f31-f96f5b1f04a5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:02,088 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.047s
2026-02-05 08:23:02,089 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-980b8f46-8e64-4c2f-aef6-a75d7d26f1d4', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-980b8f46-8e64-4c2f-aef6-a75d7d26f1d4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:03,167 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.064s
2026-02-05 08:23:03,167 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f77b8b77-aebc-4922-bec9-f563ef6aee3a', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f77b8b77-aebc-4922-bec9-f563ef6aee3a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:04,253 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.068s
2026-02-05 08:23:04,253 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12022c92-4d65-450d-8519-f7c69f3c730c', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12022c92-4d65-450d-8519-f7c69f3c730c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:05,335 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.064s
2026-02-05 08:23:05,336 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-881b56ca-7090-4df2-aca2-2e8e02e80b4d', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-881b56ca-7090-4df2-aca2-2e8e02e80b4d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:06,391 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.044s
2026-02-05 08:23:06,391 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00a70d24-b45f-449e-ad28-000786bc5fff', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00a70d24-b45f-449e-ad28-000786bc5fff', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:07,451 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.048s
2026-02-05 08:23:07,451 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36571d25-0ff2-4596-bec3-c40f6dfa9c9d', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36571d25-0ff2-4596-bec3-c40f6dfa9c9d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:08,509 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.047s
2026-02-05 08:23:08,509 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84e7bd4d-466f-4430-9427-4a9d09ce8843', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84e7bd4d-466f-4430-9427-4a9d09ce8843', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:09,570 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.049s
2026-02-05 08:23:09,570 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4c8618d-d6ed-4e8d-a622-d84008ce0c64', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4c8618d-d6ed-4e8d-a622-d84008ce0c64', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:10,644 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.062s
2026-02-05 08:23:10,645 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8832096b-b55a-44ae-9cce-3085d5f2ea82', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8832096b-b55a-44ae-9cce-3085d5f2ea82', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:11,710 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.046s
2026-02-05 08:23:11,710 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fed3a8e9-54f7-4d8f-aa3b-fe32e6928d7c', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fed3a8e9-54f7-4d8f-aa3b-fe32e6928d7c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:12,780 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.050s
2026-02-05 08:23:12,780 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b295ed5-191d-4e24-bed6-d96f73718d8c', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b295ed5-191d-4e24-bed6-d96f73718d8c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:13,863 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.067s
2026-02-05 08:23:13,864 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6b81fcf-aa12-4bc6-9090-118636f3b53c', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6b81fcf-aa12-4bc6-9090-118636f3b53c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:14,943 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.061s
2026-02-05 08:23:14,943 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-181161e5-2905-4868-bff7-0ac62dc2f02b', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-181161e5-2905-4868-bff7-0ac62dc2f02b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:16,004 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.045s
2026-02-05 08:23:16,004 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03f64a0a-881b-49fa-97e6-4fe8aa6cc415', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03f64a0a-881b-49fa-97e6-4fe8aa6cc415', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:17,069 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.048s
2026-02-05 08:23:17,069 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee63d248-b80a-496a-8805-0608c2e5820b', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee63d248-b80a-496a-8805-0608c2e5820b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:18,130 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.048s
2026-02-05 08:23:18,130 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8660ad63-5502-4631-8e86-23af7ac3d18f', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8660ad63-5502-4631-8e86-23af7ac3d18f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:19,206 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.057s
2026-02-05 08:23:19,206 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06294b60-81bd-43ce-96b5-0bd383729ce0', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06294b60-81bd-43ce-96b5-0bd383729ce0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:20,262 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.044s
2026-02-05 08:23:20,263 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3e13582-5426-4f9c-ad75-9e32f43d7af9', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3e13582-5426-4f9c-ad75-9e32f43d7af9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:21,336 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.055s
2026-02-05 08:23:21,337 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8e3718e-ecf5-42bc-beb6-d90eeb36da25', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8e3718e-ecf5-42bc-beb6-d90eeb36da25', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:22,412 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.058s
2026-02-05 08:23:22,413 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9d89221-6a61-43fa-82ca-27dbb2a705bb', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9d89221-6a61-43fa-82ca-27dbb2a705bb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:23,465 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.040s
2026-02-05 08:23:23,465 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e9aef05-9943-45a9-a4ca-2f47269696e4', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e9aef05-9943-45a9-a4ca-2f47269696e4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:24,518 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.041s
2026-02-05 08:23:24,518 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-481563c1-979f-40d6-bd25-feb35fab5f0a', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-481563c1-979f-40d6-bd25-feb35fab5f0a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:25,598 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.062s
2026-02-05 08:23:25,598 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37d7d981-3dbe-4303-b839-bfe60952d1dd', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37d7d981-3dbe-4303-b839-bfe60952d1dd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:26,658 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.048s
2026-02-05 08:23:26,658 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c467e4c4-f59d-4d7c-b9a1-aaaac9aa1d9e', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c467e4c4-f59d-4d7c-b9a1-aaaac9aa1d9e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:27,720 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.046s
2026-02-05 08:23:27,721 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f89f4c03-a12d-4240-8185-52e8ea572a37', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f89f4c03-a12d-4240-8185-52e8ea572a37', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:28,796 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.056s
2026-02-05 08:23:28,796 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddf9f8bc-32f8-471c-a237-179547108a9a', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddf9f8bc-32f8-471c-a237-179547108a9a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:29,861 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.047s
2026-02-05 08:23:29,862 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbf115a2-1e43-4540-84f0-6e7e3221f902', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbf115a2-1e43-4540-84f0-6e7e3221f902', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:30,924 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.044s
2026-02-05 08:23:30,924 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa9902c5-3250-4f46-a654-377aacbb6fd7', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa9902c5-3250-4f46-a654-377aacbb6fd7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:31,977 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.041s
2026-02-05 08:23:31,977 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c028569f-3a0c-472f-bae4-10a487e666c0', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c028569f-3a0c-472f-bae4-10a487e666c0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:33,034 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.045s
2026-02-05 08:23:33,034 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e909dcb8-ec89-44e8-a663-58f6fa724210', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e909dcb8-ec89-44e8-a663-58f6fa724210', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:34,089 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.043s
2026-02-05 08:23:34,089 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-788e68b1-abe6-47c4-b325-16dc0b67a057', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-788e68b1-abe6-47c4-b325-16dc0b67a057', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:35,158 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.057s
2026-02-05 08:23:35,159 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd58992a-4edb-4249-b9e5-2b8e3317917f', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd58992a-4edb-4249-b9e5-2b8e3317917f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:36,222 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.051s
2026-02-05 08:23:36,223 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d82762b6-4b7c-4d1b-a8c8-b51c550ba46a', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d82762b6-4b7c-4d1b-a8c8-b51c550ba46a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:37,292 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.056s
2026-02-05 08:23:37,293 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc0ee2d4-3d09-4980-af37-9d9d00e9f5eb', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc0ee2d4-3d09-4980-af37-9d9d00e9f5eb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:38,355 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.044s
2026-02-05 08:23:38,355 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82fe417e-fe9f-4047-addf-cbc377ec68ac', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82fe417e-fe9f-4047-addf-cbc377ec68ac', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:39,436 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.063s
2026-02-05 08:23:39,436 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2c831d3-6f71-4232-afd5-8874436645e8', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2c831d3-6f71-4232-afd5-8874436645e8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:40,517 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.068s
2026-02-05 08:23:40,517 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-624041fd-7cbb-4d60-ae3f-a8a83d32b77f', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-624041fd-7cbb-4d60-ae3f-a8a83d32b77f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:41,571 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.039s
2026-02-05 08:23:41,572 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eba20a8d-481d-468e-b40c-d3ad5fd46607', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eba20a8d-481d-468e-b40c-d3ad5fd46607', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:42,630 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.047s
2026-02-05 08:23:42,631 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ed9d02c-d2cb-478d-9393-6f40baab9eda', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ed9d02c-d2cb-478d-9393-6f40baab9eda', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:43,733 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.090s
2026-02-05 08:23:43,733 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3a304b4-89cb-4780-b915-154c7fd2e745', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3a304b4-89cb-4780-b915-154c7fd2e745', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:44,792 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.047s
2026-02-05 08:23:44,792 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f3878fb-bf85-4512-943f-d61f93229183', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f3878fb-bf85-4512-943f-d61f93229183', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:45,845 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.040s
2026-02-05 08:23:45,845 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c291a3ab-7de0-4f6f-bd3f-111327d157cf', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c291a3ab-7de0-4f6f-bd3f-111327d157cf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:46,907 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.050s
2026-02-05 08:23:46,908 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aea041e9-dd10-4d2d-8755-daef4cf97b8b', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aea041e9-dd10-4d2d-8755-daef4cf97b8b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:47,979 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.058s
2026-02-05 08:23:47,980 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db8fff52-3bad-4abe-8311-c6eee82f1bad', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db8fff52-3bad-4abe-8311-c6eee82f1bad', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:49,043 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.046s
2026-02-05 08:23:49,043 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc636d35-dc9e-4f04-ba9d-574db09602c8', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc636d35-dc9e-4f04-ba9d-574db09602c8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:50,100 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.043s
2026-02-05 08:23:50,101 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bec9e42e-7feb-43c4-9d66-ca8f8e574be7', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bec9e42e-7feb-43c4-9d66-ca8f8e574be7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:51,172 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.053s
2026-02-05 08:23:51,173 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5f37cc9-1d61-4fcf-9623-b2e43021705c', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5f37cc9-1d61-4fcf-9623-b2e43021705c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:52,232 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.041s
2026-02-05 08:23:52,232 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1623db78-6d7e-4ec5-836a-121698340aad', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1623db78-6d7e-4ec5-836a-121698340aad', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:53,285 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.040s
2026-02-05 08:23:53,285 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-529a939d-f0fd-4b68-8ec7-6fbf98242833', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-529a939d-f0fd-4b68-8ec7-6fbf98242833', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:54,374 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.077s
2026-02-05 08:23:54,374 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21641a04-671d-48e9-9875-4dedd6948e1f', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21641a04-671d-48e9-9875-4dedd6948e1f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:55,427 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.042s
2026-02-05 08:23:55,428 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10cf5e3f-c317-4222-94d7-910a31c79b7e', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10cf5e3f-c317-4222-94d7-910a31c79b7e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:56,784 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.344s
2026-02-05 08:23:56,784 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2b27042-a930-4963-96e9-297590c275a4', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2b27042-a930-4963-96e9-297590c275a4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:57,884 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.086s
2026-02-05 08:23:57,884 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-721fb565-9908-4a97-b72f-7dea42bd8502', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-721fb565-9908-4a97-b72f-7dea42bd8502', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:23:58,960 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.061s
2026-02-05 08:23:58,961 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f13d4b71-1489-4658-99f3-d3897d8205e8', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f13d4b71-1489-4658-99f3-d3897d8205e8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:00,036 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.061s
2026-02-05 08:24:00,036 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:23:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e2db121-cb9b-4dc3-ac58-307026a8117a', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e2db121-cb9b-4dc3-ac58-307026a8117a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:01,096 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.044s
2026-02-05 08:24:01,096 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6efc78f-6b5c-45e2-a2ba-35f9aaa99e01', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6efc78f-6b5c-45e2-a2ba-35f9aaa99e01', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:02,155 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.045s
2026-02-05 08:24:02,156 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5538e9c9-61c9-44cc-8894-1ee30fa53403', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5538e9c9-61c9-44cc-8894-1ee30fa53403', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:03,221 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.049s
2026-02-05 08:24:03,221 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1af910ac-e881-4960-b53f-bb48e0249084', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1af910ac-e881-4960-b53f-bb48e0249084', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:04,300 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.065s
2026-02-05 08:24:04,300 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8ac30fb-42b2-4cce-9ac1-4c1f4afaaca2', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8ac30fb-42b2-4cce-9ac1-4c1f4afaaca2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:05,396 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.084s
2026-02-05 08:24:05,396 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30374eaf-83b0-4b86-a216-ea20d5371473', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30374eaf-83b0-4b86-a216-ea20d5371473', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:06,465 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.057s
2026-02-05 08:24:06,466 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8284152c-8f8f-450d-b07f-6c7c18003a34', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8284152c-8f8f-450d-b07f-6c7c18003a34', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:07,530 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.049s
2026-02-05 08:24:07,531 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0e738b7-d21e-4a7d-b5b9-ae3139783169', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0e738b7-d21e-4a7d-b5b9-ae3139783169', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:08,605 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.062s
2026-02-05 08:24:08,605 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e8819b8-203c-4fe8-8c01-b63862a002fe', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e8819b8-203c-4fe8-8c01-b63862a002fe', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:09,679 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.061s
2026-02-05 08:24:09,679 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de85da69-104e-417f-8d33-1cbfcda6ceaf', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de85da69-104e-417f-8d33-1cbfcda6ceaf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:10,749 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.058s
2026-02-05 08:24:10,750 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87875ce7-f399-4011-bc5d-364bafc3add0', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87875ce7-f399-4011-bc5d-364bafc3add0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:11,845 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.084s
2026-02-05 08:24:11,846 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1908a1a0-2914-4582-a690-924ea84e5a13', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1908a1a0-2914-4582-a690-924ea84e5a13', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:12,915 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.058s
2026-02-05 08:24:12,916 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc262e4a-8dbd-471f-b2d5-e93c496855c4', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc262e4a-8dbd-471f-b2d5-e93c496855c4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:13,976 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.048s
2026-02-05 08:24:13,977 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d887cc4-a833-4382-b618-288dbfc75756', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d887cc4-a833-4382-b618-288dbfc75756', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:15,045 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.056s
2026-02-05 08:24:15,045 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23dfa081-bb2a-4a12-83e4-7e254a66ea49', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23dfa081-bb2a-4a12-83e4-7e254a66ea49', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:16,109 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.053s
2026-02-05 08:24:16,109 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68a8bb7f-997a-468c-b151-ef595a121b15', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68a8bb7f-997a-468c-b151-ef595a121b15', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:17,207 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.085s
2026-02-05 08:24:17,207 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24aa29ff-61a5-4808-af36-e7b9a76ebd71', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24aa29ff-61a5-4808-af36-e7b9a76ebd71', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:18,264 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.044s
2026-02-05 08:24:18,264 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40e36c70-39da-4049-bc90-c34346073400', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40e36c70-39da-4049-bc90-c34346073400', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:19,333 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.056s
2026-02-05 08:24:19,333 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0e51b95-cc23-421c-9d61-c053073323db', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0e51b95-cc23-421c-9d61-c053073323db', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:20,407 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.060s
2026-02-05 08:24:20,408 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b878a450-fd16-4587-befb-968d784494c3', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b878a450-fd16-4587-befb-968d784494c3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:21,476 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.057s
2026-02-05 08:24:21,477 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f137e4a6-8bac-4af5-b907-e5ccc69cf38c', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f137e4a6-8bac-4af5-b907-e5ccc69cf38c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:22,540 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.052s
2026-02-05 08:24:22,541 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f5f8c4f-051d-448c-993e-6cf44e621106', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f5f8c4f-051d-448c-993e-6cf44e621106', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:23,616 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.057s
2026-02-05 08:24:23,617 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3b8def5-acf6-4c4c-8223-7884d6d3c412', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3b8def5-acf6-4c4c-8223-7884d6d3c412', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:24,673 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.044s
2026-02-05 08:24:24,673 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27170a24-9fdb-4e72-acf7-0d0251872d9a', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27170a24-9fdb-4e72-acf7-0d0251872d9a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:25,732 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.046s
2026-02-05 08:24:25,732 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b031520f-8b66-44a0-9e3a-d819ed756ca1', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b031520f-8b66-44a0-9e3a-d819ed756ca1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:26,806 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.064s
2026-02-05 08:24:26,807 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-094d611d-7184-4422-8992-83b8c35d7913', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-094d611d-7184-4422-8992-83b8c35d7913', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:27,867 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.049s
2026-02-05 08:24:27,868 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eee24d05-247b-48c3-9c25-d60824914d9f', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eee24d05-247b-48c3-9c25-d60824914d9f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:28,930 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.047s
2026-02-05 08:24:28,930 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb4547ed-4148-456e-a2df-5ef4c285e1da', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb4547ed-4148-456e-a2df-5ef4c285e1da', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:30,002 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.055s
2026-02-05 08:24:30,003 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a80fed3-2574-45b7-a222-1fabec7e3e24', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a80fed3-2574-45b7-a222-1fabec7e3e24', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:31,072 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.057s
2026-02-05 08:24:31,072 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff66387b-d944-47ba-ad16-e09f92517af2', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff66387b-d944-47ba-ad16-e09f92517af2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:32,154 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.070s
2026-02-05 08:24:32,154 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e68321b9-c358-4f9d-a525-1ebd1662ef08', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e68321b9-c358-4f9d-a525-1ebd1662ef08', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:33,221 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.054s
2026-02-05 08:24:33,221 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9df005c0-d48a-4ed5-96b2-9b1f7ee63924', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9df005c0-d48a-4ed5-96b2-9b1f7ee63924', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:34,293 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.055s
2026-02-05 08:24:34,293 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3763915-9489-4531-9af3-da3a8b328ef5', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3763915-9489-4531-9af3-da3a8b328ef5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:35,349 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.044s
2026-02-05 08:24:35,350 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2eb8174-e4db-4ce4-8855-282040eadc26', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2eb8174-e4db-4ce4-8855-282040eadc26', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:36,428 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.066s
2026-02-05 08:24:36,428 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0dba8059-409e-4bec-aaea-0d7623e19c17', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0dba8059-409e-4bec-aaea-0d7623e19c17', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:37,479 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.038s
2026-02-05 08:24:37,479 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30cc775f-7bce-4dec-8337-bdd5842a804d', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30cc775f-7bce-4dec-8337-bdd5842a804d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:38,543 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.052s
2026-02-05 08:24:38,543 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca0e7a29-6178-446c-9925-ee083235d6e5', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca0e7a29-6178-446c-9925-ee083235d6e5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:39,609 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.048s
2026-02-05 08:24:39,610 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11254148-792b-41b9-8e64-55b83f25528a', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11254148-792b-41b9-8e64-55b83f25528a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:40,667 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.045s
2026-02-05 08:24:40,667 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-998c9fb4-2601-4092-a637-d4e3941f0056', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-998c9fb4-2601-4092-a637-d4e3941f0056', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:41,747 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.062s
2026-02-05 08:24:41,749 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12d18414-f1f3-412f-8d8d-a05a08a0ab35', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12d18414-f1f3-412f-8d8d-a05a08a0ab35', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:42,809 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.042s
2026-02-05 08:24:42,810 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1554cea1-ac4c-4c87-b500-d1b089319595', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1554cea1-ac4c-4c87-b500-d1b089319595', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:43,872 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.050s
2026-02-05 08:24:43,872 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95da2014-37b3-4838-bf00-9a4bdb8ebf16', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95da2014-37b3-4838-bf00-9a4bdb8ebf16', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:44,940 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.056s
2026-02-05 08:24:44,940 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8864305c-8b5b-4142-a9c6-05137dab6cc3', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8864305c-8b5b-4142-a9c6-05137dab6cc3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:45,998 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.045s
2026-02-05 08:24:45,998 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a12a86b7-d18a-4e7a-a863-e296747e3360', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a12a86b7-d18a-4e7a-a863-e296747e3360', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:47,055 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.042s
2026-02-05 08:24:47,056 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60e78771-5332-41a7-90b8-ebe2c900319d', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60e78771-5332-41a7-90b8-ebe2c900319d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:48,114 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.040s
2026-02-05 08:24:48,114 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a5bdd7c-0acb-4f8f-a0e0-482386fdaa19', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a5bdd7c-0acb-4f8f-a0e0-482386fdaa19', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:49,180 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.049s
2026-02-05 08:24:49,181 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b013f41d-7de5-4019-a3f7-ba5e2293b4b2', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b013f41d-7de5-4019-a3f7-ba5e2293b4b2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:50,245 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.046s
2026-02-05 08:24:50,246 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e55e2212-9ae1-4ffd-acf1-f9dca13cb072', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e55e2212-9ae1-4ffd-acf1-f9dca13cb072', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:51,307 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.050s
2026-02-05 08:24:51,308 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c6d2abb-6a36-480f-a8d6-9202facadae6', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c6d2abb-6a36-480f-a8d6-9202facadae6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:52,363 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.042s
2026-02-05 08:24:52,363 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4aa6e45e-5858-4226-ac2f-4a34e6d707b0', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4aa6e45e-5858-4226-ac2f-4a34e6d707b0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:53,444 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.063s
2026-02-05 08:24:53,444 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc03e1b7-31d3-460f-86ff-0e8c9866a958', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc03e1b7-31d3-460f-86ff-0e8c9866a958', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:54,508 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.046s
2026-02-05 08:24:54,509 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80b739fb-7a70-409d-8347-28847564dce5', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80b739fb-7a70-409d-8347-28847564dce5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:55,566 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.045s
2026-02-05 08:24:55,566 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdbfc55c-2a31-401d-ada9-3a69d0ac6665', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdbfc55c-2a31-401d-ada9-3a69d0ac6665', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:56,620 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.041s
2026-02-05 08:24:56,620 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7e71cd1-078f-46ad-ad47-e64c1ed791fd', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7e71cd1-078f-46ad-ad47-e64c1ed791fd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:57,678 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.042s
2026-02-05 08:24:57,678 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1912aae8-86a5-4d99-af6e-d574e7027e12', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1912aae8-86a5-4d99-af6e-d574e7027e12', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:58,734 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.039s
2026-02-05 08:24:58,734 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7254741e-b7e1-4803-a155-09d5012e244d', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7254741e-b7e1-4803-a155-09d5012e244d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:24:59,788 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.042s
2026-02-05 08:24:59,789 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:24:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b266beb9-b499-4b27-988c-eb2d392db66c', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b266beb9-b499-4b27-988c-eb2d392db66c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:25:00,844 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.044s
2026-02-05 08:25:00,844 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:25:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c450a3ca-15a2-416f-abc9-11d91b5d1327', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c450a3ca-15a2-416f-abc9-11d91b5d1327', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:25:01,899 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.043s
2026-02-05 08:25:01,900 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:25:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3f5c9c1-941b-4bf6-8bd9-d19506edb5fe', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3f5c9c1-941b-4bf6-8bd9-d19506edb5fe', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:25:02,995 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.081s
2026-02-05 08:25:02,996 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:25:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e03c027-33a4-408f-8d8e-7544edc4977a', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e03c027-33a4-408f-8d8e-7544edc4977a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:25:04,058 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.051s
2026-02-05 08:25:04,059 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:25:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-908309ac-6f77-4391-aeb7-79d90f0d3b1f', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-908309ac-6f77-4391-aeb7-79d90f0d3b1f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:25:05,121 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.050s
2026-02-05 08:25:05,121 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:25:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-051e04fd-8ed4-4cf9-bd8a-19c5c797fc6f', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-051e04fd-8ed4-4cf9-bd8a-19c5c797fc6f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:25:06,183 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.050s
2026-02-05 08:25:06,184 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:25:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8cb76ff-e198-46d6-9271-ef6a33bae1eb', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8cb76ff-e198-46d6-9271-ef6a33bae1eb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:25:07,243 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.047s
2026-02-05 08:25:07,244 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:25:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7199c65d-ac35-43f8-bf46-79b36342ee1e', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7199c65d-ac35-43f8-bf46-79b36342ee1e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:25:08,295 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.038s
2026-02-05 08:25:08,295 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:25:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9b9288b-8fee-44f4-a620-12902daed8bc', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9b9288b-8fee-44f4-a620-12902daed8bc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:25:09,350 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.043s
2026-02-05 08:25:09,350 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:25:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53e12ed2-c5a8-4029-b436-95fcc7b271c9', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53e12ed2-c5a8-4029-b436-95fcc7b271c9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:25:10,415 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.052s
2026-02-05 08:25:10,415 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:25:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7aeaefb4-2ef3-4d54-910e-c35be9c13455', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7aeaefb4-2ef3-4d54-910e-c35be9c13455', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:25:11,482 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.055s
2026-02-05 08:25:11,482 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:25:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ada502b-c4cf-4aec-b85b-5dd70e8d436c', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ada502b-c4cf-4aec-b85b-5dd70e8d436c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:25:12,541 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.047s
2026-02-05 08:25:12,542 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:25:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df53fb61-6417-4238-95cc-8ae801ef872a', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df53fb61-6417-4238-95cc-8ae801ef872a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:25:13,597 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.042s
2026-02-05 08:25:13,597 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:25:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24d09dbc-ff88-4442-a724-492eb335c0a3', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24d09dbc-ff88-4442-a724-492eb335c0a3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:25:14,662 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.053s
2026-02-05 08:25:14,662 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:25:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a2f3dc4-e6f3-4596-977c-f6898336ed1a', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a2f3dc4-e6f3-4596-977c-f6898336ed1a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:25:15,720 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.045s
2026-02-05 08:25:15,720 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:25:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9691421e-b098-450c-8a54-8beb22e74727', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9691421e-b098-450c-8a54-8beb22e74727', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:25:16,780 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.041s
2026-02-05 08:25:16,780 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:25:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-828cc765-18ac-444e-8638-a8d0082d7b1a', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-828cc765-18ac-444e-8638-a8d0082d7b1a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:25:17,842 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.050s
2026-02-05 08:25:17,842 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:25:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ef38a6f-cbbf-4f31-a4fe-1d602a692fb0', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ef38a6f-cbbf-4f31-a4fe-1d602a692fb0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:25:18,902 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.049s
2026-02-05 08:25:18,903 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:25:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5611847d-0458-485d-8b1d-62e59c5c5df7', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5611847d-0458-485d-8b1d-62e59c5c5df7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:25:19,964 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.043s
2026-02-05 08:25:19,964 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:25:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31605134-ae8b-4509-afc2-c33c81ee10ea', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31605134-ae8b-4509-afc2-c33c81ee10ea', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:25:21,019 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.043s
2026-02-05 08:25:21,019 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:25:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b638c7d-1ac2-4591-a8c3-2de89eadeea7', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b638c7d-1ac2-4591-a8c3-2de89eadeea7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:25:22,091 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.060s
2026-02-05 08:25:22,091 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:25:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a1e6f7f-783c-42e6-a49e-f1fdfd617537', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a1e6f7f-783c-42e6-a49e-f1fdfd617537', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:25:23,154 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.050s
2026-02-05 08:25:23,154 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:25:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6096d10f-0462-4b19-9722-759f9304707c', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6096d10f-0462-4b19-9722-759f9304707c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:25:24,224 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.057s
2026-02-05 08:25:24,224 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:25:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-672ad142-688a-48b3-9212-6faeb23cfefe', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-672ad142-688a-48b3-9212-6faeb23cfefe', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:25:25,293 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.052s
2026-02-05 08:25:25,293 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:25:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ed24416-800a-4d98-ad86-8785a2a38b21', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ed24416-800a-4d98-ad86-8785a2a38b21', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:25:26,378 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.072s
2026-02-05 08:25:26,378 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:25:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1547605a-b50f-4cdd-beba-680251cb781e', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1547605a-b50f-4cdd-beba-680251cb781e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:25:27,449 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.059s
2026-02-05 08:25:27,449 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:25:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60f08706-5d4a-43e5-9e0e-33b96621882a', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60f08706-5d4a-43e5-9e0e-33b96621882a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:25:28,514 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.046s
2026-02-05 08:25:28,515 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:25:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45907660-9726-4e2c-8969-9be2a93fd139', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45907660-9726-4e2c-8969-9be2a93fd139', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:25:29,585 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.052s
2026-02-05 08:25:29,585 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:25:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba4d1504-91ec-41ab-9666-5475dcaf3c5c', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba4d1504-91ec-41ab-9666-5475dcaf3c5c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
2026-02-05 08:25:30,663 83194 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859 0.060s
2026-02-05 08:25:30,663 83194 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 05 Feb 2026 07:25:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a30ac8fb-c7a1-496c-94b7-0c1326a5dfd7', 'content-length': '1149', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a30ac8fb-c7a1-496c-94b7-0c1326a5dfd7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859'}
Body: b'{"volume": {"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-02-05T07:12:11.000000", "updated_at": "2026-02-05T07:14:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1867249720", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.6/volume/v3/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}, {"rel": "bookmark", "href": "http://192.168.122.6/volume/volumes/e1407892-06ce-4e68-9dc8-428ec06c3859"}], "user_id": "35c50c5872f54031b66c85a19ec85d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "attachment_id": "fa8de053-4a7f-446f-b6b9-db708efd4ab4", "volume_id": "e1407892-06ce-4e68-9dc8-428ec06c3859", "server_id": "54e725c3-5971-4651-ac70-ff1878152426", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-02-05T07:14:18.000000"}], "os-vol-tenant-attr:tenant_id": "f66afe12314a43129b3353ed2fdf67d8"}}'
}}}
traceback-1: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/compute.py", line 150, in wait_for_ssh_or_ping
waiters.wait_for_ssh(
File "/opt/stack/tempest/tempest/common/waiters.py", line 713, in wait_for_ssh
raise lib_exc.TimeoutException()
tempest.lib.exceptions.TimeoutException: Request timed out
Details: None
}}}
traceback-2: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/base.py", line 587, in _detach_volume
self.servers_client.detach_volume(server['id'], volume['id'])
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 494, in detach_volume
resp, body = self.delete('servers/%s/os-volume_attachments/%s' %
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 892, in _error_checker
raise exceptions.Conflict(resp_body, resp=resp)
tempest.lib.exceptions.Conflict: Conflict with state of target resource
Details: {'code': 409, 'message': "Cannot 'detach_volume' instance 54e725c3-5971-4651-ac70-ff1878152426 while it is in vm_state error"}
}}}
traceback-3: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/waiters.py", line 457, in wait_for_volume_attachment_remove_from_server
console_output = client.get_console_output(server_id)['output']
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 698, in get_console_output
return self.action(server_id, 'os-getConsoleOutput',
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 239, in action
resp, body = self.post('servers/%s/action' % server_id,
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 872, in _error_checker
raise exceptions.NotFound(resp_body, resp=resp)
tempest.lib.exceptions.NotFound: Object not found
Details: {'code': 404, 'message': 'Guest does not have a console available.'}
}}}
traceback-4: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/waiters.py", line 396, in wait_for_volume_resource_status
raise lib_exc.TimeoutException(message)
tempest.lib.exceptions.TimeoutException: Request timed out
Details: volume e1407892-06ce-4e68-9dc8-428ec06c3859 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 54e725c3-5971-4651-ac70-ff1878152426 failed to build and is in ERROR status
Details:
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e] |
pass
pt3.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e]
|
||||||
test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e] |
pass
pt3.2: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e]
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3] |
pass
pt4.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3]
|
||||||
test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3] |
pass
pt4.2: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3]
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558] |
pass
pt5.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558]
|
||||||
test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558] |
pass
pt5.2: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests | 2 | 2 | 0 | 0 | 0 | Detail | |
test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40] |
pass
pt6.1: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40]
|
||||||
test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40] |
pass
pt6.2: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_delete_unicode_volume_name[id-2d7e2e49-150e-4849-a18e-79f9777c9a96] |
pass
pt7.1: cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name[id-2d7e2e49-150e-4849-a18e-79f9777c9a96]
|
||||||
test_snapshot_create_volume_description_non_ascii_code[id-332be44d-5418-4fb3-a8f0-a3587de6929f] |
pass
pt7.2: cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code[id-332be44d-5418-4fb3-a8f0-a3587de6929f]
|
||||||
test_create_delete_unicode_volume_name[id-2d7e2e49-150e-4849-a18e-79f9777c9a96] |
pass
pt7.3: cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name[id-2d7e2e49-150e-4849-a18e-79f9777c9a96]
|
||||||
test_snapshot_create_volume_description_non_ascii_code[id-332be44d-5418-4fb3-a8f0-a3587de6929f] |
pass
pt7.4: cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code[id-332be44d-5418-4fb3-a8f0-a3587de6929f]
|
||||||
| cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests | 2 | 2 | 0 | 0 | 0 | Detail | |
test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume] |
pass
pt8.1: cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests.test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume]
|
||||||
test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume] |
pass
pt8.2: cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests.test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume]
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups | 2 | 0 | 0 | 0 | 2 | Detail | |
ConsistencyGroupsV2Test) |
skip
pt9.1: setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test)
|
||||||
ConsistencyGroupsV2Test) |
skip
pt9.2: setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test)
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumesBackupsTest) |
skip
pt10.1: setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest)
|
||||||
VolumesBackupsTest) |
skip
pt10.2: setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest)
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource | 2 | 0 | 0 | 0 | 2 | Detail | |
CreateVolumesFromBackupTest) |
skip
pt11.1: setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest)
|
||||||
CreateVolumesFromBackupTest) |
skip
pt11.2: setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest)
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumesBackupsTest) |
skip
pt12.1: setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest)
|
||||||
VolumesBackupsTest) |
skip
pt12.2: setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_backups | 6 | 0 | 0 | 0 | 6 | Detail | |
ProjectMemberTests39) |
skip
pt13.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectMemberTests39)
|
||||||
ProjectReaderTests33) |
skip
pt13.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectReaderTests33)
|
||||||
ProjectAdminTests33) |
skip
pt13.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectAdminTests33)
|
||||||
ProjectMemberTests33) |
skip
pt13.4: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectMemberTests33)
|
||||||
ProjectReaderTests39) |
skip
pt13.5: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectReaderTests39)
|
||||||
ProjectAdminTests39) |
skip
pt13.6: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectAdminTests39)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities | 3 | 0 | 0 | 0 | 3 | Detail | |
ProjectAdminTests) |
skip
pt14.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectAdminTests)
|
||||||
ProjectMemberTests) |
skip
pt14.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectMemberTests)
|
||||||
ProjectReaderTests) |
skip
pt14.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_snapshots | 2 | 0 | 0 | 0 | 2 | Detail | |
ProjectMemberTests) |
skip
pt15.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_snapshots.ProjectMemberTests)
|
||||||
ProjectReaderTests) |
skip
pt15.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
pt16.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectAdminTests)
|
||||||
ProjectMemberTests) |
skip
pt16.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectMemberTests)
|
||||||
ProjectReaderTests) |
skip
pt16.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions | 2 | 0 | 0 | 0 | 2 | Detail | |
ProjectReaderTests) |
skip
pt17.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests)
|
||||||
ProjectReaderTests) |
skip
pt17.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types | 6 | 0 | 0 | 0 | 6 | Detail | |
VolumeTypesMemberTests) |
skip
pt18.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests)
|
||||||
VolumeTypesReaderTests) |
skip
pt18.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests)
|
||||||
VolumeTypesAdminTests) |
skip
pt18.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests)
|
||||||
VolumeTypesAdminTests) |
skip
pt18.4: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests)
|
||||||
VolumeTypesMemberTests) |
skip
pt18.5: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests)
|
||||||
VolumeTypesReaderTests) |
skip
pt18.6: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes | 2 | 0 | 0 | 0 | 2 | Detail | |
ProjectReaderTests) |
skip
pt19.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests)
|
||||||
ProjectReaderTests) |
skip
pt19.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer | 2 | 0 | 0 | 0 | 2 | Detail | |
TransferEncryptedVolumeTest) |
skip
pt20.1: setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest)
|
||||||
TransferEncryptedVolumeTest) |
skip
pt20.2: setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency | 2 | 0 | 0 | 0 | 2 | Detail | |
ConcurrentVolumeActionsTest) |
skip
pt21.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency.ConcurrentVolumeActionsTest)
|
||||||
ConcurrentVolumeActionsTest) |
skip
pt21.2: setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency.ConcurrentVolumeActionsTest)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumeMultiattachTests) |
skip
pt22.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests)
|
||||||
VolumeMultiattachTests) |
skip
pt22.2: setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests)
|
||||||
| setUpClass (tempest.api.compute.admin.test_live_migration | 3 | 0 | 0 | 0 | 3 | Detail | |
LiveMigrationWithoutHostTest) |
skip
pt23.1: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationWithoutHostTest)
|
||||||
LiveMigrationTest) |
skip
pt23.2: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest)
|
||||||
LiveAutoBlockMigrationV225Test) |
skip
pt23.3: setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test)
|
||||||
| setUpClass (tempest.api.compute.admin.test_volume_swap | 1 | 0 | 0 | 0 | 1 | Detail | |
TestMultiAttachVolumeSwap) |
skip
pt24.1: setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap)
|
||||||
| setUpClass (tempest.api.compute.admin.test_volumes_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
UpdateMultiattachVolumeNegativeTest) |
skip
pt25.1: setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest)
|
||||||
| setUpClass (tempest.api.compute.volumes.test_attach_volume | 1 | 0 | 0 | 0 | 1 | Detail | |
AttachVolumeMultiAttachTest) |
skip
pt26.1: setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_encrypted_volumes_extend | 1 | 0 | 0 | 0 | 1 | Detail | |
EncryptedVolumesExtendAttachedTest) |
skip
pt27.1: setUpClass (tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_multi_backend | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeMultiBackendTest) |
skip
pt28.1: setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volume_retype | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumeRetypeWithMigrationTest) |
skip
pt29.1: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest)
|
||||||
VolumeRetypeMultiattachTest) |
skip
pt29.2: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeMultiattachTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volumes_backup | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesBackupsAdminTest) |
skip
pt30.1: setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest)
|
||||||
| setUpClass (tempest.api.volume.test_volumes_backup | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumesBackupsV39Test) |
skip
pt31.1: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test)
|
||||||
VolumesBackupsTest) |
skip
pt31.2: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest)
|
||||||
| setUpClass (tempest.scenario.test_volume_backup_restore | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeBackupRestore) |
skip
pt32.1: setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore)
|
||||||
| setUpClass (tempest.scenario.test_volume_migrate_attached | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeMigrateRetypeAttached) |
skip
pt33.1: setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached)
|
||||||
| tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_assisted_snapshot_create_delete[id-8aee84a3-1b1f-42e4-9b00-613931ccac24] |
pass
pt34.1: tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest.test_volume_assisted_snapshot_create_delete[id-8aee84a3-1b1f-42e4-9b00-613931ccac24]
|
||||||
| tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_attach_scsi_disk_with_config_drive[id-777e468f-17ca-4da4-b93d-b7dbf56c0494] |
pass
pt35.1: tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive[id-777e468f-17ca-4da4-b93d-b7dbf56c0494]
|
||||||
| tempest.api.compute.admin.test_volume_swap.TestVolumeSwap | 1 | 0 | 0 | 0 | 1 | Detail | |
test_volume_swap[id-1769f00d-a693-4d67-a631-6a3496773813,slow] |
skip
pt36.1: tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap[id-1769f00d-a693-4d67-a631-6a3496773813,slow]
|
||||||
| tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest | 2 | 1 | 0 | 0 | 1 | Detail | |
test_update_attached_volume_with_nonexistent_volume_in_body[id-7dcac15a-b107-46d3-a5f6-cb863f4e454a,negative] |
skip
pt37.1: tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body[id-7dcac15a-b107-46d3-a5f6-cb863f4e454a,negative]
|
||||||
test_update_attached_volume_with_nonexistent_volume_in_uri[id-309b5ecd-0585-4a7e-a36f-d2b2bf55259d,negative] |
pass
pt37.2: tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri[id-309b5ecd-0585-4a7e-a36f-d2b2bf55259d,negative]
|
||||||
| tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume] |
pass
pt38.1: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume]
|
||||||
| tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_tagged_attachment[id-3e41c782-2a89-4922-a9d2-9a188c4e7c7c,image,network,volume] |
pass
pt39.1: tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment[id-3e41c782-2a89-4922-a9d2-9a188c4e7c7c,image,network,volume]
|
||||||
| tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] |
pass
pt40.1: tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume]
|
||||||
| tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] |
pass
pt41.1: tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume]
|
||||||
| tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB | 1 | 1 | 0 | 0 | 0 | Detail | |
test_resize_server_revert_with_volume_attached[id-fbbf075f-a812-4022-bc5c-ccb8047eef12,volume] |
pass
pt42.1: tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB.test_resize_server_revert_with_volume_attached[id-fbbf075f-a812-4022-bc5c-ccb8047eef12,volume]
|
||||||
| tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_rebuild_volume_backed_server[id-6652dab9-ea24-4c93-ab5a-93d79c3041cf] |
pass
pt43.1: tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON.test_rebuild_volume_backed_server[id-6652dab9-ea24-4c93-ab5a-93d79c3041cf]
|
||||||
| tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_server_from_non_bootable_volume[id-74085be3-a370-4ca2-bc51-2d0e10e0f573,image,negative,volume] |
pass
pt44.1: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume[id-74085be3-a370-4ca2-bc51-2d0e10e0f573,image,negative,volume]
|
||||||
test_create_server_invalid_bdm_in_2nd_dict[id-12146ac1-d7df-4928-ad25-b1f99e5286cd,negative,volume] |
pass
pt44.2: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict[id-12146ac1-d7df-4928-ad25-b1f99e5286cd,negative,volume]
|
||||||
| tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow] |
pass
pt45.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow]
|
||||||
test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow] |
pass
pt45.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow]
|
||||||
| tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow] |
pass
pt46.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow]
|
||||||
test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513] |
pass
pt46.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513]
|
||||||
| tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative] |
pass
pt47.1: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative]
|
||||||
test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative] |
pass
pt47.2: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative]
|
||||||
test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative] |
pass
pt47.3: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative]
|
||||||
| tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f] |
pass
pt48.1: tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f]
|
||||||
| tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f] |
pass
pt49.1: tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f]
|
||||||
| tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_volume_list[id-bc2dd1a0-15af-48e5-9990-f2e75a48325d] |
pass
pt50.1: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list[id-bc2dd1a0-15af-48e5-9990-f2e75a48325d]
|
||||||
test_volume_list_param_limit[id-1048ed81-2baf-487a-b284-c0622b86e7b8] |
pass
pt50.2: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit[id-1048ed81-2baf-487a-b284-c0622b86e7b8]
|
||||||
test_volume_list_param_offset_and_limit[id-51c22651-a074-4ea7-af0b-094f9331303e] |
pass
pt50.3: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit[id-51c22651-a074-4ea7-af0b-094f9331303e]
|
||||||
test_volume_list_with_detail_param_limit[id-33985568-4965-49d5-9bcc-0aa007ca5b7a] |
pass
pt50.4: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit[id-33985568-4965-49d5-9bcc-0aa007ca5b7a]
|
||||||
test_volume_list_with_detail_param_offset_and_limit[id-06b6abc4-3f10-48e9-a7a1-3facc98f03e5] |
pass
pt50.5: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit[id-06b6abc4-3f10-48e9-a7a1-3facc98f03e5]
|
||||||
test_volume_list_with_details[id-bad0567a-5a4f-420b-851e-780b55bb867c] |
pass
pt50.6: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details[id-bad0567a-5a4f-420b-851e-780b55bb867c]
|
||||||
| tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest | 8 | 8 | 0 | 0 | 0 | Detail | |
test_create_volume_with_invalid_size[id-5125ae14-152b-40a7-b3c5-eae15e9022ef,negative] |
pass
pt51.1: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size[id-5125ae14-152b-40a7-b3c5-eae15e9022ef,negative]
|
||||||
test_create_volume_with_size_zero[id-8cce995e-0a83-479a-b94d-e1e40b8a09d1,negative] |
pass
pt51.2: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero[id-8cce995e-0a83-479a-b94d-e1e40b8a09d1,negative]
|
||||||
test_create_volume_without_passing_size[id-131cb3a1-75cc-4d40-b4c3-1317f64719b0,negative] |
pass
pt51.3: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size[id-131cb3a1-75cc-4d40-b4c3-1317f64719b0,negative]
|
||||||
test_delete_invalid_volume_id[id-62972737-124b-4513-b6cf-2f019f178494,negative] |
pass
pt51.4: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id[id-62972737-124b-4513-b6cf-2f019f178494,negative]
|
||||||
test_delete_volume_without_passing_volume_id[id-0d1417c5-4ae8-4c2c-adc5-5f0b864253e5,negative] |
pass
pt51.5: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id[id-0d1417c5-4ae8-4c2c-adc5-5f0b864253e5,negative]
|
||||||
test_get_volume_without_passing_volume_id[id-62bab09a-4c03-4617-8cca-8572bc94af9b,negative] |
pass
pt51.6: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id[id-62bab09a-4c03-4617-8cca-8572bc94af9b,negative]
|
||||||
test_volume_delete_nonexistent_volume_id[id-54a34226-d910-4b00-9ef8-8683e6c55846,negative] |
pass
pt51.7: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id[id-54a34226-d910-4b00-9ef8-8683e6c55846,negative]
|
||||||
test_volume_get_nonexistent_volume_id[id-c03ea686-905b-41a2-8748-9635154b7c57,negative] |
pass
pt51.8: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id[id-c03ea686-905b-41a2-8748-9635154b7c57,negative]
|
||||||
| tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_compare_volume_stats_values[id-a9035743-d46a-47c5-9cb7-3c80ea16dea0] |
pass
pt52.1: tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values[id-a9035743-d46a-47c5-9cb7-3c80ea16dea0]
|
||||||
test_get_capabilities_backend[id-3750af44-5ea2-4cd4-bc3e-56e7e6caf854] |
pass
pt52.2: tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend[id-3750af44-5ea2-4cd4-bc3e-56e7e6caf854]
|
||||||
| tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81] |
pass
pt53.1: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81]
|
||||||
test_delete_group_snapshots_following_updated_volumes[id-7d7fc000-0b4c-4376-a372-544116d2e127] |
pass
pt53.2: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes[id-7d7fc000-0b4c-4376-a372-544116d2e127]
|
||||||
test_group_snapshot_create_show_list_delete[id-1298e537-f1f0-47a3-a1dd-8adec8168897] |
pass
pt53.3: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete[id-1298e537-f1f0-47a3-a1dd-8adec8168897]
|
||||||
| tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_reset_group_snapshot_status[id-3b42c9b9-c984-4444-816e-ca2e1ed30b40] |
pass
pt54.1: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status[id-3b42c9b9-c984-4444-816e-ca2e1ed30b40]
|
||||||
| tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_group_type_specs_create_show_update_list_delete[id-bb4e30d0-de6e-4f4d-866c-dcc48d023b4e] |
pass
pt55.1: tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete[id-bb4e30d0-de6e-4f4d-866c-dcc48d023b4e]
|
||||||
| tempest.api.volume.admin.test_group_types.GroupTypesTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_group_type_create_list_update_show_delete[id-dd71e5f9-393e-4d4f-90e9-fa1b8d278864] |
pass
pt56.1: tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete[id-dd71e5f9-393e-4d4f-90e9-fa1b8d278864]
|
||||||
test_group_type_list_by_optional_params[id-3d5e5cec-72b4-4511-b135-7cc2b7a053ae] |
pass
pt56.2: tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_list_by_optional_params[id-3d5e5cec-72b4-4511-b135-7cc2b7a053ae]
|
||||||
| tempest.api.volume.admin.test_groups.GroupsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_group_create_show_list_delete[id-4b111d28-b73d-4908-9bd2-03dc2992e4d4] |
pass
pt57.1: tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete[id-4b111d28-b73d-4908-9bd2-03dc2992e4d4]
|
||||||
test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006] |
pass
pt57.2: tempest.api.volume.admin.test_groups.GroupsTest.test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006]
|
||||||
| tempest.api.volume.admin.test_groups.GroupsV320Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c] |
pass
pt58.1: tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c]
|
||||||
| tempest.api.volume.admin.test_qos.QosSpecsTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_associate_disassociate_qos[id-1dd93c76-6420-485d-a771-874044c416ac] |
pass
pt59.1: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos[id-1dd93c76-6420-485d-a771-874044c416ac]
|
||||||
test_create_delete_qos_with_back_end_consumer[id-b115cded-8f58-4ee4-aab5-9192cfada08f] |
pass
pt59.2: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer[id-b115cded-8f58-4ee4-aab5-9192cfada08f]
|
||||||
test_create_delete_qos_with_both_consumer[id-f88d65eb-ea0d-487d-af8d-71f4011575a4] |
pass
pt59.3: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer[id-f88d65eb-ea0d-487d-af8d-71f4011575a4]
|
||||||
test_create_delete_qos_with_front_end_consumer[id-7e15f883-4bef-49a9-95eb-f94209a1ced1] |
pass
pt59.4: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer[id-7e15f883-4bef-49a9-95eb-f94209a1ced1]
|
||||||
test_get_qos[id-7aa214cc-ac1a-4397-931f-3bb2e83bb0fd] |
pass
pt59.5: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos[id-7aa214cc-ac1a-4397-931f-3bb2e83bb0fd]
|
||||||
test_list_qos[id-75e04226-bcf7-4595-a34b-fdf0736f38fc] |
pass
pt59.6: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos[id-75e04226-bcf7-4595-a34b-fdf0736f38fc]
|
||||||
test_set_unset_qos_key[id-ed00fd85-4494-45f2-8ceb-9e2048919aed] |
pass
pt59.7: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key[id-ed00fd85-4494-45f2-8ceb-9e2048919aed]
|
||||||
| tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_reset_snapshot_status[id-3e13ca2f-48ea-49f3-ae1a-488e9180d535] |
pass
pt60.1: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status[id-3e13ca2f-48ea-49f3-ae1a-488e9180d535]
|
||||||
test_snapshot_force_delete_when_snapshot_is_creating[id-05f711b6-e629-4895-8103-7ca069f2073a] |
pass
pt60.2: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating[id-05f711b6-e629-4895-8103-7ca069f2073a]
|
||||||
test_snapshot_force_delete_when_snapshot_is_deleting[id-92ce8597-b992-43a1-8868-6316b22a969e] |
pass
pt60.3: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting[id-92ce8597-b992-43a1-8868-6316b22a969e]
|
||||||
test_snapshot_force_delete_when_snapshot_is_error[id-645a4a67-a1eb-4e8e-a547-600abac1525d] |
pass
pt60.4: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error[id-645a4a67-a1eb-4e8e-a547-600abac1525d]
|
||||||
test_snapshot_force_delete_when_snapshot_is_error_deleting[id-bf89080f-8129-465e-9327-b2f922666ba5] |
pass
pt60.5: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting[id-bf89080f-8129-465e-9327-b2f922666ba5]
|
||||||
test_update_snapshot_status[id-41288afd-d463-485e-8f6e-4eea159413eb] |
pass
pt60.6: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status[id-41288afd-d463-485e-8f6e-4eea159413eb]
|
||||||
| tempest.api.volume.admin.test_user_messages.UserMessagesTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_delete_message[id-c6eb6901-cdcc-490f-b735-4fe251842aed] |
pass
pt61.1: tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message[id-c6eb6901-cdcc-490f-b735-4fe251842aed]
|
||||||
test_list_show_messages[id-50f29e6e-f363-42e1-8ad1-f67ae7fd4d5a] |
pass
pt61.2: tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages[id-50f29e6e-f363-42e1-8ad1-f67ae7fd4d5a]
|
||||||
| tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_hosts[id-d5f3efa2-6684-4190-9ced-1c2f526352ad] |
pass
pt62.1: tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts[id-d5f3efa2-6684-4190-9ced-1c2f526352ad]
|
||||||
test_show_host[id-21168d57-b373-4b71-a3ac-f2c88f0c5d31] |
pass
pt62.2: tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host[id-21168d57-b373-4b71-a3ac-f2c88f0c5d31]
|
||||||
| tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_pools_with_details[id-d4bb61f7-762d-4437-b8a4-5785759a0ced] |
pass
pt63.1: tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details[id-d4bb61f7-762d-4437-b8a4-5785759a0ced]
|
||||||
test_get_pools_without_details[id-0248a46c-e226-4933-be10-ad6fca8227e7] |
pass
pt63.2: tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details[id-0248a46c-e226-4933-be10-ad6fca8227e7]
|
||||||
| tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_show_default_quota[id-abb9198e-67d0-4b09-859f-4f4a1418f176] |
pass
pt64.1: tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota[id-abb9198e-67d0-4b09-859f-4f4a1418f176]
|
||||||
test_update_default_quota[id-a7644c63-2669-467a-b00e-452dd5c5397b] |
pass
pt64.2: tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota[id-a7644c63-2669-467a-b00e-452dd5c5397b]
|
||||||
| tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_delete_quota[id-874b35a9-51f1-4258-bec5-cd561b6690d3] |
pass
pt65.1: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota[id-874b35a9-51f1-4258-bec5-cd561b6690d3]
|
||||||
test_list_default_quotas[id-2be020a2-5fdd-423d-8d35-a7ffbc36e9f7] |
pass
pt65.2: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas[id-2be020a2-5fdd-423d-8d35-a7ffbc36e9f7]
|
||||||
test_list_quotas[id-59eada70-403c-4cef-a2a3-a8ce2f1b07a0] |
pass
pt65.3: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas[id-59eada70-403c-4cef-a2a3-a8ce2f1b07a0]
|
||||||
test_quota_usage[id-ae8b6091-48ad-4bfa-a188-bbf5cc02115f] |
pass
pt65.4: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage[id-ae8b6091-48ad-4bfa-a188-bbf5cc02115f]
|
||||||
test_quota_usage_after_volume_transfer[id-8911036f-9d54-4720-80cc-a1c9796a8805] |
pass
pt65.5: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer[id-8911036f-9d54-4720-80cc-a1c9796a8805]
|
||||||
test_show_quota_usage[id-18c51ae9-cb03-48fc-b234-14a19374dbed] |
pass
pt65.6: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage[id-18c51ae9-cb03-48fc-b234-14a19374dbed]
|
||||||
test_update_all_quota_resources_for_tenant[id-3d45c99e-cc42-4424-a56e-5cbd212b63a6] |
pass
pt65.7: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant[id-3d45c99e-cc42-4424-a56e-5cbd212b63a6]
|
||||||
| tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_quota_volume_gigabytes[id-2dc27eee-8659-4298-b900-169d71a91374,negative] |
pass
pt66.1: tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes[id-2dc27eee-8659-4298-b900-169d71a91374,negative]
|
||||||
test_quota_volumes[id-bf544854-d62a-47f2-a681-90f7a47d86b6,negative] |
pass
pt66.2: tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volumes[id-bf544854-d62a-47f2-a681-90f7a47d86b6,negative]
|
||||||
test_volume_extend_gigabytes_quota_deviation[id-d321dc21-d8c6-401f-95fe-49f4845f1a6d,negative] |
pass
pt66.3: tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_volume_extend_gigabytes_quota_deviation[id-d321dc21-d8c6-401f-95fe-49f4845f1a6d,negative]
|
||||||
| tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_available_volume_retype[id-b90412ee-465d-46e9-b249-ec84a47d5f25] |
pass
pt67.1: tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype[id-b90412ee-465d-46e9-b249-ec84a47d5f25]
|
||||||
| tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_get_service_by_host_name[id-178710e4-7596-4e08-9333-745cb8bc4f8d] |
pass
pt68.1: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name[id-178710e4-7596-4e08-9333-745cb8bc4f8d]
|
||||||
test_get_service_by_service_and_host_name[id-ffa6167c-4497-4944-a464-226bbdb53908] |
pass
pt68.2: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name[id-ffa6167c-4497-4944-a464-226bbdb53908]
|
||||||
test_get_service_by_service_binary_name[id-63a3e1ca-37ee-4983-826d-83276a370d25] |
pass
pt68.3: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name[id-63a3e1ca-37ee-4983-826d-83276a370d25]
|
||||||
test_get_service_by_volume_host_name[id-67ec6902-f91d-4dec-91fa-338523208bbc] |
pass
pt68.4: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name[id-67ec6902-f91d-4dec-91fa-338523208bbc]
|
||||||
test_list_services[id-e0218299-0a59-4f43-8b2b-f1c035b3d26d] |
pass
pt68.5: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services[id-e0218299-0a59-4f43-8b2b-f1c035b3d26d]
|
||||||
| tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_disable_log_reason_with_no_reason[id-77767b36-5e8f-4c68-a0b5-2308cc21ec64,negative] |
pass
pt69.1: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason[id-77767b36-5e8f-4c68-a0b5-2308cc21ec64,negative]
|
||||||
test_disable_service_with_invalid_binary[id-c571f179-c6e6-4c50-a0ab-368b628a8ac1,negative] |
pass
pt69.2: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary[id-c571f179-c6e6-4c50-a0ab-368b628a8ac1,negative]
|
||||||
test_enable_service_with_invalid_host[id-3246ce65-ba70-4159-aa3b-082c28e4b484,negative] |
pass
pt69.3: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host[id-3246ce65-ba70-4159-aa3b-082c28e4b484,negative]
|
||||||
test_freeze_host_with_invalid_host[id-712bfab8-1f44-4eb5-a632-fa70bf78f05e,negative] |
pass
pt69.4: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host[id-712bfab8-1f44-4eb5-a632-fa70bf78f05e,negative]
|
||||||
test_thaw_host_with_invalid_host[id-7c6287c9-d655-47e1-9a11-76f6657a6dce,negative] |
pass
pt69.5: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host[id-7c6287c9-d655-47e1-9a11-76f6657a6dce,negative]
|
||||||
| tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_quota_volume_gigabytes_snapshots[id-c99a1ca9-6cdf-498d-9fdf-25832babef27,negative] |
pass
pt70.1: tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots[id-c99a1ca9-6cdf-498d-9fdf-25832babef27,negative]
|
||||||
test_quota_volume_snapshots[id-02bbf63f-6c05-4357-9d98-2926a94064ff,negative] |
pass
pt70.2: tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots[id-02bbf63f-6c05-4357-9d98-2926a94064ff,negative]
|
||||||
| tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184] |
pass
pt71.1: tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184]
|
||||||
test_volume_type_access_list[id-5220eb28-a435-43ce-baaf-ed46f0e95159] |
pass
pt71.2: tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list[id-5220eb28-a435-43ce-baaf-ed46f0e95159]
|
||||||
| tempest.api.volume.admin.test_volume_types.VolumeTypesTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_volume_type_create_get_delete[id-4e955c3b-49db-4515-9590-0c99f8e471ad] |
pass
pt72.1: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete[id-4e955c3b-49db-4515-9590-0c99f8e471ad]
|
||||||
test_volume_type_encryption_create_get_update_delete[id-7830abd0-ff99-4793-a265-405684a54d46] |
pass
pt72.2: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete[id-7830abd0-ff99-4793-a265-405684a54d46]
|
||||||
test_volume_type_list[id-9d9b28e3-1b2e-4483-a2cc-24aa0ea1de54] |
pass
pt72.3: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list[id-9d9b28e3-1b2e-4483-a2cc-24aa0ea1de54]
|
||||||
test_volume_type_update[id-cf9f07c6-db9e-4462-a243-5933ad65e9c8] |
pass
pt72.4: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update[id-cf9f07c6-db9e-4462-a243-5933ad65e9c8]
|
||||||
| tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_volume_type_extra_spec_create_get_delete[id-d4772798-601f-408a-b2a5-29e8a59d1220] |
pass
pt73.1: tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete[id-d4772798-601f-408a-b2a5-29e8a59d1220]
|
||||||
test_volume_type_extra_specs_list[id-b42923e9-0452-4945-be5b-d362ae533e60] |
pass
pt73.2: tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list[id-b42923e9-0452-4945-be5b-d362ae533e60]
|
||||||
test_volume_type_extra_specs_update[id-0806db36-b4a0-47a1-b6f3-c2e7f194d017] |
pass
pt73.3: tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update[id-0806db36-b4a0-47a1-b6f3-c2e7f194d017]
|
||||||
| tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest | 12 | 12 | 0 | 0 | 0 | Detail | |
test_create_invalid_body[id-bc772c71-1ed4-4716-b945-8b5ed0f15e87,negative] |
pass
pt74.1: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body[id-bc772c71-1ed4-4716-b945-8b5ed0f15e87,negative]
|
||||||
test_create_none_body[id-c821bdc8-43a4-4bf4-86c8-82f3858d5f7d,negative] |
pass
pt74.2: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body[id-c821bdc8-43a4-4bf4-86c8-82f3858d5f7d,negative]
|
||||||
test_create_nonexistent_type_id[id-49d5472c-a53d-4eab-a4d3-450c4db1c545,negative] |
pass
pt74.3: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id[id-49d5472c-a53d-4eab-a4d3-450c4db1c545,negative]
|
||||||
test_delete_nonexistent_volume_type_id[id-031cda8b-7d23-4246-8bf6-bbe73fd67074,negative] |
pass
pt74.4: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id[id-031cda8b-7d23-4246-8bf6-bbe73fd67074,negative]
|
||||||
test_get_nonexistent_extra_spec_name[id-c881797d-12ff-4f1a-b09d-9f6212159753,negative] |
pass
pt74.5: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name[id-c881797d-12ff-4f1a-b09d-9f6212159753,negative]
|
||||||
test_get_nonexistent_volume_type_id[id-9f402cbd-1838-4eb4-9554-126a6b1908c9,negative] |
pass
pt74.6: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id[id-9f402cbd-1838-4eb4-9554-126a6b1908c9,negative]
|
||||||
test_list_nonexistent_volume_type_id[id-dee5cf0c-cdd6-4353-b70c-e847050d71fb,negative] |
pass
pt74.7: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id[id-dee5cf0c-cdd6-4353-b70c-e847050d71fb,negative]
|
||||||
test_update_multiple_extra_spec[id-a77dfda2-9100-448e-9076-ed1711f4bdfc,negative] |
pass
pt74.8: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec[id-a77dfda2-9100-448e-9076-ed1711f4bdfc,negative]
|
||||||
test_update_no_body[id-08961d20-5cbb-4910-ac0f-89ad6dbb2da1,negative] |
pass
pt74.9: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body[id-08961d20-5cbb-4910-ac0f-89ad6dbb2da1,negative]
|
||||||
test_update_none_extra_spec_id[id-9bf7a657-b011-4aec-866d-81c496fbe5c8,negative] |
pass
pt74.10: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id[id-9bf7a657-b011-4aec-866d-81c496fbe5c8,negative]
|
||||||
test_update_nonexistent_extra_spec_id[id-25e5a0ee-89b3-4c53-8310-236f76c75365,negative] |
pass
pt74.11: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id[id-25e5a0ee-89b3-4c53-8310-236f76c75365,negative]
|
||||||
test_update_nonexistent_type_id[id-474090d2-0824-eb3b-9335-f506b4aa49d8,negative] |
pass
pt74.12: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_type_id[id-474090d2-0824-eb3b-9335-f506b4aa49d8,negative]
|
||||||
| tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_volume_type_encryption_nonexistent_type_id[id-a5924b5f-b6c1-49ba-994c-b4af55d26e52,negative] |
pass
pt75.1: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_type_encryption_nonexistent_type_id[id-a5924b5f-b6c1-49ba-994c-b4af55d26e52,negative]
|
||||||
test_create_volume_with_private_volume_type[id-8c09f849-f225-4d78-ba87-bffd9a5e0c6f,negative] |
pass
pt75.2: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type[id-8c09f849-f225-4d78-ba87-bffd9a5e0c6f,negative]
|
||||||
test_create_with_empty_name[id-878b4e57-faa2-4659-b0d1-ce740a06ae81,negative] |
pass
pt75.3: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name[id-878b4e57-faa2-4659-b0d1-ce740a06ae81,negative]
|
||||||
test_create_with_repeated_name[id-969b10c7-3d77-4e1b-a4f2-2d265980f7e5,negative] |
pass
pt75.4: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name[id-969b10c7-3d77-4e1b-a4f2-2d265980f7e5,negative]
|
||||||
test_delete_nonexistent_type_id[id-6b3926d2-7d73-4896-bc3d-e42dfd11a9f6,negative] |
pass
pt75.5: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id[id-6b3926d2-7d73-4896-bc3d-e42dfd11a9f6,negative]
|
||||||
test_get_nonexistent_type_id[id-994610d6-0476-4018-a644-a2602ef5d4aa,negative] |
pass
pt75.6: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id[id-994610d6-0476-4018-a644-a2602ef5d4aa,negative]
|
||||||
| tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81] |
pass
pt76.1: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81]
|
||||||
test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011] |
pass
pt76.2: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011]
|
||||||
test_volume_force_delete_when_volume_is_creating[id-21737d5a-92f2-46d7-b009-a0cc0ee7a570] |
pass
pt76.3: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating[id-21737d5a-92f2-46d7-b009-a0cc0ee7a570]
|
||||||
test_volume_force_delete_when_volume_is_error[id-3e33a8a8-afd4-4d64-a86b-c27a185c5a4a] |
pass
pt76.4: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error[id-3e33a8a8-afd4-4d64-a86b-c27a185c5a4a]
|
||||||
test_volume_force_delete_when_volume_is_maintenance[id-b957cabd-1486-4e21-90cf-a9ed3c39dfb2] |
pass
pt76.5: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance[id-b957cabd-1486-4e21-90cf-a9ed3c39dfb2]
|
||||||
test_volume_reset_status[id-d063f96e-a2e0-4f34-8b8a-395c42de1845] |
pass
pt76.6: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status[id-d063f96e-a2e0-4f34-8b8a-395c42de1845]
|
||||||
| tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_list_param_tenant[id-5866286f-3290-4cfd-a414-088aa6cdc469] |
pass
pt77.1: tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant[id-5866286f-3290-4cfd-a414-088aa6cdc469]
|
||||||
| tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_availability_zone_list[id-01f1ae88-eba9-4c6b-a011-6f7ace06b725] |
pass
pt78.1: tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list[id-01f1ae88-eba9-4c6b-a011-6f7ace06b725]
|
||||||
| tempest.api.volume.test_extensions.ExtensionsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_extensions[id-94607eb0-43a5-47ca-82aa-736b41bd2e2c] |
pass
pt79.1: tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions[id-94607eb0-43a5-47ca-82aa-736b41bd2e2c]
|
||||||
| tempest.api.volume.test_image_metadata.VolumesImageMetadata | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_show_delete_image_metadata[id-03efff0b-5c75-4822-8f10-8789ac15b13e,image] |
pass
pt80.1: tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata[id-03efff0b-5c75-4822-8f10-8789ac15b13e,image]
|
||||||
| tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_crud_snapshot_metadata[id-a2f20f99-e363-4584-be97-bc33afb1a56c] |
pass
pt81.1: tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata[id-a2f20f99-e363-4584-be97-bc33afb1a56c]
|
||||||
test_update_show_snapshot_metadata_item[id-e8ff85c5-8f97-477f-806a-3ac364a949ed] |
pass
pt81.2: tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item[id-e8ff85c5-8f97-477f-806a-3ac364a949ed]
|
||||||
| tempest.api.volume.test_versions.VersionsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_versions[id-77838fc4-b49b-4c64-9533-166762517369,smoke] |
pass
pt82.1: tempest.api.volume.test_versions.VersionsTest.test_list_versions[id-77838fc4-b49b-4c64-9533-166762517369,smoke]
|
||||||
test_show_version[id-7f755ae2-caa9-4049-988c-331d8f7a579f] |
pass
pt82.2: tempest.api.volume.test_versions.VersionsTest.test_show_version[id-7f755ae2-caa9-4049-988c-331d8f7a579f]
|
||||||
| tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_volume_absolute_limits[id-8e943f53-e9d6-4272-b2e9-adcf2f7c29ad] |
pass
pt83.1: tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits[id-8e943f53-e9d6-4272-b2e9-adcf2f7c29ad]
|
||||||
| tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_delete_cascade[id-994e2d40-de37-46e8-b328-a58fba7e4a95] |
pass
pt84.1: tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade[id-994e2d40-de37-46e8-b328-a58fba7e4a95]
|
||||||
test_volume_from_snapshot_cascade_delete[id-59a77ede-609b-4ee8-9f68-fc3c6ffe97b5] |
pass
pt84.2: tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete[id-59a77ede-609b-4ee8-9f68-fc3c6ffe97b5]
|
||||||
| tempest.api.volume.test_volume_metadata.VolumesMetadataTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_crud_volume_metadata[id-6f5b125b-f664-44bf-910f-751591fe5769] |
pass
pt85.1: tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata[id-6f5b125b-f664-44bf-910f-751591fe5769]
|
||||||
test_update_show_volume_metadata_item[id-862261c5-8df4-475a-8c21-946e50e36a20] |
pass
pt85.2: tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item[id-862261c5-8df4-475a-8c21-946e50e36a20]
|
||||||
| tempest.api.volume.test_volume_transfers.VolumesTransfersTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-4d75b645-a478-48b1-97c8-503f64242f1a] |
pass
pt86.1: tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer[id-4d75b645-a478-48b1-97c8-503f64242f1a]
|
||||||
test_create_list_delete_volume_transfer[id-ab526943-b725-4c07-b875-8e8ef87a2c30] |
pass
pt86.2: tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer[id-ab526943-b725-4c07-b875-8e8ef87a2c30]
|
||||||
| tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-9f36bb2b-619f-4507-b246-76aeb9a28851] |
pass
pt87.1: tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer[id-9f36bb2b-619f-4507-b246-76aeb9a28851]
|
||||||
test_create_list_delete_volume_transfer[id-af4a5b97-0859-4f31-aa3c-85b05bb63322] |
pass
pt87.2: tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer[id-af4a5b97-0859-4f31-aa3c-85b05bb63322]
|
||||||
| tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-d746bd69-bb30-4414-9a1c-577959fac6a1] |
pass
pt88.1: tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer[id-d746bd69-bb30-4414-9a1c-577959fac6a1]
|
||||||
test_create_list_delete_volume_transfer[id-d4b20ec2-e1bb-4068-adcf-6c20020a8e05] |
pass
pt88.2: tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer[id-d4b20ec2-e1bb-4068-adcf-6c20020a8e05]
|
||||||
| tempest.api.volume.test_volumes_actions.VolumesActionsTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_attach_detach_volume_to_instance[compute,id-fff42874-7db5-4487-a8e1-ddda5fb5288d,smoke] |
pass
pt89.1: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance[compute,id-fff42874-7db5-4487-a8e1-ddda5fb5288d,smoke]
|
||||||
test_get_volume_attachment[compute,id-9516a2c8-9135-488c-8dd6-5677a7e5f371] |
pass
pt89.2: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment[compute,id-9516a2c8-9135-488c-8dd6-5677a7e5f371]
|
||||||
test_reserve_unreserve_volume[id-92c4ef64-51b2-40c0-9f7e-4749fbaaba33] |
pass
pt89.3: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume[id-92c4ef64-51b2-40c0-9f7e-4749fbaaba33]
|
||||||
test_volume_bootable[id-63e21b4c-0a0c-41f6-bfc3-7c2816815599] |
pass
pt89.4: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable[id-63e21b4c-0a0c-41f6-bfc3-7c2816815599]
|
||||||
test_volume_readonly_update[id-fff74e1e-5bd3-4b33-9ea9-24c103bc3f59] |
pass
pt89.5: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update[id-fff74e1e-5bd3-4b33-9ea9-24c103bc3f59]
|
||||||
test_volume_upload[id-d8f1ca95-3d5b-44a3-b8ca-909691c9532d,image] |
pass
pt89.6: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload[id-d8f1ca95-3d5b-44a3-b8ca-909691c9532d,image]
|
||||||
| tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative] |
pass
pt90.1: tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative]
|
||||||
| tempest.api.volume.test_volumes_extend.VolumesExtendTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e] |
pass
pt91.1: tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e]
|
||||||
test_volume_extend_when_volume_has_snapshot[id-86be1cba-2640-11e5-9c82-635fb964c912] |
pass
pt91.2: tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot[id-86be1cba-2640-11e5-9c82-635fb964c912]
|
||||||
| tempest.api.volume.test_volumes_get.VolumesGetTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke] |
pass
pt92.1: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke]
|
||||||
test_volume_create_get_update_delete_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke] |
pass
pt92.2: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke]
|
||||||
| tempest.api.volume.test_volumes_get.VolumesSummaryTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_show_volume_summary[id-c4f2431e-4920-4736-9e00-4040386b6feb] |
pass
pt93.1: tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary[id-c4f2431e-4920-4736-9e00-4040386b6feb]
|
||||||
| tempest.api.volume.test_volumes_list.VolumesListTestJSON | 18 | 18 | 0 | 0 | 0 | Detail | |
test_volume_list[id-0b6ddd39-b948-471f-8038-4787978747c4,smoke] |
pass
pt94.1: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list[id-0b6ddd39-b948-471f-8038-4787978747c4,smoke]
|
||||||
test_volume_list_by_name[id-a28e8da4-0b56-472f-87a8-0f4d3f819c02] |
pass
pt94.2: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name[id-a28e8da4-0b56-472f-87a8-0f4d3f819c02]
|
||||||
test_volume_list_details_by_name[id-2de3a6d4-12aa-403b-a8f2-fdeb42a89623] |
pass
pt94.3: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name[id-2de3a6d4-12aa-403b-a8f2-fdeb42a89623]
|
||||||
test_volume_list_details_pagination[id-e9138a2c-f67b-4796-8efa-635c196d01de] |
pass
pt94.4: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination[id-e9138a2c-f67b-4796-8efa-635c196d01de]
|
||||||
test_volume_list_details_with_multiple_params[id-2a7064eb-b9c3-429b-b888-33928fc5edd3] |
pass
pt94.5: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params[id-2a7064eb-b9c3-429b-b888-33928fc5edd3]
|
||||||
test_volume_list_pagination[id-af55e775-8e4b-4feb-8719-215c43b0238c] |
pass
pt94.6: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination[id-af55e775-8e4b-4feb-8719-215c43b0238c]
|
||||||
test_volume_list_param_display_name_and_status[id-777c87c1-2fc4-4883-8b8e-5c0b951d1ec8] |
pass
pt94.7: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status[id-777c87c1-2fc4-4883-8b8e-5c0b951d1ec8]
|
||||||
test_volume_list_with_detail_param_display_name_and_status[id-856ab8ca-6009-4c37-b691-be1065528ad4] |
pass
pt94.8: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status[id-856ab8ca-6009-4c37-b691-be1065528ad4]
|
||||||
test_volume_list_with_detail_param_marker[id-46eff077-100b-427f-914e-3db2abcdb7e2] |
pass
pt94.9: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker[id-46eff077-100b-427f-914e-3db2abcdb7e2]
|
||||||
test_volume_list_with_detail_param_metadata[id-1ca92d3c-4a8e-4b43-93f5-e4c7fb3b291d] |
pass
pt94.10: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata[id-1ca92d3c-4a8e-4b43-93f5-e4c7fb3b291d]
|
||||||
test_volume_list_with_details[id-adcbb5a7-5ad8-4b61-bd10-5380e111a877] |
pass
pt94.11: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details[id-adcbb5a7-5ad8-4b61-bd10-5380e111a877]
|
||||||
test_volume_list_with_param_metadata[id-b5ebea1b-0603-40a0-bb41-15fcd0a53214] |
pass
pt94.12: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata[id-b5ebea1b-0603-40a0-bb41-15fcd0a53214]
|
||||||
test_volumes_list_by_availability_zone[id-c0cfa863-3020-40d7-b587-e35f597d5d87] |
pass
pt94.13: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone[id-c0cfa863-3020-40d7-b587-e35f597d5d87]
|
||||||
test_volumes_list_by_bootable[id-2016a942-3020-40d7-95ce-7613bf8407ce] |
pass
pt94.14: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable[id-2016a942-3020-40d7-95ce-7613bf8407ce]
|
||||||
test_volumes_list_by_status[id-39654e13-734c-4dab-95ce-7613bf8407ce] |
pass
pt94.15: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status[id-39654e13-734c-4dab-95ce-7613bf8407ce]
|
||||||
test_volumes_list_details_by_availability_zone[id-e1b80d13-94f0-4ba2-a40e-386af29f8db1] |
pass
pt94.16: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone[id-e1b80d13-94f0-4ba2-a40e-386af29f8db1]
|
||||||
test_volumes_list_details_by_bootable[id-2016a939-72ec-482a-bf49-d5ca06216b9f] |
pass
pt94.17: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable[id-2016a939-72ec-482a-bf49-d5ca06216b9f]
|
||||||
test_volumes_list_details_by_status[id-2943f712-71ec-482a-bf49-d5ca06216b9f] |
pass
pt94.18: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status[id-2943f712-71ec-482a-bf49-d5ca06216b9f]
|
||||||
| tempest.api.volume.test_volumes_negative.VolumesNegativeTest | 32 | 32 | 0 | 0 | 0 | Detail | |
test_attach_volumes_with_nonexistent_volume_id[compute,id-f5e56b0a-5d02-43c1-a2a7-c9b792c2e3f6,negative] |
pass
pt95.1: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id[compute,id-f5e56b0a-5d02-43c1-a2a7-c9b792c2e3f6,negative]
|
||||||
test_create_volume_from_deactivated_image[id-d15e7f35-2cfc-48c8-9418-c8223a89bcbb,image,negative] |
pass
pt95.2: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image[id-d15e7f35-2cfc-48c8-9418-c8223a89bcbb,image,negative]
|
||||||
test_create_volume_from_image_with_decreasing_size[id-5b810c91-0ad1-47ce-aee8-615f789be78f,image,negative] |
pass
pt95.3: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size[id-5b810c91-0ad1-47ce-aee8-615f789be78f,image,negative]
|
||||||
test_create_volume_with_invalid_size[id-1ed83a8a-682d-4dfb-a30e-ee63ffd6c049,negative] |
pass
pt95.4: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size[id-1ed83a8a-682d-4dfb-a30e-ee63ffd6c049,negative]
|
||||||
test_create_volume_with_nonexistent_snapshot_id[id-0c36f6ae-4604-4017-b0a9-34fdc63096f9,negative] |
pass
pt95.5: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id[id-0c36f6ae-4604-4017-b0a9-34fdc63096f9,negative]
|
||||||
test_create_volume_with_nonexistent_source_volid[id-47c73e08-4be8-45bb-bfdf-0c4e79b88344,negative] |
pass
pt95.6: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid[id-47c73e08-4be8-45bb-bfdf-0c4e79b88344,negative]
|
||||||
test_create_volume_with_nonexistent_volume_type[id-10254ed8-3849-454e-862e-3ab8e6aa01d2,negative] |
pass
pt95.7: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type[id-10254ed8-3849-454e-862e-3ab8e6aa01d2,negative]
|
||||||
test_create_volume_with_size_negative[id-8b472729-9eba-446e-a83b-916bdb34bef7,negative] |
pass
pt95.8: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative[id-8b472729-9eba-446e-a83b-916bdb34bef7,negative]
|
||||||
test_create_volume_with_size_zero[id-41331caa-eaf4-4001-869d-bc18c1869360,negative] |
pass
pt95.9: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero[id-41331caa-eaf4-4001-869d-bc18c1869360,negative]
|
||||||
test_create_volume_without_passing_size[id-9387686f-334f-4d31-a439-33494b9e2683,negative] |
pass
pt95.10: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size[id-9387686f-334f-4d31-a439-33494b9e2683,negative]
|
||||||
test_delete_invalid_volume_id[id-1f035827-7c32-4019-9240-b4ec2dbd9dfd,negative] |
pass
pt95.11: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id[id-1f035827-7c32-4019-9240-b4ec2dbd9dfd,negative]
|
||||||
test_delete_volume_without_passing_volume_id[id-441a1550-5d44-4b30-af0f-a6d402f52026,negative] |
pass
pt95.12: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id[id-441a1550-5d44-4b30-af0f-a6d402f52026,negative]
|
||||||
test_detach_volumes_with_invalid_volume_id[id-9f9c24e4-011d-46b5-b992-952140ce237a,negative] |
pass
pt95.13: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id[id-9f9c24e4-011d-46b5-b992-952140ce237a,negative]
|
||||||
test_get_invalid_volume_id[id-30799cfd-7ee4-446c-b66c-45b383ed211b,negative] |
pass
pt95.14: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id[id-30799cfd-7ee4-446c-b66c-45b383ed211b,negative]
|
||||||
test_get_volume_without_passing_volume_id[id-c6c3db06-29ad-4e91-beb0-2ab195fe49e3,negative] |
pass
pt95.15: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id[id-c6c3db06-29ad-4e91-beb0-2ab195fe49e3,negative]
|
||||||
test_list_volumes_detail_with_invalid_status[id-ba94b27b-be3f-496c-a00e-0283b373fa75,negative] |
pass
pt95.16: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status[id-ba94b27b-be3f-496c-a00e-0283b373fa75,negative]
|
||||||
test_list_volumes_detail_with_nonexistent_name[id-9ca17820-a0e7-4cbd-a7fa-f4468735e359,negative] |
pass
pt95.17: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name[id-9ca17820-a0e7-4cbd-a7fa-f4468735e359,negative]
|
||||||
test_list_volumes_with_invalid_status[id-143b279b-7522-466b-81be-34a87d564a7c,negative] |
pass
pt95.18: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status[id-143b279b-7522-466b-81be-34a87d564a7c,negative]
|
||||||
test_list_volumes_with_nonexistent_name[id-0f4aa809-8c7b-418f-8fb3-84c7a5dfc52f,negative] |
pass
pt95.19: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name[id-0f4aa809-8c7b-418f-8fb3-84c7a5dfc52f,negative]
|
||||||
test_reserve_volume_with_negative_volume_status[id-449c4ed2-ecdd-47bb-98dc-072aeccf158c,negative] |
pass
pt95.20: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status[id-449c4ed2-ecdd-47bb-98dc-072aeccf158c,negative]
|
||||||
test_reserve_volume_with_nonexistent_volume_id[id-ac6084c0-0546-45f9-b284-38a367e0e0e2,negative] |
pass
pt95.21: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id[id-ac6084c0-0546-45f9-b284-38a367e0e0e2,negative]
|
||||||
test_unreserve_volume_with_nonexistent_volume_id[id-eb467654-3dc1-4a72-9b46-47c29d22654c,negative] |
pass
pt95.22: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id[id-eb467654-3dc1-4a72-9b46-47c29d22654c,negative]
|
||||||
test_update_volume_with_empty_volume_id[id-72aeca85-57a5-4c1f-9057-f320f9ea575b,negative] |
pass
pt95.23: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id[id-72aeca85-57a5-4c1f-9057-f320f9ea575b,negative]
|
||||||
test_update_volume_with_invalid_volume_id[id-e66e40d6-65e6-4e75-bdc7-636792fa152d,negative] |
pass
pt95.24: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id[id-e66e40d6-65e6-4e75-bdc7-636792fa152d,negative]
|
||||||
test_update_volume_with_nonexistent_volume_id[id-0186422c-999a-480e-a026-6a665744c30c,negative] |
pass
pt95.25: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id[id-0186422c-999a-480e-a026-6a665744c30c,negative]
|
||||||
test_volume_delete_nonexistent_volume_id[id-555efa6e-efcd-44ef-8a3b-4a7ca4837a29,negative] |
pass
pt95.26: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id[id-555efa6e-efcd-44ef-8a3b-4a7ca4837a29,negative]
|
||||||
test_volume_extend_with_None_size[id-355218f1-8991-400a-a6bb-971239287d92,negative] |
pass
pt95.27: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size[id-355218f1-8991-400a-a6bb-971239287d92,negative]
|
||||||
test_volume_extend_with_non_number_size[id-5d0b480d-e833-439f-8a5a-96ad2ed6f22f,negative] |
pass
pt95.28: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size[id-5d0b480d-e833-439f-8a5a-96ad2ed6f22f,negative]
|
||||||
test_volume_extend_with_nonexistent_volume_id[id-8f05a943-013c-4063-ac71-7baf561e82eb,negative] |
pass
pt95.29: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id[id-8f05a943-013c-4063-ac71-7baf561e82eb,negative]
|
||||||
test_volume_extend_with_size_smaller_than_original_size[id-e0c75c74-ee34-41a9-9288-2a2051452854,negative] |
pass
pt95.30: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size[id-e0c75c74-ee34-41a9-9288-2a2051452854,negative]
|
||||||
test_volume_extend_without_passing_volume_id[id-aff8ba64-6d6f-4f2e-bc33-41a08ee9f115,negative] |
pass
pt95.31: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id[id-aff8ba64-6d6f-4f2e-bc33-41a08ee9f115,negative]
|
||||||
test_volume_get_nonexistent_volume_id[id-f131c586-9448-44a4-a8b0-54ca838aa43e,negative] |
pass
pt95.32: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id[id-f131c586-9448-44a4-a8b0-54ca838aa43e,negative]
|
||||||
| tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON | 4 | 3 | 0 | 0 | 1 | Detail | |
test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c] |
skip
pt96.1: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c]
|
||||||
test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e] |
pass
pt96.2: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e]
|
||||||
test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4] |
pass
pt96.3: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4]
|
||||||
test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a] |
pass
pt96.4: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a]
|
||||||
| tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON | 13 | 13 | 0 | 0 | 0 | Detail | |
test_snapshot_list_param_limit[id-db4d8e0a-7a2e-41cc-a712-961f6844e896] |
pass
pt97.1: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit[id-db4d8e0a-7a2e-41cc-a712-961f6844e896]
|
||||||
test_snapshot_list_param_limit_equals_infinite[id-a1427f61-420e-48a5-b6e3-0b394fa95400] |
pass
pt97.2: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite[id-a1427f61-420e-48a5-b6e3-0b394fa95400]
|
||||||
test_snapshot_list_param_limit_equals_zero[id-e3b44b7f-ae87-45b5-8a8c-66110eb24d0a] |
pass
pt97.3: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero[id-e3b44b7f-ae87-45b5-8a8c-66110eb24d0a]
|
||||||
test_snapshot_list_param_marker[id-05489dde-44bc-4961-a1f5-3ce7ee7824f7] |
pass
pt97.4: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker[id-05489dde-44bc-4961-a1f5-3ce7ee7824f7]
|
||||||
test_snapshot_list_param_offset[id-ca96d551-17c6-4e11-b0e8-52d3bb8a63c7] |
pass
pt97.5: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_offset[id-ca96d551-17c6-4e11-b0e8-52d3bb8a63c7]
|
||||||
test_snapshot_list_param_sort_created_at_asc[id-4052c3a0-2415-440a-a8cc-305a875331b0] |
pass
pt97.6: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc[id-4052c3a0-2415-440a-a8cc-305a875331b0]
|
||||||
test_snapshot_list_param_sort_created_at_desc[id-dcbbe24a-f3c0-4ec8-9274-55d48db8d1cf] |
pass
pt97.7: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc[id-dcbbe24a-f3c0-4ec8-9274-55d48db8d1cf]
|
||||||
test_snapshot_list_param_sort_id_asc[id-c5513ada-64c1-4d28-83b9-af3307ec1388] |
pass
pt97.8: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc[id-c5513ada-64c1-4d28-83b9-af3307ec1388]
|
||||||
test_snapshot_list_param_sort_id_desc[id-8a7fe058-0b41-402a-8afd-2dbc5a4a718b] |
pass
pt97.9: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc[id-8a7fe058-0b41-402a-8afd-2dbc5a4a718b]
|
||||||
test_snapshot_list_param_sort_name_asc[id-d58b5fed-0c37-42d3-8c5d-39014ac13c00] |
pass
pt97.10: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc[id-d58b5fed-0c37-42d3-8c5d-39014ac13c00]
|
||||||
test_snapshot_list_param_sort_name_desc[id-96ba6f4d-1f18-47e1-b4bc-76edc6c21250] |
pass
pt97.11: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc[id-96ba6f4d-1f18-47e1-b4bc-76edc6c21250]
|
||||||
test_snapshots_list_details_with_params[id-220a1022-1fcd-4a74-a7bd-6b859156cda2] |
pass
pt97.12: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params[id-220a1022-1fcd-4a74-a7bd-6b859156cda2]
|
||||||
test_snapshots_list_with_params[id-59f41f43-aebf-48a9-ab5d-d76340fab32b] |
pass
pt97.13: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params[id-59f41f43-aebf-48a9-ab5d-d76340fab32b]
|
||||||
| tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_snapshot_with_nonexistent_volume_id[id-e3e466af-70ab-4f4b-a967-ab04e3532ea7,negative] |
pass
pt98.1: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id[id-e3e466af-70ab-4f4b-a967-ab04e3532ea7,negative]
|
||||||
test_create_snapshot_without_passing_volume_id[id-bb9da53e-d335-4309-9c15-7e76fd5e4d6d,negative] |
pass
pt98.2: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id[id-bb9da53e-d335-4309-9c15-7e76fd5e4d6d,negative]
|
||||||
test_list_snapshot_invalid_param_limit[id-8fd92339-e22f-4591-86b4-1e2215372a40,negative] |
pass
pt98.3: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit[id-8fd92339-e22f-4591-86b4-1e2215372a40,negative]
|
||||||
test_list_snapshots_invalid_param_marker[id-b68deeda-ca79-4a32-81af-5c51179e553a,negative] |
pass
pt98.4: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker[id-b68deeda-ca79-4a32-81af-5c51179e553a,negative]
|
||||||
test_list_snapshots_invalid_param_sort[id-27b5f37f-bf69-4e8c-986e-c44f3d6819b8,negative] |
pass
pt98.5: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort[id-27b5f37f-bf69-4e8c-986e-c44f3d6819b8,negative]
|
||||||
test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative] |
pass
pt98.6: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative]
|
||||||
| tempest.scenario.test_instances_with_cinder_volumes.TestInstancesWithCinderVolumes | 1 | 1 | 0 | 0 | 0 | Detail | |
test_instances_with_cinder_volumes_on_all_compute_nodes[compute,id-d0e3c1a3-4b0a-4b0e-8b0a-4b0e8b0a4b0e,image,multinode,network,slow,volume] |
pass
pt99.1: tempest.scenario.test_instances_with_cinder_volumes.TestInstancesWithCinderVolumes.test_instances_with_cinder_volumes_on_all_compute_nodes[compute,id-d0e3c1a3-4b0a-4b0e-8b0a-4b0e8b0a4b0e,image,multinode,network,slow,volume]
|
||||||
| tempest.scenario.test_minimum_basic.TestMinimumBasicScenario | 1 | 1 | 0 | 0 | 0 | Detail | |
test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,slow,volume] |
pass
pt100.1: tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,slow,volume]
|
||||||
| tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion | 1 | 1 | 0 | 0 | 0 | Detail | |
test_old_versions_reject[compute,id-6f4d2144-99f4-495c-8b0b-c6a537971418,image,network,slow,volume] |
pass
pt101.1: tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion.test_old_versions_reject[compute,id-6f4d2144-99f4-495c-8b0b-c6a537971418,image,network,slow,volume]
|
||||||
| tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario | 1 | 1 | 0 | 0 | 0 | Detail | |
test_server_detach_rules[compute,id-be615530-f105-437a-8afe-ce998c9535d9,image,network,slow,volume] |
pass
pt102.1: tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario.test_server_detach_rules[compute,id-be615530-f105-437a-8afe-ce998c9535d9,image,network,slow,volume]
|
||||||
| tempest.scenario.test_shelve_instance.TestShelveInstance | 1 | 1 | 0 | 0 | 0 | Detail | |
test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume] |
pass
pt103.1: tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume]
|
||||||
| tempest.scenario.test_stamp_pattern.TestStampPattern | 1 | 1 | 0 | 0 | 0 | Detail | |
test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume] |
pass
pt104.1: tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume]
|
||||||
| Total | 305 | 247 | 2 | 0 | 56 | ||