Status: Pass 246 Failure 2 Skip 56
| Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
| setUpClass (tempest.api.compute.servers.test_server_actions | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerActionsV293TestJSON) |
fail
ft1.1: setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 858, in resource_setup
cls.server_id = cls.recreate_server(None, volume_backed=True,
File "/opt/stack/tempest/tempest/api/compute/base.py", line 421, in recreate_server
server = cls.create_test_server(
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server
server = waiters.wait_for_server_status(
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 d7e233f4-8a34-4879-be2d-e587230a7241 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2025-11-14T06:14:47Z', 'message': 'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance d7e233f4-8a34-4879-be2d-e587230a7241.'}. Request ID of server operation performed before checking the server status req-eeb24b3d-8c9c-4038-bf77-5d54e65c89e9.
|
||||||
| tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest | 3 | 2 | 1 | 0 | 0 | Detail | |
test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative] |
fail
ft2.1: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-14 07:22:34,256 80914 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2025-11-14 07:22:34,256 80914 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2025-11-14 07:22:34,404 80914 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://192.168.122.111/compute/v2.1/os-keypairs 0.146s
2025-11-14 07:22:34,404 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-227085556", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCpG/O5bedwTCD5Vuarv8PCfLcJmI73PTUo+1RHppIwtjm5xEAB03LiT9RpQD3O0xFEdtcy33PBC6BXPEdMtYB9QFgYJAkTMWrENCz6QElyJRg6ImE8g0vmElmOT/C3dSA=="}}
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:22:34 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-d9b516e0-af6f-4110-85de-351d1bc5af3f', 'x-compute-request-id': 'req-d9b516e0-af6f-4110-85de-351d1bc5af3f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-227085556", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCpG/O5bedwTCD5Vuarv8PCfLcJmI73PTUo+1RHppIwtjm5xEAB03LiT9RpQD3O0xFEdtcy33PBC6BXPEdMtYB9QFgYJAkTMWrENCz6QElyJRg6ImE8g0vmElmOT/C3dSA==", "fingerprint": "ce:08:3f:ac:fa:25:6d:83:6c:46:82:54:95:4d:2d:8f", "user_id": "d268127b2f344aa3b385b22d5556b1b1"}}'
2025-11-14 07:22:34,406 80914 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-227085556 created
2025-11-14 07:22:34,634 80914 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.111/networking/v2.0/security-groups 0.228s
2025-11-14 07:22:34,635 80914 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--105906064", "description": "tempest-description--15528378"}}
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:22:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1658', 'x-openstack-request-id': 'req-7dbfd8a2-0810-4241-a0c3-a93efc92df5d', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.111/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "9f13cfbf-86b0-49ae-a04c-eafe2914819a", "name": "tempest-securitygroup--105906064", "stateful": true, "tenant_id": "344884abffe24fc49e4654a34f32e0fa", "project_id": "344884abffe24fc49e4654a34f32e0fa", "description": "tempest-description--15528378", "shared": false, "security_group_rules": [{"id": "0b25d7e6-b2c3-4753-b3e9-021dc6ac3b29", "project_id": "344884abffe24fc49e4654a34f32e0fa", "tenant_id": "344884abffe24fc49e4654a34f32e0fa", "security_group_id": "9f13cfbf-86b0-49ae-a04c-eafe2914819a", "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": 720, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-11-14T06:22:34Z", "updated_at": "2025-11-14T06:22:34Z", "revision_number": 0}, {"id": "c394fed0-1693-41e6-a98f-329912a48f79", "project_id": "344884abffe24fc49e4654a34f32e0fa", "tenant_id": "344884abffe24fc49e4654a34f32e0fa", "security_group_id": "9f13cfbf-86b0-49ae-a04c-eafe2914819a", "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": 721, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-11-14T06:22:34Z", "updated_at": "2025-11-14T06:22:34Z", "revision_number": 0}], "tags": [], "created_at": "2025-11-14T06:22:34Z", "updated_at": "2025-11-14T06:22:34Z", "revision_number": 1}}'
2025-11-14 07:22:34,871 80914 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.111/networking/v2.0/security-group-rules 0.236s
2025-11-14 07:22:34,872 80914 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": "9f13cfbf-86b0-49ae-a04c-eafe2914819a", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:22:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-39671ccf-6713-4c9e-9f53-e1881bcacab4', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.111/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "bf597018-f97d-4c9b-b16b-92a4660d2288", "project_id": "344884abffe24fc49e4654a34f32e0fa", "tenant_id": "344884abffe24fc49e4654a34f32e0fa", "security_group_id": "9f13cfbf-86b0-49ae-a04c-eafe2914819a", "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-11-14T06:22:34Z", "updated_at": "2025-11-14T06:22:34Z", "revision_number": 0}}'
2025-11-14 07:22:35,072 80914 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.111/networking/v2.0/security-group-rules 0.199s
2025-11-14 07:22:35,072 80914 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": "9f13cfbf-86b0-49ae-a04c-eafe2914819a", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:22:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-9cec32f6-f63b-4528-934f-7eaa83922435', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.111/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "735fd411-6eb9-4eea-ae58-d455a9256699", "project_id": "344884abffe24fc49e4654a34f32e0fa", "tenant_id": "344884abffe24fc49e4654a34f32e0fa", "security_group_id": "9f13cfbf-86b0-49ae-a04c-eafe2914819a", "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-11-14T06:22:34Z", "updated_at": "2025-11-14T06:22:34Z", "revision_number": 0}}'
2025-11-14 07:22:35,072 80914 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--105906064 created
2025-11-14 07:22:35,694 80914 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.111/networking/v2.0/floatingips 0.621s
2025-11-14 07:22:35,694 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "a1f672e4-c5a9-458f-bced-207d2ab63e74"}}
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:22:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-be8267f8-2779-4ac1-85ac-02d44d83eb5f', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.111/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "3f7fdfa2-3072-48f8-806e-cf40a08830cb", "tenant_id": "344884abffe24fc49e4654a34f32e0fa", "project_id": "344884abffe24fc49e4654a34f32e0fa", "floating_ip_address": "172.24.4.116", "floating_network_id": "a1f672e4-c5a9-458f-bced-207d2ab63e74", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-11-14T06:22:35Z", "updated_at": "2025-11-14T06:22:35Z", "revision_number": 0}}'
2025-11-14 07:22:35,694 80914 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '3f7fdfa2-3072-48f8-806e-cf40a08830cb', 'tenant_id': '344884abffe24fc49e4654a34f32e0fa', 'project_id': '344884abffe24fc49e4654a34f32e0fa', 'floating_ip_address': '172.24.4.116', 'floating_network_id': 'a1f672e4-c5a9-458f-bced-207d2ab63e74', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-11-14T06:22:35Z', 'updated_at': '2025-11-14T06:22:35Z', 'revision_number': 0, 'ip': '172.24.4.116'} created
2025-11-14 07:22:35,738 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 201 POST http://192.168.122.111/identity/v3/auth/tokens 0.040s
2025-11-14 07:22:35,739 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:22:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2532', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-7172fcbe-2aa0-481b-8caa-22300d596b5d', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.111/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "d268127b2f344aa3b385b22d5556b1b1", "name": "tempest-AttachVolumeNegativeTest-2088961207-project-member", "password_expires_at": null}, "audit_ids": ["KWnWLnfqRKyn40GG7uaVNw"], "expires_at": "2025-11-14T07:22:35.000000Z", "issued_at": "2025-11-14T06:22:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "344884abffe24fc49e4654a34f32e0fa", "name": "tempest-AttachVolumeNegativeTest-2088961207"}, "is_domain": false, "roles": [{"id": "881d6872ba894be4aec54fc9d0a26ab6", "name": "reader"}, {"id": "ee639a728bd243b49f5bbe5be67410f8", "name": "member"}], "catalog": [{"endpoints": [{"id": "6ce146f8388e4e90bdc0756535bca8cc", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.111/compute/v2.1", "region": "RegionOne"}], "id": "0c59aae4e2bb4bb6a35b02d1efccbdcf", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "1dd5d7a1c42d4164b27a9055a6cf8fa4", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.111/image", "region": "RegionOne"}], "id": "102af612b7ce4d42ae7a7e39112421ef", "type": "image", "name": "glance"}, {"endpoints": [{"id": "3e95850da24149d0aa6cbe3c9def0eb3", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.111/identity", "region": "RegionOne"}], "id": "21abd05f4ca14d3188de6b4d2c4d44fd", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f3709e5d30784e1a9b493e8daf6e3f13", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.111/compute/v2/344884abffe24fc49e4654a34f32e0fa", "region": "RegionOne"}], "id": "2ab43c4aeb6946c79e13cbdf99426fa4", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "86383398713c48628b1fd01e2ecd54c5", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.111/placement", "region": "RegionOne"}], "id": "95a2ea8c5946406c884858fa70515ed5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5dc7461142a2423884e5d1e440b3fc7f", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.111/volume/v3", "region": "RegionOne"}], "id": "ab5060d1b9e64039b2d386ccda64ed5d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "886b8feafabb4e35af66d63634c10078", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.111/networking", "region": "RegionOne"}], "id": "aff1e659ba724cf7ab360020e2c12c49", "type": "network", "name": "neutron"}]}}'
2025-11-14 07:22:35,739 80914 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': 'a5b33d9c-b0b8-4500-9098-9acaf223057f', 'name': 'tempest-AttachVolumeNegativeTest-1856711317-network', 'tenant_id': '344884abffe24fc49e4654a34f32e0fa', 'project_id': '344884abffe24fc49e4654a34f32e0fa', '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': 16923, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-11-14T06:22:25Z', 'updated_at': '2025-11-14T06:22:25Z', 'revision_number': 1} available for tenant
2025-11-14 07:22:35,740 80914 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-227085556', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCpG/O5bedwTCD5Vuarv8PCfLcJmI73PTUo+1RHppIwtjm5xEAB03LiT9RpQD3O0xFEdtcy33PBC6BXPEdMtYB9QFgYJAkTMWrENCz6QElyJRg6ImE8g0vmElmOT/C3dSA==', 'fingerprint': 'ce:08:3f:ac:fa:25:6d:83:6c:46:82:54:95:4d:2d:8f', 'user_id': 'd268127b2f344aa3b385b22d5556b1b1', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDApljR1qOD4d3Do18ek3MU7vATDnezB65UpOd3dYMYvrHb13GR9v0sL\n7n0gCU9CmFugBwYFK4EEACKhZANiAAQqRvzuW3ncEwg+Vbmq7/Dwny3CZiO9z01K\nPtUR6aSMLY5ucRAAdNy4k/UaUA9ztMRRHbXMt9zwQugVzxHTLWAfUBYGCQJEzFqx\nDQs+kBJciUYOiJhPINL5hJZjk/wt3Ug=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '9f13cfbf-86b0-49ae-a04c-eafe2914819a', 'name': 'tempest-securitygroup--105906064', 'stateful': True, 'tenant_id': '344884abffe24fc49e4654a34f32e0fa', 'project_id': '344884abffe24fc49e4654a34f32e0fa', 'description': 'tempest-description--15528378', 'shared': False, 'security_group_rules': [{'id': '0b25d7e6-b2c3-4753-b3e9-021dc6ac3b29', 'project_id': '344884abffe24fc49e4654a34f32e0fa', 'tenant_id': '344884abffe24fc49e4654a34f32e0fa', 'security_group_id': '9f13cfbf-86b0-49ae-a04c-eafe2914819a', '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': 720, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-11-14T06:22:34Z', 'updated_at': '2025-11-14T06:22:34Z', 'revision_number': 0}, {'id': 'c394fed0-1693-41e6-a98f-329912a48f79', 'project_id': '344884abffe24fc49e4654a34f32e0fa', 'tenant_id': '344884abffe24fc49e4654a34f32e0fa', 'security_group_id': '9f13cfbf-86b0-49ae-a04c-eafe2914819a', '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': 721, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-11-14T06:22:34Z', 'updated_at': '2025-11-14T06:22:34Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-11-14T06:22:34Z', 'updated_at': '2025-11-14T06:22:34Z', 'revision_number': 1}, 'floating_ip': {'id': '3f7fdfa2-3072-48f8-806e-cf40a08830cb', 'tenant_id': '344884abffe24fc49e4654a34f32e0fa', 'project_id': '344884abffe24fc49e4654a34f32e0fa', 'floating_ip_address': '172.24.4.116', 'floating_network_id': 'a1f672e4-c5a9-458f-bced-207d2ab63e74', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-11-14T06:22:35Z', 'updated_at': '2025-11-14T06:22:35Z', 'revision_number': 0, 'ip': '172.24.4.116'}}
2025-11-14 07:22:36,301 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://192.168.122.111/compute/v2.1/servers 0.560s
2025-11-14 07:22:36,301 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-2124327321", "imageRef": "8d8e432e-9626-4548-907f-c2ac0fe12e26", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "a5b33d9c-b0b8-4500-9098-9acaf223057f"}], "security_groups": [{"name": "tempest-securitygroup--105906064"}], "key_name": "tempest-keypair-227085556", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:22:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '409', 'location': 'http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5da6359-03f3-4a02-8de3-e0293782bf4f', 'x-compute-request-id': 'req-f5da6359-03f3-4a02-8de3-e0293782bf4f', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.111/compute/v2.1/servers'}
Body: b'{"server": {"id": "587d2e90-fa88-40db-8fc2-51d39f9952b0", "links": [{"rel": "self", "href": "http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0"}, {"rel": "bookmark", "href": "http://192.168.122.111/compute/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--105906064"}], "adminPass": "password"}}'
2025-11-14 07:22:36,397 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0 0.093s
2025-11-14 07:22:36,397 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:22:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1255', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6df71aa-6c7b-440a-b169-bbdc9cc2dc5d', 'x-compute-request-id': 'req-a6df71aa-6c7b-440a-b169-bbdc9cc2dc5d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0'}
Body: b'{"server": {"id": "587d2e90-fa88-40db-8fc2-51d39f9952b0", "name": "tempest-AttachVolumeNegativeTest-server-2124327321", "status": "BUILD", "tenant_id": "344884abffe24fc49e4654a34f32e0fa", "user_id": "d268127b2f344aa3b385b22d5556b1b1", "metadata": {}, "hostId": "", "image": {"id": "8d8e432e-9626-4548-907f-c2ac0fe12e26", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/images/8d8e432e-9626-4548-907f-c2ac0fe12e26"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/flavors/42"}]}, "created": "2025-11-14T06:22:36Z", "updated": "2025-11-14T06:22:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0"}, {"rel": "bookmark", "href": "http://192.168.122.111/compute/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-227085556", "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-11-14 07:22:37,485 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0 0.075s
2025-11-14 07:22:37,485 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:22:37 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-b1556427-edf8-494a-b0c2-1cb0b980f1f0', 'x-compute-request-id': 'req-b1556427-edf8-494a-b0c2-1cb0b980f1f0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0'}
Body: b'{"server": {"id": "587d2e90-fa88-40db-8fc2-51d39f9952b0", "name": "tempest-AttachVolumeNegativeTest-server-2124327321", "status": "BUILD", "tenant_id": "344884abffe24fc49e4654a34f32e0fa", "user_id": "d268127b2f344aa3b385b22d5556b1b1", "metadata": {}, "hostId": "", "image": {"id": "8d8e432e-9626-4548-907f-c2ac0fe12e26", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/images/8d8e432e-9626-4548-907f-c2ac0fe12e26"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/flavors/42"}]}, "created": "2025-11-14T06:22:36Z", "updated": "2025-11-14T06:22:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0"}, {"rel": "bookmark", "href": "http://192.168.122.111/compute/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-227085556", "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-11-14 07:22:38,584 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0 0.087s
2025-11-14 07:22:38,585 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:22:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1307', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71d2a2b5-9458-4869-9705-affd87dbde2b', 'x-compute-request-id': 'req-71d2a2b5-9458-4869-9705-affd87dbde2b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0'}
Body: b'{"server": {"id": "587d2e90-fa88-40db-8fc2-51d39f9952b0", "name": "tempest-AttachVolumeNegativeTest-server-2124327321", "status": "BUILD", "tenant_id": "344884abffe24fc49e4654a34f32e0fa", "user_id": "d268127b2f344aa3b385b22d5556b1b1", "metadata": {}, "hostId": "520f8846dd64357a7139199569b0ea8eae4270ea2e1314ec53b89c2e", "image": {"id": "8d8e432e-9626-4548-907f-c2ac0fe12e26", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/images/8d8e432e-9626-4548-907f-c2ac0fe12e26"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/flavors/42"}]}, "created": "2025-11-14T06:22:36Z", "updated": "2025-11-14T06:22:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0"}, {"rel": "bookmark", "href": "http://192.168.122.111/compute/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-227085556", "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-11-14 07:22:38,596 80914 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2025-11-14 07:22:39,686 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0 0.089s
2025-11-14 07:22:39,686 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:22:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1307', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1fe1567e-663e-4d99-8262-813a17fd71ff', 'x-compute-request-id': 'req-1fe1567e-663e-4d99-8262-813a17fd71ff', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0'}
Body: b'{"server": {"id": "587d2e90-fa88-40db-8fc2-51d39f9952b0", "name": "tempest-AttachVolumeNegativeTest-server-2124327321", "status": "BUILD", "tenant_id": "344884abffe24fc49e4654a34f32e0fa", "user_id": "d268127b2f344aa3b385b22d5556b1b1", "metadata": {}, "hostId": "520f8846dd64357a7139199569b0ea8eae4270ea2e1314ec53b89c2e", "image": {"id": "8d8e432e-9626-4548-907f-c2ac0fe12e26", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/images/8d8e432e-9626-4548-907f-c2ac0fe12e26"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/flavors/42"}]}, "created": "2025-11-14T06:22:36Z", "updated": "2025-11-14T06:22:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0"}, {"rel": "bookmark", "href": "http://192.168.122.111/compute/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-227085556", "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-11-14 07:22:40,830 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0 0.132s
2025-11-14 07:22:40,831 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:22:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1315', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44f76535-29b4-479f-91cd-eeb6ce3894dd', 'x-compute-request-id': 'req-44f76535-29b4-479f-91cd-eeb6ce3894dd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0'}
Body: b'{"server": {"id": "587d2e90-fa88-40db-8fc2-51d39f9952b0", "name": "tempest-AttachVolumeNegativeTest-server-2124327321", "status": "BUILD", "tenant_id": "344884abffe24fc49e4654a34f32e0fa", "user_id": "d268127b2f344aa3b385b22d5556b1b1", "metadata": {}, "hostId": "520f8846dd64357a7139199569b0ea8eae4270ea2e1314ec53b89c2e", "image": {"id": "8d8e432e-9626-4548-907f-c2ac0fe12e26", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/images/8d8e432e-9626-4548-907f-c2ac0fe12e26"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/flavors/42"}]}, "created": "2025-11-14T06:22:36Z", "updated": "2025-11-14T06:22:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0"}, {"rel": "bookmark", "href": "http://192.168.122.111/compute/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-227085556", "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-11-14 07:22:40,843 80914 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 4 second wait
2025-11-14 07:22:42,566 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0 0.722s
2025-11-14 07:22:42,567 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:22:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1392', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-573f2811-9e0e-48f6-be88-21fd5d639c57', 'x-compute-request-id': 'req-573f2811-9e0e-48f6-be88-21fd5d639c57', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0'}
Body: b'{"server": {"id": "587d2e90-fa88-40db-8fc2-51d39f9952b0", "name": "tempest-AttachVolumeNegativeTest-server-2124327321", "status": "BUILD", "tenant_id": "344884abffe24fc49e4654a34f32e0fa", "user_id": "d268127b2f344aa3b385b22d5556b1b1", "metadata": {}, "hostId": "520f8846dd64357a7139199569b0ea8eae4270ea2e1314ec53b89c2e", "image": {"id": "8d8e432e-9626-4548-907f-c2ac0fe12e26", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/images/8d8e432e-9626-4548-907f-c2ac0fe12e26"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/flavors/42"}]}, "created": "2025-11-14T06:22:36Z", "updated": "2025-11-14T06:22:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0"}, {"rel": "bookmark", "href": "http://192.168.122.111/compute/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-227085556", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--105906064"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-14 07:22:42,578 80914 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 6 second wait
2025-11-14 07:22:43,951 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0 0.371s
2025-11-14 07:22:43,951 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:22:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1380', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-843c6c28-87cc-4a4c-8221-18c812f25013', 'x-compute-request-id': 'req-843c6c28-87cc-4a4c-8221-18c812f25013', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0'}
Body: b'{"server": {"id": "587d2e90-fa88-40db-8fc2-51d39f9952b0", "name": "tempest-AttachVolumeNegativeTest-server-2124327321", "status": "BUILD", "tenant_id": "344884abffe24fc49e4654a34f32e0fa", "user_id": "d268127b2f344aa3b385b22d5556b1b1", "metadata": {}, "hostId": "520f8846dd64357a7139199569b0ea8eae4270ea2e1314ec53b89c2e", "image": {"id": "8d8e432e-9626-4548-907f-c2ac0fe12e26", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/images/8d8e432e-9626-4548-907f-c2ac0fe12e26"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/flavors/42"}]}, "created": "2025-11-14T06:22:36Z", "updated": "2025-11-14T06:22:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0"}, {"rel": "bookmark", "href": "http://192.168.122.111/compute/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-227085556", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--105906064"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-14 07:22:43,962 80914 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 7 second wait
2025-11-14 07:22:45,246 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0 0.283s
2025-11-14 07:22:45,247 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:22:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1380', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a507a4c-83c1-4994-94c1-83a8131b1ca8', 'x-compute-request-id': 'req-0a507a4c-83c1-4994-94c1-83a8131b1ca8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0'}
Body: b'{"server": {"id": "587d2e90-fa88-40db-8fc2-51d39f9952b0", "name": "tempest-AttachVolumeNegativeTest-server-2124327321", "status": "BUILD", "tenant_id": "344884abffe24fc49e4654a34f32e0fa", "user_id": "d268127b2f344aa3b385b22d5556b1b1", "metadata": {}, "hostId": "520f8846dd64357a7139199569b0ea8eae4270ea2e1314ec53b89c2e", "image": {"id": "8d8e432e-9626-4548-907f-c2ac0fe12e26", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/images/8d8e432e-9626-4548-907f-c2ac0fe12e26"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/flavors/42"}]}, "created": "2025-11-14T06:22:36Z", "updated": "2025-11-14T06:22:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0"}, {"rel": "bookmark", "href": "http://192.168.122.111/compute/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-227085556", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--105906064"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-14 07:22:46,449 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0 0.190s
2025-11-14 07:22:46,449 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:22:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1380', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad121bfa-9074-4040-8e75-17a3565e692e', 'x-compute-request-id': 'req-ad121bfa-9074-4040-8e75-17a3565e692e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0'}
Body: b'{"server": {"id": "587d2e90-fa88-40db-8fc2-51d39f9952b0", "name": "tempest-AttachVolumeNegativeTest-server-2124327321", "status": "BUILD", "tenant_id": "344884abffe24fc49e4654a34f32e0fa", "user_id": "d268127b2f344aa3b385b22d5556b1b1", "metadata": {}, "hostId": "520f8846dd64357a7139199569b0ea8eae4270ea2e1314ec53b89c2e", "image": {"id": "8d8e432e-9626-4548-907f-c2ac0fe12e26", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/images/8d8e432e-9626-4548-907f-c2ac0fe12e26"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/flavors/42"}]}, "created": "2025-11-14T06:22:36Z", "updated": "2025-11-14T06:22:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0"}, {"rel": "bookmark", "href": "http://192.168.122.111/compute/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-227085556", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--105906064"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-14 07:22:47,958 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0 0.497s
2025-11-14 07:22:47,959 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:22:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1380', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c4d17f3-1be9-4c61-a5a7-a84c2ce37dff', 'x-compute-request-id': 'req-4c4d17f3-1be9-4c61-a5a7-a84c2ce37dff', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0'}
Body: b'{"server": {"id": "587d2e90-fa88-40db-8fc2-51d39f9952b0", "name": "tempest-AttachVolumeNegativeTest-server-2124327321", "status": "BUILD", "tenant_id": "344884abffe24fc49e4654a34f32e0fa", "user_id": "d268127b2f344aa3b385b22d5556b1b1", "metadata": {}, "hostId": "520f8846dd64357a7139199569b0ea8eae4270ea2e1314ec53b89c2e", "image": {"id": "8d8e432e-9626-4548-907f-c2ac0fe12e26", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/images/8d8e432e-9626-4548-907f-c2ac0fe12e26"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/flavors/42"}]}, "created": "2025-11-14T06:22:36Z", "updated": "2025-11-14T06:22:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0"}, {"rel": "bookmark", "href": "http://192.168.122.111/compute/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-227085556", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--105906064"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-14 07:22:49,127 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0 0.155s
2025-11-14 07:22:49,127 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:22:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1380', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b2c2276-2a5a-47c4-b1b1-f042c628485a', 'x-compute-request-id': 'req-1b2c2276-2a5a-47c4-b1b1-f042c628485a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0'}
Body: b'{"server": {"id": "587d2e90-fa88-40db-8fc2-51d39f9952b0", "name": "tempest-AttachVolumeNegativeTest-server-2124327321", "status": "BUILD", "tenant_id": "344884abffe24fc49e4654a34f32e0fa", "user_id": "d268127b2f344aa3b385b22d5556b1b1", "metadata": {}, "hostId": "520f8846dd64357a7139199569b0ea8eae4270ea2e1314ec53b89c2e", "image": {"id": "8d8e432e-9626-4548-907f-c2ac0fe12e26", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/images/8d8e432e-9626-4548-907f-c2ac0fe12e26"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/flavors/42"}]}, "created": "2025-11-14T06:22:36Z", "updated": "2025-11-14T06:22:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0"}, {"rel": "bookmark", "href": "http://192.168.122.111/compute/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-227085556", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--105906064"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-14 07:22:50,343 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0 0.203s
2025-11-14 07:22:50,343 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:22:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1564', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36e5c18c-5e57-48af-8c77-f43dcac63660', 'x-compute-request-id': 'req-36e5c18c-5e57-48af-8c77-f43dcac63660', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0'}
Body: b'{"server": {"id": "587d2e90-fa88-40db-8fc2-51d39f9952b0", "name": "tempest-AttachVolumeNegativeTest-server-2124327321", "status": "ACTIVE", "tenant_id": "344884abffe24fc49e4654a34f32e0fa", "user_id": "d268127b2f344aa3b385b22d5556b1b1", "metadata": {}, "hostId": "520f8846dd64357a7139199569b0ea8eae4270ea2e1314ec53b89c2e", "image": {"id": "8d8e432e-9626-4548-907f-c2ac0fe12e26", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/images/8d8e432e-9626-4548-907f-c2ac0fe12e26"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/flavors/42"}]}, "created": "2025-11-14T06:22:36Z", "updated": "2025-11-14T06:22:50Z", "addresses": {"tempest-AttachVolumeNegativeTest-1856711317-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:38:42"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0"}, {"rel": "bookmark", "href": "http://192.168.122.111/compute/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-227085556", "OS-SRV-USG:launched_at": "2025-11-14T06:22:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--105906064"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-14 07:22:50,354 80914 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 14 second wait
2025-11-14 07:22:50,465 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0/os-interface 0.110s
2025-11-14 07:22:50,465 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:22:50 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-53867f31-7320-4897-b669-80e84288813d', 'x-compute-request-id': 'req-53867f31-7320-4897-b669-80e84288813d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "a5b33d9c-b0b8-4500-9098-9acaf223057f", "port_id": "2433199a-d8ac-4b54-98ec-6666fab528e4", "mac_addr": "fa:16:3e:29:38:42", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "440ec032-5884-4f75-a49b-e723e1a8760c", "ip_address": "10.0.0.8"}]}]}'
2025-11-14 07:22:51,589 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 PUT http://192.168.122.111/networking/v2.0/floatingips/3f7fdfa2-3072-48f8-806e-cf40a08830cb 1.121s
2025-11-14 07:22:51,589 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "2433199a-d8ac-4b54-98ec-6666fab528e4"}}
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:22:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-69fff1a1-b910-48be-8883-f48ae5d8bda5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/networking/v2.0/floatingips/3f7fdfa2-3072-48f8-806e-cf40a08830cb'}
Body: b'{"floatingip": {"id": "3f7fdfa2-3072-48f8-806e-cf40a08830cb", "tenant_id": "344884abffe24fc49e4654a34f32e0fa", "project_id": "344884abffe24fc49e4654a34f32e0fa", "floating_ip_address": "172.24.4.116", "floating_network_id": "a1f672e4-c5a9-458f-bced-207d2ab63e74", "router_id": "2e5e7547-7017-4246-bb65-a4c1172d4c34", "port_id": "2433199a-d8ac-4b54-98ec-6666fab528e4", "fixed_ip_address": "10.0.0.8", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "a5b33d9c-b0b8-4500-9098-9acaf223057f", "mac_address": "fa:16:3e:29:38:42", "admin_state_up": true, "status": "ACTIVE", "device_id": "587d2e90-fa88-40db-8fc2-51d39f9952b0", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-11-14T06:22:35Z", "updated_at": "2025-11-14T06:22:50Z", "revision_number": 1}}'
2025-11-14 07:22:51,591 80914 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.116:22' as 'cirros' with public key authentication
2025-11-14 07:23:51,649 80914 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.116 (timed out). Number attempts: 1. Retry after 2 seconds.
2025-11-14 07:23:54,193 80914 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2025-11-14 07:23:54,388 80914 INFO [paramiko.transport] Authentication (publickey) successful!
2025-11-14 07:23:54,389 80914 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.116 successfully created
2025-11-14 07:23:54,432 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0/ips 0.043s
2025-11-14 07:23:54,433 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:23:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '148', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a1ef7dd-5f8e-4c7e-b71a-995f7f5dc9dc', 'x-compute-request-id': 'req-9a1ef7dd-5f8e-4c7e-b71a-995f7f5dc9dc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0/ips'}
Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-1856711317-network": [{"version": 4, "addr": "10.0.0.8"}, {"version": 4, "addr": "172.24.4.116"}]}}'
2025-11-14 07:23:54,638 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://192.168.122.111/volume/v3/volumes 0.203s
2025-11-14 07:23:54,638 80914 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-AttachVolumeNegativeTest-volume-1054173927"}}
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:23:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-244c73c3-6c89-46ff-a064-9cc74751d898', 'content-length': '764', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-244c73c3-6c89-46ff-a064-9cc74751d898', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.111/volume/v3/volumes'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:54.582403", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2025-11-14 07:23:54,683 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.035s
2025-11-14 07:23:54,683 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:23:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd6a4374-efd8-495f-8da3-6da6a3d6d173', 'content-length': '832', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd6a4374-efd8-495f-8da3-6da6a3d6d173', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:23:55,732 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.038s
2025-11-14 07:23:55,732 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:23:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae56e01e-1254-435a-93d4-24db60fe9ae6', 'content-length': '856', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae56e01e-1254-435a-93d4-24db60fe9ae6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:23:55.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:23:56,793 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.050s
2025-11-14 07:23:56,793 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:23:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a1acefc-d2b0-414a-a080-e10794bf2679', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a1acefc-d2b0-414a-a080-e10794bf2679', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:23:56.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:23:56,803 80914 INFO [tempest.common.waiters] volume 9245cd17-dc05-4bd7-8ec5-11584f9567ae reached available after waiting for 2.803927 seconds
2025-11-14 07:23:59,043 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 POST http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0/os-volume_attachments 2.239s
2025-11-14 07:23:59,044 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volumeAttachment": {"volumeId": "9245cd17-dc05-4bd7-8ec5-11584f9567ae"}}
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:23:56 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-0a988127-8bf0-4677-86cb-4be4d1d7118f', 'x-compute-request-id': 'req-0a988127-8bf0-4677-86cb-4be4d1d7118f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0/os-volume_attachments'}
Body: b'{"volumeAttachment": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "serverId": "587d2e90-fa88-40db-8fc2-51d39f9952b0", "volumeId": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "device": "/dev/vdb"}}'
2025-11-14 07:23:59,082 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.037s
2025-11-14 07:23:59,083 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:23:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4918d249-21ca-423d-9aa0-cfb1b7860e8b', 'content-length': '856', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4918d249-21ca-423d-9aa0-cfb1b7860e8b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:23:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:00,132 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.037s
2025-11-14 07:24:00,133 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e2afb61-e9f5-424a-b19d-a461b8bf35da', 'content-length': '856', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e2afb61-e9f5-424a-b19d-a461b8bf35da', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:23:59.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:01,190 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.046s
2025-11-14 07:24:01,190 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b216c0a6-9f3d-4e1d-9812-fe32c59e1203', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b216c0a6-9f3d-4e1d-9812-fe32c59e1203', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:02,258 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.058s
2025-11-14 07:24:02,258 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03a850b6-ec2e-4f36-b484-8a4cbe63e5fe', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03a850b6-ec2e-4f36-b484-8a4cbe63e5fe', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:03,306 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.035s
2025-11-14 07:24:03,307 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4824ddc8-b34d-4d09-b068-39d3706e86d1', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4824ddc8-b34d-4d09-b068-39d3706e86d1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:04,358 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.039s
2025-11-14 07:24:04,358 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ea4f05b-e67d-4e0c-8c4f-8b76e127b5db', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ea4f05b-e67d-4e0c-8c4f-8b76e127b5db', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:05,410 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.041s
2025-11-14 07:24:05,411 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9805614a-b164-4862-8a17-24ac59aab742', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9805614a-b164-4862-8a17-24ac59aab742', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:06,462 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.041s
2025-11-14 07:24:06,463 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af4fad58-7b0a-4853-9da6-bdc04d6baa2b', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af4fad58-7b0a-4853-9da6-bdc04d6baa2b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:07,509 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.036s
2025-11-14 07:24:07,509 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd7de92c-c5d1-43b6-bd9a-a7d17659126a', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd7de92c-c5d1-43b6-bd9a-a7d17659126a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:08,574 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.053s
2025-11-14 07:24:08,574 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d74cf9f-cb7d-41c0-89d2-7be5210d2ffe', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d74cf9f-cb7d-41c0-89d2-7be5210d2ffe', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:09,622 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.036s
2025-11-14 07:24:09,622 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-faef3251-634a-447b-aa95-0cb8a1200fbd', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-faef3251-634a-447b-aa95-0cb8a1200fbd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:10,668 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.033s
2025-11-14 07:24:10,668 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a869eeb-534a-4651-9b88-a4592e582770', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a869eeb-534a-4651-9b88-a4592e582770', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:11,723 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.044s
2025-11-14 07:24:11,724 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65f15f86-6ec1-4a75-9f92-b7220daa74b9', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65f15f86-6ec1-4a75-9f92-b7220daa74b9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:12,782 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.047s
2025-11-14 07:24:12,782 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c66b5f0b-e1f2-410f-a78c-4aef1219d410', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c66b5f0b-e1f2-410f-a78c-4aef1219d410', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:13,833 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.039s
2025-11-14 07:24:13,833 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c172ff6c-8f07-48eb-94e1-01769d187c95', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c172ff6c-8f07-48eb-94e1-01769d187c95', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:14,890 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.046s
2025-11-14 07:24:14,890 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20021f0b-7e03-494e-b199-a0feb589c7e3', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20021f0b-7e03-494e-b199-a0feb589c7e3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:15,935 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.035s
2025-11-14 07:24:15,936 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6058ea8-158b-4512-9316-df3b88344644', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6058ea8-158b-4512-9316-df3b88344644', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:16,986 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.039s
2025-11-14 07:24:16,986 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c41341a8-8a6e-42c7-b710-177a56f0ed6e', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c41341a8-8a6e-42c7-b710-177a56f0ed6e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:18,050 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.049s
2025-11-14 07:24:18,050 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a016a110-551e-4eda-a2fe-7c8a473ee278', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a016a110-551e-4eda-a2fe-7c8a473ee278', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:19,095 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.034s
2025-11-14 07:24:19,095 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bed2550-3af4-4ade-8680-54b941af2bd6', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bed2550-3af4-4ade-8680-54b941af2bd6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:20,153 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.045s
2025-11-14 07:24:20,153 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8363a110-3aff-4f47-a243-c9509c8cac15', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8363a110-3aff-4f47-a243-c9509c8cac15', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:21,212 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.048s
2025-11-14 07:24:21,213 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44edc7ec-f4eb-4161-a886-1b5f6ae727ff', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44edc7ec-f4eb-4161-a886-1b5f6ae727ff', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:22,260 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.036s
2025-11-14 07:24:22,260 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea39c4f1-3c67-4baa-8043-24c1b6cf0388', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea39c4f1-3c67-4baa-8043-24c1b6cf0388', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:23,311 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.039s
2025-11-14 07:24:23,311 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7716cad-f38a-4fa9-99e8-edab4c197b4d', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7716cad-f38a-4fa9-99e8-edab4c197b4d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:24,379 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.057s
2025-11-14 07:24:24,379 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-061746c0-b64a-4d27-af53-37bf145ab846', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-061746c0-b64a-4d27-af53-37bf145ab846', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:25,437 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.046s
2025-11-14 07:24:25,437 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52e0d0c1-8e41-4e7e-972b-414920912ca8', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52e0d0c1-8e41-4e7e-972b-414920912ca8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:26,480 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.032s
2025-11-14 07:24:26,481 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d25d0630-f753-449c-87c6-6d1d570f3b89', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d25d0630-f753-449c-87c6-6d1d570f3b89', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:27,531 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.039s
2025-11-14 07:24:27,532 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd685dbe-2687-4e16-88a0-b7f905f1b7fb', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd685dbe-2687-4e16-88a0-b7f905f1b7fb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:28,576 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.033s
2025-11-14 07:24:28,576 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c54442e-4a07-4585-81ad-22b488000881', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c54442e-4a07-4585-81ad-22b488000881', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:29,627 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.040s
2025-11-14 07:24:29,628 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f17e9fbe-f191-4b0b-9755-1a4f356fb3a2', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f17e9fbe-f191-4b0b-9755-1a4f356fb3a2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:30,671 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.033s
2025-11-14 07:24:30,672 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a669a54f-5fa0-49f3-b85c-47f360ebc0ca', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a669a54f-5fa0-49f3-b85c-47f360ebc0ca', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:31,717 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.035s
2025-11-14 07:24:31,717 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf9b29a8-e5e0-4665-a0a7-b3835e47d4dd', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf9b29a8-e5e0-4665-a0a7-b3835e47d4dd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:32,760 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.032s
2025-11-14 07:24:32,761 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4617078b-c9b9-468c-b16e-2ebdadb282be', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4617078b-c9b9-468c-b16e-2ebdadb282be', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:33,803 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.032s
2025-11-14 07:24:33,803 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e02d54e0-5885-4451-8fb1-7b5e9b492eb9', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e02d54e0-5885-4451-8fb1-7b5e9b492eb9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:34,859 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.044s
2025-11-14 07:24:34,859 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7a45943-41d7-48ce-901c-a1f3adc122e1', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7a45943-41d7-48ce-901c-a1f3adc122e1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:35,908 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.039s
2025-11-14 07:24:35,909 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba205293-ddd5-408f-933f-eafa57d67e98', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba205293-ddd5-408f-933f-eafa57d67e98', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:36,963 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.043s
2025-11-14 07:24:36,963 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d98a12b2-c08f-408e-9883-b5803e1bb3d4', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d98a12b2-c08f-408e-9883-b5803e1bb3d4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:38,020 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.045s
2025-11-14 07:24:38,020 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ddcc1ab-6e12-41dd-b8ec-c29dbc428977', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ddcc1ab-6e12-41dd-b8ec-c29dbc428977', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:39,070 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.039s
2025-11-14 07:24:39,071 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9911b78-cb67-43f0-a315-ee3fa241eead', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9911b78-cb67-43f0-a315-ee3fa241eead', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:40,120 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.038s
2025-11-14 07:24:40,120 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2ebe885-c543-4ead-87a8-c3c715627773', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2ebe885-c543-4ead-87a8-c3c715627773', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:41,164 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.033s
2025-11-14 07:24:41,165 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef6a5fe4-1746-47cc-95f0-cee3d69ce36b', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef6a5fe4-1746-47cc-95f0-cee3d69ce36b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:42,210 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.035s
2025-11-14 07:24:42,211 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b326ff36-9137-44e8-bfd1-9211221dc2c4', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b326ff36-9137-44e8-bfd1-9211221dc2c4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:43,263 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.042s
2025-11-14 07:24:43,263 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1056cc80-be63-4ae8-9f3f-8e1b2a7053a0', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1056cc80-be63-4ae8-9f3f-8e1b2a7053a0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:44,327 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.051s
2025-11-14 07:24:44,327 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fa50028-4821-4266-adc9-3371d83c295d', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fa50028-4821-4266-adc9-3371d83c295d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:45,380 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.037s
2025-11-14 07:24:45,380 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93b3ccf4-4081-4d1e-9681-4654a3f1b6ea', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93b3ccf4-4081-4d1e-9681-4654a3f1b6ea', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:46,431 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.040s
2025-11-14 07:24:46,431 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d441c0d5-1c5e-46f1-9cc6-cef4734ee54e', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d441c0d5-1c5e-46f1-9cc6-cef4734ee54e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:47,486 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.044s
2025-11-14 07:24:47,487 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4f83c6d-3976-435a-8376-eee328501e46', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4f83c6d-3976-435a-8376-eee328501e46', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:48,534 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.036s
2025-11-14 07:24:48,534 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-443d8dff-8861-4645-ab25-c34d7e478520', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-443d8dff-8861-4645-ab25-c34d7e478520', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:49,584 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.038s
2025-11-14 07:24:49,584 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8006b8a3-4e24-4a4f-a2af-aed36455548b', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8006b8a3-4e24-4a4f-a2af-aed36455548b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:50,637 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.041s
2025-11-14 07:24:50,637 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a487f924-e551-4cfa-9308-ad98a5c9e08a', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a487f924-e551-4cfa-9308-ad98a5c9e08a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:51,700 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.051s
2025-11-14 07:24:51,700 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7a8402f-05e5-41d6-b2f3-616bc4447f86', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7a8402f-05e5-41d6-b2f3-616bc4447f86', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:52,759 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.044s
2025-11-14 07:24:52,759 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec213b49-e66e-4c4c-8a8d-56dbefeabf6f', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec213b49-e66e-4c4c-8a8d-56dbefeabf6f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:53,807 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.036s
2025-11-14 07:24:53,807 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9823fd0d-0157-437c-bb0e-c5a66e0da5fa', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9823fd0d-0157-437c-bb0e-c5a66e0da5fa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:54,877 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.058s
2025-11-14 07:24:54,877 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf6bf6b5-9481-4e89-98bf-9620ffe2c100', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf6bf6b5-9481-4e89-98bf-9620ffe2c100', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:55,919 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.032s
2025-11-14 07:24:55,920 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e032dd1-0837-44aa-aad3-778e4b9d3a99', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e032dd1-0837-44aa-aad3-778e4b9d3a99', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:56,967 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.037s
2025-11-14 07:24:56,968 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8980bd9b-2dfe-4938-8a6d-1177af9a15a9', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8980bd9b-2dfe-4938-8a6d-1177af9a15a9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:58,018 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.039s
2025-11-14 07:24:58,018 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e17b4418-0ae8-4dfb-b686-cb7b7bda3ea1', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e17b4418-0ae8-4dfb-b686-cb7b7bda3ea1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:24:59,069 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.039s
2025-11-14 07:24:59,069 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:24:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bc938b2-7511-4396-ac7a-aacb76b7541b', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bc938b2-7511-4396-ac7a-aacb76b7541b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:00,126 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.046s
2025-11-14 07:25:00,127 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5703e610-065d-4b5f-a8c2-a17189ad5e17', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5703e610-065d-4b5f-a8c2-a17189ad5e17', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:01,177 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.040s
2025-11-14 07:25:01,178 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3aa766e7-12be-47ac-aa73-50270417e0a9', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3aa766e7-12be-47ac-aa73-50270417e0a9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:02,232 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.042s
2025-11-14 07:25:02,232 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04208e0b-8afa-4989-bb79-fbbacf7745ec', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04208e0b-8afa-4989-bb79-fbbacf7745ec', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:03,282 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.038s
2025-11-14 07:25:03,282 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d3512d1-736d-4071-a04d-75a12dd32b7e', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d3512d1-736d-4071-a04d-75a12dd32b7e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:04,332 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.039s
2025-11-14 07:25:04,333 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f07fcca-86e9-4bde-b21c-41dc4d848143', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f07fcca-86e9-4bde-b21c-41dc4d848143', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:05,390 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.044s
2025-11-14 07:25:05,391 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7475c0e-6f98-466b-bc76-4f7c654f5d4b', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7475c0e-6f98-466b-bc76-4f7c654f5d4b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:06,440 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.035s
2025-11-14 07:25:06,441 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc5e7e5e-2f76-4aee-9f51-c87d21f622ba', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc5e7e5e-2f76-4aee-9f51-c87d21f622ba', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:07,492 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.040s
2025-11-14 07:25:07,493 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0873b8fc-e94a-4f99-ad1c-80ba3e7ff3d9', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0873b8fc-e94a-4f99-ad1c-80ba3e7ff3d9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:08,544 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.035s
2025-11-14 07:25:08,545 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94d7a781-4eb5-447b-9c64-8acb45d67e1d', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94d7a781-4eb5-447b-9c64-8acb45d67e1d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:09,592 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.036s
2025-11-14 07:25:09,592 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63517154-1dc8-4664-acf4-f23fddaa56b0', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63517154-1dc8-4664-acf4-f23fddaa56b0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:10,640 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.037s
2025-11-14 07:25:10,641 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef946788-cc8d-4887-a5ec-501d91d5343e', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef946788-cc8d-4887-a5ec-501d91d5343e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:11,689 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.037s
2025-11-14 07:25:11,689 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19a26094-24b9-44c8-9e87-d653f14eb4fa', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19a26094-24b9-44c8-9e87-d653f14eb4fa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:12,738 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.038s
2025-11-14 07:25:12,739 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1beebf53-6016-4221-bb68-0a00b75f5158', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1beebf53-6016-4221-bb68-0a00b75f5158', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:13,792 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.041s
2025-11-14 07:25:13,792 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a489d1b9-2b6e-497a-a0a4-3aba771f1d33', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a489d1b9-2b6e-497a-a0a4-3aba771f1d33', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:14,851 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.047s
2025-11-14 07:25:14,851 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecc05fc4-3462-48c0-9425-468d49501b41', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecc05fc4-3462-48c0-9425-468d49501b41', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:15,913 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.051s
2025-11-14 07:25:15,913 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f50fd4a6-05b3-4273-a58d-b0a0d00a41f0', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f50fd4a6-05b3-4273-a58d-b0a0d00a41f0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:16,964 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.038s
2025-11-14 07:25:16,964 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac335676-65db-42d3-a921-db15ce8f7c0d', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac335676-65db-42d3-a921-db15ce8f7c0d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:18,015 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.039s
2025-11-14 07:25:18,015 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7a5d3b4-bad5-438b-aa6d-c4eb72ab84dd', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7a5d3b4-bad5-438b-aa6d-c4eb72ab84dd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:19,063 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.037s
2025-11-14 07:25:19,064 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67116a78-81b7-4049-bf52-f72ab3324a80', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67116a78-81b7-4049-bf52-f72ab3324a80', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:20,109 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.033s
2025-11-14 07:25:20,109 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-122eaf84-d946-4458-b682-9d2b33ccf157', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-122eaf84-d946-4458-b682-9d2b33ccf157', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:21,155 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.033s
2025-11-14 07:25:21,155 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ccadb748-a6d7-4ac3-848c-1dc8a34f4b44', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ccadb748-a6d7-4ac3-848c-1dc8a34f4b44', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:22,201 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.034s
2025-11-14 07:25:22,201 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02efe937-76bd-4c42-9162-1f12d8dd8c51', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02efe937-76bd-4c42-9162-1f12d8dd8c51', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:23,246 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.035s
2025-11-14 07:25:23,247 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f42a54a-c51a-4d51-8de2-52e4736bb9e4', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f42a54a-c51a-4d51-8de2-52e4736bb9e4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:24,303 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.046s
2025-11-14 07:25:24,304 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e02adbd5-11c1-4bcd-beec-7fdc54c64729', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e02adbd5-11c1-4bcd-beec-7fdc54c64729', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:25,356 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.042s
2025-11-14 07:25:25,356 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed3a7ba5-cdbf-42b9-a473-df1c1c51c232', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed3a7ba5-cdbf-42b9-a473-df1c1c51c232', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:26,409 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.042s
2025-11-14 07:25:26,410 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6194872d-8a59-4c1f-86d6-1f0d1ffeba6a', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6194872d-8a59-4c1f-86d6-1f0d1ffeba6a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:27,465 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.043s
2025-11-14 07:25:27,465 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc85b0a9-eed7-4b20-a20f-7c10cbc15686', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc85b0a9-eed7-4b20-a20f-7c10cbc15686', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:28,518 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.042s
2025-11-14 07:25:28,518 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94550c83-5a20-4e87-b537-53e7548e21da', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94550c83-5a20-4e87-b537-53e7548e21da', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:29,572 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.040s
2025-11-14 07:25:29,572 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a45c5d4-be92-4410-8082-407bc2058398', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a45c5d4-be92-4410-8082-407bc2058398', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:30,624 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.041s
2025-11-14 07:25:30,625 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bf0ff0f-f17b-484f-80f8-05c6b5119e43', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bf0ff0f-f17b-484f-80f8-05c6b5119e43', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:31,676 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.041s
2025-11-14 07:25:31,676 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10dafde2-4b84-470b-b3d3-59734a48cf1b', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10dafde2-4b84-470b-b3d3-59734a48cf1b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:32,729 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.038s
2025-11-14 07:25:32,729 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9411a4c-6b3c-48ec-b56c-1f6eb9a55476', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9411a4c-6b3c-48ec-b56c-1f6eb9a55476', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:33,776 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.036s
2025-11-14 07:25:33,776 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee764d07-8fb6-4ce9-b1ac-6131976b28a5', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee764d07-8fb6-4ce9-b1ac-6131976b28a5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:34,829 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.043s
2025-11-14 07:25:34,830 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4a6396a-dfe9-4329-aede-39b7d849def7', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4a6396a-dfe9-4329-aede-39b7d849def7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:35,874 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.033s
2025-11-14 07:25:35,875 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c257156-1c13-4a44-b26f-2b7967a20dc0', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c257156-1c13-4a44-b26f-2b7967a20dc0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:36,950 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.063s
2025-11-14 07:25:36,950 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41a93a9d-768d-4ade-8375-694dd96a48db', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41a93a9d-768d-4ade-8375-694dd96a48db', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:37,996 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.034s
2025-11-14 07:25:37,996 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b5351b0-4da9-4252-8c56-1dd779df45b8', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b5351b0-4da9-4252-8c56-1dd779df45b8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:39,039 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.032s
2025-11-14 07:25:39,040 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0b3cc62-559d-46e9-9e14-cd3bc94aee66', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0b3cc62-559d-46e9-9e14-cd3bc94aee66', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:40,084 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.033s
2025-11-14 07:25:40,084 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e376bcb2-9fdc-4ee4-a666-85087c4d73a3', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e376bcb2-9fdc-4ee4-a666-85087c4d73a3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:41,129 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.034s
2025-11-14 07:25:41,130 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2701bbfe-afe7-4d58-be41-7fc7f47e5833', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2701bbfe-afe7-4d58-be41-7fc7f47e5833', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:42,174 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.033s
2025-11-14 07:25:42,174 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d58ea1f2-7b9e-4c81-8b76-3bd45456a6f1', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d58ea1f2-7b9e-4c81-8b76-3bd45456a6f1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:43,218 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.034s
2025-11-14 07:25:43,219 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98a2a88e-d63d-47a2-b32d-8ac530c63e2a', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98a2a88e-d63d-47a2-b32d-8ac530c63e2a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:44,267 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.038s
2025-11-14 07:25:44,267 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2217f37c-ce4c-4b79-b7e0-152e7c625acc', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2217f37c-ce4c-4b79-b7e0-152e7c625acc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:45,314 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.036s
2025-11-14 07:25:45,315 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b44ad96b-9e5a-4182-9316-53c31cf1a2b9', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b44ad96b-9e5a-4182-9316-53c31cf1a2b9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:46,369 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.042s
2025-11-14 07:25:46,369 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd26ac72-961d-4e80-b372-27ca682b0cd4', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd26ac72-961d-4e80-b372-27ca682b0cd4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:47,423 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.043s
2025-11-14 07:25:47,424 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c41ceec6-a7d5-40aa-b891-76b6f2a0ddaf', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c41ceec6-a7d5-40aa-b891-76b6f2a0ddaf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:48,471 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.035s
2025-11-14 07:25:48,471 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b0d1117-4547-48fd-8097-35de3aac2e01', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b0d1117-4547-48fd-8097-35de3aac2e01', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:49,520 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.037s
2025-11-14 07:25:49,520 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8943a26e-d1d6-4f18-898b-2cba670f6aab', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8943a26e-d1d6-4f18-898b-2cba670f6aab', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:50,570 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.039s
2025-11-14 07:25:50,570 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-271c03fb-e719-4b73-a714-5a53ee1ff9ff', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-271c03fb-e719-4b73-a714-5a53ee1ff9ff', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:51,616 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.035s
2025-11-14 07:25:51,617 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca70dd10-9eb6-4f34-9d0d-72e3cffdd163', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca70dd10-9eb6-4f34-9d0d-72e3cffdd163', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:52,668 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.040s
2025-11-14 07:25:52,669 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d702b943-dd2f-4b94-89f4-4e6f13ea84ac', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d702b943-dd2f-4b94-89f4-4e6f13ea84ac', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:53,772 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.092s
2025-11-14 07:25:53,772 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8866795c-ae54-4652-892c-d53535bec935', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8866795c-ae54-4652-892c-d53535bec935', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:54,851 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.067s
2025-11-14 07:25:54,851 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbfb305d-42aa-48da-88ee-8b4712132051', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbfb305d-42aa-48da-88ee-8b4712132051', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:55,911 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.048s
2025-11-14 07:25:55,911 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da4b41ad-56bf-4fdb-bacf-1b57e72ea9e2', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da4b41ad-56bf-4fdb-bacf-1b57e72ea9e2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:56,954 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.033s
2025-11-14 07:25:56,954 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61336335-3405-4e0a-86a3-2c00312165fb', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61336335-3405-4e0a-86a3-2c00312165fb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:58,016 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.051s
2025-11-14 07:25:58,016 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f486962f-d7e5-49c6-a9ff-35ea2dd86e26', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f486962f-d7e5-49c6-a9ff-35ea2dd86e26', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:25:59,059 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.032s
2025-11-14 07:25:59,059 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:25:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a2cc0e9-594c-4834-89c9-e7590e93b30c', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a2cc0e9-594c-4834-89c9-e7590e93b30c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:00,103 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.034s
2025-11-14 07:26:00,104 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2d68183-0bdc-405d-997a-8a9b241da299', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2d68183-0bdc-405d-997a-8a9b241da299', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:01,150 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.036s
2025-11-14 07:26:01,151 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40d3eb83-74a2-4ab0-8fdc-0584341303cf', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40d3eb83-74a2-4ab0-8fdc-0584341303cf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:02,199 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.037s
2025-11-14 07:26:02,199 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fc57070-efc6-46ae-91ec-7920b86da304', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fc57070-efc6-46ae-91ec-7920b86da304', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:03,277 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.066s
2025-11-14 07:26:03,277 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1a9ccb5-d92f-445a-af1d-16b1090511d1', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1a9ccb5-d92f-445a-af1d-16b1090511d1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:04,322 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.034s
2025-11-14 07:26:04,322 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd58b0ff-2777-42c2-aaae-37f167d8bfb1', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd58b0ff-2777-42c2-aaae-37f167d8bfb1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:05,376 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.042s
2025-11-14 07:26:05,376 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b394042-bd54-4111-8acc-a1214e925c54', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b394042-bd54-4111-8acc-a1214e925c54', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:06,422 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.033s
2025-11-14 07:26:06,423 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d5c17dc-d970-4649-bdff-95383c428c35', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d5c17dc-d970-4649-bdff-95383c428c35', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:07,470 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.036s
2025-11-14 07:26:07,470 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fa15a4f-9434-43af-88f1-6fa8f2eb226b', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fa15a4f-9434-43af-88f1-6fa8f2eb226b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:08,529 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.047s
2025-11-14 07:26:08,529 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7595470b-ead0-4a44-a73a-032fd148c492', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7595470b-ead0-4a44-a73a-032fd148c492', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:09,594 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.052s
2025-11-14 07:26:09,595 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7169032-cd0e-420f-8038-8d6e39cc3a5b', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7169032-cd0e-420f-8038-8d6e39cc3a5b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:10,641 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.035s
2025-11-14 07:26:10,642 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7f4ea10-cf45-4099-a0eb-cb7eec3ab084', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7f4ea10-cf45-4099-a0eb-cb7eec3ab084', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:11,697 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.045s
2025-11-14 07:26:11,698 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eec17654-81fb-4415-882c-b020c409d1bd', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eec17654-81fb-4415-882c-b020c409d1bd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:12,741 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.032s
2025-11-14 07:26:12,742 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b883d66-436d-407f-ad14-28dc203fddc2', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b883d66-436d-407f-ad14-28dc203fddc2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:13,881 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.127s
2025-11-14 07:26:13,881 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-454dbf8c-54e6-49fa-a222-7e3553a66c70', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-454dbf8c-54e6-49fa-a222-7e3553a66c70', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:15,051 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.158s
2025-11-14 07:26:15,051 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a63968f9-74eb-4a45-a621-dd99a52c3357', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a63968f9-74eb-4a45-a621-dd99a52c3357', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:16,106 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.041s
2025-11-14 07:26:16,106 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2948f8d1-d17d-4a57-b529-10f581325e3d', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2948f8d1-d17d-4a57-b529-10f581325e3d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:17,169 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.052s
2025-11-14 07:26:17,170 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a6322d7-976c-47e1-878b-ae83e7c7f024', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a6322d7-976c-47e1-878b-ae83e7c7f024', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:18,224 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.043s
2025-11-14 07:26:18,224 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac653882-d735-4b20-a036-17243bebc06e', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac653882-d735-4b20-a036-17243bebc06e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:19,274 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.038s
2025-11-14 07:26:19,275 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4aadd9d8-28bf-41f7-a204-25b3e66f59f2', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4aadd9d8-28bf-41f7-a204-25b3e66f59f2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:20,324 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.039s
2025-11-14 07:26:20,325 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0364f7ed-5eef-4bb8-b958-94a4bd6b4795', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0364f7ed-5eef-4bb8-b958-94a4bd6b4795', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:21,375 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.039s
2025-11-14 07:26:21,376 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f128df75-26ef-4012-a91f-314eea9ee580', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f128df75-26ef-4012-a91f-314eea9ee580', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:22,429 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.042s
2025-11-14 07:26:22,429 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6345b74-b9dd-42d8-b895-878bbce3afd7', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6345b74-b9dd-42d8-b895-878bbce3afd7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:23,474 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.034s
2025-11-14 07:26:23,474 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa9c0412-f13d-4465-9775-2c004e3e46d6', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa9c0412-f13d-4465-9775-2c004e3e46d6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:24,527 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.042s
2025-11-14 07:26:24,527 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c88e124b-6483-4fe0-bafb-424482fed95e', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c88e124b-6483-4fe0-bafb-424482fed95e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:25,572 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.034s
2025-11-14 07:26:25,573 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90a802bb-d690-41b4-979e-49e5e0c99f13', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90a802bb-d690-41b4-979e-49e5e0c99f13', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:26,615 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.031s
2025-11-14 07:26:26,616 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38e0603a-9c7e-48dd-97ae-f081246568c1', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38e0603a-9c7e-48dd-97ae-f081246568c1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:27,661 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.034s
2025-11-14 07:26:27,661 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9d12a4f-2f87-499c-96f4-af55334e6b19', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9d12a4f-2f87-499c-96f4-af55334e6b19', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:28,717 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.045s
2025-11-14 07:26:28,717 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e19c9ff-00b0-4da3-adab-96b179a05096', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e19c9ff-00b0-4da3-adab-96b179a05096', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:29,766 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.038s
2025-11-14 07:26:29,766 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdfb3808-83e1-4287-9e20-0a94e01e49bb', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdfb3808-83e1-4287-9e20-0a94e01e49bb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:30,812 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.035s
2025-11-14 07:26:30,813 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35926360-89db-479c-9828-cffc39a19d8d', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35926360-89db-479c-9828-cffc39a19d8d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:31,861 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.037s
2025-11-14 07:26:31,861 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-513972df-422e-4b91-85d5-d3974f705a1f', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-513972df-422e-4b91-85d5-d3974f705a1f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:32,909 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.037s
2025-11-14 07:26:32,910 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-427469ba-451b-479d-9e96-7b5346e8ddfc', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-427469ba-451b-479d-9e96-7b5346e8ddfc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:33,963 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.040s
2025-11-14 07:26:33,964 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8b03225-df7d-4d9c-adb2-9a70e1c5c60e', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8b03225-df7d-4d9c-adb2-9a70e1c5c60e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:35,012 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.036s
2025-11-14 07:26:35,012 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-452f00b5-2932-4a2c-8617-bf0354103235', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-452f00b5-2932-4a2c-8617-bf0354103235', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:36,059 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.036s
2025-11-14 07:26:36,059 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-484271c1-ab4a-4892-aa02-2a13fc1ae06d', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-484271c1-ab4a-4892-aa02-2a13fc1ae06d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:37,118 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.048s
2025-11-14 07:26:37,118 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee50337f-c4c9-4828-9ea8-a774d67f3748', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee50337f-c4c9-4828-9ea8-a774d67f3748', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:38,167 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.038s
2025-11-14 07:26:38,167 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3885942-4101-4d1d-a095-e93fa71df7a7', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3885942-4101-4d1d-a095-e93fa71df7a7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:39,223 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.045s
2025-11-14 07:26:39,223 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40a76b41-2622-4477-b7bd-445c45e41827', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40a76b41-2622-4477-b7bd-445c45e41827', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:40,276 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.042s
2025-11-14 07:26:40,277 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-460b24f8-f936-430e-bada-85720d457ca1', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-460b24f8-f936-430e-bada-85720d457ca1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:41,321 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.034s
2025-11-14 07:26:41,321 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7159df5f-9b65-4b50-a69a-00499a6fdd7c', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7159df5f-9b65-4b50-a69a-00499a6fdd7c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:42,371 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.038s
2025-11-14 07:26:42,371 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9658caec-cff7-4353-bf76-13f10544b22a', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9658caec-cff7-4353-bf76-13f10544b22a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:43,416 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.034s
2025-11-14 07:26:43,417 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73530fe1-7232-47e3-a582-343c023b71cd', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73530fe1-7232-47e3-a582-343c023b71cd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:44,464 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.035s
2025-11-14 07:26:44,464 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-346e8392-a8b7-4d41-828b-b4e8fc60e6c0', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-346e8392-a8b7-4d41-828b-b4e8fc60e6c0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:45,517 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.041s
2025-11-14 07:26:45,517 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d37239c9-c081-48b7-bd8a-21bfffdc376e', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d37239c9-c081-48b7-bd8a-21bfffdc376e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:46,559 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.031s
2025-11-14 07:26:46,560 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50b1ffa4-cb6a-44ad-97a6-7d2b63daaa80', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50b1ffa4-cb6a-44ad-97a6-7d2b63daaa80', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:47,605 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.034s
2025-11-14 07:26:47,605 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04c43a45-228d-4888-ad9e-f46f8aa90595', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04c43a45-228d-4888-ad9e-f46f8aa90595', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:48,649 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.032s
2025-11-14 07:26:48,649 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8e206f9-c722-42b6-bfe1-a2d23736f177', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8e206f9-c722-42b6-bfe1-a2d23736f177', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:49,696 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.036s
2025-11-14 07:26:49,696 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0366d924-44e6-4a47-bc90-9833bc39ddc5', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0366d924-44e6-4a47-bc90-9833bc39ddc5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:50,748 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.041s
2025-11-14 07:26:50,748 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2083db42-d168-4e14-b606-5179229c9d6d', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2083db42-d168-4e14-b606-5179229c9d6d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:51,791 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.031s
2025-11-14 07:26:51,791 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38ddaa6b-79f6-43be-bd6f-b91544af53d8', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38ddaa6b-79f6-43be-bd6f-b91544af53d8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:52,843 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.041s
2025-11-14 07:26:52,843 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5ae30cd-f955-4bc4-bc5b-7000d77e8d98', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5ae30cd-f955-4bc4-bc5b-7000d77e8d98', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:53,891 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.037s
2025-11-14 07:26:53,891 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2431bde2-4b32-4ceb-a70e-1a660e7f9d8a', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2431bde2-4b32-4ceb-a70e-1a660e7f9d8a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:54,937 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.035s
2025-11-14 07:26:54,938 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f68f5ac9-8a51-49f8-b20e-9e455d05b328', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f68f5ac9-8a51-49f8-b20e-9e455d05b328', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:55,989 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.038s
2025-11-14 07:26:55,990 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35433e1b-802e-4941-877e-f33f09c3699c', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35433e1b-802e-4941-877e-f33f09c3699c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:57,041 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.040s
2025-11-14 07:26:57,041 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d683445b-9b57-4a75-8741-6820af918807', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d683445b-9b57-4a75-8741-6820af918807', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:58,092 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.037s
2025-11-14 07:26:58,093 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ac3cc4c-6332-4e95-8d4f-186ce4565104', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ac3cc4c-6332-4e95-8d4f-186ce4565104', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:26:59,147 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.043s
2025-11-14 07:26:59,147 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:26:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-850c4c20-0eb6-4d68-939a-878fe7c0c8c4', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-850c4c20-0eb6-4d68-939a-878fe7c0c8c4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:27:00,196 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.038s
2025-11-14 07:27:00,196 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:27:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0e80a7e-8852-4ea6-bae9-1be03b82dfc3', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0e80a7e-8852-4ea6-bae9-1be03b82dfc3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:27:01,253 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.045s
2025-11-14 07:27:01,253 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:27:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-adb448dd-a032-44b7-a66f-35cc383e6c58', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-adb448dd-a032-44b7-a66f-35cc383e6c58', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:27:02,298 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.034s
2025-11-14 07:27:02,298 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:27:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97e42290-9abb-42f6-b590-d6f88586e919', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97e42290-9abb-42f6-b590-d6f88586e919', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:27:03,348 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.038s
2025-11-14 07:27:03,348 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:27:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4702c7a9-903d-4f2a-b34f-ef78ffecaa79', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4702c7a9-903d-4f2a-b34f-ef78ffecaa79', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:27:04,407 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.045s
2025-11-14 07:27:04,408 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:27:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-738df9c1-373a-49e1-a746-ce244b17361f', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-738df9c1-373a-49e1-a746-ce244b17361f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:27:05,456 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.035s
2025-11-14 07:27:05,456 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:27:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8572abf-b415-454a-ae06-6bbb5352e070', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8572abf-b415-454a-ae06-6bbb5352e070', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:27:06,669 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.200s
2025-11-14 07:27:06,669 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:27:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-601655f1-19f3-49d1-a45d-ec599df26bbf', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-601655f1-19f3-49d1-a45d-ec599df26bbf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:27:07,716 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.036s
2025-11-14 07:27:07,716 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:27:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a83ad43d-a571-410d-a549-7629b8115ab9', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a83ad43d-a571-410d-a549-7629b8115ab9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:27:08,763 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.035s
2025-11-14 07:27:08,764 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:27:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37d874c0-5b0e-4f5d-9623-2e00b9c198a3', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37d874c0-5b0e-4f5d-9623-2e00b9c198a3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:27:09,809 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.035s
2025-11-14 07:27:09,810 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:27:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80396907-8c34-41c3-acff-bc0447a06693', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80396907-8c34-41c3-acff-bc0447a06693', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:27:10,857 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.036s
2025-11-14 07:27:10,857 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:27:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-940e0b7f-5e72-4b8d-930f-0d39c7478a8c', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-940e0b7f-5e72-4b8d-930f-0d39c7478a8c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:27:11,905 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.037s
2025-11-14 07:27:11,906 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:27:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-152fd764-6926-4373-a3bd-7a0756ee128c', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-152fd764-6926-4373-a3bd-7a0756ee128c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:27:12,950 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.033s
2025-11-14 07:27:12,950 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:27:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54c60609-c4f5-4a5f-8433-c0ea4261201f', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54c60609-c4f5-4a5f-8433-c0ea4261201f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:27:13,999 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae 0.037s
2025-11-14 07:27:13,999 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:27:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fff4342-27f7-48f5-89db-f96366490ca0', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fff4342-27f7-48f5-89db-f96366490ca0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae'}
Body: b'{"volume": {"id": "9245cd17-dc05-4bd7-8ec5-11584f9567ae", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2025-11-14T06:23:55.000000", "updated_at": "2025-11-14T06:24:02.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1054173927", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.111/volume/v3/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}, {"rel": "bookmark", "href": "http://192.168.122.111/volume/volumes/9245cd17-dc05-4bd7-8ec5-11584f9567ae"}], "user_id": "d268127b2f344aa3b385b22d5556b1b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "344884abffe24fc49e4654a34f32e0fa"}}'
2025-11-14 07:27:15,129 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0 0.119s
2025-11-14 07:27:15,130 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:27:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8a0ad29-c5d7-40d4-a757-ece0f1bc6728', 'x-compute-request-id': 'req-f8a0ad29-c5d7-40d4-a757-ece0f1bc6728', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0'}
Body: b''
2025-11-14 07:27:15,528 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0 0.398s
2025-11-14 07:27:15,528 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:27:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1689', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e8455776-4469-438f-8168-0a576b264567', 'x-compute-request-id': 'req-e8455776-4469-438f-8168-0a576b264567', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0'}
Body: b'{"server": {"id": "587d2e90-fa88-40db-8fc2-51d39f9952b0", "name": "tempest-AttachVolumeNegativeTest-server-2124327321", "status": "ACTIVE", "tenant_id": "344884abffe24fc49e4654a34f32e0fa", "user_id": "d268127b2f344aa3b385b22d5556b1b1", "metadata": {}, "hostId": "520f8846dd64357a7139199569b0ea8eae4270ea2e1314ec53b89c2e", "image": {"id": "8d8e432e-9626-4548-907f-c2ac0fe12e26", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/images/8d8e432e-9626-4548-907f-c2ac0fe12e26"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/flavors/42"}]}, "created": "2025-11-14T06:22:36Z", "updated": "2025-11-14T06:27:15Z", "addresses": {"tempest-AttachVolumeNegativeTest-1856711317-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:38:42"}, {"version": 4, "addr": "172.24.4.116", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:38:42"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0"}, {"rel": "bookmark", "href": "http://192.168.122.111/compute/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-227085556", "OS-SRV-USG:launched_at": "2025-11-14T06:22:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--105906064"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-14 07:27:16,797 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0 0.256s
2025-11-14 07:27:16,797 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:27:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1689', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3457e98f-1b57-4963-af77-c4f2694e2e7a', 'x-compute-request-id': 'req-3457e98f-1b57-4963-af77-c4f2694e2e7a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0'}
Body: b'{"server": {"id": "587d2e90-fa88-40db-8fc2-51d39f9952b0", "name": "tempest-AttachVolumeNegativeTest-server-2124327321", "status": "ACTIVE", "tenant_id": "344884abffe24fc49e4654a34f32e0fa", "user_id": "d268127b2f344aa3b385b22d5556b1b1", "metadata": {}, "hostId": "520f8846dd64357a7139199569b0ea8eae4270ea2e1314ec53b89c2e", "image": {"id": "8d8e432e-9626-4548-907f-c2ac0fe12e26", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/images/8d8e432e-9626-4548-907f-c2ac0fe12e26"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/flavors/42"}]}, "created": "2025-11-14T06:22:36Z", "updated": "2025-11-14T06:27:15Z", "addresses": {"tempest-AttachVolumeNegativeTest-1856711317-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:38:42"}, {"version": 4, "addr": "172.24.4.116", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:38:42"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0"}, {"rel": "bookmark", "href": "http://192.168.122.111/compute/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-227085556", "OS-SRV-USG:launched_at": "2025-11-14T06:22:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--105906064"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-14 07:27:18,165 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0 0.356s
2025-11-14 07:27:18,166 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:27:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1622', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fdde4aba-9e84-4b63-9f63-7850d4d47dab', 'x-compute-request-id': 'req-fdde4aba-9e84-4b63-9f63-7850d4d47dab', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0'}
Body: b'{"server": {"id": "587d2e90-fa88-40db-8fc2-51d39f9952b0", "name": "tempest-AttachVolumeNegativeTest-server-2124327321", "status": "ACTIVE", "tenant_id": "344884abffe24fc49e4654a34f32e0fa", "user_id": "d268127b2f344aa3b385b22d5556b1b1", "metadata": {}, "hostId": "520f8846dd64357a7139199569b0ea8eae4270ea2e1314ec53b89c2e", "image": {"id": "8d8e432e-9626-4548-907f-c2ac0fe12e26", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/images/8d8e432e-9626-4548-907f-c2ac0fe12e26"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/flavors/42"}]}, "created": "2025-11-14T06:22:36Z", "updated": "2025-11-14T06:27:17Z", "addresses": {"tempest-AttachVolumeNegativeTest-1856711317-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:38:42"}, {"version": 4, "addr": "172.24.4.116", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:29:38:42"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0"}, {"rel": "bookmark", "href": "http://192.168.122.111/compute/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-227085556", "OS-SRV-USG:launched_at": "2025-11-14T06:22:49.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-14 07:27:19,287 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0 0.109s
2025-11-14 07:27:19,287 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:27:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1427', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78bea7de-5742-440a-a161-32b00241f934', 'x-compute-request-id': 'req-78bea7de-5742-440a-a161-32b00241f934', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0'}
Body: b'{"server": {"id": "587d2e90-fa88-40db-8fc2-51d39f9952b0", "name": "tempest-AttachVolumeNegativeTest-server-2124327321", "status": "DELETED", "tenant_id": "344884abffe24fc49e4654a34f32e0fa", "user_id": "d268127b2f344aa3b385b22d5556b1b1", "metadata": {}, "hostId": "520f8846dd64357a7139199569b0ea8eae4270ea2e1314ec53b89c2e", "image": {"id": "8d8e432e-9626-4548-907f-c2ac0fe12e26", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/images/8d8e432e-9626-4548-907f-c2ac0fe12e26"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/flavors/42"}]}, "created": "2025-11-14T06:22:36Z", "updated": "2025-11-14T06:27:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0"}, {"rel": "bookmark", "href": "http://192.168.122.111/compute/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-14T06:24:03Z", "message": "libvirtError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-227085556", "OS-SRV-USG:launched_at": "2025-11-14T06:22:49.000000", "OS-SRV-USG:terminated_at": "2025-11-14T06:27:19.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-14 07:27:19,298 80914 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 4 second wait
2025-11-14 07:27:20,390 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0 0.091s
2025-11-14 07:27:20,390 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:27:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1427', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02e5eed2-94af-40bd-b1c9-8ac731f24367', 'x-compute-request-id': 'req-02e5eed2-94af-40bd-b1c9-8ac731f24367', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0'}
Body: b'{"server": {"id": "587d2e90-fa88-40db-8fc2-51d39f9952b0", "name": "tempest-AttachVolumeNegativeTest-server-2124327321", "status": "DELETED", "tenant_id": "344884abffe24fc49e4654a34f32e0fa", "user_id": "d268127b2f344aa3b385b22d5556b1b1", "metadata": {}, "hostId": "520f8846dd64357a7139199569b0ea8eae4270ea2e1314ec53b89c2e", "image": {"id": "8d8e432e-9626-4548-907f-c2ac0fe12e26", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/images/8d8e432e-9626-4548-907f-c2ac0fe12e26"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.111/compute/flavors/42"}]}, "created": "2025-11-14T06:22:36Z", "updated": "2025-11-14T06:27:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0"}, {"rel": "bookmark", "href": "http://192.168.122.111/compute/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-11-14T06:24:03Z", "message": "libvirtError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-227085556", "OS-SRV-USG:launched_at": "2025-11-14T06:22:49.000000", "OS-SRV-USG:terminated_at": "2025-11-14T06:27:19.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-14 07:27:21,435 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0 0.033s
2025-11-14 07:27:21,436 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:27:21 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': '111', 'x-openstack-request-id': 'req-06887087-542c-4067-b448-e661af888338', 'x-compute-request-id': 'req-06887087-542c-4067-b448-e661af888338', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.111/compute/v2.1/servers/587d2e90-fa88-40db-8fc2-51d39f9952b0'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 587d2e90-fa88-40db-8fc2-51d39f9952b0 could not be found."}}'
2025-11-14 07:27:21,462 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://192.168.122.111/compute/v2.1/os-keypairs/tempest-keypair-227085556 0.025s
2025-11-14 07:27:21,462 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:27:21 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-144d213c-3a9c-4cce-8845-939198dd95df', 'x-compute-request-id': 'req-144d213c-3a9c-4cce-8845-939198dd95df', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.111/compute/v2.1/os-keypairs/tempest-keypair-227085556'}
Body: b''
2025-11-14 07:27:22,148 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://192.168.122.111/networking/v2.0/security-groups/9f13cfbf-86b0-49ae-a04c-eafe2914819a 0.685s
2025-11-14 07:27:22,148 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:27:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-605d2fac-b745-4832-a4fd-0c625ab43b13', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.111/networking/v2.0/security-groups/9f13cfbf-86b0-49ae-a04c-eafe2914819a'}
Body: b''
2025-11-14 07:27:22,360 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://192.168.122.111/networking/v2.0/security-groups/9f13cfbf-86b0-49ae-a04c-eafe2914819a 0.211s
2025-11-14 07:27:22,360 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:27:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-f3df2dcb-a1d0-4032-824b-ffd9df4f38e2', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.111/networking/v2.0/security-groups/9f13cfbf-86b0-49ae-a04c-eafe2914819a'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 9f13cfbf-86b0-49ae-a04c-eafe2914819a does not exist", "detail": ""}}'
2025-11-14 07:27:23,236 80914 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://192.168.122.111/networking/v2.0/floatingips/3f7fdfa2-3072-48f8-806e-cf40a08830cb 0.875s
2025-11-14 07:27:23,236 80914 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 14 Nov 2025 06:27:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-17156315-547a-4b2d-ba5a-abb1b5baa02f', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.111/networking/v2.0/floatingips/3f7fdfa2-3072-48f8-806e-cf40a08830cb'}
Body: b''
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 63, in test_attach_attached_volume_to_different_server
self.attach_volume(server1, volume)
File "/opt/stack/tempest/tempest/api/compute/base.py", line 612, in attach_volume
waiters.wait_for_volume_attachment_create(
File "/opt/stack/tempest/tempest/common/waiters.py", line 417, in wait_for_volume_attachment_create
raise lib_exc.TimeoutException(message)
tempest.lib.exceptions.TimeoutException: Request timed out
Details: Failed to attach volume 9245cd17-dc05-4bd7-8ec5-11584f9567ae to server 587d2e90-fa88-40db-8fc2-51d39f9952b0 within the required time (196 s).
|
||||||
test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative] |
pass
pt2.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
pt2.3: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative]
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e] |
pass
pt3.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e]
|
||||||
test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e] |
pass
pt3.2: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e]
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3] |
pass
pt4.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3]
|
||||||
test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3] |
pass
pt4.2: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3]
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558] |
pass
pt5.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558]
|
||||||
test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558] |
pass
pt5.2: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests | 2 | 2 | 0 | 0 | 0 | Detail | |
test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40] |
pass
pt6.1: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40]
|
||||||
test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40] |
pass
pt6.2: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_delete_unicode_volume_name[id-2d7e2e49-150e-4849-a18e-79f9777c9a96] |
pass
pt7.1: cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name[id-2d7e2e49-150e-4849-a18e-79f9777c9a96]
|
||||||
test_snapshot_create_volume_description_non_ascii_code[id-332be44d-5418-4fb3-a8f0-a3587de6929f] |
pass
pt7.2: cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code[id-332be44d-5418-4fb3-a8f0-a3587de6929f]
|
||||||
test_create_delete_unicode_volume_name[id-2d7e2e49-150e-4849-a18e-79f9777c9a96] |
pass
pt7.3: cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name[id-2d7e2e49-150e-4849-a18e-79f9777c9a96]
|
||||||
test_snapshot_create_volume_description_non_ascii_code[id-332be44d-5418-4fb3-a8f0-a3587de6929f] |
pass
pt7.4: cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code[id-332be44d-5418-4fb3-a8f0-a3587de6929f]
|
||||||
| cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests | 2 | 2 | 0 | 0 | 0 | Detail | |
test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume] |
pass
pt8.1: cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests.test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume]
|
||||||
test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume] |
pass
pt8.2: cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests.test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume]
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups | 2 | 0 | 0 | 0 | 2 | Detail | |
ConsistencyGroupsV2Test) |
skip
pt9.1: setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test)
|
||||||
ConsistencyGroupsV2Test) |
skip
pt9.2: setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test)
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumesBackupsTest) |
skip
pt10.1: setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest)
|
||||||
VolumesBackupsTest) |
skip
pt10.2: setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest)
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource | 2 | 0 | 0 | 0 | 2 | Detail | |
CreateVolumesFromBackupTest) |
skip
pt11.1: setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest)
|
||||||
CreateVolumesFromBackupTest) |
skip
pt11.2: setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest)
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumesBackupsTest) |
skip
pt12.1: setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest)
|
||||||
VolumesBackupsTest) |
skip
pt12.2: setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_backups | 6 | 0 | 0 | 0 | 6 | Detail | |
ProjectAdminTests39) |
skip
pt13.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectAdminTests39)
|
||||||
ProjectMemberTests39) |
skip
pt13.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectMemberTests39)
|
||||||
ProjectReaderTests39) |
skip
pt13.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectReaderTests39)
|
||||||
ProjectAdminTests33) |
skip
pt13.4: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectAdminTests33)
|
||||||
ProjectMemberTests33) |
skip
pt13.5: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectMemberTests33)
|
||||||
ProjectReaderTests33) |
skip
pt13.6: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectReaderTests33)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities | 3 | 0 | 0 | 0 | 3 | Detail | |
ProjectAdminTests) |
skip
pt14.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectAdminTests)
|
||||||
ProjectMemberTests) |
skip
pt14.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectMemberTests)
|
||||||
ProjectReaderTests) |
skip
pt14.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_snapshots | 2 | 0 | 0 | 0 | 2 | Detail | |
ProjectMemberTests) |
skip
pt15.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_snapshots.ProjectMemberTests)
|
||||||
ProjectReaderTests) |
skip
pt15.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_snapshots.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages | 3 | 0 | 0 | 0 | 3 | Detail | |
ProjectMemberTests) |
skip
pt16.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectMemberTests)
|
||||||
ProjectAdminTests) |
skip
pt16.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectAdminTests)
|
||||||
ProjectReaderTests) |
skip
pt16.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions | 2 | 0 | 0 | 0 | 2 | Detail | |
ProjectReaderTests) |
skip
pt17.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests)
|
||||||
ProjectReaderTests) |
skip
pt17.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types | 6 | 0 | 0 | 0 | 6 | Detail | |
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)
|
||||||
VolumeTypesReaderTests) |
skip
pt18.4: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests)
|
||||||
VolumeTypesMemberTests) |
skip
pt18.5: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests)
|
||||||
VolumeTypesAdminTests) |
skip
pt18.6: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes | 2 | 0 | 0 | 0 | 2 | Detail | |
ProjectReaderTests) |
skip
pt19.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests)
|
||||||
ProjectReaderTests) |
skip
pt19.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer | 2 | 0 | 0 | 0 | 2 | Detail | |
TransferEncryptedVolumeTest) |
skip
pt20.1: setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest)
|
||||||
TransferEncryptedVolumeTest) |
skip
pt20.2: setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency | 2 | 0 | 0 | 0 | 2 | Detail | |
ConcurrentVolumeActionsTest) |
skip
pt21.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency.ConcurrentVolumeActionsTest)
|
||||||
ConcurrentVolumeActionsTest) |
skip
pt21.2: setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency.ConcurrentVolumeActionsTest)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumeMultiattachTests) |
skip
pt22.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests)
|
||||||
VolumeMultiattachTests) |
skip
pt22.2: setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests)
|
||||||
| setUpClass (tempest.api.compute.admin.test_live_migration | 3 | 0 | 0 | 0 | 3 | Detail | |
LiveMigrationTest) |
skip
pt23.1: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest)
|
||||||
LiveAutoBlockMigrationV225Test) |
skip
pt23.2: setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test)
|
||||||
LiveMigrationWithoutHostTest) |
skip
pt23.3: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationWithoutHostTest)
|
||||||
| setUpClass (tempest.api.compute.admin.test_volume_swap | 1 | 0 | 0 | 0 | 1 | Detail | |
TestMultiAttachVolumeSwap) |
skip
pt24.1: setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap)
|
||||||
| setUpClass (tempest.api.compute.admin.test_volumes_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
UpdateMultiattachVolumeNegativeTest) |
skip
pt25.1: setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest)
|
||||||
| setUpClass (tempest.api.compute.volumes.test_attach_volume | 1 | 0 | 0 | 0 | 1 | Detail | |
AttachVolumeMultiAttachTest) |
skip
pt26.1: setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_encrypted_volumes_extend | 1 | 0 | 0 | 0 | 1 | Detail | |
EncryptedVolumesExtendAttachedTest) |
skip
pt27.1: setUpClass (tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_multi_backend | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeMultiBackendTest) |
skip
pt28.1: setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volume_retype | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumeRetypeMultiattachTest) |
skip
pt29.1: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeMultiattachTest)
|
||||||
VolumeRetypeWithMigrationTest) |
skip
pt29.2: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volumes_backup | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesBackupsAdminTest) |
skip
pt30.1: setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest)
|
||||||
| setUpClass (tempest.api.volume.test_volumes_backup | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumesBackupsTest) |
skip
pt31.1: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest)
|
||||||
VolumesBackupsV39Test) |
skip
pt31.2: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test)
|
||||||
| setUpClass (tempest.scenario.test_volume_backup_restore | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeBackupRestore) |
skip
pt32.1: setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore)
|
||||||
| setUpClass (tempest.scenario.test_volume_migrate_attached | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeMigrateRetypeAttached) |
skip
pt33.1: setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached)
|
||||||
| tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_assisted_snapshot_create_delete[id-8aee84a3-1b1f-42e4-9b00-613931ccac24] |
pass
pt34.1: tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest.test_volume_assisted_snapshot_create_delete[id-8aee84a3-1b1f-42e4-9b00-613931ccac24]
|
||||||
| tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_attach_scsi_disk_with_config_drive[id-777e468f-17ca-4da4-b93d-b7dbf56c0494] |
pass
pt35.1: tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive[id-777e468f-17ca-4da4-b93d-b7dbf56c0494]
|
||||||
| tempest.api.compute.admin.test_volume_swap.TestVolumeSwap | 1 | 0 | 0 | 0 | 1 | Detail | |
test_volume_swap[id-1769f00d-a693-4d67-a631-6a3496773813,slow] |
skip
pt36.1: tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap[id-1769f00d-a693-4d67-a631-6a3496773813,slow]
|
||||||
| tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest | 2 | 1 | 0 | 0 | 1 | Detail | |
test_update_attached_volume_with_nonexistent_volume_in_body[id-7dcac15a-b107-46d3-a5f6-cb863f4e454a,negative] |
skip
pt37.1: tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body[id-7dcac15a-b107-46d3-a5f6-cb863f4e454a,negative]
|
||||||
test_update_attached_volume_with_nonexistent_volume_in_uri[id-309b5ecd-0585-4a7e-a36f-d2b2bf55259d,negative] |
pass
pt37.2: tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri[id-309b5ecd-0585-4a7e-a36f-d2b2bf55259d,negative]
|
||||||
| tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume] |
pass
pt38.1: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume]
|
||||||
| tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_tagged_attachment[id-3e41c782-2a89-4922-a9d2-9a188c4e7c7c,image,network,volume] |
pass
pt39.1: tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment[id-3e41c782-2a89-4922-a9d2-9a188c4e7c7c,image,network,volume]
|
||||||
| tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] |
pass
pt40.1: tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume]
|
||||||
| tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] |
pass
pt41.1: tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume]
|
||||||
| tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB | 1 | 1 | 0 | 0 | 0 | Detail | |
test_resize_server_revert_with_volume_attached[id-fbbf075f-a812-4022-bc5c-ccb8047eef12,volume] |
pass
pt42.1: tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB.test_resize_server_revert_with_volume_attached[id-fbbf075f-a812-4022-bc5c-ccb8047eef12,volume]
|
||||||
| tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume] |
pass
pt43.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] |
pass
pt43.2: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume[id-f56e465b-fe10-48bf-b75d-646cda3a8bc9,negative,volume]
|
||||||
| tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_server_from_non_bootable_volume[id-74085be3-a370-4ca2-bc51-2d0e10e0f573,image,negative,volume] |
pass
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_volume_snapshots.VolumesSnapshotsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f] |
pass
pt47.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
pt48.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
pt49.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
pt49.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
pt49.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
pt49.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
pt49.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
pt49.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
pt50.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
pt50.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
pt50.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
pt50.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
pt50.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
pt50.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
pt50.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
pt50.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
pt51.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
pt51.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
pt52.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
pt52.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
pt52.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
pt53.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
pt54.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
pt55.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
pt55.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
pt56.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
pt56.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
pt57.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
pt58.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
pt58.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
pt58.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
pt58.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
pt58.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
pt58.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
pt58.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
pt59.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
pt59.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
pt59.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
pt59.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
pt59.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
pt59.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
pt60.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
pt60.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
pt61.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
pt61.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
pt62.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
pt62.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
pt63.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
pt63.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
pt64.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
pt64.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
pt64.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
pt64.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
pt64.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
pt64.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
pt64.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
pt65.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
pt65.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
pt65.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
pt66.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt69.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
pt69.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
pt70.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
pt70.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
pt71.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
pt71.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
pt71.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
pt71.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
pt72.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
pt72.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
pt72.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
pt73.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
pt73.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
pt73.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
pt73.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
pt73.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
pt73.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
pt73.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
pt73.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
pt73.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
pt73.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
pt73.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
pt73.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
pt74.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
pt74.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
pt74.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
pt74.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
pt74.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
pt74.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
pt75.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
pt75.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
pt75.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
pt75.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
pt75.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
pt75.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
pt76.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
pt77.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
pt78.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
pt79.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
pt80.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
pt80.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
pt81.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
pt81.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
pt82.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
pt83.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
pt83.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
pt84.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
pt84.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
pt85.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
pt85.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
pt86.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
pt86.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
pt87.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
pt87.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
pt88.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
pt88.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
pt88.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
pt88.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
pt88.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
pt88.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
pt89.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
pt90.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
pt90.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
pt91.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
pt91.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
pt92.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
pt93.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
pt93.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
pt93.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
pt93.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
pt93.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
pt93.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
pt93.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
pt93.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
pt93.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
pt93.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
pt93.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
pt93.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
pt93.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
pt93.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
pt93.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
pt93.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
pt93.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
pt93.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt94.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
pt95.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
pt95.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
pt95.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
pt95.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.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
pt98.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
pt99.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
pt100.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
pt101.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
pt102.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
pt103.1: tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume]
|
||||||
| Total | 304 | 246 | 2 | 0 | 56 | ||