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 a4820010-fd0a-4e1d-b8d6-f61950dbe63b failed to delete and is in ERROR status. Fault: {'code': 404, 'created': '2025-12-07T17:06:25Z', 'message': 'Guest does not have a console available.'}., <traceback object at 0x7f0d53729140>), (<class 'tempest.lib.exceptions.Conflict'>, Conflict with state of target resource
Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group e19d8742-eea6-4a8f-b3d3-09d1f74cd20c in use.', 'detail': ''}, <traceback object at 0x7f0d536e0a00>), (<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 0x7f0d5344e9c0>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out
Details: (ServerRescueNegativeTestJSON:tearDownClass) Failed to delete volume b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 within the required time (196 s). Timer started at 1765127384. Timer ended at 1765127580. Waited for 196 s., <traceback object at 0x7f0d533ccf80>))
|
||||||
| tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON | 2 | 1 | 1 | 0 | 0 | Detail | |
test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume] |
pass
pt2.1: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume]
|
||||||
test_rescued_vm_detach_volume[id-f56e465b-fe10-48bf-b75d-646cda3a8bc9,negative,volume] |
fail
ft2.2: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume[id-f56e465b-fe10-48bf-b75d-646cda3a8bc9,negative,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-12-07 17:56:45,109 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://192.168.122.192/volume/v3/volumes 0.438s
2025-12-07 17:56:45,110 82290 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-1189689269"}}
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:56:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a53691a1-5b3c-4cd6-810d-1e1f9d9e6977', 'content-length': '768', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a53691a1-5b3c-4cd6-810d-1e1f9d9e6977', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.192/volume/v3/volumes'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:44.976567", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2025-12-07 17:56:45,210 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.090s
2025-12-07 17:56:45,211 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:56:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad580648-1dbc-4bb2-8ac0-439285f84d12', 'content-length': '836', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad580648-1dbc-4bb2-8ac0-439285f84d12', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 17:56:46,285 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.063s
2025-12-07 17:56:46,286 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:56:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0e82bca-5fb8-4217-9fdb-9533b066ab6d', 'content-length': '860', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0e82bca-5fb8-4217-9fdb-9533b066ab6d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:56:45.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 17:56:47,820 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.523s
2025-12-07 17:56:47,821 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:56:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d548490c-9eed-4993-baaa-6ad2afec9f2a', 'content-length': '860', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d548490c-9eed-4993-baaa-6ad2afec9f2a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:56:45.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 17:56:48,926 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.093s
2025-12-07 17:56:48,926 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:56:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c64b3ba5-15c0-477c-bc75-2861a3199d4a', 'content-length': '861', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c64b3ba5-15c0-477c-bc75-2861a3199d4a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:56:48.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 17:56:48,939 82290 INFO [tempest.common.waiters] volume b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 reached available after waiting for 3.939672 seconds
2025-12-07 17:56:48,940 82290 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2025-12-07 17:56:49,006 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 POST http://192.168.122.192/compute/v2.1/os-keypairs 0.065s
2025-12-07 17:56:49,007 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-341921253", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBN1KWMo31Mi0Me4zwPUu9ZImYqbbftuyVyHkPKjhvelBVSimujVSwxdAr4/95hSGK1q1EHfC7BojwvcA1G15uk/cOIRPhA2VXmE1xgSFUO/JpM6pyrOZc+D0/8lf5DUx6Q=="}}
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:56:48 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-bb939dc6-84c2-4484-af23-2cbb86223a8f', 'x-compute-request-id': 'req-bb939dc6-84c2-4484-af23-2cbb86223a8f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-341921253", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBN1KWMo31Mi0Me4zwPUu9ZImYqbbftuyVyHkPKjhvelBVSimujVSwxdAr4/95hSGK1q1EHfC7BojwvcA1G15uk/cOIRPhA2VXmE1xgSFUO/JpM6pyrOZc+D0/8lf5DUx6Q==", "fingerprint": "6e:31:c6:40:91:79:30:04:2f:e3:f8:22:35:9a:05:f9", "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e"}}'
2025-12-07 17:56:49,009 82290 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-341921253 created
2025-12-07 17:56:49,828 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://192.168.122.192/networking/v2.0/security-groups 0.819s
2025-12-07 17:56:49,829 82290 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--1205271465", "description": "tempest-description--1382493129"}}
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:56:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-875fc4e4-8d43-489a-b1d3-ac181a1ddef2', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.192/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "e19d8742-eea6-4a8f-b3d3-09d1f74cd20c", "name": "tempest-securitygroup--1205271465", "stateful": true, "tenant_id": "4adf760b01b141abaf2ad29901a1db73", "project_id": "4adf760b01b141abaf2ad29901a1db73", "description": "tempest-description--1382493129", "shared": false, "security_group_rules": [{"id": "8cf876bd-6e12-4fe2-bd1a-c607b73a6009", "project_id": "4adf760b01b141abaf2ad29901a1db73", "tenant_id": "4adf760b01b141abaf2ad29901a1db73", "security_group_id": "e19d8742-eea6-4a8f-b3d3-09d1f74cd20c", "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": 408, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-12-07T16:56:49Z", "updated_at": "2025-12-07T16:56:49Z", "revision_number": 0}, {"id": "aa8f86e1-ae7b-4cc8-84f7-0503934ac9d5", "project_id": "4adf760b01b141abaf2ad29901a1db73", "tenant_id": "4adf760b01b141abaf2ad29901a1db73", "security_group_id": "e19d8742-eea6-4a8f-b3d3-09d1f74cd20c", "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": 407, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-12-07T16:56:49Z", "updated_at": "2025-12-07T16:56:49Z", "revision_number": 0}], "tags": [], "created_at": "2025-12-07T16:56:49Z", "updated_at": "2025-12-07T16:56:49Z", "revision_number": 1}}'
2025-12-07 17:56:50,845 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://192.168.122.192/networking/v2.0/security-group-rules 1.016s
2025-12-07 17:56:50,846 82290 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": "e19d8742-eea6-4a8f-b3d3-09d1f74cd20c", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:56:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-2708e7bc-56d7-4c6b-bc47-1477222c9282', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.192/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "1af40635-e40d-4c48-a9e5-16cd63bbb6dd", "project_id": "4adf760b01b141abaf2ad29901a1db73", "tenant_id": "4adf760b01b141abaf2ad29901a1db73", "security_group_id": "e19d8742-eea6-4a8f-b3d3-09d1f74cd20c", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-12-07T16:56:50Z", "updated_at": "2025-12-07T16:56:50Z", "revision_number": 0}}'
2025-12-07 17:56:52,572 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://192.168.122.192/networking/v2.0/security-group-rules 1.726s
2025-12-07 17:56:52,572 82290 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": "e19d8742-eea6-4a8f-b3d3-09d1f74cd20c", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:56:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-47c4c3c5-c5e5-4510-80d7-28ca60d04e7e', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.192/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "dc9aa980-bc71-46f8-94aa-12e81d3afce7", "project_id": "4adf760b01b141abaf2ad29901a1db73", "tenant_id": "4adf760b01b141abaf2ad29901a1db73", "security_group_id": "e19d8742-eea6-4a8f-b3d3-09d1f74cd20c", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-12-07T16:56:52Z", "updated_at": "2025-12-07T16:56:52Z", "revision_number": 0}}'
2025-12-07 17:56:52,573 82290 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1205271465 created
2025-12-07 17:56:55,064 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://192.168.122.192/networking/v2.0/floatingips 2.490s
2025-12-07 17:56:55,064 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "3cf1fade-8ad9-45f0-a145-e9ee02250e39"}}
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:56:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-1e592006-c7ed-48e4-adc4-a43ab2e03180', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.192/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "352314ca-cb8d-4897-bbd1-8d77897206aa", "tenant_id": "4adf760b01b141abaf2ad29901a1db73", "project_id": "4adf760b01b141abaf2ad29901a1db73", "floating_ip_address": "172.24.4.60", "floating_network_id": "3cf1fade-8ad9-45f0-a145-e9ee02250e39", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-12-07T16:56:54Z", "updated_at": "2025-12-07T16:56:54Z", "revision_number": 0}}'
2025-12-07 17:56:55,064 82290 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '352314ca-cb8d-4897-bbd1-8d77897206aa', 'tenant_id': '4adf760b01b141abaf2ad29901a1db73', 'project_id': '4adf760b01b141abaf2ad29901a1db73', 'floating_ip_address': '172.24.4.60', 'floating_network_id': '3cf1fade-8ad9-45f0-a145-e9ee02250e39', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-12-07T16:56:54Z', 'updated_at': '2025-12-07T16:56:54Z', 'revision_number': 0, 'ip': '172.24.4.60'} created
2025-12-07 17:56:55,330 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://192.168.122.192/identity/v3/auth/tokens 0.261s
2025-12-07 17:56:55,330 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:56:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2540', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e4ab4368-25c4-48f5-93f6-8eb9522a54dd', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.192/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b89f865b3d6a4f13925e0b8a6908ee9e", "name": "tempest-ServerRescueNegativeTestJSON-2001367832-project-member", "password_expires_at": null}, "audit_ids": ["KpSLIiIOSciwC5QM0B8fbQ"], "expires_at": "2025-12-07T17:56:55.000000Z", "issued_at": "2025-12-07T16:56:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4adf760b01b141abaf2ad29901a1db73", "name": "tempest-ServerRescueNegativeTestJSON-2001367832"}, "is_domain": false, "roles": [{"id": "9c72a0de7f1648688fa23f51e2035c4e", "name": "member"}, {"id": "d469dd970278402baceef1304103fc13", "name": "reader"}], "catalog": [{"endpoints": [{"id": "85b6f8fa42d549dcab239d9e8c44b3e9", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.192/volume/v3", "region": "RegionOne"}], "id": "1e818055f21e4e9ebb3a7ae86d9f0432", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "59ce83f88c7b49409afed530ee485023", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.192/identity", "region": "RegionOne"}], "id": "64813e13600449ab83dc2b80ad267311", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "721b2759670648b28861bd5f7559f0e1", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.192/networking", "region": "RegionOne"}], "id": "9e73ecd381d848d8baec9d2a1543e644", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "d553d66ccbc345d2ad6e909a5adb27fb", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.192/compute/v2/4adf760b01b141abaf2ad29901a1db73", "region": "RegionOne"}], "id": "a8d2d57792bd4eafaefb74c9cc3f026c", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d2587a97e5ba4766a139d10519993e45", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.192/image", "region": "RegionOne"}], "id": "c313575e5b4344199a72a69d055765e9", "type": "image", "name": "glance"}, {"endpoints": [{"id": "69cfd496bf334b8fa1dbee3f6477f2be", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.192/compute/v2.1", "region": "RegionOne"}], "id": "c6b193c62bc44e3398851591787385a0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "4baea7a7037f4400834b65568db9b572", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.192/placement", "region": "RegionOne"}], "id": "fc3fa33e88af49e9a32e6bbe575a48f1", "type": "placement", "name": "placement"}]}}'
2025-12-07 17:56:55,331 82290 INFO [tempest.lib.common.fixed_network] (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume) Found network {'id': '3f825fa1-80fb-4e54-b14f-d406f6c7b916', 'name': 'tempest-ServerRescueNegativeTestJSON-340073788-network', 'tenant_id': '4adf760b01b141abaf2ad29901a1db73', 'project_id': '4adf760b01b141abaf2ad29901a1db73', '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': 22333, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-12-07T16:55:37Z', 'updated_at': '2025-12-07T16:55:37Z', 'revision_number': 1} available for tenant
2025-12-07 17:56:55,331 82290 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-341921253', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBN1KWMo31Mi0Me4zwPUu9ZImYqbbftuyVyHkPKjhvelBVSimujVSwxdAr4/95hSGK1q1EHfC7BojwvcA1G15uk/cOIRPhA2VXmE1xgSFUO/JpM6pyrOZc+D0/8lf5DUx6Q==', 'fingerprint': '6e:31:c6:40:91:79:30:04:2f:e3:f8:22:35:9a:05:f9', 'user_id': 'b89f865b3d6a4f13925e0b8a6908ee9e', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDg60B05dUfCxRCQQ7AaqqxPmR+eYymY5f63AKG3tSWOS0DBnEAoOIj\n5QfeJOfl9RmgBwYFK4EEACKhZANiAATdSljKN9TItDHuM8D1LvWSJmKm237bslch\n5Dyo4b3pQVUopro1UsMXQK+P/eYUhitatRB3wuwaI8L3ANRtebpP3DiET4QNlV5h\nNcYEhVDvyaTOqcqzmXPg9P/JX+Q1Mek=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'e19d8742-eea6-4a8f-b3d3-09d1f74cd20c', 'name': 'tempest-securitygroup--1205271465', 'stateful': True, 'tenant_id': '4adf760b01b141abaf2ad29901a1db73', 'project_id': '4adf760b01b141abaf2ad29901a1db73', 'description': 'tempest-description--1382493129', 'shared': False, 'security_group_rules': [{'id': '8cf876bd-6e12-4fe2-bd1a-c607b73a6009', 'project_id': '4adf760b01b141abaf2ad29901a1db73', 'tenant_id': '4adf760b01b141abaf2ad29901a1db73', 'security_group_id': 'e19d8742-eea6-4a8f-b3d3-09d1f74cd20c', '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': 408, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-12-07T16:56:49Z', 'updated_at': '2025-12-07T16:56:49Z', 'revision_number': 0}, {'id': 'aa8f86e1-ae7b-4cc8-84f7-0503934ac9d5', 'project_id': '4adf760b01b141abaf2ad29901a1db73', 'tenant_id': '4adf760b01b141abaf2ad29901a1db73', 'security_group_id': 'e19d8742-eea6-4a8f-b3d3-09d1f74cd20c', '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': 407, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-12-07T16:56:49Z', 'updated_at': '2025-12-07T16:56:49Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-12-07T16:56:49Z', 'updated_at': '2025-12-07T16:56:49Z', 'revision_number': 1}, 'floating_ip': {'id': '352314ca-cb8d-4897-bbd1-8d77897206aa', 'tenant_id': '4adf760b01b141abaf2ad29901a1db73', 'project_id': '4adf760b01b141abaf2ad29901a1db73', 'floating_ip_address': '172.24.4.60', 'floating_network_id': '3cf1fade-8ad9-45f0-a145-e9ee02250e39', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-12-07T16:56:54Z', 'updated_at': '2025-12-07T16:56:54Z', 'revision_number': 0, 'ip': '172.24.4.60'}}
2025-12-07 17:57:00,022 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://192.168.122.192/compute/v2.1/servers 4.690s
2025-12-07 17:57:00,023 82290 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-1387866800", "imageRef": "128d3c35-80ca-4f7e-8840-168f4a243929", "flavorRef": "42", "adminPass": "N2+5bJjG+#5+DhP", "networks": [{"uuid": "3f825fa1-80fb-4e54-b14f-d406f6c7b916"}], "security_groups": [{"name": "tempest-securitygroup--1205271465"}], "key_name": "tempest-keypair-341921253", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:56:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '417', 'location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd54dbb2-c2f2-4f65-a87b-ada20c2ea4b9', 'x-compute-request-id': 'req-dd54dbb2-c2f2-4f65-a87b-ada20c2ea4b9', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.192/compute/v2.1/servers'}
Body: b'{"server": {"id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "links": [{"rel": "self", "href": "http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}, {"rel": "bookmark", "href": "http://192.168.122.192/compute/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1205271465"}], "adminPass": "N2+5bJjG+#5+DhP"}}'
2025-12-07 17:57:00,634 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b 0.608s
2025-12-07 17:57:00,634 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:57:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1259', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9352a400-ccf0-4037-9a70-2e45b94e10fd', 'x-compute-request-id': 'req-9352a400-ccf0-4037-9a70-2e45b94e10fd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b'}
Body: b'{"server": {"id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "name": "tempest-ServerRescueNegativeTestJSON-server-1387866800", "status": "BUILD", "tenant_id": "4adf760b01b141abaf2ad29901a1db73", "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "metadata": {}, "hostId": "", "image": {"id": "128d3c35-80ca-4f7e-8840-168f4a243929", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/images/128d3c35-80ca-4f7e-8840-168f4a243929"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/flavors/42"}]}, "created": "2025-12-07T16:57:00Z", "updated": "2025-12-07T16:57:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}, {"rel": "bookmark", "href": "http://192.168.122.192/compute/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-341921253", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-07 17:57:01,868 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b 0.223s
2025-12-07 17:57:01,869 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:57:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1263', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d6df0c4-2181-4293-b6c2-ad8568c5627b', 'x-compute-request-id': 'req-6d6df0c4-2181-4293-b6c2-ad8568c5627b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b'}
Body: b'{"server": {"id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "name": "tempest-ServerRescueNegativeTestJSON-server-1387866800", "status": "BUILD", "tenant_id": "4adf760b01b141abaf2ad29901a1db73", "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "metadata": {}, "hostId": "", "image": {"id": "128d3c35-80ca-4f7e-8840-168f4a243929", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/images/128d3c35-80ca-4f7e-8840-168f4a243929"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/flavors/42"}]}, "created": "2025-12-07T16:56:59Z", "updated": "2025-12-07T16:57:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}, {"rel": "bookmark", "href": "http://192.168.122.192/compute/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-341921253", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-07 17:57:03,003 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b 0.121s
2025-12-07 17:57:03,003 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:57:02 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-5c0cb008-6ee8-4c51-828d-091b0a97a1fb', 'x-compute-request-id': 'req-5c0cb008-6ee8-4c51-828d-091b0a97a1fb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b'}
Body: b'{"server": {"id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "name": "tempest-ServerRescueNegativeTestJSON-server-1387866800", "status": "BUILD", "tenant_id": "4adf760b01b141abaf2ad29901a1db73", "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "metadata": {}, "hostId": "36a2904ef4c81af6e04407d412ca1754e85235fa9ddbb0668bf38c82", "image": {"id": "128d3c35-80ca-4f7e-8840-168f4a243929", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/images/128d3c35-80ca-4f7e-8840-168f4a243929"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/flavors/42"}]}, "created": "2025-12-07T16:56:59Z", "updated": "2025-12-07T16:57:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}, {"rel": "bookmark", "href": "http://192.168.122.192/compute/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-341921253", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-07 17:57:03,014 82290 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait
2025-12-07 17:57:04,135 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b 0.120s
2025-12-07 17:57:04,136 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:57:04 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-cd8c7939-cfd6-484e-a02b-d2534da46095', 'x-compute-request-id': 'req-cd8c7939-cfd6-484e-a02b-d2534da46095', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b'}
Body: b'{"server": {"id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "name": "tempest-ServerRescueNegativeTestJSON-server-1387866800", "status": "BUILD", "tenant_id": "4adf760b01b141abaf2ad29901a1db73", "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "metadata": {}, "hostId": "36a2904ef4c81af6e04407d412ca1754e85235fa9ddbb0668bf38c82", "image": {"id": "128d3c35-80ca-4f7e-8840-168f4a243929", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/images/128d3c35-80ca-4f7e-8840-168f4a243929"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/flavors/42"}]}, "created": "2025-12-07T16:56:59Z", "updated": "2025-12-07T16:57:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}, {"rel": "bookmark", "href": "http://192.168.122.192/compute/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-341921253", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-07 17:57:05,296 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b 0.146s
2025-12-07 17:57:05,296 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:57:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1319', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ba48bd7-274d-49fb-acf2-1b2a15923cae', 'x-compute-request-id': 'req-8ba48bd7-274d-49fb-acf2-1b2a15923cae', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b'}
Body: b'{"server": {"id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "name": "tempest-ServerRescueNegativeTestJSON-server-1387866800", "status": "BUILD", "tenant_id": "4adf760b01b141abaf2ad29901a1db73", "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "metadata": {}, "hostId": "36a2904ef4c81af6e04407d412ca1754e85235fa9ddbb0668bf38c82", "image": {"id": "128d3c35-80ca-4f7e-8840-168f4a243929", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/images/128d3c35-80ca-4f7e-8840-168f4a243929"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/flavors/42"}]}, "created": "2025-12-07T16:56:59Z", "updated": "2025-12-07T16:57:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}, {"rel": "bookmark", "href": "http://192.168.122.192/compute/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-341921253", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-07 17:57:05,307 82290 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 5 second wait
2025-12-07 17:57:07,307 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b 0.999s
2025-12-07 17:57:07,307 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:57:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1387', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ec0be90-0c48-44b0-bb2f-1531e696a1e0', 'x-compute-request-id': 'req-6ec0be90-0c48-44b0-bb2f-1531e696a1e0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b'}
Body: b'{"server": {"id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "name": "tempest-ServerRescueNegativeTestJSON-server-1387866800", "status": "BUILD", "tenant_id": "4adf760b01b141abaf2ad29901a1db73", "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "metadata": {}, "hostId": "36a2904ef4c81af6e04407d412ca1754e85235fa9ddbb0668bf38c82", "image": {"id": "128d3c35-80ca-4f7e-8840-168f4a243929", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/images/128d3c35-80ca-4f7e-8840-168f4a243929"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/flavors/42"}]}, "created": "2025-12-07T16:56:59Z", "updated": "2025-12-07T16:57:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}, {"rel": "bookmark", "href": "http://192.168.122.192/compute/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-341921253", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1205271465"}], "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-07 17:57:09,323 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b 1.001s
2025-12-07 17:57:09,323 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:57:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41744dfa-36d8-46ca-bb1b-b8ac7a89534c', 'x-compute-request-id': 'req-41744dfa-36d8-46ca-bb1b-b8ac7a89534c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b'}
Body: b'{"server": {"id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "name": "tempest-ServerRescueNegativeTestJSON-server-1387866800", "status": "BUILD", "tenant_id": "4adf760b01b141abaf2ad29901a1db73", "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "metadata": {}, "hostId": "36a2904ef4c81af6e04407d412ca1754e85235fa9ddbb0668bf38c82", "image": {"id": "128d3c35-80ca-4f7e-8840-168f4a243929", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/images/128d3c35-80ca-4f7e-8840-168f4a243929"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/flavors/42"}]}, "created": "2025-12-07T16:56:59Z", "updated": "2025-12-07T16:57:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}, {"rel": "bookmark", "href": "http://192.168.122.192/compute/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-341921253", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1205271465"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-07 17:57:09,334 82290 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 9 second wait
2025-12-07 17:57:10,673 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b 0.338s
2025-12-07 17:57:10,674 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:57:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-abed0137-1c2a-4b0a-828c-854637048ead', 'x-compute-request-id': 'req-abed0137-1c2a-4b0a-828c-854637048ead', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b'}
Body: b'{"server": {"id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "name": "tempest-ServerRescueNegativeTestJSON-server-1387866800", "status": "BUILD", "tenant_id": "4adf760b01b141abaf2ad29901a1db73", "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "metadata": {}, "hostId": "36a2904ef4c81af6e04407d412ca1754e85235fa9ddbb0668bf38c82", "image": {"id": "128d3c35-80ca-4f7e-8840-168f4a243929", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/images/128d3c35-80ca-4f7e-8840-168f4a243929"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/flavors/42"}]}, "created": "2025-12-07T16:56:59Z", "updated": "2025-12-07T16:57:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}, {"rel": "bookmark", "href": "http://192.168.122.192/compute/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-341921253", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1205271465"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-07 17:57:11,909 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b 0.224s
2025-12-07 17:57:11,909 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:57:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-97700197-94ce-4767-af17-3bc271a4a884', 'x-compute-request-id': 'req-97700197-94ce-4767-af17-3bc271a4a884', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b'}
Body: b'{"server": {"id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "name": "tempest-ServerRescueNegativeTestJSON-server-1387866800", "status": "BUILD", "tenant_id": "4adf760b01b141abaf2ad29901a1db73", "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "metadata": {}, "hostId": "36a2904ef4c81af6e04407d412ca1754e85235fa9ddbb0668bf38c82", "image": {"id": "128d3c35-80ca-4f7e-8840-168f4a243929", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/images/128d3c35-80ca-4f7e-8840-168f4a243929"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/flavors/42"}]}, "created": "2025-12-07T16:56:59Z", "updated": "2025-12-07T16:57:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}, {"rel": "bookmark", "href": "http://192.168.122.192/compute/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-341921253", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1205271465"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-07 17:57:13,408 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b 0.486s
2025-12-07 17:57:13,408 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:57:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d3c892f8-f655-423c-bb45-102a452766d0', 'x-compute-request-id': 'req-d3c892f8-f655-423c-bb45-102a452766d0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b'}
Body: b'{"server": {"id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "name": "tempest-ServerRescueNegativeTestJSON-server-1387866800", "status": "BUILD", "tenant_id": "4adf760b01b141abaf2ad29901a1db73", "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "metadata": {}, "hostId": "36a2904ef4c81af6e04407d412ca1754e85235fa9ddbb0668bf38c82", "image": {"id": "128d3c35-80ca-4f7e-8840-168f4a243929", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/images/128d3c35-80ca-4f7e-8840-168f4a243929"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/flavors/42"}]}, "created": "2025-12-07T16:56:59Z", "updated": "2025-12-07T16:57:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}, {"rel": "bookmark", "href": "http://192.168.122.192/compute/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-341921253", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1205271465"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-07 17:57:14,963 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b 0.542s
2025-12-07 17:57:14,963 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:57:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a5c8042-162c-4338-a49c-8873655f40a3', 'x-compute-request-id': 'req-9a5c8042-162c-4338-a49c-8873655f40a3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b'}
Body: b'{"server": {"id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "name": "tempest-ServerRescueNegativeTestJSON-server-1387866800", "status": "BUILD", "tenant_id": "4adf760b01b141abaf2ad29901a1db73", "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "metadata": {}, "hostId": "36a2904ef4c81af6e04407d412ca1754e85235fa9ddbb0668bf38c82", "image": {"id": "128d3c35-80ca-4f7e-8840-168f4a243929", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/images/128d3c35-80ca-4f7e-8840-168f4a243929"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/flavors/42"}]}, "created": "2025-12-07T16:56:59Z", "updated": "2025-12-07T16:57:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}, {"rel": "bookmark", "href": "http://192.168.122.192/compute/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-341921253", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1205271465"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-07 17:57:16,317 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b 0.342s
2025-12-07 17:57:16,320 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:57:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1a0f3b9-0d8e-4a85-8fe9-c28c6b151d64', 'x-compute-request-id': 'req-b1a0f3b9-0d8e-4a85-8fe9-c28c6b151d64', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b'}
Body: b'{"server": {"id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "name": "tempest-ServerRescueNegativeTestJSON-server-1387866800", "status": "BUILD", "tenant_id": "4adf760b01b141abaf2ad29901a1db73", "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "metadata": {}, "hostId": "36a2904ef4c81af6e04407d412ca1754e85235fa9ddbb0668bf38c82", "image": {"id": "128d3c35-80ca-4f7e-8840-168f4a243929", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/images/128d3c35-80ca-4f7e-8840-168f4a243929"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/flavors/42"}]}, "created": "2025-12-07T16:56:59Z", "updated": "2025-12-07T16:57:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}, {"rel": "bookmark", "href": "http://192.168.122.192/compute/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-341921253", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1205271465"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-12-07 17:57:17,589 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b 0.253s
2025-12-07 17:57:17,589 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:57:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60ce171e-51a7-4b24-b4a9-3bcf25ce9029', 'x-compute-request-id': 'req-60ce171e-51a7-4b24-b4a9-3bcf25ce9029', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b'}
Body: b'{"server": {"id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "name": "tempest-ServerRescueNegativeTestJSON-server-1387866800", "status": "ACTIVE", "tenant_id": "4adf760b01b141abaf2ad29901a1db73", "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "metadata": {}, "hostId": "36a2904ef4c81af6e04407d412ca1754e85235fa9ddbb0668bf38c82", "image": {"id": "128d3c35-80ca-4f7e-8840-168f4a243929", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/images/128d3c35-80ca-4f7e-8840-168f4a243929"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/flavors/42"}]}, "created": "2025-12-07T16:56:59Z", "updated": "2025-12-07T16:57:16Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-340073788-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:73:83"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}, {"rel": "bookmark", "href": "http://192.168.122.192/compute/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-341921253", "OS-SRV-USG:launched_at": "2025-12-07T16:57:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1205271465"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-12-07 17:57:17,600 82290 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 17 second wait
2025-12-07 17:57:17,803 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-interface 0.202s
2025-12-07 17:57:17,803 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:57:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-094150ad-f296-4b90-bc6d-b9af2292e23f', 'x-compute-request-id': 'req-094150ad-f296-4b90-bc6d-b9af2292e23f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "3f825fa1-80fb-4e54-b14f-d406f6c7b916", "port_id": "4b6a8872-fbfa-4d85-83c8-c73b1612c009", "mac_addr": "fa:16:3e:43:73:83", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "2c9f3e62-e819-472b-981e-e43d257fa615", "ip_address": "10.0.0.7"}]}]}'
2025-12-07 17:57:19,449 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 PUT http://192.168.122.192/networking/v2.0/floatingips/352314ca-cb8d-4897-bbd1-8d77897206aa 1.642s
2025-12-07 17:57:19,449 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "4b6a8872-fbfa-4d85-83c8-c73b1612c009"}}
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:57:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-7633818f-1814-4d87-bb26-143c836ebc18', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/networking/v2.0/floatingips/352314ca-cb8d-4897-bbd1-8d77897206aa'}
Body: b'{"floatingip": {"id": "352314ca-cb8d-4897-bbd1-8d77897206aa", "tenant_id": "4adf760b01b141abaf2ad29901a1db73", "project_id": "4adf760b01b141abaf2ad29901a1db73", "floating_ip_address": "172.24.4.60", "floating_network_id": "3cf1fade-8ad9-45f0-a145-e9ee02250e39", "router_id": "82398a5d-d9c5-4aba-b6f3-50180c5951b2", "port_id": "4b6a8872-fbfa-4d85-83c8-c73b1612c009", "fixed_ip_address": "10.0.0.7", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "3f825fa1-80fb-4e54-b14f-d406f6c7b916", "mac_address": "fa:16:3e:43:73:83", "admin_state_up": true, "status": "ACTIVE", "device_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-12-07T16:56:54Z", "updated_at": "2025-12-07T16:57:18Z", "revision_number": 1}}'
2025-12-07 17:57:19,450 82290 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.60:22' as 'cirros' with public key authentication
2025-12-07 17:58:19,509 82290 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.60 (timed out). Number attempts: 1. Retry after 2 seconds.
2025-12-07 17:58:22,023 82290 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.60 ([Errno None] Unable to connect to port 22 on 172.24.4.60). Number attempts: 2. Retry after 3 seconds.
2025-12-07 17:58:25,532 82290 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.60 ([Errno None] Unable to connect to port 22 on 172.24.4.60). Number attempts: 3. Retry after 4 seconds.
2025-12-07 17:58:30,126 82290 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2025-12-07 17:58:30,617 82290 INFO [paramiko.transport] Authentication (publickey) successful!
2025-12-07 17:58:30,617 82290 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.60 successfully created
2025-12-07 17:58:32,934 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 POST http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 2.316s
2025-12-07 17:58:32,934 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volumeAttachment": {"volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}}
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:58:30 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-6e769c99-5c90-4f77-a4f2-dc0c09567c2d', 'x-compute-request-id': 'req-6e769c99-5c90-4f77-a4f2-dc0c09567c2d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachment": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "device": "/dev/vdb"}}'
2025-12-07 17:58:32,985 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.048s
2025-12-07 17:58:32,985 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:58:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98721cf3-81df-4fe8-838d-084e76ca2f01', 'content-length': '860', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98721cf3-81df-4fe8-838d-084e76ca2f01', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:33.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 17:58:34,041 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.044s
2025-12-07 17:58:34,042 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:58:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1958eee9-5f5c-4923-9ec9-6f7069412763', 'content-length': '860', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1958eee9-5f5c-4923-9ec9-6f7069412763', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:33.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 17:58:35,094 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.041s
2025-12-07 17:58:35,094 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:58:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5967a38-6b39-4d8f-8d05-b1490b7db828', 'content-length': '861', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5967a38-6b39-4d8f-8d05-b1490b7db828', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:34.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 17:58:36,163 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.058s
2025-12-07 17:58:36,163 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:58:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6363a631-6f1b-43c1-9f6f-eff9dd5e1c13', 'content-length': '861', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6363a631-6f1b-43c1-9f6f-eff9dd5e1c13', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:34.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 17:58:37,225 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.050s
2025-12-07 17:58:37,226 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:58:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ccf2d9b-8183-48c3-adce-cab84c97af15', 'content-length': '861', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ccf2d9b-8183-48c3-adce-cab84c97af15', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:34.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 17:58:38,295 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.057s
2025-12-07 17:58:38,295 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:58:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57702f7d-f71b-4bac-acf2-c49cd9d891c7', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57702f7d-f71b-4bac-acf2-c49cd9d891c7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 17:58:38,311 82290 INFO [tempest.common.waiters] Attachment 6efd326c-cd11-40c8-a10f-6d886be3b4da created for volume b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 to server a4820010-fd0a-4e1d-b8d6-f61950dbe63b after waiting for 6.311051 seconds
2025-12-07 17:58:38,385 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.073s
2025-12-07 17:58:38,385 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:58:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a19862b-9c09-49cf-813e-19e43fdd91a2', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a19862b-9c09-49cf-813e-19e43fdd91a2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 17:58:38,396 82290 INFO [tempest.common.waiters] volume b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 reached in-use after waiting for 0.395955 seconds
2025-12-07 17:58:38,584 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 POST http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/action 0.188s
2025-12-07 17:58:38,584 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"rescue": {"adminPass": "N2+5bJjG+#5+DhP"}}
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:58:38 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-bbf2e7b0-1628-4622-821a-dacaa2b7fb91', 'x-compute-request-id': 'req-bbf2e7b0-1628-4622-821a-dacaa2b7fb91', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/action'}
Body: b'{"adminPass": "N2+5bJjG+#5+DhP"}'
2025-12-07 17:58:38,834 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b 0.248s
2025-12-07 17:58:38,834 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:58:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1742', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-217fc966-658e-4cb8-9aee-deee83eb0714', 'x-compute-request-id': 'req-217fc966-658e-4cb8-9aee-deee83eb0714', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b'}
Body: b'{"server": {"id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "name": "tempest-ServerRescueNegativeTestJSON-server-1387866800", "status": "ACTIVE", "tenant_id": "4adf760b01b141abaf2ad29901a1db73", "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "metadata": {}, "hostId": "36a2904ef4c81af6e04407d412ca1754e85235fa9ddbb0668bf38c82", "image": {"id": "128d3c35-80ca-4f7e-8840-168f4a243929", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/images/128d3c35-80ca-4f7e-8840-168f4a243929"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/flavors/42"}]}, "created": "2025-12-07T16:56:59Z", "updated": "2025-12-07T16:58:39Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-340073788-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:73:83"}, {"version": 4, "addr": "172.24.4.60", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:73:83"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}, {"rel": "bookmark", "href": "http://192.168.122.192/compute/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-341921253", "OS-SRV-USG:launched_at": "2025-12-07T16:57:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1205271465"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}]}}'
2025-12-07 17:58:40,110 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b 0.262s
2025-12-07 17:58:40,111 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:58:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1742', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ef0561b-a51b-4362-b030-3d8a6365629b', 'x-compute-request-id': 'req-6ef0561b-a51b-4362-b030-3d8a6365629b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b'}
Body: b'{"server": {"id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "name": "tempest-ServerRescueNegativeTestJSON-server-1387866800", "status": "ACTIVE", "tenant_id": "4adf760b01b141abaf2ad29901a1db73", "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "metadata": {}, "hostId": "36a2904ef4c81af6e04407d412ca1754e85235fa9ddbb0668bf38c82", "image": {"id": "128d3c35-80ca-4f7e-8840-168f4a243929", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/images/128d3c35-80ca-4f7e-8840-168f4a243929"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/flavors/42"}]}, "created": "2025-12-07T16:56:59Z", "updated": "2025-12-07T16:58:39Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-340073788-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:73:83"}, {"version": 4, "addr": "172.24.4.60", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:73:83"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}, {"rel": "bookmark", "href": "http://192.168.122.192/compute/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-341921253", "OS-SRV-USG:launched_at": "2025-12-07T16:57:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1205271465"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}]}}'
2025-12-07 17:58:41,265 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b 0.140s
2025-12-07 17:58:41,266 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:58:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1742', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82dee502-b72d-4309-8a59-4c18bff228db', 'x-compute-request-id': 'req-82dee502-b72d-4309-8a59-4c18bff228db', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b'}
Body: b'{"server": {"id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "name": "tempest-ServerRescueNegativeTestJSON-server-1387866800", "status": "ACTIVE", "tenant_id": "4adf760b01b141abaf2ad29901a1db73", "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "metadata": {}, "hostId": "36a2904ef4c81af6e04407d412ca1754e85235fa9ddbb0668bf38c82", "image": {"id": "128d3c35-80ca-4f7e-8840-168f4a243929", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/images/128d3c35-80ca-4f7e-8840-168f4a243929"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/flavors/42"}]}, "created": "2025-12-07T16:56:59Z", "updated": "2025-12-07T16:58:39Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-340073788-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:73:83"}, {"version": 4, "addr": "172.24.4.60", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:73:83"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}, {"rel": "bookmark", "href": "http://192.168.122.192/compute/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-341921253", "OS-SRV-USG:launched_at": "2025-12-07T16:57:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1205271465"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}]}}'
2025-12-07 17:58:42,636 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b 0.358s
2025-12-07 17:58:42,636 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:58:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1742', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ffaa5a3e-2ccf-477f-89cc-6e49171a740f', 'x-compute-request-id': 'req-ffaa5a3e-2ccf-477f-89cc-6e49171a740f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b'}
Body: b'{"server": {"id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "name": "tempest-ServerRescueNegativeTestJSON-server-1387866800", "status": "ACTIVE", "tenant_id": "4adf760b01b141abaf2ad29901a1db73", "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "metadata": {}, "hostId": "36a2904ef4c81af6e04407d412ca1754e85235fa9ddbb0668bf38c82", "image": {"id": "128d3c35-80ca-4f7e-8840-168f4a243929", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/images/128d3c35-80ca-4f7e-8840-168f4a243929"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/flavors/42"}]}, "created": "2025-12-07T16:56:59Z", "updated": "2025-12-07T16:58:39Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-340073788-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:73:83"}, {"version": 4, "addr": "172.24.4.60", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:73:83"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}, {"rel": "bookmark", "href": "http://192.168.122.192/compute/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-341921253", "OS-SRV-USG:launched_at": "2025-12-07T16:57:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1205271465"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}]}}'
2025-12-07 17:58:43,798 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b 0.149s
2025-12-07 17:58:43,798 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:58:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1742', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b7de524b-10f3-4bb0-95af-43fc0b5a0557', 'x-compute-request-id': 'req-b7de524b-10f3-4bb0-95af-43fc0b5a0557', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b'}
Body: b'{"server": {"id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "name": "tempest-ServerRescueNegativeTestJSON-server-1387866800", "status": "ACTIVE", "tenant_id": "4adf760b01b141abaf2ad29901a1db73", "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "metadata": {}, "hostId": "36a2904ef4c81af6e04407d412ca1754e85235fa9ddbb0668bf38c82", "image": {"id": "128d3c35-80ca-4f7e-8840-168f4a243929", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/images/128d3c35-80ca-4f7e-8840-168f4a243929"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/flavors/42"}]}, "created": "2025-12-07T16:56:59Z", "updated": "2025-12-07T16:58:39Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-340073788-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:73:83"}, {"version": 4, "addr": "172.24.4.60", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:73:83"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}, {"rel": "bookmark", "href": "http://192.168.122.192/compute/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-341921253", "OS-SRV-USG:launched_at": "2025-12-07T16:57:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1205271465"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}]}}'
2025-12-07 17:58:44,988 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b 0.178s
2025-12-07 17:58:44,988 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:58:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1742', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-51fac941-f8b2-48a0-90c8-f1cbfb2317fa', 'x-compute-request-id': 'req-51fac941-f8b2-48a0-90c8-f1cbfb2317fa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b'}
Body: b'{"server": {"id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "name": "tempest-ServerRescueNegativeTestJSON-server-1387866800", "status": "ACTIVE", "tenant_id": "4adf760b01b141abaf2ad29901a1db73", "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "metadata": {}, "hostId": "36a2904ef4c81af6e04407d412ca1754e85235fa9ddbb0668bf38c82", "image": {"id": "128d3c35-80ca-4f7e-8840-168f4a243929", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/images/128d3c35-80ca-4f7e-8840-168f4a243929"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/flavors/42"}]}, "created": "2025-12-07T16:56:59Z", "updated": "2025-12-07T16:58:39Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-340073788-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:73:83"}, {"version": 4, "addr": "172.24.4.60", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:73:83"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}, {"rel": "bookmark", "href": "http://192.168.122.192/compute/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-341921253", "OS-SRV-USG:launched_at": "2025-12-07T16:57:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1205271465"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}]}}'
2025-12-07 17:58:46,217 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b 0.216s
2025-12-07 17:58:46,217 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:58:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1742', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83b9dc00-99b0-4510-b932-6b57e24f1466', 'x-compute-request-id': 'req-83b9dc00-99b0-4510-b932-6b57e24f1466', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b'}
Body: b'{"server": {"id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "name": "tempest-ServerRescueNegativeTestJSON-server-1387866800", "status": "ACTIVE", "tenant_id": "4adf760b01b141abaf2ad29901a1db73", "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "metadata": {}, "hostId": "36a2904ef4c81af6e04407d412ca1754e85235fa9ddbb0668bf38c82", "image": {"id": "128d3c35-80ca-4f7e-8840-168f4a243929", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/images/128d3c35-80ca-4f7e-8840-168f4a243929"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/flavors/42"}]}, "created": "2025-12-07T16:56:59Z", "updated": "2025-12-07T16:58:39Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-340073788-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:73:83"}, {"version": 4, "addr": "172.24.4.60", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:73:83"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}, {"rel": "bookmark", "href": "http://192.168.122.192/compute/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-341921253", "OS-SRV-USG:launched_at": "2025-12-07T16:57:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1205271465"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}]}}'
2025-12-07 17:58:47,600 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b 0.371s
2025-12-07 17:58:47,600 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:58:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1742', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9bae90c7-8003-4625-9510-c7ac47546338', 'x-compute-request-id': 'req-9bae90c7-8003-4625-9510-c7ac47546338', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b'}
Body: b'{"server": {"id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "name": "tempest-ServerRescueNegativeTestJSON-server-1387866800", "status": "ACTIVE", "tenant_id": "4adf760b01b141abaf2ad29901a1db73", "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "metadata": {}, "hostId": "36a2904ef4c81af6e04407d412ca1754e85235fa9ddbb0668bf38c82", "image": {"id": "128d3c35-80ca-4f7e-8840-168f4a243929", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/images/128d3c35-80ca-4f7e-8840-168f4a243929"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/flavors/42"}]}, "created": "2025-12-07T16:56:59Z", "updated": "2025-12-07T16:58:39Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-340073788-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:73:83"}, {"version": 4, "addr": "172.24.4.60", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:73:83"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}, {"rel": "bookmark", "href": "http://192.168.122.192/compute/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-341921253", "OS-SRV-USG:launched_at": "2025-12-07T16:57:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1205271465"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}]}}'
2025-12-07 17:58:48,906 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b 0.290s
2025-12-07 17:58:48,907 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:58:48 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-51caed2a-1852-4c63-bd11-3e540a4defd4', 'x-compute-request-id': 'req-51caed2a-1852-4c63-bd11-3e540a4defd4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b'}
Body: b'{"server": {"id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "name": "tempest-ServerRescueNegativeTestJSON-server-1387866800", "status": "RESCUE", "tenant_id": "4adf760b01b141abaf2ad29901a1db73", "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "metadata": {}, "hostId": "36a2904ef4c81af6e04407d412ca1754e85235fa9ddbb0668bf38c82", "image": {"id": "128d3c35-80ca-4f7e-8840-168f4a243929", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/images/128d3c35-80ca-4f7e-8840-168f4a243929"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/flavors/42"}]}, "created": "2025-12-07T16:56:59Z", "updated": "2025-12-07T16:58:48Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-340073788-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:73:83"}, {"version": 4, "addr": "172.24.4.60", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:73:83"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}, {"rel": "bookmark", "href": "http://192.168.122.192/compute/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-341921253", "OS-SRV-USG:launched_at": "2025-12-07T16:58:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1205271465"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "rescued", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}]}}'
2025-12-07 17:58:48,922 82290 INFO [tempest.common.waiters] State transition "ACTIVE/rescuing" ==> "RESCUE/None" after 10 second wait
2025-12-07 17:58:49,086 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://192.168.122.192/identity/v3/auth/tokens 0.160s
2025-12-07 17:58:49,086 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:58:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2540', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-fc0e419a-1f3a-47b7-ae37-a16f479dbd04', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.192/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b89f865b3d6a4f13925e0b8a6908ee9e", "name": "tempest-ServerRescueNegativeTestJSON-2001367832-project-member", "password_expires_at": null}, "audit_ids": ["oKAhlPfSQSWF8qWgRaFnug"], "expires_at": "2025-12-07T17:58:48.000000Z", "issued_at": "2025-12-07T16:58:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4adf760b01b141abaf2ad29901a1db73", "name": "tempest-ServerRescueNegativeTestJSON-2001367832"}, "is_domain": false, "roles": [{"id": "9c72a0de7f1648688fa23f51e2035c4e", "name": "member"}, {"id": "d469dd970278402baceef1304103fc13", "name": "reader"}], "catalog": [{"endpoints": [{"id": "85b6f8fa42d549dcab239d9e8c44b3e9", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.192/volume/v3", "region": "RegionOne"}], "id": "1e818055f21e4e9ebb3a7ae86d9f0432", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "59ce83f88c7b49409afed530ee485023", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.192/identity", "region": "RegionOne"}], "id": "64813e13600449ab83dc2b80ad267311", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "721b2759670648b28861bd5f7559f0e1", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.192/networking", "region": "RegionOne"}], "id": "9e73ecd381d848d8baec9d2a1543e644", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "d553d66ccbc345d2ad6e909a5adb27fb", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.192/compute/v2/4adf760b01b141abaf2ad29901a1db73", "region": "RegionOne"}], "id": "a8d2d57792bd4eafaefb74c9cc3f026c", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d2587a97e5ba4766a139d10519993e45", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.192/image", "region": "RegionOne"}], "id": "c313575e5b4344199a72a69d055765e9", "type": "image", "name": "glance"}, {"endpoints": [{"id": "69cfd496bf334b8fa1dbee3f6477f2be", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.192/compute/v2.1", "region": "RegionOne"}], "id": "c6b193c62bc44e3398851591787385a0", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "4baea7a7037f4400834b65568db9b572", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.192/placement", "region": "RegionOne"}], "id": "fc3fa33e88af49e9a32e6bbe575a48f1", "type": "placement", "name": "placement"}]}}'
2025-12-07 17:58:49,087 82290 INFO [tempest.lib.common.fixed_network] (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume) Found network {'id': '3f825fa1-80fb-4e54-b14f-d406f6c7b916', 'name': 'tempest-ServerRescueNegativeTestJSON-340073788-network', 'tenant_id': '4adf760b01b141abaf2ad29901a1db73', 'project_id': '4adf760b01b141abaf2ad29901a1db73', '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': 22333, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-12-07T16:55:37Z', 'updated_at': '2025-12-07T16:55:37Z', 'revision_number': 1} available for tenant
2025-12-07 17:58:49,265 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 409 DELETE http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.177s
2025-12-07 17:58:49,265 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:58:49 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-5facdb88-a7b8-4130-b92c-1ce18d53d55f', 'x-compute-request-id': 'req-5facdb88-a7b8-4130-b92c-1ce18d53d55f', 'connection': 'close', 'status': '409', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"conflictingRequest": {"code": 409, "message": "Cannot \'detach_volume\' instance a4820010-fd0a-4e1d-b8d6-f61950dbe63b while it is in vm_state rescued"}}'
2025-12-07 17:58:49,464 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 202 POST http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/action 0.198s
2025-12-07 17:58:49,464 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"unrescue": {}}
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:58:49 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-b65d3314-b49a-44f1-84d9-47d915ba198f', 'x-compute-request-id': 'req-b65d3314-b49a-44f1-84d9-47d915ba198f', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/action'}
Body: b''
2025-12-07 17:58:49,845 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b 0.380s
2025-12-07 17:58:49,845 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:58:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1730', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-05f2bf02-c416-4c13-b33c-ed1dc876f075', 'x-compute-request-id': 'req-05f2bf02-c416-4c13-b33c-ed1dc876f075', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b'}
Body: b'{"server": {"id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "name": "tempest-ServerRescueNegativeTestJSON-server-1387866800", "status": "RESCUE", "tenant_id": "4adf760b01b141abaf2ad29901a1db73", "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "metadata": {}, "hostId": "36a2904ef4c81af6e04407d412ca1754e85235fa9ddbb0668bf38c82", "image": {"id": "128d3c35-80ca-4f7e-8840-168f4a243929", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/images/128d3c35-80ca-4f7e-8840-168f4a243929"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/flavors/42"}]}, "created": "2025-12-07T16:56:59Z", "updated": "2025-12-07T16:58:49Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-340073788-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:73:83"}, {"version": 4, "addr": "172.24.4.60", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:73:83"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}, {"rel": "bookmark", "href": "http://192.168.122.192/compute/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-341921253", "OS-SRV-USG:launched_at": "2025-12-07T16:58:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1205271465"}], "OS-EXT-STS:task_state": "unrescuing", "OS-EXT-STS:vm_state": "rescued", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}]}}'
2025-12-07 17:58:51,424 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b 0.564s
2025-12-07 17:58:51,425 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:58:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1730', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da4cbffd-93cf-4f5b-a8a2-9319e4ac1cb9', 'x-compute-request-id': 'req-da4cbffd-93cf-4f5b-a8a2-9319e4ac1cb9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b'}
Body: b'{"server": {"id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "name": "tempest-ServerRescueNegativeTestJSON-server-1387866800", "status": "RESCUE", "tenant_id": "4adf760b01b141abaf2ad29901a1db73", "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "metadata": {}, "hostId": "36a2904ef4c81af6e04407d412ca1754e85235fa9ddbb0668bf38c82", "image": {"id": "128d3c35-80ca-4f7e-8840-168f4a243929", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/images/128d3c35-80ca-4f7e-8840-168f4a243929"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/flavors/42"}]}, "created": "2025-12-07T16:56:59Z", "updated": "2025-12-07T16:58:49Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-340073788-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:73:83"}, {"version": 4, "addr": "172.24.4.60", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:73:83"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}, {"rel": "bookmark", "href": "http://192.168.122.192/compute/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-341921253", "OS-SRV-USG:launched_at": "2025-12-07T16:58:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1205271465"}], "OS-EXT-STS:task_state": "unrescuing", "OS-EXT-STS:vm_state": "rescued", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}]}}'
2025-12-07 17:58:52,756 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b 0.314s
2025-12-07 17:58:52,756 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:58:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1730', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a7215fc-a145-487f-8a11-50a38b28116a', 'x-compute-request-id': 'req-2a7215fc-a145-487f-8a11-50a38b28116a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b'}
Body: b'{"server": {"id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "name": "tempest-ServerRescueNegativeTestJSON-server-1387866800", "status": "RESCUE", "tenant_id": "4adf760b01b141abaf2ad29901a1db73", "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "metadata": {}, "hostId": "36a2904ef4c81af6e04407d412ca1754e85235fa9ddbb0668bf38c82", "image": {"id": "128d3c35-80ca-4f7e-8840-168f4a243929", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/images/128d3c35-80ca-4f7e-8840-168f4a243929"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/flavors/42"}]}, "created": "2025-12-07T16:56:59Z", "updated": "2025-12-07T16:58:49Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-340073788-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:73:83"}, {"version": 4, "addr": "172.24.4.60", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:73:83"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}, {"rel": "bookmark", "href": "http://192.168.122.192/compute/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-341921253", "OS-SRV-USG:launched_at": "2025-12-07T16:58:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1205271465"}], "OS-EXT-STS:task_state": "unrescuing", "OS-EXT-STS:vm_state": "rescued", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}]}}'
2025-12-07 17:58:54,079 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b 0.311s
2025-12-07 17:58:54,079 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:58:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1813', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2686638f-9363-434e-9a0f-4b3371615ed4', 'x-compute-request-id': 'req-2686638f-9363-434e-9a0f-4b3371615ed4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b'}
Body: b'{"server": {"id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "name": "tempest-ServerRescueNegativeTestJSON-server-1387866800", "status": "ERROR", "tenant_id": "4adf760b01b141abaf2ad29901a1db73", "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "metadata": {}, "hostId": "36a2904ef4c81af6e04407d412ca1754e85235fa9ddbb0668bf38c82", "image": {"id": "128d3c35-80ca-4f7e-8840-168f4a243929", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/images/128d3c35-80ca-4f7e-8840-168f4a243929"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.192/compute/flavors/42"}]}, "created": "2025-12-07T16:56:59Z", "updated": "2025-12-07T16:58:53Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-340073788-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:73:83"}, {"version": 4, "addr": "172.24.4.60", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:73:83"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}, {"rel": "bookmark", "href": "http://192.168.122.192/compute/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-12-07T16:58:54Z", "message": "libvirtError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-341921253", "OS-SRV-USG:launched_at": "2025-12-07T16:58:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1205271465"}], "OS-EXT-STS:task_state": "unrescuing", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}]}}'
2025-12-07 17:58:54,092 82290 INFO [tempest.common.waiters] State transition "RESCUE/unrescuing" ==> "ERROR/unrescuing" after 5 second wait
2025-12-07 17:58:54,338 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-interface 0.245s
2025-12-07 17:58:54,339 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:58:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '280', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-328f7dd3-2b17-49a3-bdd3-7c0cbeeeb853', 'x-compute-request-id': 'req-328f7dd3-2b17-49a3-bdd3-7c0cbeeeb853', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "3f825fa1-80fb-4e54-b14f-d406f6c7b916", "port_id": "4b6a8872-fbfa-4d85-83c8-c73b1612c009", "mac_addr": "fa:16:3e:43:73:83", "port_state": "DOWN", "fixed_ips": [{"subnet_id": "2c9f3e62-e819-472b-981e-e43d257fa615", "ip_address": "10.0.0.7"}]}]}'
2025-12-07 17:58:55,749 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 PUT http://192.168.122.192/networking/v2.0/floatingips/352314ca-cb8d-4897-bbd1-8d77897206aa 1.406s
2025-12-07 17:58:55,749 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "4b6a8872-fbfa-4d85-83c8-c73b1612c009"}}
Response - Headers: {'date': 'Sun, 07 Dec 2025 16:58:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-ec23ec4a-41ce-407b-880f-9238f5f92686', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/networking/v2.0/floatingips/352314ca-cb8d-4897-bbd1-8d77897206aa'}
Body: b'{"floatingip": {"id": "352314ca-cb8d-4897-bbd1-8d77897206aa", "tenant_id": "4adf760b01b141abaf2ad29901a1db73", "project_id": "4adf760b01b141abaf2ad29901a1db73", "floating_ip_address": "172.24.4.60", "floating_network_id": "3cf1fade-8ad9-45f0-a145-e9ee02250e39", "router_id": "82398a5d-d9c5-4aba-b6f3-50180c5951b2", "port_id": "4b6a8872-fbfa-4d85-83c8-c73b1612c009", "fixed_ip_address": "10.0.0.7", "status": "ACTIVE", "description": "", "port_details": {"name": "", "network_id": "3f825fa1-80fb-4e54-b14f-d406f6c7b916", "mac_address": "fa:16:3e:43:73:83", "admin_state_up": true, "status": "DOWN", "device_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-12-07T16:56:54Z", "updated_at": "2025-12-07T16:58:54Z", "revision_number": 3}}'
2025-12-07 17:58:55,750 82290 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.60:22' as 'cirros' with public key authentication
2025-12-07 17:59:55,809 82290 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.60 (timed out). Number attempts: 1. Retry after 2 seconds.
2025-12-07 18:00:58,373 82290 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.60 (timed out). Number attempts: 2. Retry after 3 seconds.
2025-12-07 18:02:01,933 82290 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.60 (timed out). Number attempts: 3. Retry after 4 seconds.
2025-12-07 18:03:06,497 82290 ERROR [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.60 after 3 attempts. Proxy client: no proxy client
2025-12-07 18:03:06.497 82290 ERROR tempest.lib.common.ssh Traceback (most recent call last):
2025-12-07 18:03:06.497 82290 ERROR tempest.lib.common.ssh File "/opt/stack/tempest/tempest/lib/common/ssh.py", line 136, in _get_ssh_connection
2025-12-07 18:03:06.497 82290 ERROR tempest.lib.common.ssh ssh.connect(self.host, port=self.port, username=self.username,
2025-12-07 18:03:06.497 82290 ERROR tempest.lib.common.ssh File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/paramiko/client.py", line 384, in connect
2025-12-07 18:03:06.497 82290 ERROR tempest.lib.common.ssh sock.connect(addr)
2025-12-07 18:03:06.497 82290 ERROR tempest.lib.common.ssh TimeoutError: timed out
2025-12-07 18:03:06.497 82290 ERROR tempest.lib.common.ssh
2025-12-07 18:03:06,499 82290 DEBUG [tempest.lib.common.utils.linux.remote_client] Caller: ServerRescueNegativeTestJSON:_run_cleanups. Timeout trying to ssh to server response: {'date': 'Sun, 07 Dec 2025 16:56:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '417', 'location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd54dbb2-c2f2-4f65-a87b-ada20c2ea4b9', 'x-compute-request-id': 'req-dd54dbb2-c2f2-4f65-a87b-ada20c2ea4b9', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.192/compute/v2.1/servers'}
Body: {'id': 'a4820010-fd0a-4e1d-b8d6-f61950dbe63b', 'name': 'tempest-ServerRescueNegativeTestJSON-server-1387866800', 'status': 'ACTIVE', 'tenant_id': '4adf760b01b141abaf2ad29901a1db73', 'user_id': 'b89f865b3d6a4f13925e0b8a6908ee9e', 'metadata': {}, 'hostId': '36a2904ef4c81af6e04407d412ca1754e85235fa9ddbb0668bf38c82', 'image': {'id': '128d3c35-80ca-4f7e-8840-168f4a243929', 'links': [{'rel': 'bookmark', 'href': 'http://192.168.122.192/compute/images/128d3c35-80ca-4f7e-8840-168f4a243929'}]}, 'flavor': {'id': '42', 'links': [{'rel': 'bookmark', 'href': 'http://192.168.122.192/compute/flavors/42'}]}, 'created': '2025-12-07T16:56:59Z', 'updated': '2025-12-07T16:57:16Z', 'addresses': {'tempest-ServerRescueNegativeTestJSON-340073788-network': [{'version': 4, 'addr': '10.0.0.7', 'OS-EXT-IPS:type': 'fixed', 'OS-EXT-IPS-MAC:mac_addr': 'fa:16:3e:43:73:83'}]}, 'accessIPv4': '', 'accessIPv6': '', 'links': [{'rel': 'self', 'href': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b'}, {'rel': 'bookmark', 'href': 'http://192.168.122.192/compute/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b'}], 'OS-DCF:diskConfig': 'MANUAL', 'progress': 0, 'OS-EXT-AZ:availability_zone': 'nova', 'config_drive': '', 'key_name': 'tempest-keypair-341921253', 'OS-SRV-USG:launched_at': '2025-12-07T16:57:16.000000', 'OS-SRV-USG:terminated_at': None, 'security_groups': [{'name': 'tempest-securitygroup--1205271465'}], 'OS-EXT-STS:task_state': None, 'OS-EXT-STS:vm_state': 'active', 'OS-EXT-STS:power_state': 1, 'os-extended-volumes:volumes_attached': []}
2025-12-07 18:03:09,409 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 404 POST http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/action 2.909s
2025-12-07 18:03:09,410 82290 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': 'Sun, 07 Dec 2025 17:03:06 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-62e50baa-a591-48ec-9809-62ee8bcb00b7', 'x-compute-request-id': 'req-62e50baa-a591-48ec-9809-62ee8bcb00b7', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/action'}
Body: b'{"itemNotFound": {"code": 404, "message": "Guest does not have a console available."}}'
2025-12-07 18:03:09,410 82290 DEBUG [tempest.lib.common.utils.linux.remote_client] Could not get console_log for server a4820010-fd0a-4e1d-b8d6-f61950dbe63b
2025-12-07 18:03:09,460 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.049s
2025-12-07 18:03:09,460 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:03:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26ae26ba-6230-412a-aa77-4a5d81e1097c', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26ae26ba-6230-412a-aa77-4a5d81e1097c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:03:09,594 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 409 DELETE http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.120s
2025-12-07 18:03:09,594 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:03:09 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-35b28ed8-7237-49cd-97bb-83f11410335c', 'x-compute-request-id': 'req-35b28ed8-7237-49cd-97bb-83f11410335c', 'connection': 'close', 'status': '409', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"conflictingRequest": {"code": 409, "message": "Cannot \'detach_volume\' instance a4820010-fd0a-4e1d-b8d6-f61950dbe63b while it is in vm_state error"}}'
2025-12-07 18:03:09,653 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.057s
2025-12-07 18:03:09,653 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:03: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-69d08fe2-7c3e-4b8b-924b-a04c9b3b732a', 'x-compute-request-id': 'req-69d08fe2-7c3e-4b8b-924b-a04c9b3b732a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:03:10,721 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.065s
2025-12-07 18:03:10,722 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:03: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-99eb5e4e-8b3a-498b-a52e-97372dac93e2', 'x-compute-request-id': 'req-99eb5e4e-8b3a-498b-a52e-97372dac93e2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:03:11,787 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.062s
2025-12-07 18:03:11,787 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:03: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-6ec3ae38-78a8-4334-b977-3738a24fefd4', 'x-compute-request-id': 'req-6ec3ae38-78a8-4334-b977-3738a24fefd4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:03:12,844 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.053s
2025-12-07 18:03:12,844 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:03: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-2cfc54ad-d953-4680-975f-481956d5ee6f', 'x-compute-request-id': 'req-2cfc54ad-d953-4680-975f-481956d5ee6f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:03:13,906 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.058s
2025-12-07 18:03:13,906 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:03: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-5cf83a71-e0c7-4054-aede-ca0e0e190fd8', 'x-compute-request-id': 'req-5cf83a71-e0c7-4054-aede-ca0e0e190fd8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:03:14,966 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.056s
2025-12-07 18:03:14,966 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:03: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-07b6d10a-3081-43c8-a8e8-cb9a9a9fc6de', 'x-compute-request-id': 'req-07b6d10a-3081-43c8-a8e8-cb9a9a9fc6de', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:03:16,254 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.285s
2025-12-07 18:03:16,254 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:03: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-22303f19-6187-424a-9323-77907a59f29c', 'x-compute-request-id': 'req-22303f19-6187-424a-9323-77907a59f29c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:03:17,440 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.183s
2025-12-07 18:03:17,441 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:03: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-ab30b6b7-ca4c-4128-8d7d-da91926913b6', 'x-compute-request-id': 'req-ab30b6b7-ca4c-4128-8d7d-da91926913b6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:03:18,497 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.052s
2025-12-07 18:03:18,497 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:03: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-ef3872ce-6815-4a95-adf2-4d9b4f159e3a', 'x-compute-request-id': 'req-ef3872ce-6815-4a95-adf2-4d9b4f159e3a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:03:19,570 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.070s
2025-12-07 18:03:19,571 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:03: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-3103eb0a-c3ed-4488-beef-4b0fd515ed0b', 'x-compute-request-id': 'req-3103eb0a-c3ed-4488-beef-4b0fd515ed0b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:03:20,625 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.051s
2025-12-07 18:03:20,625 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:03: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-66ca7664-ff9c-4d73-9e6a-3ba4ce90e326', 'x-compute-request-id': 'req-66ca7664-ff9c-4d73-9e6a-3ba4ce90e326', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:03:21,698 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.069s
2025-12-07 18:03:21,698 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:03: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-772c3d35-6a1e-4c30-a49d-bfa834c363d8', 'x-compute-request-id': 'req-772c3d35-6a1e-4c30-a49d-bfa834c363d8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:03:22,764 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.063s
2025-12-07 18:03:22,765 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:03: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-802c1adc-0067-4970-82bb-abdb8f120185', 'x-compute-request-id': 'req-802c1adc-0067-4970-82bb-abdb8f120185', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:03:23,821 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.052s
2025-12-07 18:03:23,822 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:03: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-ce1b0148-b544-4731-bbce-acad33aed475', 'x-compute-request-id': 'req-ce1b0148-b544-4731-bbce-acad33aed475', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:03:24,868 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.043s
2025-12-07 18:03:24,868 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:03: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-5dfb4ae8-46a4-4f6a-b4c8-24140f015b5a', 'x-compute-request-id': 'req-5dfb4ae8-46a4-4f6a-b4c8-24140f015b5a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:03:25,934 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.063s
2025-12-07 18:03:25,934 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:03: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-ee0a3f0c-3af2-48d7-9247-380a550210a5', 'x-compute-request-id': 'req-ee0a3f0c-3af2-48d7-9247-380a550210a5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:03:26,994 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.057s
2025-12-07 18:03:26,994 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:03: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-83e782d3-b90c-4b28-b4eb-13f4158e331b', 'x-compute-request-id': 'req-83e782d3-b90c-4b28-b4eb-13f4158e331b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:03:28,072 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.075s
2025-12-07 18:03:28,073 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:03: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-2f7af3ac-d12d-4b7c-9d97-1650599d098c', 'x-compute-request-id': 'req-2f7af3ac-d12d-4b7c-9d97-1650599d098c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:03:29,136 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.060s
2025-12-07 18:03:29,136 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:03: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-9d22dadb-0005-49ef-b448-9cb0c6e186db', 'x-compute-request-id': 'req-9d22dadb-0005-49ef-b448-9cb0c6e186db', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:03:30,217 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.078s
2025-12-07 18:03:30,218 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:03: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-a9cf0be0-1b42-4e5e-8ebf-044e12e6b991', 'x-compute-request-id': 'req-a9cf0be0-1b42-4e5e-8ebf-044e12e6b991', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:03:31,277 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.056s
2025-12-07 18:03:31,277 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:03: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-d150ce09-6c3f-420f-a665-5d3732402d38', 'x-compute-request-id': 'req-d150ce09-6c3f-420f-a665-5d3732402d38', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:03:32,332 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.051s
2025-12-07 18:03:32,332 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:03: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-822b5a13-ca6d-462d-83c5-98e9175983d6', 'x-compute-request-id': 'req-822b5a13-ca6d-462d-83c5-98e9175983d6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:03:33,375 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.040s
2025-12-07 18:03:33,376 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:03: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-dae1b558-170b-4655-8c05-e64e21343677', 'x-compute-request-id': 'req-dae1b558-170b-4655-8c05-e64e21343677', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:03:34,439 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.060s
2025-12-07 18:03:34,439 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:03: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-2d1978bd-ca4b-447a-af9e-10c04d952f8b', 'x-compute-request-id': 'req-2d1978bd-ca4b-447a-af9e-10c04d952f8b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:03:35,484 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.043s
2025-12-07 18:03:35,485 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:03: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-d4d86b80-3659-4f31-a608-b3213bec20ba', 'x-compute-request-id': 'req-d4d86b80-3659-4f31-a608-b3213bec20ba', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:03:36,551 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.063s
2025-12-07 18:03:36,551 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:03: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-104444ed-bf8a-44b0-8226-56ad8bf61121', 'x-compute-request-id': 'req-104444ed-bf8a-44b0-8226-56ad8bf61121', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:03:37,618 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.063s
2025-12-07 18:03:37,618 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:03: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-e31dd55e-9c65-4d73-a8f9-6b7ec57e186a', 'x-compute-request-id': 'req-e31dd55e-9c65-4d73-a8f9-6b7ec57e186a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:03:38,673 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.052s
2025-12-07 18:03:38,673 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:03: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-42c834be-5c21-40c6-a7f2-8aed799c19fd', 'x-compute-request-id': 'req-42c834be-5c21-40c6-a7f2-8aed799c19fd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:03:39,728 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.052s
2025-12-07 18:03:39,729 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:03: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-a17e9e63-3f22-48fe-bd9c-27f925786de4', 'x-compute-request-id': 'req-a17e9e63-3f22-48fe-bd9c-27f925786de4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:03:40,791 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.058s
2025-12-07 18:03:40,791 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:03: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-2f1d4ed9-e50d-45fc-a8e5-f9baa7766160', 'x-compute-request-id': 'req-2f1d4ed9-e50d-45fc-a8e5-f9baa7766160', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:03:41,841 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.046s
2025-12-07 18:03:41,841 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:03: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-b0de56c3-5dba-4c66-96c6-155764c7bb89', 'x-compute-request-id': 'req-b0de56c3-5dba-4c66-96c6-155764c7bb89', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:03:42,894 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.050s
2025-12-07 18:03:42,894 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:03: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-69a9f31a-c9ba-49fb-b745-b2237c4f4705', 'x-compute-request-id': 'req-69a9f31a-c9ba-49fb-b745-b2237c4f4705', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:03:43,943 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.045s
2025-12-07 18:03:43,943 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:03: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-01d473e9-5bd8-46db-ab3b-5d1c42f794d9', 'x-compute-request-id': 'req-01d473e9-5bd8-46db-ab3b-5d1c42f794d9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:03:45,002 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.056s
2025-12-07 18:03:45,002 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:03: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-b0e22fda-a8d6-4e5c-b74e-6912efbdc928', 'x-compute-request-id': 'req-b0e22fda-a8d6-4e5c-b74e-6912efbdc928', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:03:46,080 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.075s
2025-12-07 18:03:46,081 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:03: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-5c6efb71-7a72-445e-a498-9d52f1a207ff', 'x-compute-request-id': 'req-5c6efb71-7a72-445e-a498-9d52f1a207ff', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:03:47,143 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.060s
2025-12-07 18:03:47,144 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:03: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-eac9af00-7a31-48d8-8bf7-b0d8fc3039d2', 'x-compute-request-id': 'req-eac9af00-7a31-48d8-8bf7-b0d8fc3039d2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:03:48,202 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.055s
2025-12-07 18:03:48,202 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:03: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-dfc6201a-b2a3-4c12-84b2-ba0417920060', 'x-compute-request-id': 'req-dfc6201a-b2a3-4c12-84b2-ba0417920060', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:03:49,332 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.126s
2025-12-07 18:03:49,332 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:03: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-8bbfcd61-7900-49bd-966f-f4c38b834a24', 'x-compute-request-id': 'req-8bbfcd61-7900-49bd-966f-f4c38b834a24', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:03:50,395 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.060s
2025-12-07 18:03:50,396 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:03: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-75381ea1-0e89-4ce0-a653-8aabebefabc9', 'x-compute-request-id': 'req-75381ea1-0e89-4ce0-a653-8aabebefabc9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:03:51,479 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.080s
2025-12-07 18:03:51,479 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:03: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-68d879dc-a562-406a-9bbd-6601f9e21278', 'x-compute-request-id': 'req-68d879dc-a562-406a-9bbd-6601f9e21278', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:03:52,531 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.050s
2025-12-07 18:03:52,531 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:03: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-287ee64e-6039-46a8-b64a-af4d5d0bdb06', 'x-compute-request-id': 'req-287ee64e-6039-46a8-b64a-af4d5d0bdb06', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:03:53,584 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.049s
2025-12-07 18:03:53,584 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:03: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-327da6e8-255c-4ecc-8e55-14443f5261dc', 'x-compute-request-id': 'req-327da6e8-255c-4ecc-8e55-14443f5261dc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:03:54,658 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.071s
2025-12-07 18:03:54,659 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:03: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-af4ff41b-8fd2-4491-96e4-ac179e29c0d2', 'x-compute-request-id': 'req-af4ff41b-8fd2-4491-96e4-ac179e29c0d2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:03:55,735 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.073s
2025-12-07 18:03:55,735 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:03: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-baf947c0-aeb4-436b-9001-67298a6af15b', 'x-compute-request-id': 'req-baf947c0-aeb4-436b-9001-67298a6af15b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:03:56,809 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.071s
2025-12-07 18:03:56,810 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:03: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-15db2b9e-870b-40a0-a804-7ea616d84d72', 'x-compute-request-id': 'req-15db2b9e-870b-40a0-a804-7ea616d84d72', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:03:57,865 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.052s
2025-12-07 18:03:57,865 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:03: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-b14f91d2-b3aa-4ef6-94fe-b9a23bc0b264', 'x-compute-request-id': 'req-b14f91d2-b3aa-4ef6-94fe-b9a23bc0b264', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:03:58,932 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.063s
2025-12-07 18:03:58,932 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:03: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-ed3c0fc8-5dc8-4aa9-93e9-a5053be685f3', 'x-compute-request-id': 'req-ed3c0fc8-5dc8-4aa9-93e9-a5053be685f3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:03:59,979 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.043s
2025-12-07 18:03:59,979 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:03: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-a164b0ed-2bb8-4cb3-ab72-27a93e69bdf1', 'x-compute-request-id': 'req-a164b0ed-2bb8-4cb3-ab72-27a93e69bdf1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:01,025 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.044s
2025-12-07 18:04:01,026 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-37806594-9656-4c81-90a3-ae4851ca9699', 'x-compute-request-id': 'req-37806594-9656-4c81-90a3-ae4851ca9699', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:02,091 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.062s
2025-12-07 18:04:02,092 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-241a28a2-7c8c-4833-ab14-039fe0f1586a', 'x-compute-request-id': 'req-241a28a2-7c8c-4833-ab14-039fe0f1586a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:03,141 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.047s
2025-12-07 18:04:03,141 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-3a836cbe-f695-4bba-866d-96ff017dde26', 'x-compute-request-id': 'req-3a836cbe-f695-4bba-866d-96ff017dde26', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:04,199 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.054s
2025-12-07 18:04:04,199 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-ccd63286-ee90-4b77-9b6d-13cef0255e67', 'x-compute-request-id': 'req-ccd63286-ee90-4b77-9b6d-13cef0255e67', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:05,286 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.084s
2025-12-07 18:04:05,286 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-8f8d1f88-a5e6-44b1-b7b1-6e8a39836010', 'x-compute-request-id': 'req-8f8d1f88-a5e6-44b1-b7b1-6e8a39836010', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:06,334 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.045s
2025-12-07 18:04:06,335 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-bef62998-49f3-454e-83d9-60f4f37df139', 'x-compute-request-id': 'req-bef62998-49f3-454e-83d9-60f4f37df139', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:07,421 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.083s
2025-12-07 18:04:07,421 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-38dc5add-21cf-455a-befc-d2cdf803c95b', 'x-compute-request-id': 'req-38dc5add-21cf-455a-befc-d2cdf803c95b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:08,483 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.058s
2025-12-07 18:04:08,483 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-f57420b5-cd3a-410b-a216-08bf54864c48', 'x-compute-request-id': 'req-f57420b5-cd3a-410b-a216-08bf54864c48', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:09,550 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.064s
2025-12-07 18:04:09,550 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-dd44b1b9-ab3e-4e20-9a58-3d39b077309d', 'x-compute-request-id': 'req-dd44b1b9-ab3e-4e20-9a58-3d39b077309d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:10,624 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.071s
2025-12-07 18:04:10,624 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-20aff18e-4337-4dad-807f-ab497d15c423', 'x-compute-request-id': 'req-20aff18e-4337-4dad-807f-ab497d15c423', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:11,673 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.046s
2025-12-07 18:04:11,674 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-dfc7b5b7-e074-4c87-a9f3-adf0ba54b58f', 'x-compute-request-id': 'req-dfc7b5b7-e074-4c87-a9f3-adf0ba54b58f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:12,723 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.046s
2025-12-07 18:04:12,724 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-90333f53-20ca-4bef-805b-76b284657a75', 'x-compute-request-id': 'req-90333f53-20ca-4bef-805b-76b284657a75', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:13,792 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.065s
2025-12-07 18:04:13,792 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-8ab086bd-36f9-4eb2-9693-a69d3b52f110', 'x-compute-request-id': 'req-8ab086bd-36f9-4eb2-9693-a69d3b52f110', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:14,865 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.069s
2025-12-07 18:04:14,865 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-5c5a888a-c3ab-4655-a43d-c1f215648398', 'x-compute-request-id': 'req-5c5a888a-c3ab-4655-a43d-c1f215648398', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:15,913 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.044s
2025-12-07 18:04:15,913 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-1ead7d66-0dbf-46c6-a9d8-2dddc1d69048', 'x-compute-request-id': 'req-1ead7d66-0dbf-46c6-a9d8-2dddc1d69048', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:17,003 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.087s
2025-12-07 18:04:17,003 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-6c035b4c-d641-4231-bb5e-55c911bf39f1', 'x-compute-request-id': 'req-6c035b4c-d641-4231-bb5e-55c911bf39f1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:18,081 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.076s
2025-12-07 18:04:18,082 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-f3603ef6-e597-4c4a-952e-488ab83ee407', 'x-compute-request-id': 'req-f3603ef6-e597-4c4a-952e-488ab83ee407', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:19,145 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.060s
2025-12-07 18:04:19,146 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-303e6985-94b4-4487-a7cb-cedb27c03267', 'x-compute-request-id': 'req-303e6985-94b4-4487-a7cb-cedb27c03267', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:20,237 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.088s
2025-12-07 18:04:20,237 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-66b7f71b-92ba-476a-952a-b01ba4bb446d', 'x-compute-request-id': 'req-66b7f71b-92ba-476a-952a-b01ba4bb446d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:21,294 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.053s
2025-12-07 18:04:21,294 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-94e8a79c-e09e-4166-8159-3b415eed79fb', 'x-compute-request-id': 'req-94e8a79c-e09e-4166-8159-3b415eed79fb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:22,354 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.056s
2025-12-07 18:04:22,354 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-4393accd-3dbf-4ae0-b6c7-881287acc74d', 'x-compute-request-id': 'req-4393accd-3dbf-4ae0-b6c7-881287acc74d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:23,421 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.064s
2025-12-07 18:04:23,422 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-4061b9a4-afa9-43ef-ad42-ef3df86a3726', 'x-compute-request-id': 'req-4061b9a4-afa9-43ef-ad42-ef3df86a3726', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:24,476 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.051s
2025-12-07 18:04:24,476 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-3ab58d1b-817b-41c3-80e6-2e2934002913', 'x-compute-request-id': 'req-3ab58d1b-817b-41c3-80e6-2e2934002913', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:25,536 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.056s
2025-12-07 18:04:25,536 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-debc651a-e83b-4817-b552-123d40872ba0', 'x-compute-request-id': 'req-debc651a-e83b-4817-b552-123d40872ba0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:26,588 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.049s
2025-12-07 18:04:26,588 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-30be8c00-2cc8-4d29-9f9f-311b136d7103', 'x-compute-request-id': 'req-30be8c00-2cc8-4d29-9f9f-311b136d7103', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:27,640 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.049s
2025-12-07 18:04:27,641 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-ecf693ce-3d5c-4d92-9efb-16cee001611e', 'x-compute-request-id': 'req-ecf693ce-3d5c-4d92-9efb-16cee001611e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:28,695 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.051s
2025-12-07 18:04:28,695 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-99d88ac9-87fd-434f-9376-28926b046857', 'x-compute-request-id': 'req-99d88ac9-87fd-434f-9376-28926b046857', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:29,742 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.043s
2025-12-07 18:04:29,742 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-909ceeb3-bf8b-4220-ba0e-ed6d8d6dc211', 'x-compute-request-id': 'req-909ceeb3-bf8b-4220-ba0e-ed6d8d6dc211', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:30,799 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.053s
2025-12-07 18:04:30,800 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-88444238-f499-459f-b541-e8c469707cad', 'x-compute-request-id': 'req-88444238-f499-459f-b541-e8c469707cad', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:31,868 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.065s
2025-12-07 18:04:31,868 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-921c04fe-d1d3-4ce2-9a53-80e48bc72552', 'x-compute-request-id': 'req-921c04fe-d1d3-4ce2-9a53-80e48bc72552', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:32,926 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.053s
2025-12-07 18:04:32,926 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-4fe90ecf-18da-496c-9f5c-2b7b557caa0e', 'x-compute-request-id': 'req-4fe90ecf-18da-496c-9f5c-2b7b557caa0e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:33,982 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.053s
2025-12-07 18:04:33,983 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-63950e7b-21a4-4509-9c5a-f694e0482012', 'x-compute-request-id': 'req-63950e7b-21a4-4509-9c5a-f694e0482012', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:35,044 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.058s
2025-12-07 18:04:35,045 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-fd6f3379-2ff5-416a-a459-f59cf04e777f', 'x-compute-request-id': 'req-fd6f3379-2ff5-416a-a459-f59cf04e777f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:36,095 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.047s
2025-12-07 18:04:36,095 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-3228ab0b-9455-4f92-ab4a-afc875d5e0a1', 'x-compute-request-id': 'req-3228ab0b-9455-4f92-ab4a-afc875d5e0a1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:37,152 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.054s
2025-12-07 18:04:37,152 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-95d2283e-d20f-4128-97c9-fc1b7d11c50e', 'x-compute-request-id': 'req-95d2283e-d20f-4128-97c9-fc1b7d11c50e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:38,223 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.068s
2025-12-07 18:04:38,223 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-c841d72d-6597-4160-a5dd-6fe80806699c', 'x-compute-request-id': 'req-c841d72d-6597-4160-a5dd-6fe80806699c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:39,282 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.057s
2025-12-07 18:04:39,283 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-9f9834b3-0a7f-4142-8d50-a6c2e836f780', 'x-compute-request-id': 'req-9f9834b3-0a7f-4142-8d50-a6c2e836f780', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:40,347 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.061s
2025-12-07 18:04:40,347 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-44da6a04-d585-4533-9ef0-2c27e480a0f6', 'x-compute-request-id': 'req-44da6a04-d585-4533-9ef0-2c27e480a0f6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:41,400 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.051s
2025-12-07 18:04:41,401 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-baf9df4b-d28c-4b3b-933f-e2fd2d4034fd', 'x-compute-request-id': 'req-baf9df4b-d28c-4b3b-933f-e2fd2d4034fd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:42,453 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.049s
2025-12-07 18:04:42,453 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-91f2fd09-ef8a-4e6f-91b0-884ccac59c84', 'x-compute-request-id': 'req-91f2fd09-ef8a-4e6f-91b0-884ccac59c84', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:43,512 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.056s
2025-12-07 18:04:43,513 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-d06e9811-e6b7-4afb-a6f4-2ece5eb3a4ee', 'x-compute-request-id': 'req-d06e9811-e6b7-4afb-a6f4-2ece5eb3a4ee', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:44,564 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.049s
2025-12-07 18:04:44,565 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-4f62c7da-2995-4098-ba63-6bea6d02c015', 'x-compute-request-id': 'req-4f62c7da-2995-4098-ba63-6bea6d02c015', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:45,633 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.065s
2025-12-07 18:04:45,633 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-1b0076ea-3b7c-47c3-8d9f-1d656967a165', 'x-compute-request-id': 'req-1b0076ea-3b7c-47c3-8d9f-1d656967a165', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:46,717 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.081s
2025-12-07 18:04:46,718 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-a1207737-072a-4b2e-8ee6-8b19803f9dce', 'x-compute-request-id': 'req-a1207737-072a-4b2e-8ee6-8b19803f9dce', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:47,775 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.054s
2025-12-07 18:04:47,775 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-6e95f91f-6c36-41a0-b2bb-54630804a817', 'x-compute-request-id': 'req-6e95f91f-6c36-41a0-b2bb-54630804a817', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:48,823 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.045s
2025-12-07 18:04:48,823 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-da12bce6-7889-49ec-bacd-fd3ae2f80832', 'x-compute-request-id': 'req-da12bce6-7889-49ec-bacd-fd3ae2f80832', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:49,886 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.061s
2025-12-07 18:04:49,887 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-9a723ac8-38f9-4710-bb9e-d8e10b513399', 'x-compute-request-id': 'req-9a723ac8-38f9-4710-bb9e-d8e10b513399', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:50,941 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.052s
2025-12-07 18:04:50,942 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-471d7aba-17fd-413b-9835-81d900de036c', 'x-compute-request-id': 'req-471d7aba-17fd-413b-9835-81d900de036c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:51,996 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.051s
2025-12-07 18:04:51,996 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-8617b906-58b4-4c8a-8978-26bc8dad0bd4', 'x-compute-request-id': 'req-8617b906-58b4-4c8a-8978-26bc8dad0bd4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:53,045 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.046s
2025-12-07 18:04:53,045 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-c28e6376-1f34-4df6-b8cf-d97dd869964a', 'x-compute-request-id': 'req-c28e6376-1f34-4df6-b8cf-d97dd869964a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:54,109 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.060s
2025-12-07 18:04:54,109 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-f6db2e8b-f983-4fb3-8fb0-89242746769d', 'x-compute-request-id': 'req-f6db2e8b-f983-4fb3-8fb0-89242746769d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:55,176 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.063s
2025-12-07 18:04:55,176 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-49a10d6e-1af4-4708-b2f4-f167a46cfc89', 'x-compute-request-id': 'req-49a10d6e-1af4-4708-b2f4-f167a46cfc89', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:56,258 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.079s
2025-12-07 18:04:56,258 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-ff58ee25-a8c5-45e4-805a-f019e829e56a', 'x-compute-request-id': 'req-ff58ee25-a8c5-45e4-805a-f019e829e56a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:57,338 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.077s
2025-12-07 18:04:57,338 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-9d140332-5e36-46e7-895c-2f3115285ba4', 'x-compute-request-id': 'req-9d140332-5e36-46e7-895c-2f3115285ba4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:58,403 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.062s
2025-12-07 18:04:58,403 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-131c1648-2701-4ade-a1bb-68d16799f54a', 'x-compute-request-id': 'req-131c1648-2701-4ade-a1bb-68d16799f54a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:04:59,450 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.044s
2025-12-07 18:04:59,450 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:04: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-2a1d4074-fb09-4a15-9f9e-2d0f55365814', 'x-compute-request-id': 'req-2a1d4074-fb09-4a15-9f9e-2d0f55365814', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:00,497 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.043s
2025-12-07 18:05:00,497 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-bf6c77a4-c9ca-468a-8b14-8f76f7baed90', 'x-compute-request-id': 'req-bf6c77a4-c9ca-468a-8b14-8f76f7baed90', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:01,549 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.049s
2025-12-07 18:05:01,549 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-a9166b75-5e92-4620-9c34-c549b4975f41', 'x-compute-request-id': 'req-a9166b75-5e92-4620-9c34-c549b4975f41', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:02,615 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.063s
2025-12-07 18:05:02,615 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-5e4dea99-6cdc-4031-8faf-8c75874610e9', 'x-compute-request-id': 'req-5e4dea99-6cdc-4031-8faf-8c75874610e9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:03,666 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.048s
2025-12-07 18:05:03,666 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-7bc3c233-903b-4608-8845-7f47e26447c7', 'x-compute-request-id': 'req-7bc3c233-903b-4608-8845-7f47e26447c7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:04,721 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.052s
2025-12-07 18:05:04,721 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-2397349c-ba69-489b-a0e4-5e55ebe87b5f', 'x-compute-request-id': 'req-2397349c-ba69-489b-a0e4-5e55ebe87b5f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:05,769 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.044s
2025-12-07 18:05:05,769 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-4e40adc9-aecf-42c1-baed-82b8b368ebe8', 'x-compute-request-id': 'req-4e40adc9-aecf-42c1-baed-82b8b368ebe8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:06,834 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.062s
2025-12-07 18:05:06,834 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-afce17f7-fe9e-4c3a-b53e-63ec8d1cba08', 'x-compute-request-id': 'req-afce17f7-fe9e-4c3a-b53e-63ec8d1cba08', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:07,892 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.055s
2025-12-07 18:05:07,892 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-c7c34acd-4ba2-453b-852f-fbae09d038cb', 'x-compute-request-id': 'req-c7c34acd-4ba2-453b-852f-fbae09d038cb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:08,949 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.054s
2025-12-07 18:05:08,950 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-99ffe177-7c72-4977-8a64-6b58e396894e', 'x-compute-request-id': 'req-99ffe177-7c72-4977-8a64-6b58e396894e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:10,021 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.068s
2025-12-07 18:05:10,021 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-5b1579f8-5f90-40a9-b16e-56d87eb4e371', 'x-compute-request-id': 'req-5b1579f8-5f90-40a9-b16e-56d87eb4e371', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:11,068 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.043s
2025-12-07 18:05:11,068 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-cd23a770-3b29-4718-b070-a6ab48231bc1', 'x-compute-request-id': 'req-cd23a770-3b29-4718-b070-a6ab48231bc1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:12,113 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.042s
2025-12-07 18:05:12,113 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-0babdc0c-e4ba-4bd1-8334-9e19a25df1e0', 'x-compute-request-id': 'req-0babdc0c-e4ba-4bd1-8334-9e19a25df1e0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:13,168 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.052s
2025-12-07 18:05:13,169 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-e2dfd1cb-db6f-4abb-a25e-43537b4163f3', 'x-compute-request-id': 'req-e2dfd1cb-db6f-4abb-a25e-43537b4163f3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:14,223 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.051s
2025-12-07 18:05:14,223 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-3f8bf804-b702-40a0-8e7a-b5eeb5d9d9f3', 'x-compute-request-id': 'req-3f8bf804-b702-40a0-8e7a-b5eeb5d9d9f3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:15,331 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.106s
2025-12-07 18:05:15,332 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-abef3116-f513-406a-b033-c995fd699c5e', 'x-compute-request-id': 'req-abef3116-f513-406a-b033-c995fd699c5e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:16,397 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.062s
2025-12-07 18:05:16,398 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-003860b6-3630-448f-b992-920f62946d4f', 'x-compute-request-id': 'req-003860b6-3630-448f-b992-920f62946d4f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:17,492 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.091s
2025-12-07 18:05:17,492 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-d23b3b0d-417a-4e3f-859c-ee7356afe801', 'x-compute-request-id': 'req-d23b3b0d-417a-4e3f-859c-ee7356afe801', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:18,550 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.055s
2025-12-07 18:05:18,551 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-3ed49c78-3fee-4e84-bf9a-0daf835f0208', 'x-compute-request-id': 'req-3ed49c78-3fee-4e84-bf9a-0daf835f0208', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:19,618 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.064s
2025-12-07 18:05:19,618 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-45bec2f3-61d6-488f-b98a-e793b43463e2', 'x-compute-request-id': 'req-45bec2f3-61d6-488f-b98a-e793b43463e2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:20,699 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.078s
2025-12-07 18:05:20,699 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-d20743b6-d75b-48da-a686-c8028a48ce8c', 'x-compute-request-id': 'req-d20743b6-d75b-48da-a686-c8028a48ce8c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:21,789 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.087s
2025-12-07 18:05:21,790 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-825d9d67-50df-4323-8a96-7caf26e639e5', 'x-compute-request-id': 'req-825d9d67-50df-4323-8a96-7caf26e639e5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:22,877 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.084s
2025-12-07 18:05:22,877 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-1e808dee-ae5e-41b0-ba86-1e5a7b0d3001', 'x-compute-request-id': 'req-1e808dee-ae5e-41b0-ba86-1e5a7b0d3001', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:23,933 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.053s
2025-12-07 18:05:23,933 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-96f34eb9-8d4b-4789-af46-ae6ae90c3439', 'x-compute-request-id': 'req-96f34eb9-8d4b-4789-af46-ae6ae90c3439', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:24,988 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.052s
2025-12-07 18:05:24,988 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-c1edafb0-1e00-4f91-aec6-6a01c82f5dff', 'x-compute-request-id': 'req-c1edafb0-1e00-4f91-aec6-6a01c82f5dff', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:26,055 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.063s
2025-12-07 18:05:26,055 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-bbd62df0-5cdf-4a9e-acec-90c339bacb89', 'x-compute-request-id': 'req-bbd62df0-5cdf-4a9e-acec-90c339bacb89', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:27,101 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.043s
2025-12-07 18:05:27,101 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-f8f56b05-92c4-4664-accd-1738ee1e4773', 'x-compute-request-id': 'req-f8f56b05-92c4-4664-accd-1738ee1e4773', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:28,146 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.042s
2025-12-07 18:05:28,146 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-e617fc44-19d3-4254-8b8b-6a7c5f8552d7', 'x-compute-request-id': 'req-e617fc44-19d3-4254-8b8b-6a7c5f8552d7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:29,196 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.046s
2025-12-07 18:05:29,196 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-800b30ed-0381-4c4d-9cd2-2721fdf96534', 'x-compute-request-id': 'req-800b30ed-0381-4c4d-9cd2-2721fdf96534', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:30,243 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.043s
2025-12-07 18:05:30,243 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-600c6d1f-d6f1-4409-adad-860965854b0d', 'x-compute-request-id': 'req-600c6d1f-d6f1-4409-adad-860965854b0d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:31,288 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.042s
2025-12-07 18:05:31,288 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-4dca2b48-16ce-4763-8ee9-ab6d58e5d1e5', 'x-compute-request-id': 'req-4dca2b48-16ce-4763-8ee9-ab6d58e5d1e5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:32,332 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.041s
2025-12-07 18:05:32,333 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-8561237e-0b09-4755-ab24-8095cba6ec62', 'x-compute-request-id': 'req-8561237e-0b09-4755-ab24-8095cba6ec62', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:33,382 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.047s
2025-12-07 18:05:33,382 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-8a8fc280-194f-4fe5-900f-645a2ee5ef20', 'x-compute-request-id': 'req-8a8fc280-194f-4fe5-900f-645a2ee5ef20', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:34,436 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.050s
2025-12-07 18:05:34,436 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-23d0cb52-16bf-41ce-8626-095eb51ea9ee', 'x-compute-request-id': 'req-23d0cb52-16bf-41ce-8626-095eb51ea9ee', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:35,484 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.044s
2025-12-07 18:05:35,484 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-74d4bb21-1609-442d-b45d-773406c188f3', 'x-compute-request-id': 'req-74d4bb21-1609-442d-b45d-773406c188f3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:36,559 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.071s
2025-12-07 18:05:36,559 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-2cbe3edc-df19-4519-8ed9-5df47aa74a09', 'x-compute-request-id': 'req-2cbe3edc-df19-4519-8ed9-5df47aa74a09', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:37,628 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.066s
2025-12-07 18:05:37,628 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-ba67fa36-d0b4-4f4a-aa4e-6613de94183c', 'x-compute-request-id': 'req-ba67fa36-d0b4-4f4a-aa4e-6613de94183c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:38,694 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.063s
2025-12-07 18:05:38,695 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-82e30819-db20-4d8a-84a6-3df85057bd3f', 'x-compute-request-id': 'req-82e30819-db20-4d8a-84a6-3df85057bd3f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:39,752 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.054s
2025-12-07 18:05:39,752 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-8cf20394-13d8-4b01-9aed-dc4620fadf4b', 'x-compute-request-id': 'req-8cf20394-13d8-4b01-9aed-dc4620fadf4b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:40,802 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.047s
2025-12-07 18:05:40,803 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-6c0ae0c2-37d7-495d-aa38-a986bddba0eb', 'x-compute-request-id': 'req-6c0ae0c2-37d7-495d-aa38-a986bddba0eb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:41,854 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.047s
2025-12-07 18:05:41,854 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-1c8294bd-c410-4225-846c-9f7d05a14785', 'x-compute-request-id': 'req-1c8294bd-c410-4225-846c-9f7d05a14785', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:42,901 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.044s
2025-12-07 18:05:42,902 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-44fd8193-7a59-4ad5-8b00-dde7d3ae05ca', 'x-compute-request-id': 'req-44fd8193-7a59-4ad5-8b00-dde7d3ae05ca', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:43,949 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.044s
2025-12-07 18:05:43,949 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-2ac0e2c5-6e65-45e4-b4c5-e12af441a7ca', 'x-compute-request-id': 'req-2ac0e2c5-6e65-45e4-b4c5-e12af441a7ca', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:44,999 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.046s
2025-12-07 18:05:44,999 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-4ac48364-c3f6-465b-b13e-a8e76384c496', 'x-compute-request-id': 'req-4ac48364-c3f6-465b-b13e-a8e76384c496', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:46,047 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.045s
2025-12-07 18:05:46,047 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-c599905a-9aee-4270-8a13-8c59b2f95df6', 'x-compute-request-id': 'req-c599905a-9aee-4270-8a13-8c59b2f95df6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:47,123 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.072s
2025-12-07 18:05:47,123 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-9da0f4d6-9fc4-4d17-80ab-b3297c810582', 'x-compute-request-id': 'req-9da0f4d6-9fc4-4d17-80ab-b3297c810582', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:48,172 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.047s
2025-12-07 18:05:48,173 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-9dc25e28-013d-4696-a7cb-5e7320dc8cc7', 'x-compute-request-id': 'req-9dc25e28-013d-4696-a7cb-5e7320dc8cc7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:49,219 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.043s
2025-12-07 18:05:49,219 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-a0aec4a3-e2ba-4c20-9868-d624a120600f', 'x-compute-request-id': 'req-a0aec4a3-e2ba-4c20-9868-d624a120600f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:50,264 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.042s
2025-12-07 18:05:50,264 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-5b22d1c0-bcd2-4b48-8ddc-863335d975a9', 'x-compute-request-id': 'req-5b22d1c0-bcd2-4b48-8ddc-863335d975a9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:51,332 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.065s
2025-12-07 18:05:51,333 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-77b10baf-a4c4-4f33-9192-3353061edf52', 'x-compute-request-id': 'req-77b10baf-a4c4-4f33-9192-3353061edf52', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:52,383 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.048s
2025-12-07 18:05:52,384 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-c02baddb-5bb1-49ef-9463-b534821e6e2e', 'x-compute-request-id': 'req-c02baddb-5bb1-49ef-9463-b534821e6e2e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:53,434 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.047s
2025-12-07 18:05:53,434 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-369e1527-8aba-4647-af17-684e00a42e2d', 'x-compute-request-id': 'req-369e1527-8aba-4647-af17-684e00a42e2d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:54,492 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.055s
2025-12-07 18:05:54,492 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-11365f0f-b9e2-4a2a-828f-31380c4cddea', 'x-compute-request-id': 'req-11365f0f-b9e2-4a2a-828f-31380c4cddea', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:55,550 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.054s
2025-12-07 18:05:55,550 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-9d47c8af-0fa9-4d4a-b3e4-cc27cc82ac9b', 'x-compute-request-id': 'req-9d47c8af-0fa9-4d4a-b3e4-cc27cc82ac9b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:56,601 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.047s
2025-12-07 18:05:56,601 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-7595a99a-7078-4b75-8228-22d4455b3b6e', 'x-compute-request-id': 'req-7595a99a-7078-4b75-8228-22d4455b3b6e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:57,655 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.051s
2025-12-07 18:05:57,656 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-95862ee8-cbee-426f-acea-82a78de8cb3e', 'x-compute-request-id': 'req-95862ee8-cbee-426f-acea-82a78de8cb3e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:58,710 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.051s
2025-12-07 18:05:58,710 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-1f3ac673-6012-4135-b999-b7bc50cf71f8', 'x-compute-request-id': 'req-1f3ac673-6012-4135-b999-b7bc50cf71f8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:05:59,775 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.061s
2025-12-07 18:05:59,775 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:05: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-d57db6c6-e092-43e0-a403-a3f889da1261', 'x-compute-request-id': 'req-d57db6c6-e092-43e0-a403-a3f889da1261', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:06:00,828 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.050s
2025-12-07 18:06:00,829 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06: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-6c92284b-bf6e-4190-a18c-9b84acebda41', 'x-compute-request-id': 'req-6c92284b-bf6e-4190-a18c-9b84acebda41', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:06:01,897 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.065s
2025-12-07 18:06:01,897 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06: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-f5569474-ff50-46d2-8010-3b6f35e9a137', 'x-compute-request-id': 'req-f5569474-ff50-46d2-8010-3b6f35e9a137', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:06:02,986 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.086s
2025-12-07 18:06:02,986 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06: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-470af93e-5940-4c9e-9c1c-a75eb2ebc882', 'x-compute-request-id': 'req-470af93e-5940-4c9e-9c1c-a75eb2ebc882', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:06:04,048 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.058s
2025-12-07 18:06:04,048 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06: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-29c779aa-cf99-411d-913c-245dd7ab610e', 'x-compute-request-id': 'req-29c779aa-cf99-411d-913c-245dd7ab610e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:06:05,093 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.042s
2025-12-07 18:06:05,093 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06: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-5a6a9874-bf5f-4547-bcc2-0cdd1aaca422', 'x-compute-request-id': 'req-5a6a9874-bf5f-4547-bcc2-0cdd1aaca422', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:06:06,145 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.049s
2025-12-07 18:06:06,145 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06: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-e02c92ee-b339-4a8d-886f-a24cbadc6788', 'x-compute-request-id': 'req-e02c92ee-b339-4a8d-886f-a24cbadc6788', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:06:07,207 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.059s
2025-12-07 18:06:07,207 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06: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-b584372d-7744-4b12-9217-1b8eb9a12d97', 'x-compute-request-id': 'req-b584372d-7744-4b12-9217-1b8eb9a12d97', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:06:08,263 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.053s
2025-12-07 18:06:08,263 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06: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-33aa70d8-363d-4128-bfc0-6b87900e7da4', 'x-compute-request-id': 'req-33aa70d8-363d-4128-bfc0-6b87900e7da4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:06:09,318 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.052s
2025-12-07 18:06:09,319 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06: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-8b697305-f24b-41ef-99e0-43edc88ae32d', 'x-compute-request-id': 'req-8b697305-f24b-41ef-99e0-43edc88ae32d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:06:10,381 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.060s
2025-12-07 18:06:10,382 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06: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-319e439a-6b43-4fca-b154-b87d9fee263d', 'x-compute-request-id': 'req-319e439a-6b43-4fca-b154-b87d9fee263d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:06:11,431 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.046s
2025-12-07 18:06:11,432 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06: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-6cdd1333-8d99-4c11-b452-abd78f3a1d35', 'x-compute-request-id': 'req-6cdd1333-8d99-4c11-b452-abd78f3a1d35', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:06:12,496 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.061s
2025-12-07 18:06:12,497 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06: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-3a601527-9eba-462e-aafc-c8aa257f51a3', 'x-compute-request-id': 'req-3a601527-9eba-462e-aafc-c8aa257f51a3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:06:13,580 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.080s
2025-12-07 18:06:13,580 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06: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-51de15db-75ee-43fe-938d-b977c9377c72', 'x-compute-request-id': 'req-51de15db-75ee-43fe-938d-b977c9377c72', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:06:14,633 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.049s
2025-12-07 18:06:14,634 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06: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-7dc07799-4274-4204-98ef-b25a165b9fac', 'x-compute-request-id': 'req-7dc07799-4274-4204-98ef-b25a165b9fac', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:06:15,686 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.049s
2025-12-07 18:06:15,686 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06: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-a345149a-6522-4533-b460-019cc359dd4b', 'x-compute-request-id': 'req-a345149a-6522-4533-b460-019cc359dd4b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:06:16,737 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.048s
2025-12-07 18:06:16,737 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06: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-e3b6f70e-826e-455e-b576-a47dcf19fd04', 'x-compute-request-id': 'req-e3b6f70e-826e-455e-b576-a47dcf19fd04', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:06:17,801 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.060s
2025-12-07 18:06:17,801 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06: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-f1b07b23-2bcb-4747-a335-353d108f3e37', 'x-compute-request-id': 'req-f1b07b23-2bcb-4747-a335-353d108f3e37', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:06:18,854 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.050s
2025-12-07 18:06:18,854 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06: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-76007ba2-64bb-4b33-a6a1-25818414ff8c', 'x-compute-request-id': 'req-76007ba2-64bb-4b33-a6a1-25818414ff8c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:06:19,907 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.050s
2025-12-07 18:06:19,907 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06: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-ead43f5d-9ee4-4b69-bb5c-518efadb2517', 'x-compute-request-id': 'req-ead43f5d-9ee4-4b69-bb5c-518efadb2517', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:06:20,962 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.051s
2025-12-07 18:06:20,962 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06: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-9d79f25e-2f17-48c7-a53f-dda8a5038c19', 'x-compute-request-id': 'req-9d79f25e-2f17-48c7-a53f-dda8a5038c19', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:06:22,021 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.056s
2025-12-07 18:06:22,022 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06: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-908238b0-f61d-4073-bb2c-d97f8f218ac6', 'x-compute-request-id': 'req-908238b0-f61d-4073-bb2c-d97f8f218ac6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:06:23,070 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.045s
2025-12-07 18:06:23,070 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06: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-2210fe54-11a1-46d4-9b41-170ae99a6423', 'x-compute-request-id': 'req-2210fe54-11a1-46d4-9b41-170ae99a6423', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:06:24,112 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments 0.040s
2025-12-07 18:06:24,112 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06: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-fa5e01cf-c7d3-40fd-b598-227d1b26fe0a', 'x-compute-request-id': 'req-fa5e01cf-c7d3-40fd-b598-227d1b26fe0a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "volumeId": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "serverId": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "device": "/dev/vdb"}]}'
2025-12-07 18:06:26,175 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 404 POST http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/action 1.060s
2025-12-07 18:06:26,175 82290 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': 'Sun, 07 Dec 2025 17:06:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '86', 'x-openstack-request-id': 'req-0e876026-fe59-47da-9c77-7d3470fe476d', 'x-compute-request-id': 'req-0e876026-fe59-47da-9c77-7d3470fe476d', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.192/compute/v2.1/servers/a4820010-fd0a-4e1d-b8d6-f61950dbe63b/action'}
Body: b'{"itemNotFound": {"code": 404, "message": "Guest does not have a console available."}}'
2025-12-07 18:06:26,214 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.038s
2025-12-07 18:06:26,214 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fa2dc1d-0c2f-466f-bb06-c4e5a820e51a', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fa2dc1d-0c2f-466f-bb06-c4e5a820e51a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:06:27,272 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.047s
2025-12-07 18:06:27,273 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a3f35d0-9e2c-4b41-bf17-4121673a5f21', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a3f35d0-9e2c-4b41-bf17-4121673a5f21', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:06:28,327 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.044s
2025-12-07 18:06:28,327 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a606fca5-d49f-4306-97f7-b924c9c2401a', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a606fca5-d49f-4306-97f7-b924c9c2401a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:06:29,391 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.051s
2025-12-07 18:06:29,392 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d37d175d-2aa6-45c8-af1f-23a82d5e82e7', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d37d175d-2aa6-45c8-af1f-23a82d5e82e7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:06:30,447 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.043s
2025-12-07 18:06:30,447 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0dfcd659-90bc-4fef-a30e-0e36f0ec294b', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0dfcd659-90bc-4fef-a30e-0e36f0ec294b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:06:31,543 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.085s
2025-12-07 18:06:31,543 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8edcf64-e932-4539-a082-a5fb1405a1c8', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8edcf64-e932-4539-a082-a5fb1405a1c8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:06:32,636 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.079s
2025-12-07 18:06:32,636 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e132bea-3e16-49cb-9847-f7d1e7e27b18', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e132bea-3e16-49cb-9847-f7d1e7e27b18', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:06:33,697 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.047s
2025-12-07 18:06:33,697 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-274ee34e-f844-454f-87ea-e42615cd1971', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-274ee34e-f844-454f-87ea-e42615cd1971', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:06:34,750 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.041s
2025-12-07 18:06:34,750 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99e24be5-4b80-4d8b-a9ee-7c783aeb54cd', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99e24be5-4b80-4d8b-a9ee-7c783aeb54cd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:06:35,798 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.036s
2025-12-07 18:06:35,798 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-333c83ed-595a-496a-96f6-0393b153b281', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-333c83ed-595a-496a-96f6-0393b153b281', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:06:36,850 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.041s
2025-12-07 18:06:36,851 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52ad76e0-d25a-4ef1-96a2-03fe11a9b90d', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52ad76e0-d25a-4ef1-96a2-03fe11a9b90d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:06:37,907 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.045s
2025-12-07 18:06:37,907 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c40b7597-f2b1-45f3-a0fe-e2cf68011c4d', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c40b7597-f2b1-45f3-a0fe-e2cf68011c4d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:06:38,952 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.033s
2025-12-07 18:06:38,952 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f0d767d-d98b-4b64-a6d0-c853cff40ddb', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f0d767d-d98b-4b64-a6d0-c853cff40ddb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:06:39,998 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.034s
2025-12-07 18:06:39,998 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbc1679a-a044-400a-8da7-051f33f07b60', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbc1679a-a044-400a-8da7-051f33f07b60', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:06:41,046 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.036s
2025-12-07 18:06:41,046 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b911d451-ea48-4267-886d-89cdd1c54ed9', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b911d451-ea48-4267-886d-89cdd1c54ed9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:06:42,095 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.038s
2025-12-07 18:06:42,096 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f35e36cf-e780-4b63-8849-bf2d7f99206d', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f35e36cf-e780-4b63-8849-bf2d7f99206d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:06:43,147 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.041s
2025-12-07 18:06:43,148 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-400b240d-abcd-4b38-b07e-a252efeb702b', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-400b240d-abcd-4b38-b07e-a252efeb702b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:06:44,201 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.042s
2025-12-07 18:06:44,202 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d8a361c-4d3a-43c0-ba6a-c051531e6bf3', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d8a361c-4d3a-43c0-ba6a-c051531e6bf3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:06:45,253 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.040s
2025-12-07 18:06:45,253 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6165ec83-43a8-49b3-9fc9-0139ec44d3f5', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6165ec83-43a8-49b3-9fc9-0139ec44d3f5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:06:46,316 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.051s
2025-12-07 18:06:46,317 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2858acdc-51c5-4614-ae78-ca8773251fbc', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2858acdc-51c5-4614-ae78-ca8773251fbc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:06:47,373 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.045s
2025-12-07 18:06:47,373 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95c7e5ee-c71b-4296-a2ae-e6623ab23bcf', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95c7e5ee-c71b-4296-a2ae-e6623ab23bcf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:06:48,418 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.033s
2025-12-07 18:06:48,418 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d4c07f3-a741-4bf2-a46c-39da9ea00cfb', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d4c07f3-a741-4bf2-a46c-39da9ea00cfb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:06:49,467 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.037s
2025-12-07 18:06:49,467 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ac9d25e-3675-47c7-98ea-e5db6738a2f6', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ac9d25e-3675-47c7-98ea-e5db6738a2f6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:06:50,521 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.042s
2025-12-07 18:06:50,521 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e58872ce-34f0-4963-9e60-908c30375d08', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e58872ce-34f0-4963-9e60-908c30375d08', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:06:51,569 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.036s
2025-12-07 18:06:51,569 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26dcbe83-ec5a-4898-8bab-705f14cadfdf', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26dcbe83-ec5a-4898-8bab-705f14cadfdf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:06:52,618 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.038s
2025-12-07 18:06:52,619 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a6355fd-2c07-41dc-8113-edd56520e1e1', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a6355fd-2c07-41dc-8113-edd56520e1e1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:06:53,680 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.050s
2025-12-07 18:06:53,680 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd87086f-97b8-49c9-bb4e-ce523b70d835', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd87086f-97b8-49c9-bb4e-ce523b70d835', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:06:54,735 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.043s
2025-12-07 18:06:54,736 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a6ae666-aa9f-4d8d-bd38-7b49a810ce50', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a6ae666-aa9f-4d8d-bd38-7b49a810ce50', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:06:55,783 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.036s
2025-12-07 18:06:55,783 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f78bc1bc-63be-46e0-b2ba-c027f3860d64', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f78bc1bc-63be-46e0-b2ba-c027f3860d64', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:06:56,834 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.040s
2025-12-07 18:06:56,834 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1975a325-de41-4f2c-a16b-a4c837a6684e', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1975a325-de41-4f2c-a16b-a4c837a6684e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:06:57,885 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.040s
2025-12-07 18:06:57,886 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8968a242-87d0-4858-87c3-7506a266d14a', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8968a242-87d0-4858-87c3-7506a266d14a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:06:58,939 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.041s
2025-12-07 18:06:58,939 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06cff47b-fe76-48ef-a7e9-241550fe7940', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06cff47b-fe76-48ef-a7e9-241550fe7940', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:00,031 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.080s
2025-12-07 18:07:00,032 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:06:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c96d6b95-1006-4d45-aa15-8e059e86867f', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c96d6b95-1006-4d45-aa15-8e059e86867f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:01,081 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.037s
2025-12-07 18:07:01,082 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ee628d5-993a-4dbb-97d2-9f44ca19e8cb', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ee628d5-993a-4dbb-97d2-9f44ca19e8cb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:02,135 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.043s
2025-12-07 18:07:02,136 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5fc58db-0eb8-4031-88c7-0db1054af3fe', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5fc58db-0eb8-4031-88c7-0db1054af3fe', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:03,201 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.054s
2025-12-07 18:07:03,202 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fd56d6b-dc0e-482f-9bd0-744b3372cf3d', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fd56d6b-dc0e-482f-9bd0-744b3372cf3d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:04,297 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.080s
2025-12-07 18:07:04,297 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e302b067-d0d5-460e-b34a-8fc0fde429d7', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e302b067-d0d5-460e-b34a-8fc0fde429d7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:05,350 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.041s
2025-12-07 18:07:05,350 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcf01127-7542-4d5d-a460-e815cf0502e7', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcf01127-7542-4d5d-a460-e815cf0502e7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:06,408 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.047s
2025-12-07 18:07:06,409 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-328a29a2-20bc-47be-90e6-0832c3bdf1b1', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-328a29a2-20bc-47be-90e6-0832c3bdf1b1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:07,466 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.044s
2025-12-07 18:07:07,466 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-766abc24-0704-48ba-b89a-9856978f92d6', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-766abc24-0704-48ba-b89a-9856978f92d6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:08,523 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.046s
2025-12-07 18:07:08,524 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25f359d4-5e78-4e0b-902f-f906a21714af', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25f359d4-5e78-4e0b-902f-f906a21714af', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:09,575 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.039s
2025-12-07 18:07:09,576 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d799a5e7-113f-499c-967a-9d724c9aa376', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d799a5e7-113f-499c-967a-9d724c9aa376', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:10,633 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.047s
2025-12-07 18:07:10,633 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da42900b-cd68-4889-b045-62d8ecb3b747', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da42900b-cd68-4889-b045-62d8ecb3b747', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:11,687 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.042s
2025-12-07 18:07:11,687 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a9b63ec-4e3d-4c27-b1a9-d953c4ce4b6e', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a9b63ec-4e3d-4c27-b1a9-d953c4ce4b6e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:12,735 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.036s
2025-12-07 18:07:12,735 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f206ee1-b45a-4970-a39b-05d0ba84e8ac', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f206ee1-b45a-4970-a39b-05d0ba84e8ac', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:13,786 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.039s
2025-12-07 18:07:13,787 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-420e8c54-286f-43ef-9e98-157d1f2310b3', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-420e8c54-286f-43ef-9e98-157d1f2310b3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:14,884 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.086s
2025-12-07 18:07:14,884 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28c14eb7-c762-4564-8b02-f50801dcb9d9', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28c14eb7-c762-4564-8b02-f50801dcb9d9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:15,947 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.051s
2025-12-07 18:07:15,947 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b53b2d1-2ac8-4dc4-af46-14165d3fd229', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b53b2d1-2ac8-4dc4-af46-14165d3fd229', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:17,016 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.055s
2025-12-07 18:07:17,016 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02f0692e-9b2c-4892-ad05-f11f14cffe99', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02f0692e-9b2c-4892-ad05-f11f14cffe99', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:18,085 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.057s
2025-12-07 18:07:18,085 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b69c2b7a-e27e-4aea-8fbc-f8e35db08668', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b69c2b7a-e27e-4aea-8fbc-f8e35db08668', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:19,142 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.046s
2025-12-07 18:07:19,143 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dad5b4a6-5db4-4459-a365-8f449c6310b9', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dad5b4a6-5db4-4459-a365-8f449c6310b9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:20,196 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.042s
2025-12-07 18:07:20,196 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d15896f2-b7a1-43f1-af27-f26bd1caf646', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d15896f2-b7a1-43f1-af27-f26bd1caf646', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:21,247 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.040s
2025-12-07 18:07:21,247 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-254ddb0a-3c66-44d1-a33f-a8a85648fb36', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-254ddb0a-3c66-44d1-a33f-a8a85648fb36', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:22,294 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.035s
2025-12-07 18:07:22,294 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e3523be-7ca6-46c6-baf7-d77ac7a9e59c', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e3523be-7ca6-46c6-baf7-d77ac7a9e59c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:23,344 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.038s
2025-12-07 18:07:23,344 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7ac7cf2-e6f4-48b7-9034-0436a5020b6a', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7ac7cf2-e6f4-48b7-9034-0436a5020b6a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:24,389 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.034s
2025-12-07 18:07:24,389 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a077051e-a801-4194-af11-95ad481054b4', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a077051e-a801-4194-af11-95ad481054b4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:25,438 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.037s
2025-12-07 18:07:25,438 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5acc607a-60e1-404d-b877-0ebc5a49aee9', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5acc607a-60e1-404d-b877-0ebc5a49aee9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:26,493 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.043s
2025-12-07 18:07:26,493 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a7929bf-7493-4d81-8525-f7bfec775169', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a7929bf-7493-4d81-8525-f7bfec775169', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:27,554 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.047s
2025-12-07 18:07:27,555 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c98c83a3-f52d-452e-9c9f-56d52ac3cce7', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c98c83a3-f52d-452e-9c9f-56d52ac3cce7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:28,620 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.054s
2025-12-07 18:07:28,620 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cb7f86a-d615-43c3-8798-cce314ddf847', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cb7f86a-d615-43c3-8798-cce314ddf847', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:29,669 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.037s
2025-12-07 18:07:29,670 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b77b515-dc0f-4b7a-bcc1-5530730455e4', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b77b515-dc0f-4b7a-bcc1-5530730455e4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:30,725 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.044s
2025-12-07 18:07:30,726 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d91c8a4f-d2e5-4074-a882-5ed90f6fe060', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d91c8a4f-d2e5-4074-a882-5ed90f6fe060', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:31,790 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.054s
2025-12-07 18:07:31,790 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19df1abf-eecc-4050-8fc6-678eb6f5b547', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19df1abf-eecc-4050-8fc6-678eb6f5b547', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:32,840 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.038s
2025-12-07 18:07:32,840 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7febb9df-e257-4318-9b03-a7bd4590bd3d', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7febb9df-e257-4318-9b03-a7bd4590bd3d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:33,890 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.038s
2025-12-07 18:07:33,890 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68d8d31a-53db-48dd-998b-1de8cbeae6a7', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68d8d31a-53db-48dd-998b-1de8cbeae6a7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:34,941 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.040s
2025-12-07 18:07:34,942 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac38f883-76f0-44f1-a038-c1ad575ae295', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac38f883-76f0-44f1-a038-c1ad575ae295', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:35,991 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.037s
2025-12-07 18:07:35,991 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c751066-b115-4740-b441-831faecfc503', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c751066-b115-4740-b441-831faecfc503', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:37,041 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.039s
2025-12-07 18:07:37,041 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fe4c805-b7c7-4289-9869-412933f4efbd', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fe4c805-b7c7-4289-9869-412933f4efbd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:38,105 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.053s
2025-12-07 18:07:38,106 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b8edc21-9862-4afe-b4ca-c23185f98170', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b8edc21-9862-4afe-b4ca-c23185f98170', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:39,153 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.036s
2025-12-07 18:07:39,154 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc1c860d-98ef-4db9-a100-d224520a17c1', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc1c860d-98ef-4db9-a100-d224520a17c1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:40,211 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.045s
2025-12-07 18:07:40,211 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-596ab0ff-1c55-4a78-a9cc-03e0a24df68b', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-596ab0ff-1c55-4a78-a9cc-03e0a24df68b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:41,266 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.043s
2025-12-07 18:07:41,266 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-993b81cd-391e-4e29-ac3e-46d03fe0669f', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-993b81cd-391e-4e29-ac3e-46d03fe0669f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:42,315 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.038s
2025-12-07 18:07:42,316 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34736d18-e967-4204-a7b5-f686a7496f52', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34736d18-e967-4204-a7b5-f686a7496f52', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:43,363 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.037s
2025-12-07 18:07:43,364 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43db3b5b-3c3d-4f19-9e00-7b33ee7a8322', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43db3b5b-3c3d-4f19-9e00-7b33ee7a8322', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:44,410 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.035s
2025-12-07 18:07:44,410 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30c0febd-221a-4bc1-8b2f-a5366cc706c3', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30c0febd-221a-4bc1-8b2f-a5366cc706c3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:45,455 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.033s
2025-12-07 18:07:45,455 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0e620f7-7559-485b-b70e-396209778154', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0e620f7-7559-485b-b70e-396209778154', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:46,504 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.038s
2025-12-07 18:07:46,504 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb20d611-0741-4f44-9652-8f2941656eac', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb20d611-0741-4f44-9652-8f2941656eac', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:47,566 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.048s
2025-12-07 18:07:47,566 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51f7a440-8a50-4716-93fd-13698a35dcd7', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51f7a440-8a50-4716-93fd-13698a35dcd7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:48,636 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.053s
2025-12-07 18:07:48,636 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1003ca55-de44-4269-a4e3-45d7d2b2b4af', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1003ca55-de44-4269-a4e3-45d7d2b2b4af', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:49,759 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.100s
2025-12-07 18:07:49,759 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8884531f-78c3-4d1d-97a0-f6d11114a587', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8884531f-78c3-4d1d-97a0-f6d11114a587', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:50,862 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.082s
2025-12-07 18:07:50,863 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e98e47e0-a497-4384-96d6-2cab48e41196', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e98e47e0-a497-4384-96d6-2cab48e41196', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:51,912 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.037s
2025-12-07 18:07:51,912 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-523e48d6-ff04-4cc5-a128-63c3ee7ff02e', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-523e48d6-ff04-4cc5-a128-63c3ee7ff02e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:52,958 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.034s
2025-12-07 18:07:52,958 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73e30be8-5ef2-4c4e-a1cb-ea8d59d4e198', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73e30be8-5ef2-4c4e-a1cb-ea8d59d4e198', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:54,010 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.041s
2025-12-07 18:07:54,011 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1356678b-9d4a-4b83-a6a1-b9208c03d6d9', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1356678b-9d4a-4b83-a6a1-b9208c03d6d9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:55,060 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.039s
2025-12-07 18:07:55,061 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb582010-bb45-4b66-9d80-89c891b89735', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb582010-bb45-4b66-9d80-89c891b89735', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:56,107 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.035s
2025-12-07 18:07:56,107 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59a00f91-732d-4dce-98a6-f358bce5cbda', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59a00f91-732d-4dce-98a6-f358bce5cbda', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:57,153 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.034s
2025-12-07 18:07:57,154 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a416971-2e6a-4a8b-a60c-4b70bb6604d3', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a416971-2e6a-4a8b-a60c-4b70bb6604d3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:58,198 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.033s
2025-12-07 18:07:58,198 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b5d7eb4-a1ee-4ba1-a30f-e9e0b59d82e1', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b5d7eb4-a1ee-4ba1-a30f-e9e0b59d82e1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:07:59,246 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.036s
2025-12-07 18:07:59,246 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:07:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f745344e-c056-4dc7-be47-7133596c30e7', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f745344e-c056-4dc7-be47-7133596c30e7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:00,293 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.035s
2025-12-07 18:08:00,293 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-058ad6b2-537b-4fd3-9e33-2bf2bca53558', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-058ad6b2-537b-4fd3-9e33-2bf2bca53558', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:01,351 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.046s
2025-12-07 18:08:01,351 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f027056-20e7-4c6d-9d5f-bbfc5077d25d', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f027056-20e7-4c6d-9d5f-bbfc5077d25d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:02,399 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.036s
2025-12-07 18:08:02,399 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0581a105-fa9a-4e97-bf28-f9dfe0c88e78', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0581a105-fa9a-4e97-bf28-f9dfe0c88e78', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:03,449 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.039s
2025-12-07 18:08:03,450 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a39bbed-343e-45a9-ba7e-8d14bd5bf480', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a39bbed-343e-45a9-ba7e-8d14bd5bf480', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:04,514 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.049s
2025-12-07 18:08:04,515 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b08ab8f-8567-49aa-9008-6e83494c2b96', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b08ab8f-8567-49aa-9008-6e83494c2b96', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:05,687 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.161s
2025-12-07 18:08:05,687 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb45bb00-3980-48dc-a7b2-7be47bee94b4', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb45bb00-3980-48dc-a7b2-7be47bee94b4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:06,736 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.036s
2025-12-07 18:08:06,737 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed723d3a-80e2-4f64-8e9b-6925a685eb99', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed723d3a-80e2-4f64-8e9b-6925a685eb99', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:07,786 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.037s
2025-12-07 18:08:07,786 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-989b50f8-3f6d-4f4f-b811-f7b9b2c241af', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-989b50f8-3f6d-4f4f-b811-f7b9b2c241af', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:08,995 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.197s
2025-12-07 18:08:08,995 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3112eb84-69df-4e63-98ec-7407fdd60f96', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3112eb84-69df-4e63-98ec-7407fdd60f96', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:10,126 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.117s
2025-12-07 18:08:10,126 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-815db716-2977-4964-aa5f-01a96e0ad2da', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-815db716-2977-4964-aa5f-01a96e0ad2da', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:11,268 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.128s
2025-12-07 18:08:11,269 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a9abfa7-d66f-415b-aee8-7c2daaf52655', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a9abfa7-d66f-415b-aee8-7c2daaf52655', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:12,324 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.042s
2025-12-07 18:08:12,324 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47d07337-2cfe-476e-ae04-0207215df6dc', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47d07337-2cfe-476e-ae04-0207215df6dc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:13,423 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.087s
2025-12-07 18:08:13,423 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-399234f6-8e3f-4c24-a34a-d4a22ce5481e', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-399234f6-8e3f-4c24-a34a-d4a22ce5481e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:14,474 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.038s
2025-12-07 18:08:14,474 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1c99c7f-9256-4d00-bf09-8f4d5771a42b', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1c99c7f-9256-4d00-bf09-8f4d5771a42b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:15,542 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.056s
2025-12-07 18:08:15,542 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7eb87bc9-da8b-4de1-8ee2-a30492d35521', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7eb87bc9-da8b-4de1-8ee2-a30492d35521', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:16,593 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.039s
2025-12-07 18:08:16,593 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e80162e7-9b65-4064-a0b5-05b58a13c20a', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e80162e7-9b65-4064-a0b5-05b58a13c20a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:17,644 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.040s
2025-12-07 18:08:17,645 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8938ef8-c88a-4937-9b38-2e28be02c356', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8938ef8-c88a-4937-9b38-2e28be02c356', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:18,700 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.043s
2025-12-07 18:08:18,700 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e009ce5e-49a0-4a4b-9a7d-d5a464723a89', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e009ce5e-49a0-4a4b-9a7d-d5a464723a89', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:19,776 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.064s
2025-12-07 18:08:19,777 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-028fbd33-2380-41cd-a352-f2d3e0c0f53e', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-028fbd33-2380-41cd-a352-f2d3e0c0f53e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:20,836 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.048s
2025-12-07 18:08:20,837 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a7559c2-8125-43c4-9508-8ed80d675528', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a7559c2-8125-43c4-9508-8ed80d675528', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:21,894 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.045s
2025-12-07 18:08:21,894 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ecf51d3-1031-4202-aa92-525c2b31ae45', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ecf51d3-1031-4202-aa92-525c2b31ae45', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:22,957 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.046s
2025-12-07 18:08:22,957 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c53c43a-cbc5-4d36-848c-5e654b370ef3', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c53c43a-cbc5-4d36-848c-5e654b370ef3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:24,005 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.036s
2025-12-07 18:08:24,005 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6783d0ca-4cbd-4ae3-8f58-3f12ecac820a', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6783d0ca-4cbd-4ae3-8f58-3f12ecac820a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:25,057 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.041s
2025-12-07 18:08:25,057 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b2478a4-22bb-4c90-bcab-5eade3e8901c', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b2478a4-22bb-4c90-bcab-5eade3e8901c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:26,112 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.044s
2025-12-07 18:08:26,113 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5d04a25-e06b-4e67-b7b0-842e2f722601', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5d04a25-e06b-4e67-b7b0-842e2f722601', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:27,165 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.041s
2025-12-07 18:08:27,166 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-201163b3-81b2-4829-abb7-3ccc3a7dc566', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-201163b3-81b2-4829-abb7-3ccc3a7dc566', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:28,226 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.049s
2025-12-07 18:08:28,227 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa4225b0-b484-4a38-aa27-fbe78326f7a3', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa4225b0-b484-4a38-aa27-fbe78326f7a3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:29,275 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.037s
2025-12-07 18:08:29,276 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d17f298-1158-4a46-903a-f87c8336940b', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d17f298-1158-4a46-903a-f87c8336940b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:30,336 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.048s
2025-12-07 18:08:30,336 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58228aa1-3c54-4cbe-a645-46f3ab258dca', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58228aa1-3c54-4cbe-a645-46f3ab258dca', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:31,395 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.046s
2025-12-07 18:08:31,396 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0362264-a285-45ba-bd63-02880eae9286', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0362264-a285-45ba-bd63-02880eae9286', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:32,444 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.037s
2025-12-07 18:08:32,444 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08f64a54-cb9d-481a-a856-58201f5d6d61', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08f64a54-cb9d-481a-a856-58201f5d6d61', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:33,493 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.037s
2025-12-07 18:08:33,494 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be520adb-f051-4b4e-8013-7608e4b3cade', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be520adb-f051-4b4e-8013-7608e4b3cade', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:34,542 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.037s
2025-12-07 18:08:34,542 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99660012-4ac3-417c-9d21-68f7a93dd359', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99660012-4ac3-417c-9d21-68f7a93dd359', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:35,592 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.039s
2025-12-07 18:08:35,593 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e03a047-8842-42d5-bc1e-afb044085d5a', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e03a047-8842-42d5-bc1e-afb044085d5a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:36,649 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.043s
2025-12-07 18:08:36,649 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bb2bfd7-5e64-40f6-b3f1-995ed3cc02ad', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bb2bfd7-5e64-40f6-b3f1-995ed3cc02ad', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:37,711 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.048s
2025-12-07 18:08:37,711 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ce3d65d-b650-4fc2-949e-cba999ecd93d', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ce3d65d-b650-4fc2-949e-cba999ecd93d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:38,771 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.044s
2025-12-07 18:08:38,772 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f93bcde-0e9e-4322-8c6d-b92ab799aab9', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f93bcde-0e9e-4322-8c6d-b92ab799aab9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:39,833 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.048s
2025-12-07 18:08:39,833 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-139d3b37-2671-4964-b694-0bd58810a911', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-139d3b37-2671-4964-b694-0bd58810a911', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:40,892 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.046s
2025-12-07 18:08:40,892 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-105fbd3b-ac7e-40da-a42f-acf7f3c76735', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-105fbd3b-ac7e-40da-a42f-acf7f3c76735', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:41,951 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.047s
2025-12-07 18:08:41,952 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-003e4f10-80c7-4579-86ee-6d296aab1266', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-003e4f10-80c7-4579-86ee-6d296aab1266', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:43,001 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.035s
2025-12-07 18:08:43,001 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-378f768d-1884-4862-a110-3e375dc87cb4', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-378f768d-1884-4862-a110-3e375dc87cb4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:44,051 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.039s
2025-12-07 18:08:44,051 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-beea38b2-2e42-4f24-a818-316d9461b79b', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-beea38b2-2e42-4f24-a818-316d9461b79b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:45,110 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.046s
2025-12-07 18:08:45,110 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d3aac64-d5ba-4013-b00d-10bf6011caaa', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d3aac64-d5ba-4013-b00d-10bf6011caaa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:46,187 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.065s
2025-12-07 18:08:46,187 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea4d6c12-10b9-484d-a8f0-910c708a8747', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea4d6c12-10b9-484d-a8f0-910c708a8747', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:47,257 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.060s
2025-12-07 18:08:47,258 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f25f07b-1859-4bed-aab6-b4ebd7668366', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f25f07b-1859-4bed-aab6-b4ebd7668366', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:48,320 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.051s
2025-12-07 18:08:48,321 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e59d862-0d86-47a0-b327-84336c800d37', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e59d862-0d86-47a0-b327-84336c800d37', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:49,375 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.042s
2025-12-07 18:08:49,375 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd0ce794-10a8-4a69-8196-dc9f3fa9fa5d', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd0ce794-10a8-4a69-8196-dc9f3fa9fa5d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:50,428 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.041s
2025-12-07 18:08:50,428 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d239309a-625d-4f95-ac8d-6aa34fdb6a1b', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d239309a-625d-4f95-ac8d-6aa34fdb6a1b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:51,517 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.078s
2025-12-07 18:08:51,518 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5dc78256-adcc-44db-b824-abc8783ea540', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5dc78256-adcc-44db-b824-abc8783ea540', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:52,582 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.053s
2025-12-07 18:08:52,582 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26ebd380-e3a7-4205-a756-f01a30dd636a', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26ebd380-e3a7-4205-a756-f01a30dd636a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:53,650 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.055s
2025-12-07 18:08:53,651 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69df9167-6e02-47a7-a574-633468162d4e', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69df9167-6e02-47a7-a574-633468162d4e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:54,715 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.053s
2025-12-07 18:08:54,715 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34dac5f6-8fcd-4636-a4cb-3164fcd1db39', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34dac5f6-8fcd-4636-a4cb-3164fcd1db39', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:55,778 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.049s
2025-12-07 18:08:55,779 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-987b4355-df45-4ba0-8781-a67d05408774', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-987b4355-df45-4ba0-8781-a67d05408774', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:56,850 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.060s
2025-12-07 18:08:56,850 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d4457ba-2d6d-4e0e-b414-1c7b617d3d43', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d4457ba-2d6d-4e0e-b414-1c7b617d3d43', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:57,904 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.043s
2025-12-07 18:08:57,905 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00d75212-acd9-4544-8c23-3fd3d5fbf607', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00d75212-acd9-4544-8c23-3fd3d5fbf607', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:08:58,989 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.072s
2025-12-07 18:08:58,989 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:08:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0381a4a-3a7c-4324-960e-c5e594b70cae', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0381a4a-3a7c-4324-960e-c5e594b70cae', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:09:00,055 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.054s
2025-12-07 18:09:00,055 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:09:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6817a84-5556-464c-a80d-994e38d8e166', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6817a84-5556-464c-a80d-994e38d8e166', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:09:01,114 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.046s
2025-12-07 18:09:01,114 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:09:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3aa9e29f-2f00-420d-ae31-452db03ef81c', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3aa9e29f-2f00-420d-ae31-452db03ef81c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:09:02,163 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.037s
2025-12-07 18:09:02,164 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:09:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb4a2339-ade1-46b6-a068-0982cc245269', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb4a2339-ade1-46b6-a068-0982cc245269', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:09:03,212 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.037s
2025-12-07 18:09:03,213 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:09:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-beeb41f9-3a3d-4c4c-ab8c-424769ff0506', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-beeb41f9-3a3d-4c4c-ab8c-424769ff0506', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:09:04,272 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.048s
2025-12-07 18:09:04,272 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:09:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1acdaa63-47f3-4ddc-a2e8-382dd588ff7b', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1acdaa63-47f3-4ddc-a2e8-382dd588ff7b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:09:05,322 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.037s
2025-12-07 18:09:05,323 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:09:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73849a17-5e8a-45ca-a68d-63930cf5d449', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73849a17-5e8a-45ca-a68d-63930cf5d449', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:09:06,379 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.045s
2025-12-07 18:09:06,379 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:09:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61d71744-c661-43e0-97b2-650da9598982', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61d71744-c661-43e0-97b2-650da9598982', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:09:07,426 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.034s
2025-12-07 18:09:07,426 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:09:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9294f75d-9f44-4d22-9db7-9c5985fe2653', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9294f75d-9f44-4d22-9db7-9c5985fe2653', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:09:08,474 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.037s
2025-12-07 18:09:08,474 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:09:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1178dbd4-5adb-4764-91d4-639b4a59a72a', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1178dbd4-5adb-4764-91d4-639b4a59a72a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:09:09,520 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.034s
2025-12-07 18:09:09,520 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:09:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73bea113-0c03-4dec-8536-850121990e98', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73bea113-0c03-4dec-8536-850121990e98', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:09:10,571 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.040s
2025-12-07 18:09:10,572 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:09:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2ccf754-a460-487b-9700-650a654d678e', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2ccf754-a460-487b-9700-650a654d678e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:09:11,652 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.068s
2025-12-07 18:09:11,652 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:09:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3d4257e-239f-412d-b98c-9f1af6f3c3aa', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3d4257e-239f-412d-b98c-9f1af6f3c3aa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:09:12,711 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.047s
2025-12-07 18:09:12,711 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:09:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3793c247-0e61-46fb-8a1c-55e44c0d01c1', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3793c247-0e61-46fb-8a1c-55e44c0d01c1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:09:13,773 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.049s
2025-12-07 18:09:13,773 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:09:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25c45677-595f-4668-8f56-0a9ec7078053', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25c45677-595f-4668-8f56-0a9ec7078053', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:09:14,850 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.060s
2025-12-07 18:09:14,850 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:09:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b9b541f-e41f-4764-95c3-1b690f9225e3', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b9b541f-e41f-4764-95c3-1b690f9225e3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:09:15,912 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.050s
2025-12-07 18:09:15,913 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:09:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1183d40-118f-489f-a5a1-c712081d6649', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1183d40-118f-489f-a5a1-c712081d6649', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:09:16,965 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.040s
2025-12-07 18:09:16,965 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:09:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc1c6d12-d929-4681-a808-bbd4ebfa6a23', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc1c6d12-d929-4681-a808-bbd4ebfa6a23', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:09:18,014 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.037s
2025-12-07 18:09:18,015 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:09:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5768f34-7cff-487c-81f1-d15bc6fa3986', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5768f34-7cff-487c-81f1-d15bc6fa3986', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:09:19,072 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.046s
2025-12-07 18:09:19,073 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:09:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d357294b-725a-4c72-bc16-c26e7b0a9434', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d357294b-725a-4c72-bc16-c26e7b0a9434', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:09:20,127 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.043s
2025-12-07 18:09:20,127 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:09:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0afa4947-cb2a-4af6-b2ff-a03112003ed3', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0afa4947-cb2a-4af6-b2ff-a03112003ed3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:09:21,180 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.041s
2025-12-07 18:09:21,181 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:09:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e407bbdd-03cf-41e0-9ac3-9bfb235d5e6f', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e407bbdd-03cf-41e0-9ac3-9bfb235d5e6f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:09:22,235 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.041s
2025-12-07 18:09:22,235 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:09:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-401dd3ef-ebf3-4848-b5b6-67c77c22ee74', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-401dd3ef-ebf3-4848-b5b6-67c77c22ee74', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:09:23,291 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.041s
2025-12-07 18:09:23,291 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:09:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c74dd50e-485d-4c43-8f16-e330f63ba7b6', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c74dd50e-485d-4c43-8f16-e330f63ba7b6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:09:24,348 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.045s
2025-12-07 18:09:24,348 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:09:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0decdae7-6587-4684-ac7d-991e0fbf1478', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0decdae7-6587-4684-ac7d-991e0fbf1478', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:09:25,404 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.043s
2025-12-07 18:09:25,404 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:09:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e55367ba-f11f-48a8-bc6c-2b21596a15f8', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e55367ba-f11f-48a8-bc6c-2b21596a15f8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:09:26,459 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.042s
2025-12-07 18:09:26,459 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:09:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc5e1037-fb72-4d61-95cb-44138970bbd5', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc5e1037-fb72-4d61-95cb-44138970bbd5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:09:27,522 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.050s
2025-12-07 18:09:27,522 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:09:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96420db0-b5d1-4ca7-8ff8-9c8b703ad62e', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96420db0-b5d1-4ca7-8ff8-9c8b703ad62e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:09:28,583 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.048s
2025-12-07 18:09:28,583 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:09:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a88c8a86-fccb-4695-befa-9d9096943710', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a88c8a86-fccb-4695-befa-9d9096943710', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:09:29,654 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.058s
2025-12-07 18:09:29,655 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:09:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14b0fc6a-1c98-4b4a-80be-deaa0f3b44ad', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14b0fc6a-1c98-4b4a-80be-deaa0f3b44ad', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:09:30,709 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.043s
2025-12-07 18:09:30,709 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:09:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-daa4d160-b91d-419c-83c1-6af581569a57', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-daa4d160-b91d-419c-83c1-6af581569a57', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:09:31,764 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.043s
2025-12-07 18:09:31,765 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:09:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-144e42ad-1fbc-451c-8507-23d6b5b2f55a', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-144e42ad-1fbc-451c-8507-23d6b5b2f55a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:09:32,819 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.042s
2025-12-07 18:09:32,819 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:09:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-895e9e04-fe59-489d-a320-a1b9dc3e82e7', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-895e9e04-fe59-489d-a320-a1b9dc3e82e7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:09:33,879 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.048s
2025-12-07 18:09:33,880 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:09:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfb92dbf-5271-4900-8462-f36207c6e38d', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfb92dbf-5271-4900-8462-f36207c6e38d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:09:34,940 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.049s
2025-12-07 18:09:34,940 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:09:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8c1ff81-910e-4acf-aae0-dffc4eaf63fd', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8c1ff81-910e-4acf-aae0-dffc4eaf63fd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:09:35,997 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.045s
2025-12-07 18:09:35,998 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:09:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad219b40-6f69-4ab5-9303-2633d2618574', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad219b40-6f69-4ab5-9303-2633d2618574', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:09:37,048 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.038s
2025-12-07 18:09:37,048 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:09:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac7b9b70-7c66-4e89-961f-a959fca740e6', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac7b9b70-7c66-4e89-961f-a959fca740e6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:09:38,101 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.041s
2025-12-07 18:09:38,102 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:09:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43ec8878-6978-4ef7-beb5-2b8053dc9d6d', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43ec8878-6978-4ef7-beb5-2b8053dc9d6d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:09:39,158 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.044s
2025-12-07 18:09:39,158 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:09:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81b81317-b8f9-40ad-9c7c-afc3080d4253', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81b81317-b8f9-40ad-9c7c-afc3080d4253', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:09:40,208 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.038s
2025-12-07 18:09:40,208 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:09:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da8a5cc0-4b72-4d02-acfe-81d65808cf25', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da8a5cc0-4b72-4d02-acfe-81d65808cf25', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:09:41,291 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.071s
2025-12-07 18:09:41,291 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:09:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23111e7d-1c1a-4a9f-86d4-ab7abe9ef038', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23111e7d-1c1a-4a9f-86d4-ab7abe9ef038', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
2025-12-07 18:09:42,344 82290 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 0.041s
2025-12-07 18:09:42,344 82290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 07 Dec 2025 17:09:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f22aaa93-9dca-4986-b898-f818e8ac37f6', 'content-length': '1153', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f22aaa93-9dca-4986-b898-f818e8ac37f6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0'}
Body: b'{"volume": {"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2025-12-07T16:56:45.000000", "updated_at": "2025-12-07T16:58:38.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1189689269", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.192/volume/v3/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}, {"rel": "bookmark", "href": "http://192.168.122.192/volume/volumes/b7d6ced5-3bc0-467c-b8ac-fab52b50aae0"}], "user_id": "b89f865b3d6a4f13925e0b8a6908ee9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "attachment_id": "6efd326c-cd11-40c8-a10f-6d886be3b4da", "volume_id": "b7d6ced5-3bc0-467c-b8ac-fab52b50aae0", "server_id": "a4820010-fd0a-4e1d-b8d6-f61950dbe63b", "host_name": null, "device": "/dev/vdb", "attached_at": "2025-12-07T16:58:34.000000"}], "os-vol-tenant-attr:tenant_id": "4adf760b01b141abaf2ad29901a1db73"}}'
}}}
traceback-1: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/compute.py", line 148, in wait_for_ssh_or_ping
waiters.wait_for_ssh(
File "/opt/stack/tempest/tempest/common/waiters.py", line 713, in wait_for_ssh
raise lib_exc.TimeoutException()
tempest.lib.exceptions.TimeoutException: Request timed out
Details: None
}}}
traceback-2: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/base.py", line 583, in _detach_volume
self.servers_client.detach_volume(server['id'], volume['id'])
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 494, in detach_volume
resp, body = self.delete('servers/%s/os-volume_attachments/%s' %
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 892, in _error_checker
raise exceptions.Conflict(resp_body, resp=resp)
tempest.lib.exceptions.Conflict: Conflict with state of target resource
Details: {'code': 409, 'message': "Cannot 'detach_volume' instance a4820010-fd0a-4e1d-b8d6-f61950dbe63b 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 b7d6ced5-3bc0-467c-b8ac-fab52b50aae0 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 a4820010-fd0a-4e1d-b8d6-f61950dbe63b failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-12-07T16:58:54Z', 'message': 'libvirtError'}.
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e] |
pass
pt3.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e]
|
||||||
test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e] |
pass
pt3.2: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e]
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3] |
pass
pt4.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3]
|
||||||
test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3] |
pass
pt4.2: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3]
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558] |
pass
pt5.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558]
|
||||||
test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558] |
pass
pt5.2: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests | 2 | 2 | 0 | 0 | 0 | Detail | |
test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40] |
pass
pt6.1: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40]
|
||||||
test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40] |
pass
pt6.2: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_delete_unicode_volume_name[id-2d7e2e49-150e-4849-a18e-79f9777c9a96] |
pass
pt7.1: cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name[id-2d7e2e49-150e-4849-a18e-79f9777c9a96]
|
||||||
test_snapshot_create_volume_description_non_ascii_code[id-332be44d-5418-4fb3-a8f0-a3587de6929f] |
pass
pt7.2: cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code[id-332be44d-5418-4fb3-a8f0-a3587de6929f]
|
||||||
test_create_delete_unicode_volume_name[id-2d7e2e49-150e-4849-a18e-79f9777c9a96] |
pass
pt7.3: cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name[id-2d7e2e49-150e-4849-a18e-79f9777c9a96]
|
||||||
test_snapshot_create_volume_description_non_ascii_code[id-332be44d-5418-4fb3-a8f0-a3587de6929f] |
pass
pt7.4: cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code[id-332be44d-5418-4fb3-a8f0-a3587de6929f]
|
||||||
| cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests | 2 | 2 | 0 | 0 | 0 | Detail | |
test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume] |
pass
pt8.1: cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests.test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume]
|
||||||
test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume] |
pass
pt8.2: cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests.test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume]
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups | 2 | 0 | 0 | 0 | 2 | Detail | |
ConsistencyGroupsV2Test) |
skip
pt9.1: setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test)
|
||||||
ConsistencyGroupsV2Test) |
skip
pt9.2: setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test)
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumesBackupsTest) |
skip
pt10.1: setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest)
|
||||||
VolumesBackupsTest) |
skip
pt10.2: setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest)
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource | 2 | 0 | 0 | 0 | 2 | Detail | |
CreateVolumesFromBackupTest) |
skip
pt11.1: setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest)
|
||||||
CreateVolumesFromBackupTest) |
skip
pt11.2: setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest)
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumesBackupsTest) |
skip
pt12.1: setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest)
|
||||||
VolumesBackupsTest) |
skip
pt12.2: setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_backups | 6 | 0 | 0 | 0 | 6 | Detail | |
ProjectAdminTests33) |
skip
pt13.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectAdminTests33)
|
||||||
ProjectMemberTests33) |
skip
pt13.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectMemberTests33)
|
||||||
ProjectMemberTests39) |
skip
pt13.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectMemberTests39)
|
||||||
ProjectReaderTests33) |
skip
pt13.4: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectReaderTests33)
|
||||||
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)
|
||||||
ProjectReaderTests) |
skip
pt14.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectReaderTests)
|
||||||
ProjectMemberTests) |
skip
pt14.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectMemberTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_snapshots | 2 | 0 | 0 | 0 | 2 | Detail | |
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 | |
ProjectMemberTests) |
skip
pt16.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectMemberTests)
|
||||||
ProjectReaderTests) |
skip
pt16.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectReaderTests)
|
||||||
ProjectAdminTests) |
skip
pt16.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectAdminTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions | 2 | 0 | 0 | 0 | 2 | Detail | |
ProjectReaderTests) |
skip
pt17.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests)
|
||||||
ProjectReaderTests) |
skip
pt17.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types | 6 | 0 | 0 | 0 | 6 | Detail | |
VolumeTypesAdminTests) |
skip
pt18.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests)
|
||||||
VolumeTypesReaderTests) |
skip
pt18.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests)
|
||||||
VolumeTypesMemberTests) |
skip
pt18.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests)
|
||||||
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 | |
VolumeRetypeMultiattachTest) |
skip
pt29.1: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeMultiattachTest)
|
||||||
VolumeRetypeWithMigrationTest) |
skip
pt29.2: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volumes_backup | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesBackupsAdminTest) |
skip
pt30.1: setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest)
|
||||||
| setUpClass (tempest.api.volume.test_volumes_backup | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumesBackupsTest) |
skip
pt31.1: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest)
|
||||||
VolumesBackupsV39Test) |
skip
pt31.2: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test)
|
||||||
| setUpClass (tempest.scenario.test_volume_backup_restore | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeBackupRestore) |
skip
pt32.1: setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore)
|
||||||
| setUpClass (tempest.scenario.test_volume_migrate_attached | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeMigrateRetypeAttached) |
skip
pt33.1: setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached)
|
||||||
| tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_assisted_snapshot_create_delete[id-8aee84a3-1b1f-42e4-9b00-613931ccac24] |
pass
pt34.1: tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest.test_volume_assisted_snapshot_create_delete[id-8aee84a3-1b1f-42e4-9b00-613931ccac24]
|
||||||
| tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_attach_scsi_disk_with_config_drive[id-777e468f-17ca-4da4-b93d-b7dbf56c0494] |
pass
pt35.1: tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive[id-777e468f-17ca-4da4-b93d-b7dbf56c0494]
|
||||||
| tempest.api.compute.admin.test_volume_swap.TestVolumeSwap | 1 | 0 | 0 | 0 | 1 | Detail | |
test_volume_swap[id-1769f00d-a693-4d67-a631-6a3496773813,slow] |
skip
pt36.1: tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap[id-1769f00d-a693-4d67-a631-6a3496773813,slow]
|
||||||
| tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest | 2 | 1 | 0 | 0 | 1 | Detail | |
test_update_attached_volume_with_nonexistent_volume_in_body[id-7dcac15a-b107-46d3-a5f6-cb863f4e454a,negative] |
skip
pt37.1: tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body[id-7dcac15a-b107-46d3-a5f6-cb863f4e454a,negative]
|
||||||
test_update_attached_volume_with_nonexistent_volume_in_uri[id-309b5ecd-0585-4a7e-a36f-d2b2bf55259d,negative] |
pass
pt37.2: tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri[id-309b5ecd-0585-4a7e-a36f-d2b2bf55259d,negative]
|
||||||
| tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume] |
pass
pt38.1: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume]
|
||||||
| tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_tagged_attachment[id-3e41c782-2a89-4922-a9d2-9a188c4e7c7c,image,network,volume] |
pass
pt39.1: tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment[id-3e41c782-2a89-4922-a9d2-9a188c4e7c7c,image,network,volume]
|
||||||
| tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] |
pass
pt40.1: tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume]
|
||||||
| tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] |
pass
pt41.1: tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume]
|
||||||
| tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB | 1 | 1 | 0 | 0 | 0 | Detail | |
test_resize_server_revert_with_volume_attached[id-fbbf075f-a812-4022-bc5c-ccb8047eef12,volume] |
pass
pt42.1: tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB.test_resize_server_revert_with_volume_attached[id-fbbf075f-a812-4022-bc5c-ccb8047eef12,volume]
|
||||||
| tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_rebuild_volume_backed_server[id-6652dab9-ea24-4c93-ab5a-93d79c3041cf] |
pass
pt43.1: tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON.test_rebuild_volume_backed_server[id-6652dab9-ea24-4c93-ab5a-93d79c3041cf]
|
||||||
| tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_server_from_non_bootable_volume[id-74085be3-a370-4ca2-bc51-2d0e10e0f573,image,negative,volume] |
pass
pt44.1: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume[id-74085be3-a370-4ca2-bc51-2d0e10e0f573,image,negative,volume]
|
||||||
test_create_server_invalid_bdm_in_2nd_dict[id-12146ac1-d7df-4928-ad25-b1f99e5286cd,negative,volume] |
pass
pt44.2: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict[id-12146ac1-d7df-4928-ad25-b1f99e5286cd,negative,volume]
|
||||||
| tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow] |
pass
pt45.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow]
|
||||||
test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow] |
pass
pt45.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow]
|
||||||
| tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow] |
pass
pt46.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow]
|
||||||
test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513] |
pass
pt46.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513]
|
||||||
| tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative] |
pass
pt47.1: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative]
|
||||||
test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative] |
pass
pt47.2: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative]
|
||||||
test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative] |
pass
pt47.3: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative]
|
||||||
| tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f] |
pass
pt48.1: tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f]
|
||||||
| tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f] |
pass
pt49.1: tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f]
|
||||||
| tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_volume_list[id-bc2dd1a0-15af-48e5-9990-f2e75a48325d] |
pass
pt50.1: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list[id-bc2dd1a0-15af-48e5-9990-f2e75a48325d]
|
||||||
test_volume_list_param_limit[id-1048ed81-2baf-487a-b284-c0622b86e7b8] |
pass
pt50.2: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit[id-1048ed81-2baf-487a-b284-c0622b86e7b8]
|
||||||
test_volume_list_param_offset_and_limit[id-51c22651-a074-4ea7-af0b-094f9331303e] |
pass
pt50.3: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit[id-51c22651-a074-4ea7-af0b-094f9331303e]
|
||||||
test_volume_list_with_detail_param_limit[id-33985568-4965-49d5-9bcc-0aa007ca5b7a] |
pass
pt50.4: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit[id-33985568-4965-49d5-9bcc-0aa007ca5b7a]
|
||||||
test_volume_list_with_detail_param_offset_and_limit[id-06b6abc4-3f10-48e9-a7a1-3facc98f03e5] |
pass
pt50.5: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit[id-06b6abc4-3f10-48e9-a7a1-3facc98f03e5]
|
||||||
test_volume_list_with_details[id-bad0567a-5a4f-420b-851e-780b55bb867c] |
pass
pt50.6: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details[id-bad0567a-5a4f-420b-851e-780b55bb867c]
|
||||||
| tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest | 8 | 8 | 0 | 0 | 0 | Detail | |
test_create_volume_with_invalid_size[id-5125ae14-152b-40a7-b3c5-eae15e9022ef,negative] |
pass
pt51.1: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size[id-5125ae14-152b-40a7-b3c5-eae15e9022ef,negative]
|
||||||
test_create_volume_with_size_zero[id-8cce995e-0a83-479a-b94d-e1e40b8a09d1,negative] |
pass
pt51.2: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero[id-8cce995e-0a83-479a-b94d-e1e40b8a09d1,negative]
|
||||||
test_create_volume_without_passing_size[id-131cb3a1-75cc-4d40-b4c3-1317f64719b0,negative] |
pass
pt51.3: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size[id-131cb3a1-75cc-4d40-b4c3-1317f64719b0,negative]
|
||||||
test_delete_invalid_volume_id[id-62972737-124b-4513-b6cf-2f019f178494,negative] |
pass
pt51.4: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id[id-62972737-124b-4513-b6cf-2f019f178494,negative]
|
||||||
test_delete_volume_without_passing_volume_id[id-0d1417c5-4ae8-4c2c-adc5-5f0b864253e5,negative] |
pass
pt51.5: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id[id-0d1417c5-4ae8-4c2c-adc5-5f0b864253e5,negative]
|
||||||
test_get_volume_without_passing_volume_id[id-62bab09a-4c03-4617-8cca-8572bc94af9b,negative] |
pass
pt51.6: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id[id-62bab09a-4c03-4617-8cca-8572bc94af9b,negative]
|
||||||
test_volume_delete_nonexistent_volume_id[id-54a34226-d910-4b00-9ef8-8683e6c55846,negative] |
pass
pt51.7: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id[id-54a34226-d910-4b00-9ef8-8683e6c55846,negative]
|
||||||
test_volume_get_nonexistent_volume_id[id-c03ea686-905b-41a2-8748-9635154b7c57,negative] |
pass
pt51.8: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id[id-c03ea686-905b-41a2-8748-9635154b7c57,negative]
|
||||||
| tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_compare_volume_stats_values[id-a9035743-d46a-47c5-9cb7-3c80ea16dea0] |
pass
pt52.1: tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values[id-a9035743-d46a-47c5-9cb7-3c80ea16dea0]
|
||||||
test_get_capabilities_backend[id-3750af44-5ea2-4cd4-bc3e-56e7e6caf854] |
pass
pt52.2: tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend[id-3750af44-5ea2-4cd4-bc3e-56e7e6caf854]
|
||||||
| tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81] |
pass
pt53.1: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81]
|
||||||
test_delete_group_snapshots_following_updated_volumes[id-7d7fc000-0b4c-4376-a372-544116d2e127] |
pass
pt53.2: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes[id-7d7fc000-0b4c-4376-a372-544116d2e127]
|
||||||
test_group_snapshot_create_show_list_delete[id-1298e537-f1f0-47a3-a1dd-8adec8168897] |
pass
pt53.3: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete[id-1298e537-f1f0-47a3-a1dd-8adec8168897]
|
||||||
| tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_reset_group_snapshot_status[id-3b42c9b9-c984-4444-816e-ca2e1ed30b40] |
pass
pt54.1: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status[id-3b42c9b9-c984-4444-816e-ca2e1ed30b40]
|
||||||
| tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_group_type_specs_create_show_update_list_delete[id-bb4e30d0-de6e-4f4d-866c-dcc48d023b4e] |
pass
pt55.1: tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete[id-bb4e30d0-de6e-4f4d-866c-dcc48d023b4e]
|
||||||
| tempest.api.volume.admin.test_group_types.GroupTypesTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_group_type_create_list_update_show_delete[id-dd71e5f9-393e-4d4f-90e9-fa1b8d278864] |
pass
pt56.1: tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete[id-dd71e5f9-393e-4d4f-90e9-fa1b8d278864]
|
||||||
test_group_type_list_by_optional_params[id-3d5e5cec-72b4-4511-b135-7cc2b7a053ae] |
pass
pt56.2: tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_list_by_optional_params[id-3d5e5cec-72b4-4511-b135-7cc2b7a053ae]
|
||||||
| tempest.api.volume.admin.test_groups.GroupsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_group_create_show_list_delete[id-4b111d28-b73d-4908-9bd2-03dc2992e4d4] |
pass
pt57.1: tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete[id-4b111d28-b73d-4908-9bd2-03dc2992e4d4]
|
||||||
test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006] |
pass
pt57.2: tempest.api.volume.admin.test_groups.GroupsTest.test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006]
|
||||||
| tempest.api.volume.admin.test_groups.GroupsV320Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c] |
pass
pt58.1: tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c]
|
||||||
| tempest.api.volume.admin.test_qos.QosSpecsTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_associate_disassociate_qos[id-1dd93c76-6420-485d-a771-874044c416ac] |
pass
pt59.1: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos[id-1dd93c76-6420-485d-a771-874044c416ac]
|
||||||
test_create_delete_qos_with_back_end_consumer[id-b115cded-8f58-4ee4-aab5-9192cfada08f] |
pass
pt59.2: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer[id-b115cded-8f58-4ee4-aab5-9192cfada08f]
|
||||||
test_create_delete_qos_with_both_consumer[id-f88d65eb-ea0d-487d-af8d-71f4011575a4] |
pass
pt59.3: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer[id-f88d65eb-ea0d-487d-af8d-71f4011575a4]
|
||||||
test_create_delete_qos_with_front_end_consumer[id-7e15f883-4bef-49a9-95eb-f94209a1ced1] |
pass
pt59.4: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer[id-7e15f883-4bef-49a9-95eb-f94209a1ced1]
|
||||||
test_get_qos[id-7aa214cc-ac1a-4397-931f-3bb2e83bb0fd] |
pass
pt59.5: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos[id-7aa214cc-ac1a-4397-931f-3bb2e83bb0fd]
|
||||||
test_list_qos[id-75e04226-bcf7-4595-a34b-fdf0736f38fc] |
pass
pt59.6: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos[id-75e04226-bcf7-4595-a34b-fdf0736f38fc]
|
||||||
test_set_unset_qos_key[id-ed00fd85-4494-45f2-8ceb-9e2048919aed] |
pass
pt59.7: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key[id-ed00fd85-4494-45f2-8ceb-9e2048919aed]
|
||||||
| tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_reset_snapshot_status[id-3e13ca2f-48ea-49f3-ae1a-488e9180d535] |
pass
pt60.1: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status[id-3e13ca2f-48ea-49f3-ae1a-488e9180d535]
|
||||||
test_snapshot_force_delete_when_snapshot_is_creating[id-05f711b6-e629-4895-8103-7ca069f2073a] |
pass
pt60.2: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating[id-05f711b6-e629-4895-8103-7ca069f2073a]
|
||||||
test_snapshot_force_delete_when_snapshot_is_deleting[id-92ce8597-b992-43a1-8868-6316b22a969e] |
pass
pt60.3: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting[id-92ce8597-b992-43a1-8868-6316b22a969e]
|
||||||
test_snapshot_force_delete_when_snapshot_is_error[id-645a4a67-a1eb-4e8e-a547-600abac1525d] |
pass
pt60.4: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error[id-645a4a67-a1eb-4e8e-a547-600abac1525d]
|
||||||
test_snapshot_force_delete_when_snapshot_is_error_deleting[id-bf89080f-8129-465e-9327-b2f922666ba5] |
pass
pt60.5: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting[id-bf89080f-8129-465e-9327-b2f922666ba5]
|
||||||
test_update_snapshot_status[id-41288afd-d463-485e-8f6e-4eea159413eb] |
pass
pt60.6: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status[id-41288afd-d463-485e-8f6e-4eea159413eb]
|
||||||
| tempest.api.volume.admin.test_user_messages.UserMessagesTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_delete_message[id-c6eb6901-cdcc-490f-b735-4fe251842aed] |
pass
pt61.1: tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message[id-c6eb6901-cdcc-490f-b735-4fe251842aed]
|
||||||
test_list_show_messages[id-50f29e6e-f363-42e1-8ad1-f67ae7fd4d5a] |
pass
pt61.2: tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages[id-50f29e6e-f363-42e1-8ad1-f67ae7fd4d5a]
|
||||||
| tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_hosts[id-d5f3efa2-6684-4190-9ced-1c2f526352ad] |
pass
pt62.1: tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts[id-d5f3efa2-6684-4190-9ced-1c2f526352ad]
|
||||||
test_show_host[id-21168d57-b373-4b71-a3ac-f2c88f0c5d31] |
pass
pt62.2: tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host[id-21168d57-b373-4b71-a3ac-f2c88f0c5d31]
|
||||||
| tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_pools_with_details[id-d4bb61f7-762d-4437-b8a4-5785759a0ced] |
pass
pt63.1: tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details[id-d4bb61f7-762d-4437-b8a4-5785759a0ced]
|
||||||
test_get_pools_without_details[id-0248a46c-e226-4933-be10-ad6fca8227e7] |
pass
pt63.2: tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details[id-0248a46c-e226-4933-be10-ad6fca8227e7]
|
||||||
| tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_show_default_quota[id-abb9198e-67d0-4b09-859f-4f4a1418f176] |
pass
pt64.1: tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota[id-abb9198e-67d0-4b09-859f-4f4a1418f176]
|
||||||
test_update_default_quota[id-a7644c63-2669-467a-b00e-452dd5c5397b] |
pass
pt64.2: tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota[id-a7644c63-2669-467a-b00e-452dd5c5397b]
|
||||||
| tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_delete_quota[id-874b35a9-51f1-4258-bec5-cd561b6690d3] |
pass
pt65.1: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota[id-874b35a9-51f1-4258-bec5-cd561b6690d3]
|
||||||
test_list_default_quotas[id-2be020a2-5fdd-423d-8d35-a7ffbc36e9f7] |
pass
pt65.2: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas[id-2be020a2-5fdd-423d-8d35-a7ffbc36e9f7]
|
||||||
test_list_quotas[id-59eada70-403c-4cef-a2a3-a8ce2f1b07a0] |
pass
pt65.3: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas[id-59eada70-403c-4cef-a2a3-a8ce2f1b07a0]
|
||||||
test_quota_usage[id-ae8b6091-48ad-4bfa-a188-bbf5cc02115f] |
pass
pt65.4: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage[id-ae8b6091-48ad-4bfa-a188-bbf5cc02115f]
|
||||||
test_quota_usage_after_volume_transfer[id-8911036f-9d54-4720-80cc-a1c9796a8805] |
pass
pt65.5: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer[id-8911036f-9d54-4720-80cc-a1c9796a8805]
|
||||||
test_show_quota_usage[id-18c51ae9-cb03-48fc-b234-14a19374dbed] |
pass
pt65.6: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage[id-18c51ae9-cb03-48fc-b234-14a19374dbed]
|
||||||
test_update_all_quota_resources_for_tenant[id-3d45c99e-cc42-4424-a56e-5cbd212b63a6] |
pass
pt65.7: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant[id-3d45c99e-cc42-4424-a56e-5cbd212b63a6]
|
||||||
| tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_quota_volume_gigabytes[id-2dc27eee-8659-4298-b900-169d71a91374,negative] |
pass
pt66.1: tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes[id-2dc27eee-8659-4298-b900-169d71a91374,negative]
|
||||||
test_quota_volumes[id-bf544854-d62a-47f2-a681-90f7a47d86b6,negative] |
pass
pt66.2: tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volumes[id-bf544854-d62a-47f2-a681-90f7a47d86b6,negative]
|
||||||
test_volume_extend_gigabytes_quota_deviation[id-d321dc21-d8c6-401f-95fe-49f4845f1a6d,negative] |
pass
pt66.3: tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_volume_extend_gigabytes_quota_deviation[id-d321dc21-d8c6-401f-95fe-49f4845f1a6d,negative]
|
||||||
| tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_available_volume_retype[id-b90412ee-465d-46e9-b249-ec84a47d5f25] |
pass
pt67.1: tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype[id-b90412ee-465d-46e9-b249-ec84a47d5f25]
|
||||||
| tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_get_service_by_host_name[id-178710e4-7596-4e08-9333-745cb8bc4f8d] |
pass
pt68.1: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name[id-178710e4-7596-4e08-9333-745cb8bc4f8d]
|
||||||
test_get_service_by_service_and_host_name[id-ffa6167c-4497-4944-a464-226bbdb53908] |
pass
pt68.2: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name[id-ffa6167c-4497-4944-a464-226bbdb53908]
|
||||||
test_get_service_by_service_binary_name[id-63a3e1ca-37ee-4983-826d-83276a370d25] |
pass
pt68.3: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name[id-63a3e1ca-37ee-4983-826d-83276a370d25]
|
||||||
test_get_service_by_volume_host_name[id-67ec6902-f91d-4dec-91fa-338523208bbc] |
pass
pt68.4: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name[id-67ec6902-f91d-4dec-91fa-338523208bbc]
|
||||||
test_list_services[id-e0218299-0a59-4f43-8b2b-f1c035b3d26d] |
pass
pt68.5: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services[id-e0218299-0a59-4f43-8b2b-f1c035b3d26d]
|
||||||
| tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_disable_log_reason_with_no_reason[id-77767b36-5e8f-4c68-a0b5-2308cc21ec64,negative] |
pass
pt69.1: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason[id-77767b36-5e8f-4c68-a0b5-2308cc21ec64,negative]
|
||||||
test_disable_service_with_invalid_binary[id-c571f179-c6e6-4c50-a0ab-368b628a8ac1,negative] |
pass
pt69.2: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary[id-c571f179-c6e6-4c50-a0ab-368b628a8ac1,negative]
|
||||||
test_enable_service_with_invalid_host[id-3246ce65-ba70-4159-aa3b-082c28e4b484,negative] |
pass
pt69.3: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host[id-3246ce65-ba70-4159-aa3b-082c28e4b484,negative]
|
||||||
test_freeze_host_with_invalid_host[id-712bfab8-1f44-4eb5-a632-fa70bf78f05e,negative] |
pass
pt69.4: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host[id-712bfab8-1f44-4eb5-a632-fa70bf78f05e,negative]
|
||||||
test_thaw_host_with_invalid_host[id-7c6287c9-d655-47e1-9a11-76f6657a6dce,negative] |
pass
pt69.5: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host[id-7c6287c9-d655-47e1-9a11-76f6657a6dce,negative]
|
||||||
| tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_quota_volume_gigabytes_snapshots[id-c99a1ca9-6cdf-498d-9fdf-25832babef27,negative] |
pass
pt70.1: tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots[id-c99a1ca9-6cdf-498d-9fdf-25832babef27,negative]
|
||||||
test_quota_volume_snapshots[id-02bbf63f-6c05-4357-9d98-2926a94064ff,negative] |
pass
pt70.2: tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots[id-02bbf63f-6c05-4357-9d98-2926a94064ff,negative]
|
||||||
| tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184] |
pass
pt71.1: tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184]
|
||||||
test_volume_type_access_list[id-5220eb28-a435-43ce-baaf-ed46f0e95159] |
pass
pt71.2: tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list[id-5220eb28-a435-43ce-baaf-ed46f0e95159]
|
||||||
| tempest.api.volume.admin.test_volume_types.VolumeTypesTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_volume_type_create_get_delete[id-4e955c3b-49db-4515-9590-0c99f8e471ad] |
pass
pt72.1: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete[id-4e955c3b-49db-4515-9590-0c99f8e471ad]
|
||||||
test_volume_type_encryption_create_get_update_delete[id-7830abd0-ff99-4793-a265-405684a54d46] |
pass
pt72.2: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete[id-7830abd0-ff99-4793-a265-405684a54d46]
|
||||||
test_volume_type_list[id-9d9b28e3-1b2e-4483-a2cc-24aa0ea1de54] |
pass
pt72.3: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list[id-9d9b28e3-1b2e-4483-a2cc-24aa0ea1de54]
|
||||||
test_volume_type_update[id-cf9f07c6-db9e-4462-a243-5933ad65e9c8] |
pass
pt72.4: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update[id-cf9f07c6-db9e-4462-a243-5933ad65e9c8]
|
||||||
| tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_volume_type_extra_spec_create_get_delete[id-d4772798-601f-408a-b2a5-29e8a59d1220] |
pass
pt73.1: tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete[id-d4772798-601f-408a-b2a5-29e8a59d1220]
|
||||||
test_volume_type_extra_specs_list[id-b42923e9-0452-4945-be5b-d362ae533e60] |
pass
pt73.2: tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list[id-b42923e9-0452-4945-be5b-d362ae533e60]
|
||||||
test_volume_type_extra_specs_update[id-0806db36-b4a0-47a1-b6f3-c2e7f194d017] |
pass
pt73.3: tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update[id-0806db36-b4a0-47a1-b6f3-c2e7f194d017]
|
||||||
| tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest | 12 | 12 | 0 | 0 | 0 | Detail | |
test_create_invalid_body[id-bc772c71-1ed4-4716-b945-8b5ed0f15e87,negative] |
pass
pt74.1: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body[id-bc772c71-1ed4-4716-b945-8b5ed0f15e87,negative]
|
||||||
test_create_none_body[id-c821bdc8-43a4-4bf4-86c8-82f3858d5f7d,negative] |
pass
pt74.2: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body[id-c821bdc8-43a4-4bf4-86c8-82f3858d5f7d,negative]
|
||||||
test_create_nonexistent_type_id[id-49d5472c-a53d-4eab-a4d3-450c4db1c545,negative] |
pass
pt74.3: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id[id-49d5472c-a53d-4eab-a4d3-450c4db1c545,negative]
|
||||||
test_delete_nonexistent_volume_type_id[id-031cda8b-7d23-4246-8bf6-bbe73fd67074,negative] |
pass
pt74.4: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id[id-031cda8b-7d23-4246-8bf6-bbe73fd67074,negative]
|
||||||
test_get_nonexistent_extra_spec_name[id-c881797d-12ff-4f1a-b09d-9f6212159753,negative] |
pass
pt74.5: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name[id-c881797d-12ff-4f1a-b09d-9f6212159753,negative]
|
||||||
test_get_nonexistent_volume_type_id[id-9f402cbd-1838-4eb4-9554-126a6b1908c9,negative] |
pass
pt74.6: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id[id-9f402cbd-1838-4eb4-9554-126a6b1908c9,negative]
|
||||||
test_list_nonexistent_volume_type_id[id-dee5cf0c-cdd6-4353-b70c-e847050d71fb,negative] |
pass
pt74.7: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id[id-dee5cf0c-cdd6-4353-b70c-e847050d71fb,negative]
|
||||||
test_update_multiple_extra_spec[id-a77dfda2-9100-448e-9076-ed1711f4bdfc,negative] |
pass
pt74.8: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec[id-a77dfda2-9100-448e-9076-ed1711f4bdfc,negative]
|
||||||
test_update_no_body[id-08961d20-5cbb-4910-ac0f-89ad6dbb2da1,negative] |
pass
pt74.9: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body[id-08961d20-5cbb-4910-ac0f-89ad6dbb2da1,negative]
|
||||||
test_update_none_extra_spec_id[id-9bf7a657-b011-4aec-866d-81c496fbe5c8,negative] |
pass
pt74.10: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id[id-9bf7a657-b011-4aec-866d-81c496fbe5c8,negative]
|
||||||
test_update_nonexistent_extra_spec_id[id-25e5a0ee-89b3-4c53-8310-236f76c75365,negative] |
pass
pt74.11: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id[id-25e5a0ee-89b3-4c53-8310-236f76c75365,negative]
|
||||||
test_update_nonexistent_type_id[id-474090d2-0824-eb3b-9335-f506b4aa49d8,negative] |
pass
pt74.12: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_type_id[id-474090d2-0824-eb3b-9335-f506b4aa49d8,negative]
|
||||||
| tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_volume_type_encryption_nonexistent_type_id[id-a5924b5f-b6c1-49ba-994c-b4af55d26e52,negative] |
pass
pt75.1: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_type_encryption_nonexistent_type_id[id-a5924b5f-b6c1-49ba-994c-b4af55d26e52,negative]
|
||||||
test_create_volume_with_private_volume_type[id-8c09f849-f225-4d78-ba87-bffd9a5e0c6f,negative] |
pass
pt75.2: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type[id-8c09f849-f225-4d78-ba87-bffd9a5e0c6f,negative]
|
||||||
test_create_with_empty_name[id-878b4e57-faa2-4659-b0d1-ce740a06ae81,negative] |
pass
pt75.3: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name[id-878b4e57-faa2-4659-b0d1-ce740a06ae81,negative]
|
||||||
test_create_with_repeated_name[id-969b10c7-3d77-4e1b-a4f2-2d265980f7e5,negative] |
pass
pt75.4: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name[id-969b10c7-3d77-4e1b-a4f2-2d265980f7e5,negative]
|
||||||
test_delete_nonexistent_type_id[id-6b3926d2-7d73-4896-bc3d-e42dfd11a9f6,negative] |
pass
pt75.5: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id[id-6b3926d2-7d73-4896-bc3d-e42dfd11a9f6,negative]
|
||||||
test_get_nonexistent_type_id[id-994610d6-0476-4018-a644-a2602ef5d4aa,negative] |
pass
pt75.6: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id[id-994610d6-0476-4018-a644-a2602ef5d4aa,negative]
|
||||||
| tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81] |
pass
pt76.1: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81]
|
||||||
test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011] |
pass
pt76.2: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011]
|
||||||
test_volume_force_delete_when_volume_is_creating[id-21737d5a-92f2-46d7-b009-a0cc0ee7a570] |
pass
pt76.3: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating[id-21737d5a-92f2-46d7-b009-a0cc0ee7a570]
|
||||||
test_volume_force_delete_when_volume_is_error[id-3e33a8a8-afd4-4d64-a86b-c27a185c5a4a] |
pass
pt76.4: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error[id-3e33a8a8-afd4-4d64-a86b-c27a185c5a4a]
|
||||||
test_volume_force_delete_when_volume_is_maintenance[id-b957cabd-1486-4e21-90cf-a9ed3c39dfb2] |
pass
pt76.5: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance[id-b957cabd-1486-4e21-90cf-a9ed3c39dfb2]
|
||||||
test_volume_reset_status[id-d063f96e-a2e0-4f34-8b8a-395c42de1845] |
pass
pt76.6: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status[id-d063f96e-a2e0-4f34-8b8a-395c42de1845]
|
||||||
| tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_list_param_tenant[id-5866286f-3290-4cfd-a414-088aa6cdc469] |
pass
pt77.1: tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant[id-5866286f-3290-4cfd-a414-088aa6cdc469]
|
||||||
| tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_availability_zone_list[id-01f1ae88-eba9-4c6b-a011-6f7ace06b725] |
pass
pt78.1: tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list[id-01f1ae88-eba9-4c6b-a011-6f7ace06b725]
|
||||||
| tempest.api.volume.test_extensions.ExtensionsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_extensions[id-94607eb0-43a5-47ca-82aa-736b41bd2e2c] |
pass
pt79.1: tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions[id-94607eb0-43a5-47ca-82aa-736b41bd2e2c]
|
||||||
| tempest.api.volume.test_image_metadata.VolumesImageMetadata | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_show_delete_image_metadata[id-03efff0b-5c75-4822-8f10-8789ac15b13e,image] |
pass
pt80.1: tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata[id-03efff0b-5c75-4822-8f10-8789ac15b13e,image]
|
||||||
| tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_crud_snapshot_metadata[id-a2f20f99-e363-4584-be97-bc33afb1a56c] |
pass
pt81.1: tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata[id-a2f20f99-e363-4584-be97-bc33afb1a56c]
|
||||||
test_update_show_snapshot_metadata_item[id-e8ff85c5-8f97-477f-806a-3ac364a949ed] |
pass
pt81.2: tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item[id-e8ff85c5-8f97-477f-806a-3ac364a949ed]
|
||||||
| tempest.api.volume.test_versions.VersionsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_versions[id-77838fc4-b49b-4c64-9533-166762517369,smoke] |
pass
pt82.1: tempest.api.volume.test_versions.VersionsTest.test_list_versions[id-77838fc4-b49b-4c64-9533-166762517369,smoke]
|
||||||
test_show_version[id-7f755ae2-caa9-4049-988c-331d8f7a579f] |
pass
pt82.2: tempest.api.volume.test_versions.VersionsTest.test_show_version[id-7f755ae2-caa9-4049-988c-331d8f7a579f]
|
||||||
| tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_volume_absolute_limits[id-8e943f53-e9d6-4272-b2e9-adcf2f7c29ad] |
pass
pt83.1: tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits[id-8e943f53-e9d6-4272-b2e9-adcf2f7c29ad]
|
||||||
| tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_delete_cascade[id-994e2d40-de37-46e8-b328-a58fba7e4a95] |
pass
pt84.1: tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade[id-994e2d40-de37-46e8-b328-a58fba7e4a95]
|
||||||
test_volume_from_snapshot_cascade_delete[id-59a77ede-609b-4ee8-9f68-fc3c6ffe97b5] |
pass
pt84.2: tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete[id-59a77ede-609b-4ee8-9f68-fc3c6ffe97b5]
|
||||||
| tempest.api.volume.test_volume_metadata.VolumesMetadataTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_crud_volume_metadata[id-6f5b125b-f664-44bf-910f-751591fe5769] |
pass
pt85.1: tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata[id-6f5b125b-f664-44bf-910f-751591fe5769]
|
||||||
test_update_show_volume_metadata_item[id-862261c5-8df4-475a-8c21-946e50e36a20] |
pass
pt85.2: tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item[id-862261c5-8df4-475a-8c21-946e50e36a20]
|
||||||
| tempest.api.volume.test_volume_transfers.VolumesTransfersTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-4d75b645-a478-48b1-97c8-503f64242f1a] |
pass
pt86.1: tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer[id-4d75b645-a478-48b1-97c8-503f64242f1a]
|
||||||
test_create_list_delete_volume_transfer[id-ab526943-b725-4c07-b875-8e8ef87a2c30] |
pass
pt86.2: tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer[id-ab526943-b725-4c07-b875-8e8ef87a2c30]
|
||||||
| tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-9f36bb2b-619f-4507-b246-76aeb9a28851] |
pass
pt87.1: tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer[id-9f36bb2b-619f-4507-b246-76aeb9a28851]
|
||||||
test_create_list_delete_volume_transfer[id-af4a5b97-0859-4f31-aa3c-85b05bb63322] |
pass
pt87.2: tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer[id-af4a5b97-0859-4f31-aa3c-85b05bb63322]
|
||||||
| tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-d746bd69-bb30-4414-9a1c-577959fac6a1] |
pass
pt88.1: tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer[id-d746bd69-bb30-4414-9a1c-577959fac6a1]
|
||||||
test_create_list_delete_volume_transfer[id-d4b20ec2-e1bb-4068-adcf-6c20020a8e05] |
pass
pt88.2: tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer[id-d4b20ec2-e1bb-4068-adcf-6c20020a8e05]
|
||||||
| tempest.api.volume.test_volumes_actions.VolumesActionsTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_attach_detach_volume_to_instance[compute,id-fff42874-7db5-4487-a8e1-ddda5fb5288d,smoke] |
pass
pt89.1: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance[compute,id-fff42874-7db5-4487-a8e1-ddda5fb5288d,smoke]
|
||||||
test_get_volume_attachment[compute,id-9516a2c8-9135-488c-8dd6-5677a7e5f371] |
pass
pt89.2: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment[compute,id-9516a2c8-9135-488c-8dd6-5677a7e5f371]
|
||||||
test_reserve_unreserve_volume[id-92c4ef64-51b2-40c0-9f7e-4749fbaaba33] |
pass
pt89.3: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume[id-92c4ef64-51b2-40c0-9f7e-4749fbaaba33]
|
||||||
test_volume_bootable[id-63e21b4c-0a0c-41f6-bfc3-7c2816815599] |
pass
pt89.4: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable[id-63e21b4c-0a0c-41f6-bfc3-7c2816815599]
|
||||||
test_volume_readonly_update[id-fff74e1e-5bd3-4b33-9ea9-24c103bc3f59] |
pass
pt89.5: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update[id-fff74e1e-5bd3-4b33-9ea9-24c103bc3f59]
|
||||||
test_volume_upload[id-d8f1ca95-3d5b-44a3-b8ca-909691c9532d,image] |
pass
pt89.6: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload[id-d8f1ca95-3d5b-44a3-b8ca-909691c9532d,image]
|
||||||
| tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative] |
pass
pt90.1: tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative]
|
||||||
| tempest.api.volume.test_volumes_extend.VolumesExtendTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e] |
pass
pt91.1: tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e]
|
||||||
test_volume_extend_when_volume_has_snapshot[id-86be1cba-2640-11e5-9c82-635fb964c912] |
pass
pt91.2: tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot[id-86be1cba-2640-11e5-9c82-635fb964c912]
|
||||||
| tempest.api.volume.test_volumes_get.VolumesGetTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke] |
pass
pt92.1: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke]
|
||||||
test_volume_create_get_update_delete_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke] |
pass
pt92.2: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke]
|
||||||
| tempest.api.volume.test_volumes_get.VolumesSummaryTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_show_volume_summary[id-c4f2431e-4920-4736-9e00-4040386b6feb] |
pass
pt93.1: tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary[id-c4f2431e-4920-4736-9e00-4040386b6feb]
|
||||||
| tempest.api.volume.test_volumes_list.VolumesListTestJSON | 18 | 18 | 0 | 0 | 0 | Detail | |
test_volume_list[id-0b6ddd39-b948-471f-8038-4787978747c4,smoke] |
pass
pt94.1: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list[id-0b6ddd39-b948-471f-8038-4787978747c4,smoke]
|
||||||
test_volume_list_by_name[id-a28e8da4-0b56-472f-87a8-0f4d3f819c02] |
pass
pt94.2: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name[id-a28e8da4-0b56-472f-87a8-0f4d3f819c02]
|
||||||
test_volume_list_details_by_name[id-2de3a6d4-12aa-403b-a8f2-fdeb42a89623] |
pass
pt94.3: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name[id-2de3a6d4-12aa-403b-a8f2-fdeb42a89623]
|
||||||
test_volume_list_details_pagination[id-e9138a2c-f67b-4796-8efa-635c196d01de] |
pass
pt94.4: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination[id-e9138a2c-f67b-4796-8efa-635c196d01de]
|
||||||
test_volume_list_details_with_multiple_params[id-2a7064eb-b9c3-429b-b888-33928fc5edd3] |
pass
pt94.5: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params[id-2a7064eb-b9c3-429b-b888-33928fc5edd3]
|
||||||
test_volume_list_pagination[id-af55e775-8e4b-4feb-8719-215c43b0238c] |
pass
pt94.6: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination[id-af55e775-8e4b-4feb-8719-215c43b0238c]
|
||||||
test_volume_list_param_display_name_and_status[id-777c87c1-2fc4-4883-8b8e-5c0b951d1ec8] |
pass
pt94.7: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status[id-777c87c1-2fc4-4883-8b8e-5c0b951d1ec8]
|
||||||
test_volume_list_with_detail_param_display_name_and_status[id-856ab8ca-6009-4c37-b691-be1065528ad4] |
pass
pt94.8: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status[id-856ab8ca-6009-4c37-b691-be1065528ad4]
|
||||||
test_volume_list_with_detail_param_marker[id-46eff077-100b-427f-914e-3db2abcdb7e2] |
pass
pt94.9: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker[id-46eff077-100b-427f-914e-3db2abcdb7e2]
|
||||||
test_volume_list_with_detail_param_metadata[id-1ca92d3c-4a8e-4b43-93f5-e4c7fb3b291d] |
pass
pt94.10: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata[id-1ca92d3c-4a8e-4b43-93f5-e4c7fb3b291d]
|
||||||
test_volume_list_with_details[id-adcbb5a7-5ad8-4b61-bd10-5380e111a877] |
pass
pt94.11: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details[id-adcbb5a7-5ad8-4b61-bd10-5380e111a877]
|
||||||
test_volume_list_with_param_metadata[id-b5ebea1b-0603-40a0-bb41-15fcd0a53214] |
pass
pt94.12: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata[id-b5ebea1b-0603-40a0-bb41-15fcd0a53214]
|
||||||
test_volumes_list_by_availability_zone[id-c0cfa863-3020-40d7-b587-e35f597d5d87] |
pass
pt94.13: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone[id-c0cfa863-3020-40d7-b587-e35f597d5d87]
|
||||||
test_volumes_list_by_bootable[id-2016a942-3020-40d7-95ce-7613bf8407ce] |
pass
pt94.14: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable[id-2016a942-3020-40d7-95ce-7613bf8407ce]
|
||||||
test_volumes_list_by_status[id-39654e13-734c-4dab-95ce-7613bf8407ce] |
pass
pt94.15: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status[id-39654e13-734c-4dab-95ce-7613bf8407ce]
|
||||||
test_volumes_list_details_by_availability_zone[id-e1b80d13-94f0-4ba2-a40e-386af29f8db1] |
pass
pt94.16: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone[id-e1b80d13-94f0-4ba2-a40e-386af29f8db1]
|
||||||
test_volumes_list_details_by_bootable[id-2016a939-72ec-482a-bf49-d5ca06216b9f] |
pass
pt94.17: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable[id-2016a939-72ec-482a-bf49-d5ca06216b9f]
|
||||||
test_volumes_list_details_by_status[id-2943f712-71ec-482a-bf49-d5ca06216b9f] |
pass
pt94.18: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status[id-2943f712-71ec-482a-bf49-d5ca06216b9f]
|
||||||
| tempest.api.volume.test_volumes_negative.VolumesNegativeTest | 32 | 32 | 0 | 0 | 0 | Detail | |
test_attach_volumes_with_nonexistent_volume_id[compute,id-f5e56b0a-5d02-43c1-a2a7-c9b792c2e3f6,negative] |
pass
pt95.1: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id[compute,id-f5e56b0a-5d02-43c1-a2a7-c9b792c2e3f6,negative]
|
||||||
test_create_volume_from_deactivated_image[id-d15e7f35-2cfc-48c8-9418-c8223a89bcbb,image,negative] |
pass
pt95.2: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image[id-d15e7f35-2cfc-48c8-9418-c8223a89bcbb,image,negative]
|
||||||
test_create_volume_from_image_with_decreasing_size[id-5b810c91-0ad1-47ce-aee8-615f789be78f,image,negative] |
pass
pt95.3: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size[id-5b810c91-0ad1-47ce-aee8-615f789be78f,image,negative]
|
||||||
test_create_volume_with_invalid_size[id-1ed83a8a-682d-4dfb-a30e-ee63ffd6c049,negative] |
pass
pt95.4: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size[id-1ed83a8a-682d-4dfb-a30e-ee63ffd6c049,negative]
|
||||||
test_create_volume_with_nonexistent_snapshot_id[id-0c36f6ae-4604-4017-b0a9-34fdc63096f9,negative] |
pass
pt95.5: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id[id-0c36f6ae-4604-4017-b0a9-34fdc63096f9,negative]
|
||||||
test_create_volume_with_nonexistent_source_volid[id-47c73e08-4be8-45bb-bfdf-0c4e79b88344,negative] |
pass
pt95.6: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid[id-47c73e08-4be8-45bb-bfdf-0c4e79b88344,negative]
|
||||||
test_create_volume_with_nonexistent_volume_type[id-10254ed8-3849-454e-862e-3ab8e6aa01d2,negative] |
pass
pt95.7: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type[id-10254ed8-3849-454e-862e-3ab8e6aa01d2,negative]
|
||||||
test_create_volume_with_size_negative[id-8b472729-9eba-446e-a83b-916bdb34bef7,negative] |
pass
pt95.8: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative[id-8b472729-9eba-446e-a83b-916bdb34bef7,negative]
|
||||||
test_create_volume_with_size_zero[id-41331caa-eaf4-4001-869d-bc18c1869360,negative] |
pass
pt95.9: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero[id-41331caa-eaf4-4001-869d-bc18c1869360,negative]
|
||||||
test_create_volume_without_passing_size[id-9387686f-334f-4d31-a439-33494b9e2683,negative] |
pass
pt95.10: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size[id-9387686f-334f-4d31-a439-33494b9e2683,negative]
|
||||||
test_delete_invalid_volume_id[id-1f035827-7c32-4019-9240-b4ec2dbd9dfd,negative] |
pass
pt95.11: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id[id-1f035827-7c32-4019-9240-b4ec2dbd9dfd,negative]
|
||||||
test_delete_volume_without_passing_volume_id[id-441a1550-5d44-4b30-af0f-a6d402f52026,negative] |
pass
pt95.12: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id[id-441a1550-5d44-4b30-af0f-a6d402f52026,negative]
|
||||||
test_detach_volumes_with_invalid_volume_id[id-9f9c24e4-011d-46b5-b992-952140ce237a,negative] |
pass
pt95.13: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id[id-9f9c24e4-011d-46b5-b992-952140ce237a,negative]
|
||||||
test_get_invalid_volume_id[id-30799cfd-7ee4-446c-b66c-45b383ed211b,negative] |
pass
pt95.14: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id[id-30799cfd-7ee4-446c-b66c-45b383ed211b,negative]
|
||||||
test_get_volume_without_passing_volume_id[id-c6c3db06-29ad-4e91-beb0-2ab195fe49e3,negative] |
pass
pt95.15: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id[id-c6c3db06-29ad-4e91-beb0-2ab195fe49e3,negative]
|
||||||
test_list_volumes_detail_with_invalid_status[id-ba94b27b-be3f-496c-a00e-0283b373fa75,negative] |
pass
pt95.16: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status[id-ba94b27b-be3f-496c-a00e-0283b373fa75,negative]
|
||||||
test_list_volumes_detail_with_nonexistent_name[id-9ca17820-a0e7-4cbd-a7fa-f4468735e359,negative] |
pass
pt95.17: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name[id-9ca17820-a0e7-4cbd-a7fa-f4468735e359,negative]
|
||||||
test_list_volumes_with_invalid_status[id-143b279b-7522-466b-81be-34a87d564a7c,negative] |
pass
pt95.18: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status[id-143b279b-7522-466b-81be-34a87d564a7c,negative]
|
||||||
test_list_volumes_with_nonexistent_name[id-0f4aa809-8c7b-418f-8fb3-84c7a5dfc52f,negative] |
pass
pt95.19: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name[id-0f4aa809-8c7b-418f-8fb3-84c7a5dfc52f,negative]
|
||||||
test_reserve_volume_with_negative_volume_status[id-449c4ed2-ecdd-47bb-98dc-072aeccf158c,negative] |
pass
pt95.20: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status[id-449c4ed2-ecdd-47bb-98dc-072aeccf158c,negative]
|
||||||
test_reserve_volume_with_nonexistent_volume_id[id-ac6084c0-0546-45f9-b284-38a367e0e0e2,negative] |
pass
pt95.21: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id[id-ac6084c0-0546-45f9-b284-38a367e0e0e2,negative]
|
||||||
test_unreserve_volume_with_nonexistent_volume_id[id-eb467654-3dc1-4a72-9b46-47c29d22654c,negative] |
pass
pt95.22: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id[id-eb467654-3dc1-4a72-9b46-47c29d22654c,negative]
|
||||||
test_update_volume_with_empty_volume_id[id-72aeca85-57a5-4c1f-9057-f320f9ea575b,negative] |
pass
pt95.23: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id[id-72aeca85-57a5-4c1f-9057-f320f9ea575b,negative]
|
||||||
test_update_volume_with_invalid_volume_id[id-e66e40d6-65e6-4e75-bdc7-636792fa152d,negative] |
pass
pt95.24: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id[id-e66e40d6-65e6-4e75-bdc7-636792fa152d,negative]
|
||||||
test_update_volume_with_nonexistent_volume_id[id-0186422c-999a-480e-a026-6a665744c30c,negative] |
pass
pt95.25: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id[id-0186422c-999a-480e-a026-6a665744c30c,negative]
|
||||||
test_volume_delete_nonexistent_volume_id[id-555efa6e-efcd-44ef-8a3b-4a7ca4837a29,negative] |
pass
pt95.26: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id[id-555efa6e-efcd-44ef-8a3b-4a7ca4837a29,negative]
|
||||||
test_volume_extend_with_None_size[id-355218f1-8991-400a-a6bb-971239287d92,negative] |
pass
pt95.27: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size[id-355218f1-8991-400a-a6bb-971239287d92,negative]
|
||||||
test_volume_extend_with_non_number_size[id-5d0b480d-e833-439f-8a5a-96ad2ed6f22f,negative] |
pass
pt95.28: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size[id-5d0b480d-e833-439f-8a5a-96ad2ed6f22f,negative]
|
||||||
test_volume_extend_with_nonexistent_volume_id[id-8f05a943-013c-4063-ac71-7baf561e82eb,negative] |
pass
pt95.29: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id[id-8f05a943-013c-4063-ac71-7baf561e82eb,negative]
|
||||||
test_volume_extend_with_size_smaller_than_original_size[id-e0c75c74-ee34-41a9-9288-2a2051452854,negative] |
pass
pt95.30: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size[id-e0c75c74-ee34-41a9-9288-2a2051452854,negative]
|
||||||
test_volume_extend_without_passing_volume_id[id-aff8ba64-6d6f-4f2e-bc33-41a08ee9f115,negative] |
pass
pt95.31: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id[id-aff8ba64-6d6f-4f2e-bc33-41a08ee9f115,negative]
|
||||||
test_volume_get_nonexistent_volume_id[id-f131c586-9448-44a4-a8b0-54ca838aa43e,negative] |
pass
pt95.32: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id[id-f131c586-9448-44a4-a8b0-54ca838aa43e,negative]
|
||||||
| tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON | 4 | 3 | 0 | 0 | 1 | Detail | |
test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c] |
skip
pt96.1: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c]
|
||||||
test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e] |
pass
pt96.2: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e]
|
||||||
test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4] |
pass
pt96.3: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4]
|
||||||
test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a] |
pass
pt96.4: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a]
|
||||||
| tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON | 13 | 13 | 0 | 0 | 0 | Detail | |
test_snapshot_list_param_limit[id-db4d8e0a-7a2e-41cc-a712-961f6844e896] |
pass
pt97.1: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit[id-db4d8e0a-7a2e-41cc-a712-961f6844e896]
|
||||||
test_snapshot_list_param_limit_equals_infinite[id-a1427f61-420e-48a5-b6e3-0b394fa95400] |
pass
pt97.2: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite[id-a1427f61-420e-48a5-b6e3-0b394fa95400]
|
||||||
test_snapshot_list_param_limit_equals_zero[id-e3b44b7f-ae87-45b5-8a8c-66110eb24d0a] |
pass
pt97.3: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero[id-e3b44b7f-ae87-45b5-8a8c-66110eb24d0a]
|
||||||
test_snapshot_list_param_marker[id-05489dde-44bc-4961-a1f5-3ce7ee7824f7] |
pass
pt97.4: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker[id-05489dde-44bc-4961-a1f5-3ce7ee7824f7]
|
||||||
test_snapshot_list_param_offset[id-ca96d551-17c6-4e11-b0e8-52d3bb8a63c7] |
pass
pt97.5: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_offset[id-ca96d551-17c6-4e11-b0e8-52d3bb8a63c7]
|
||||||
test_snapshot_list_param_sort_created_at_asc[id-4052c3a0-2415-440a-a8cc-305a875331b0] |
pass
pt97.6: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc[id-4052c3a0-2415-440a-a8cc-305a875331b0]
|
||||||
test_snapshot_list_param_sort_created_at_desc[id-dcbbe24a-f3c0-4ec8-9274-55d48db8d1cf] |
pass
pt97.7: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc[id-dcbbe24a-f3c0-4ec8-9274-55d48db8d1cf]
|
||||||
test_snapshot_list_param_sort_id_asc[id-c5513ada-64c1-4d28-83b9-af3307ec1388] |
pass
pt97.8: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc[id-c5513ada-64c1-4d28-83b9-af3307ec1388]
|
||||||
test_snapshot_list_param_sort_id_desc[id-8a7fe058-0b41-402a-8afd-2dbc5a4a718b] |
pass
pt97.9: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc[id-8a7fe058-0b41-402a-8afd-2dbc5a4a718b]
|
||||||
test_snapshot_list_param_sort_name_asc[id-d58b5fed-0c37-42d3-8c5d-39014ac13c00] |
pass
pt97.10: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc[id-d58b5fed-0c37-42d3-8c5d-39014ac13c00]
|
||||||
test_snapshot_list_param_sort_name_desc[id-96ba6f4d-1f18-47e1-b4bc-76edc6c21250] |
pass
pt97.11: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc[id-96ba6f4d-1f18-47e1-b4bc-76edc6c21250]
|
||||||
test_snapshots_list_details_with_params[id-220a1022-1fcd-4a74-a7bd-6b859156cda2] |
pass
pt97.12: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params[id-220a1022-1fcd-4a74-a7bd-6b859156cda2]
|
||||||
test_snapshots_list_with_params[id-59f41f43-aebf-48a9-ab5d-d76340fab32b] |
pass
pt97.13: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params[id-59f41f43-aebf-48a9-ab5d-d76340fab32b]
|
||||||
| tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_snapshot_with_nonexistent_volume_id[id-e3e466af-70ab-4f4b-a967-ab04e3532ea7,negative] |
pass
pt98.1: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id[id-e3e466af-70ab-4f4b-a967-ab04e3532ea7,negative]
|
||||||
test_create_snapshot_without_passing_volume_id[id-bb9da53e-d335-4309-9c15-7e76fd5e4d6d,negative] |
pass
pt98.2: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id[id-bb9da53e-d335-4309-9c15-7e76fd5e4d6d,negative]
|
||||||
test_list_snapshot_invalid_param_limit[id-8fd92339-e22f-4591-86b4-1e2215372a40,negative] |
pass
pt98.3: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit[id-8fd92339-e22f-4591-86b4-1e2215372a40,negative]
|
||||||
test_list_snapshots_invalid_param_marker[id-b68deeda-ca79-4a32-81af-5c51179e553a,negative] |
pass
pt98.4: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker[id-b68deeda-ca79-4a32-81af-5c51179e553a,negative]
|
||||||
test_list_snapshots_invalid_param_sort[id-27b5f37f-bf69-4e8c-986e-c44f3d6819b8,negative] |
pass
pt98.5: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort[id-27b5f37f-bf69-4e8c-986e-c44f3d6819b8,negative]
|
||||||
test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative] |
pass
pt98.6: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative]
|
||||||
| tempest.scenario.test_instances_with_cinder_volumes.TestInstancesWithCinderVolumes | 1 | 1 | 0 | 0 | 0 | Detail | |
test_instances_with_cinder_volumes_on_all_compute_nodes[compute,id-d0e3c1a3-4b0a-4b0e-8b0a-4b0e8b0a4b0e,image,multinode,network,slow,volume] |
pass
pt99.1: tempest.scenario.test_instances_with_cinder_volumes.TestInstancesWithCinderVolumes.test_instances_with_cinder_volumes_on_all_compute_nodes[compute,id-d0e3c1a3-4b0a-4b0e-8b0a-4b0e8b0a4b0e,image,multinode,network,slow,volume]
|
||||||
| tempest.scenario.test_minimum_basic.TestMinimumBasicScenario | 1 | 1 | 0 | 0 | 0 | Detail | |
test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,slow,volume] |
pass
pt100.1: tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,slow,volume]
|
||||||
| tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion | 1 | 1 | 0 | 0 | 0 | Detail | |
test_old_versions_reject[compute,id-6f4d2144-99f4-495c-8b0b-c6a537971418,image,network,slow,volume] |
pass
pt101.1: tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion.test_old_versions_reject[compute,id-6f4d2144-99f4-495c-8b0b-c6a537971418,image,network,slow,volume]
|
||||||
| tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario | 1 | 1 | 0 | 0 | 0 | Detail | |
test_server_detach_rules[compute,id-be615530-f105-437a-8afe-ce998c9535d9,image,network,slow,volume] |
pass
pt102.1: tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario.test_server_detach_rules[compute,id-be615530-f105-437a-8afe-ce998c9535d9,image,network,slow,volume]
|
||||||
| tempest.scenario.test_shelve_instance.TestShelveInstance | 1 | 1 | 0 | 0 | 0 | Detail | |
test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume] |
pass
pt103.1: tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume]
|
||||||
| tempest.scenario.test_stamp_pattern.TestStampPattern | 1 | 1 | 0 | 0 | 0 | Detail | |
test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume] |
pass
pt104.1: tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume]
|
||||||
| Total | 305 | 247 | 2 | 0 | 56 | ||