Status: Pass 293 Failure 5 Skip 24
| Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
| tearDownClass (tempest.scenario.test_volume_boot_pattern | 1 | 0 | 1 | 0 | 0 | Detail | |
TestVolumeBootPattern) |
fail
ft1.1: tearDownClass (tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass
teardown()
File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials
cls._creds_provider.clear_creds()
File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 587, in clear_creds
self._clear_isolated_net_resources()
File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 577, in _clear_isolated_net_resources
self._clear_isolated_subnet(creds.subnet['id'],
File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 540, in _clear_isolated_subnet
client.delete_subnet(subnet_id)
File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 52, in delete_subnet
return self.delete_resource(uri)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource
resp, body = self.delete(req_uri)
^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
return self.request('DELETE', url, extra_headers, headers, body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 897, in _error_checker
raise exceptions.Conflict(resp_body, resp=resp)
tempest.lib.exceptions.Conflict: Conflict with state of target resource
Details: {'type': 'SubnetInUse', 'message': 'Unable to complete operation on subnet d372f4fb-d2b4-444d-94f6-2c500bb2c027: One or more ports have an IP allocation from this subnet.', 'detail': ''}
|
||||||
| tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON | 2 | 1 | 1 | 0 | 0 | Detail | |
test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow] |
pass
pt2.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] |
fail
ft2.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-06-17 17:41:08,744 106122 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-06-17 17:41:08,744 106122 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-06-17 17:41:08,792 106122 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST https://10.4.3.159/compute/v2.1/os-keypairs 0.047s
2026-06-17 17:41:08,792 106122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-904964969", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEPdk6DLJqhgI8dpyEp3bSqPz1kv9bermwpNz/36Y0Sz2vaBg2/fODg1dw61hbf4VvoKQF94dUs951yWHjL3hWhVXqHyGJ8GCpGx1DRZGir1t2he+owp3hm+7Tqtdlj75A=="}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:08 GMT', 'server': 'Apache/2.4.58 (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-d801e9f9-2289-496b-9cc3-335ffbee4f76', 'x-compute-request-id': 'req-d801e9f9-2289-496b-9cc3-335ffbee4f76', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-904964969", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEPdk6DLJqhgI8dpyEp3bSqPz1kv9bermwpNz/36Y0Sz2vaBg2/fODg1dw61hbf4VvoKQF94dUs951yWHjL3hWhVXqHyGJ8GCpGx1DRZGir1t2he+owp3hm+7Tqtdlj75A==", "fingerprint": "62:6d:8b:f3:9f:b9:2a:81:d8:ef:0d:0a:2e:62:2a:93", "user_id": "a9f43ec48a634cc2a0743763bbd71587"}}'
2026-06-17 17:41:08,793 106122 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-904964969 created
2026-06-17 17:41:09,022 106122 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.159/networking/v2.0/security-groups 0.229s
2026-06-17 17:41:09,023 106122 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--1821806255", "description": "tempest-description--341562073"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1662', 'x-openstack-request-id': 'req-a36c2f43-1fe0-468a-9e8e-cb45ecdda674', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.159/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "f80747ee-b8ba-411e-8216-b965bb1b6b59", "name": "tempest-securitygroup--1821806255", "stateful": true, "tenant_id": "5b4804631d1343c3bf0279c5de23fd28", "project_id": "5b4804631d1343c3bf0279c5de23fd28", "description": "tempest-description--341562073", "shared": false, "security_group_rules": [{"id": "2afd63cd-260e-478f-8885-22e041619834", "project_id": "5b4804631d1343c3bf0279c5de23fd28", "security_group_id": "f80747ee-b8ba-411e-8216-b965bb1b6b59", "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": 1179, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-17T17:41:08Z", "updated_at": "2026-06-17T17:41:08Z", "revision_number": 0, "tenant_id": "5b4804631d1343c3bf0279c5de23fd28"}, {"id": "6766e167-6fbb-4093-b4dd-a318a3829b09", "project_id": "5b4804631d1343c3bf0279c5de23fd28", "security_group_id": "f80747ee-b8ba-411e-8216-b965bb1b6b59", "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": 1178, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-17T17:41:08Z", "updated_at": "2026-06-17T17:41:08Z", "revision_number": 0, "tenant_id": "5b4804631d1343c3bf0279c5de23fd28"}], "tags": [], "created_at": "2026-06-17T17:41:08Z", "updated_at": "2026-06-17T17:41:08Z", "revision_number": 1}}'
2026-06-17 17:41:09,180 106122 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.159/networking/v2.0/security-group-rules 0.157s
2026-06-17 17:41:09,180 106122 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": "f80747ee-b8ba-411e-8216-b965bb1b6b59", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-d5e27446-e011-48d7-b9ef-6f214aa606cf', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.159/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "740d5401-609c-40ce-bb28-5730ecf547a4", "project_id": "5b4804631d1343c3bf0279c5de23fd28", "security_group_id": "f80747ee-b8ba-411e-8216-b965bb1b6b59", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-06-17T17:41:09Z", "updated_at": "2026-06-17T17:41:09Z", "revision_number": 0, "tenant_id": "5b4804631d1343c3bf0279c5de23fd28"}}'
2026-06-17 17:41:09,335 106122 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.159/networking/v2.0/security-group-rules 0.155s
2026-06-17 17:41:09,336 106122 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": "f80747ee-b8ba-411e-8216-b965bb1b6b59", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-eda924a3-800a-46b8-960c-d23ddf1ed891', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.159/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "abef7028-5db7-4ead-9337-fd8be4dab6ee", "project_id": "5b4804631d1343c3bf0279c5de23fd28", "security_group_id": "f80747ee-b8ba-411e-8216-b965bb1b6b59", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-06-17T17:41:09Z", "updated_at": "2026-06-17T17:41:09Z", "revision_number": 0, "tenant_id": "5b4804631d1343c3bf0279c5de23fd28"}}'
2026-06-17 17:41:09,336 106122 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1821806255 created
2026-06-17 17:41:09,955 106122 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.159/networking/v2.0/floatingips 0.619s
2026-06-17 17:41:09,955 106122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "69539c18-6396-42a4-a14d-dcb6e76126a6"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-3cdf3ddf-aebb-4da9-859f-a2f7355008b7', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.159/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "55da6b6c-fa33-422b-9d98-d63896d73fb3", "tenant_id": "5b4804631d1343c3bf0279c5de23fd28", "project_id": "5b4804631d1343c3bf0279c5de23fd28", "floating_ip_address": "172.24.5.17", "floating_network_id": "69539c18-6396-42a4-a14d-dcb6e76126a6", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-06-17T17:41:09Z", "updated_at": "2026-06-17T17:41:09Z", "revision_number": 0}}'
2026-06-17 17:41:09,955 106122 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '55da6b6c-fa33-422b-9d98-d63896d73fb3', 'tenant_id': '5b4804631d1343c3bf0279c5de23fd28', 'project_id': '5b4804631d1343c3bf0279c5de23fd28', 'floating_ip_address': '172.24.5.17', 'floating_network_id': '69539c18-6396-42a4-a14d-dcb6e76126a6', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-06-17T17:41:09Z', 'updated_at': '2026-06-17T17:41:09Z', 'revision_number': 0, 'ip': '172.24.5.17'} created
2026-06-17 17:41:10,038 106122 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 201 POST https://10.4.3.159/identity/v3/auth/tokens 0.079s
2026-06-17 17:41:10,038 106122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2936', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-3c10b987-0a8c-441e-8f74-48ab168c3364', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.159/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a9f43ec48a634cc2a0743763bbd71587", "name": "tempest-AttachVolumeTestJSON-1016340639-project-member", "password_expires_at": null}, "audit_ids": ["T-hwiluNQHOC0N8VW5BJvg"], "expires_at": "2026-06-17T18:41:10.000000Z", "issued_at": "2026-06-17T17:41:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5b4804631d1343c3bf0279c5de23fd28", "name": "tempest-AttachVolumeTestJSON-1016340639"}, "is_domain": false, "roles": [{"id": "68399494608b4ef6ae638abaebd76acd", "name": "reader"}, {"id": "018a1ae8ac2342bc8c5959690bf8f547", "name": "member"}], "catalog": [{"endpoints": [{"id": "d0a950bc14f1459d92ec899ae4354caa", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.159/compute/v2/5b4804631d1343c3bf0279c5de23fd28", "region": "RegionOne"}], "id": "056e5a5543b54c8296186e1d1395c429", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d5058ae63d4741ec80bf098349938fda", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.159/networking", "region": "RegionOne"}], "id": "234387a6e3fe4047807dc2d4c21bca8d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "2572b8855836451280b2c056b2333e31", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.159:8080", "region": "RegionOne"}, {"id": "98338b5c72e04c9d874e5ed43aefe8d2", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.159:8080/v1/AUTH_5b4804631d1343c3bf0279c5de23fd28", "region": "RegionOne"}], "id": "3e1a2a1f7ec549d58266eece35ff3f9a", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "4af7b558851f4f0db51daae743ccb6fb", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.159/placement", "region": "RegionOne"}], "id": "485abe21a011469a93ba021b7a256bf4", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "6e0a36383ef44caab506e1a0a191a3a1", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.159/volume/v3", "region": "RegionOne"}], "id": "89d98a9a0ee6492e89afeec0436bd3a8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f456dc9a006e4a79b811e7aa46fcfda5", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.159/compute/v2.1", "region": "RegionOne"}], "id": "af046ec214ad485883f4bdd9bd659c9b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "bc50431ef99b41839fa46ab18a52d7b8", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.159/image", "region": "RegionOne"}], "id": "bb4f050146ae4c1490e508fac541b2b0", "type": "image", "name": "glance"}, {"endpoints": [{"id": "8a37a7bbb4da4914bbc184f9494b10a7", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.159/identity", "region": "RegionOne"}], "id": "d18dd254f1a6444b8c72afe794ff433f", "type": "identity", "name": "keystone"}]}}'
2026-06-17 17:41:10,038 106122 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': '6e7260c2-13a4-4813-b5e5-d3548e1b4e4e', 'name': 'tempest-AttachVolumeTestJSON-1480550164-network', 'tenant_id': '5b4804631d1343c3bf0279c5de23fd28', 'project_id': '5b4804631d1343c3bf0279c5de23fd28', 'admin_state_up': True, 'mtu': 1372, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 38410, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-06-17T17:38:00Z', 'updated_at': '2026-06-17T17:38:00Z', 'revision_number': 1} available for tenant
2026-06-17 17:41:10,039 106122 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-904964969', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEPdk6DLJqhgI8dpyEp3bSqPz1kv9bermwpNz/36Y0Sz2vaBg2/fODg1dw61hbf4VvoKQF94dUs951yWHjL3hWhVXqHyGJ8GCpGx1DRZGir1t2he+owp3hm+7Tqtdlj75A==', 'fingerprint': '62:6d:8b:f3:9f:b9:2a:81:d8:ef:0d:0a:2e:62:2a:93', 'user_id': 'a9f43ec48a634cc2a0743763bbd71587', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDB/NTUUqBYiLZqZ8MyF0St9U4XHE6qGCMA6MnVLiU0+zGlOVFdD4mCv\nCK5LJ2BgR9+gBwYFK4EEACKhZANiAARD3ZOgyyaoYCPHachKd20qj89ZL/W3q5sK\nTc/9+mNEs9r2gYNv3zg4NXcOtYW3+Fb6CkBfeHVLPedclh4y94VoVV6h8hifBgqR\nsdQ0WRoq9bdoXvqMKd4Zvu06rXZY++Q=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'f80747ee-b8ba-411e-8216-b965bb1b6b59', 'name': 'tempest-securitygroup--1821806255', 'stateful': True, 'tenant_id': '5b4804631d1343c3bf0279c5de23fd28', 'project_id': '5b4804631d1343c3bf0279c5de23fd28', 'description': 'tempest-description--341562073', 'shared': False, 'security_group_rules': [{'id': '2afd63cd-260e-478f-8885-22e041619834', 'project_id': '5b4804631d1343c3bf0279c5de23fd28', 'security_group_id': 'f80747ee-b8ba-411e-8216-b965bb1b6b59', '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': 1179, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-17T17:41:08Z', 'updated_at': '2026-06-17T17:41:08Z', 'revision_number': 0, 'tenant_id': '5b4804631d1343c3bf0279c5de23fd28'}, {'id': '6766e167-6fbb-4093-b4dd-a318a3829b09', 'project_id': '5b4804631d1343c3bf0279c5de23fd28', 'security_group_id': 'f80747ee-b8ba-411e-8216-b965bb1b6b59', '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': 1178, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-17T17:41:08Z', 'updated_at': '2026-06-17T17:41:08Z', 'revision_number': 0, 'tenant_id': '5b4804631d1343c3bf0279c5de23fd28'}], 'tags': [], 'created_at': '2026-06-17T17:41:08Z', 'updated_at': '2026-06-17T17:41:08Z', 'revision_number': 1}, 'floating_ip': {'id': '55da6b6c-fa33-422b-9d98-d63896d73fb3', 'tenant_id': '5b4804631d1343c3bf0279c5de23fd28', 'project_id': '5b4804631d1343c3bf0279c5de23fd28', 'floating_ip_address': '172.24.5.17', 'floating_network_id': '69539c18-6396-42a4-a14d-dcb6e76126a6', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-06-17T17:41:09Z', 'updated_at': '2026-06-17T17:41:09Z', 'revision_number': 0, 'ip': '172.24.5.17'}}
2026-06-17 17:41:10,762 106122 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST https://10.4.3.159/compute/v2.1/servers 0.723s
2026-06-17 17:41:10,763 106122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-634034150", "imageRef": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "6e7260c2-13a4-4813-b5e5-d3548e1b4e4e"}], "security_groups": [{"name": "tempest-securitygroup--1821806255"}], "key_name": "tempest-keypair-904964969", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '402', 'location': 'https://10.4.3.159/compute/v2.1/servers/81063764-0dd1-49b4-94a9-789cee971092', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4601591b-89d4-4202-adfb-6461a71affbd', 'x-compute-request-id': 'req-4601591b-89d4-4202-adfb-6461a71affbd', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.159/compute/v2.1/servers'}
Body: b'{"server": {"id": "81063764-0dd1-49b4-94a9-789cee971092", "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/81063764-0dd1-49b4-94a9-789cee971092"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/81063764-0dd1-49b4-94a9-789cee971092"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1821806255"}], "adminPass": "password"}}'
2026-06-17 17:41:10,859 106122 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET https://10.4.3.159/compute/v2.1/servers/81063764-0dd1-49b4-94a9-789cee971092 0.094s
2026-06-17 17:41:10,859 106122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1234', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-743bed68-7709-4b76-86c0-0f0e77c83395', 'x-compute-request-id': 'req-743bed68-7709-4b76-86c0-0f0e77c83395', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/81063764-0dd1-49b4-94a9-789cee971092'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:41:11Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "", "id": "81063764-0dd1-49b4-94a9-789cee971092", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/81063764-0dd1-49b4-94a9-789cee971092"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/81063764-0dd1-49b4-94a9-789cee971092"}], "metadata": {}, "name": "tempest-AttachVolumeTestJSON-server-634034150", "status": "BUILD", "tenant_id": "5b4804631d1343c3bf0279c5de23fd28", "user_id": "a9f43ec48a634cc2a0743763bbd71587", "updated": "2026-06-17T17:41:10Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-904964969", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 17:41:11,967 106122 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET https://10.4.3.159/compute/v2.1/servers/81063764-0dd1-49b4-94a9-789cee971092 0.101s
2026-06-17 17:41:11,968 106122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1238', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b20a1168-1ff2-4868-9d07-d21a61878056', 'x-compute-request-id': 'req-b20a1168-1ff2-4868-9d07-d21a61878056', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/81063764-0dd1-49b4-94a9-789cee971092'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:41:10Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "", "id": "81063764-0dd1-49b4-94a9-789cee971092", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/81063764-0dd1-49b4-94a9-789cee971092"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/81063764-0dd1-49b4-94a9-789cee971092"}], "metadata": {}, "name": "tempest-AttachVolumeTestJSON-server-634034150", "status": "BUILD", "tenant_id": "5b4804631d1343c3bf0279c5de23fd28", "user_id": "a9f43ec48a634cc2a0743763bbd71587", "updated": "2026-06-17T17:41:11Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-904964969", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 17:41:13,097 106122 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET https://10.4.3.159/compute/v2.1/servers/81063764-0dd1-49b4-94a9-789cee971092 0.124s
2026-06-17 17:41:13,097 106122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1230', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-91153156-1e4c-49c1-aa49-4edbf3c7e5d6', 'x-compute-request-id': 'req-91153156-1e4c-49c1-aa49-4edbf3c7e5d6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/81063764-0dd1-49b4-94a9-789cee971092'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:41:10Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "", "id": "81063764-0dd1-49b4-94a9-789cee971092", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/81063764-0dd1-49b4-94a9-789cee971092"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/81063764-0dd1-49b4-94a9-789cee971092"}], "metadata": {}, "name": "tempest-AttachVolumeTestJSON-server-634034150", "status": "BUILD", "tenant_id": "5b4804631d1343c3bf0279c5de23fd28", "user_id": "a9f43ec48a634cc2a0743763bbd71587", "updated": "2026-06-17T17:41:12Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-904964969", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 17:41:13,103 106122 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait
2026-06-17 17:41:14,261 106122 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET https://10.4.3.159/compute/v2.1/servers/81063764-0dd1-49b4-94a9-789cee971092 0.158s
2026-06-17 17:41:14,262 106122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1230', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2721cbf5-e95b-4837-9588-c1ad7a5023fb', 'x-compute-request-id': 'req-2721cbf5-e95b-4837-9588-c1ad7a5023fb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/81063764-0dd1-49b4-94a9-789cee971092'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:41:10Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "", "id": "81063764-0dd1-49b4-94a9-789cee971092", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/81063764-0dd1-49b4-94a9-789cee971092"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/81063764-0dd1-49b4-94a9-789cee971092"}], "metadata": {}, "name": "tempest-AttachVolumeTestJSON-server-634034150", "status": "BUILD", "tenant_id": "5b4804631d1343c3bf0279c5de23fd28", "user_id": "a9f43ec48a634cc2a0743763bbd71587", "updated": "2026-06-17T17:41:12Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-904964969", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 17:41:15,365 106122 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET https://10.4.3.159/compute/v2.1/servers/81063764-0dd1-49b4-94a9-789cee971092 0.098s
2026-06-17 17:41:15,365 106122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1230', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46f25b03-a7ed-4312-800a-b2d9b1dfdab2', 'x-compute-request-id': 'req-46f25b03-a7ed-4312-800a-b2d9b1dfdab2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/81063764-0dd1-49b4-94a9-789cee971092'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:41:10Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "", "id": "81063764-0dd1-49b4-94a9-789cee971092", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/81063764-0dd1-49b4-94a9-789cee971092"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/81063764-0dd1-49b4-94a9-789cee971092"}], "metadata": {}, "name": "tempest-AttachVolumeTestJSON-server-634034150", "status": "BUILD", "tenant_id": "5b4804631d1343c3bf0279c5de23fd28", "user_id": "a9f43ec48a634cc2a0743763bbd71587", "updated": "2026-06-17T17:41:12Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-904964969", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 17:41:16,462 106122 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET https://10.4.3.159/compute/v2.1/servers/81063764-0dd1-49b4-94a9-789cee971092 0.088s
2026-06-17 17:41:16,462 106122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1230', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd97f4d4-846c-45fa-aa40-895f8b85c6b9', 'x-compute-request-id': 'req-bd97f4d4-846c-45fa-aa40-895f8b85c6b9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/81063764-0dd1-49b4-94a9-789cee971092'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:41:10Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "", "id": "81063764-0dd1-49b4-94a9-789cee971092", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/81063764-0dd1-49b4-94a9-789cee971092"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/81063764-0dd1-49b4-94a9-789cee971092"}], "metadata": {}, "name": "tempest-AttachVolumeTestJSON-server-634034150", "status": "BUILD", "tenant_id": "5b4804631d1343c3bf0279c5de23fd28", "user_id": "a9f43ec48a634cc2a0743763bbd71587", "updated": "2026-06-17T17:41:12Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-904964969", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 17:41:17,595 106122 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET https://10.4.3.159/compute/v2.1/servers/81063764-0dd1-49b4-94a9-789cee971092 0.126s
2026-06-17 17:41:17,595 106122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1230', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5587dadd-2a68-48d3-a044-bea6034ac7c3', 'x-compute-request-id': 'req-5587dadd-2a68-48d3-a044-bea6034ac7c3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/81063764-0dd1-49b4-94a9-789cee971092'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:41:10Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "", "id": "81063764-0dd1-49b4-94a9-789cee971092", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/81063764-0dd1-49b4-94a9-789cee971092"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/81063764-0dd1-49b4-94a9-789cee971092"}], "metadata": {}, "name": "tempest-AttachVolumeTestJSON-server-634034150", "status": "BUILD", "tenant_id": "5b4804631d1343c3bf0279c5de23fd28", "user_id": "a9f43ec48a634cc2a0743763bbd71587", "updated": "2026-06-17T17:41:12Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-904964969", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 17:41:18,758 106122 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET https://10.4.3.159/compute/v2.1/servers/81063764-0dd1-49b4-94a9-789cee971092 0.156s
2026-06-17 17:41:18,759 106122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1286', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd976def-30eb-4ade-a5c3-f9e5aea9cfd1', 'x-compute-request-id': 'req-fd976def-30eb-4ade-a5c3-f9e5aea9cfd1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/81063764-0dd1-49b4-94a9-789cee971092'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:41:10Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "033e2316143b6d579d19e06b715b3034bfdfda067c1951e3fc9a8f84", "id": "81063764-0dd1-49b4-94a9-789cee971092", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/81063764-0dd1-49b4-94a9-789cee971092"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/81063764-0dd1-49b4-94a9-789cee971092"}], "metadata": {}, "name": "tempest-AttachVolumeTestJSON-server-634034150", "status": "BUILD", "tenant_id": "5b4804631d1343c3bf0279c5de23fd28", "user_id": "a9f43ec48a634cc2a0743763bbd71587", "updated": "2026-06-17T17:41:18Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-904964969", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 17:41:19,886 106122 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET https://10.4.3.159/compute/v2.1/servers/81063764-0dd1-49b4-94a9-789cee971092 0.119s
2026-06-17 17:41:19,886 106122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1286', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70d1c483-f475-40cc-a606-d82de9efcfdd', 'x-compute-request-id': 'req-70d1c483-f475-40cc-a606-d82de9efcfdd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/81063764-0dd1-49b4-94a9-789cee971092'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:41:10Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "033e2316143b6d579d19e06b715b3034bfdfda067c1951e3fc9a8f84", "id": "81063764-0dd1-49b4-94a9-789cee971092", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/81063764-0dd1-49b4-94a9-789cee971092"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/81063764-0dd1-49b4-94a9-789cee971092"}], "metadata": {}, "name": "tempest-AttachVolumeTestJSON-server-634034150", "status": "BUILD", "tenant_id": "5b4804631d1343c3bf0279c5de23fd28", "user_id": "a9f43ec48a634cc2a0743763bbd71587", "updated": "2026-06-17T17:41:18Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-904964969", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 17:41:21,435 106122 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET https://10.4.3.159/compute/v2.1/servers/81063764-0dd1-49b4-94a9-789cee971092 0.541s
2026-06-17 17:41:21,435 106122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1362', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2388dea2-6c32-43a7-839b-4b69c82e0001', 'x-compute-request-id': 'req-2388dea2-6c32-43a7-839b-4b69c82e0001', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/81063764-0dd1-49b4-94a9-789cee971092'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:41:10Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "033e2316143b6d579d19e06b715b3034bfdfda067c1951e3fc9a8f84", "id": "81063764-0dd1-49b4-94a9-789cee971092", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/81063764-0dd1-49b4-94a9-789cee971092"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/81063764-0dd1-49b4-94a9-789cee971092"}], "metadata": {}, "name": "tempest-AttachVolumeTestJSON-server-634034150", "status": "BUILD", "tenant_id": "5b4804631d1343c3bf0279c5de23fd28", "user_id": "a9f43ec48a634cc2a0743763bbd71587", "updated": "2026-06-17T17:41:20Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-904964969", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1821806255"}], "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 17:41:21,440 106122 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 11 second wait
2026-06-17 17:41:22,749 106122 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET https://10.4.3.159/compute/v2.1/servers/81063764-0dd1-49b4-94a9-789cee971092 0.308s
2026-06-17 17:41:22,749 106122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98fa2e13-201d-4304-b3d9-36d99cc6d333', 'x-compute-request-id': 'req-98fa2e13-201d-4304-b3d9-36d99cc6d333', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/81063764-0dd1-49b4-94a9-789cee971092'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:41:10Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "033e2316143b6d579d19e06b715b3034bfdfda067c1951e3fc9a8f84", "id": "81063764-0dd1-49b4-94a9-789cee971092", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/81063764-0dd1-49b4-94a9-789cee971092"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/81063764-0dd1-49b4-94a9-789cee971092"}], "metadata": {}, "name": "tempest-AttachVolumeTestJSON-server-634034150", "status": "BUILD", "tenant_id": "5b4804631d1343c3bf0279c5de23fd28", "user_id": "a9f43ec48a634cc2a0743763bbd71587", "updated": "2026-06-17T17:41:22Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-904964969", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1821806255"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 17:41:22,755 106122 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 12 second wait
2026-06-17 17:41:23,992 106122 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET https://10.4.3.159/compute/v2.1/servers/81063764-0dd1-49b4-94a9-789cee971092 0.234s
2026-06-17 17:41:23,993 106122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-846f18a5-7b89-4da8-a943-c31551eef167', 'x-compute-request-id': 'req-846f18a5-7b89-4da8-a943-c31551eef167', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/81063764-0dd1-49b4-94a9-789cee971092'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:41:10Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "033e2316143b6d579d19e06b715b3034bfdfda067c1951e3fc9a8f84", "id": "81063764-0dd1-49b4-94a9-789cee971092", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/81063764-0dd1-49b4-94a9-789cee971092"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/81063764-0dd1-49b4-94a9-789cee971092"}], "metadata": {}, "name": "tempest-AttachVolumeTestJSON-server-634034150", "status": "BUILD", "tenant_id": "5b4804631d1343c3bf0279c5de23fd28", "user_id": "a9f43ec48a634cc2a0743763bbd71587", "updated": "2026-06-17T17:41:22Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-904964969", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1821806255"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 17:41:25,377 106122 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET https://10.4.3.159/compute/v2.1/servers/81063764-0dd1-49b4-94a9-789cee971092 0.375s
2026-06-17 17:41:25,377 106122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-90924f53-b707-4cbb-8c89-428c9c17b602', 'x-compute-request-id': 'req-90924f53-b707-4cbb-8c89-428c9c17b602', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/81063764-0dd1-49b4-94a9-789cee971092'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:41:10Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "033e2316143b6d579d19e06b715b3034bfdfda067c1951e3fc9a8f84", "id": "81063764-0dd1-49b4-94a9-789cee971092", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/81063764-0dd1-49b4-94a9-789cee971092"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/81063764-0dd1-49b4-94a9-789cee971092"}], "metadata": {}, "name": "tempest-AttachVolumeTestJSON-server-634034150", "status": "BUILD", "tenant_id": "5b4804631d1343c3bf0279c5de23fd28", "user_id": "a9f43ec48a634cc2a0743763bbd71587", "updated": "2026-06-17T17:41:22Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-904964969", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1821806255"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 17:41:27,108 106122 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 500 GET https://10.4.3.159/compute/v2.1/servers/81063764-0dd1-49b4-94a9-789cee971092 0.722s
2026-06-17 17:41:27,109 106122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '147', 'x-openstack-request-id': 'req-34b62970-3479-4dfe-9d34-c7d08284ae84', 'x-compute-request-id': 'req-34b62970-3479-4dfe-9d34-c7d08284ae84', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/81063764-0dd1-49b4-94a9-789cee971092'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-17 17:41:27,186 106122 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 500 DELETE https://10.4.3.159/compute/v2.1/servers/81063764-0dd1-49b4-94a9-789cee971092 0.077s
2026-06-17 17:41:27,186 106122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '147', 'x-openstack-request-id': 'req-bef119c0-1331-42c6-88ab-3eb2facadcba', 'x-compute-request-id': 'req-bef119c0-1331-42c6-88ab-3eb2facadcba', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/81063764-0dd1-49b4-94a9-789cee971092'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-17 17:41:27,187 106122 ERROR [tempest.common.compute] Deleting server 81063764-0dd1-49b4-94a9-789cee971092 failed
2026-06-17 17:41:27.187 106122 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-17 17:41:27.187 106122 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-06-17 17:41:27.187 106122 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-06-17 17:41:27.187 106122 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 17:41:27.187 106122 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 65, in wait_for_server_status
2026-06-17 17:41:27.187 106122 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-06-17 17:41:27.187 106122 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 17:41:27.187 106122 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-06-17 17:41:27.187 106122 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-06-17 17:41:27.187 106122 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 17:41:27.187 106122 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-06-17 17:41:27.187 106122 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-06-17 17:41:27.187 106122 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 17:41:27.187 106122 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-17 17:41:27.187 106122 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-17 17:41:27.187 106122 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 17:41:27.187 106122 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-17 17:41:27.187 106122 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-17 17:41:27.187 106122 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-17 17:41:27.187 106122 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-17 17:41:27.187 106122 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-17 17:41:27.187 106122 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-17 17:41:27.187 106122 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-17 17:41:27.187 106122 ERROR tempest.common.compute
2026-06-17 17:41:27.187 106122 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-06-17 17:41:27.187 106122 ERROR tempest.common.compute
2026-06-17 17:41:27.187 106122 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-17 17:41:27.187 106122 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 348, in create_test_server
2026-06-17 17:41:27.187 106122 ERROR tempest.common.compute clients.servers_client.delete_server(
2026-06-17 17:41:27.187 106122 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 188, in delete_server
2026-06-17 17:41:27.187 106122 ERROR tempest.common.compute resp, body = self.delete("servers/%s" % server_id)
2026-06-17 17:41:27.187 106122 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 17:41:27.187 106122 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
2026-06-17 17:41:27.187 106122 ERROR tempest.common.compute return self.request('DELETE', url, extra_headers, headers, body)
2026-06-17 17:41:27.187 106122 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 17:41:27.187 106122 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-17 17:41:27.187 106122 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-17 17:41:27.187 106122 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 17:41:27.187 106122 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-17 17:41:27.187 106122 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-17 17:41:27.187 106122 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-17 17:41:27.187 106122 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-17 17:41:27.187 106122 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-17 17:41:27.187 106122 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-17 17:41:27.187 106122 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-17 17:41:27.187 106122 ERROR tempest.common.compute
2026-06-17 17:41:27,270 106122 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 500 GET https://10.4.3.159/compute/v2.1/servers/81063764-0dd1-49b4-94a9-789cee971092 0.078s
2026-06-17 17:41:27,270 106122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '147', 'x-openstack-request-id': 'req-74fde0a1-a5aa-4ebc-960e-d2059d0fd904', 'x-compute-request-id': 'req-74fde0a1-a5aa-4ebc-960e-d2059d0fd904', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/81063764-0dd1-49b4-94a9-789cee971092'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-17 17:41:27,270 106122 ERROR [tempest.common.compute] Server 81063764-0dd1-49b4-94a9-789cee971092 failed to delete in time
2026-06-17 17:41:27.270 106122 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-17 17:41:27.270 106122 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-06-17 17:41:27.270 106122 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-06-17 17:41:27.270 106122 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 17:41:27.270 106122 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 65, in wait_for_server_status
2026-06-17 17:41:27.270 106122 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-06-17 17:41:27.270 106122 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 17:41:27.270 106122 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-06-17 17:41:27.270 106122 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-06-17 17:41:27.270 106122 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 17:41:27.270 106122 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-06-17 17:41:27.270 106122 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-06-17 17:41:27.270 106122 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 17:41:27.270 106122 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-17 17:41:27.270 106122 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-17 17:41:27.270 106122 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 17:41:27.270 106122 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-17 17:41:27.270 106122 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-17 17:41:27.270 106122 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-17 17:41:27.270 106122 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-17 17:41:27.270 106122 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-17 17:41:27.270 106122 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-17 17:41:27.270 106122 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-17 17:41:27.270 106122 ERROR tempest.common.compute
2026-06-17 17:41:27.270 106122 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-06-17 17:41:27.270 106122 ERROR tempest.common.compute
2026-06-17 17:41:27.270 106122 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-17 17:41:27.270 106122 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 361, in create_test_server
2026-06-17 17:41:27.270 106122 ERROR tempest.common.compute waiters.wait_for_server_termination(
2026-06-17 17:41:27.270 106122 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 110, in wait_for_server_termination
2026-06-17 17:41:27.270 106122 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-06-17 17:41:27.270 106122 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 17:41:27.270 106122 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-06-17 17:41:27.270 106122 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-06-17 17:41:27.270 106122 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 17:41:27.270 106122 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-06-17 17:41:27.270 106122 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-06-17 17:41:27.270 106122 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 17:41:27.270 106122 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-17 17:41:27.270 106122 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-17 17:41:27.270 106122 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 17:41:27.270 106122 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-17 17:41:27.270 106122 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-17 17:41:27.270 106122 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-17 17:41:27.270 106122 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-17 17:41:27.270 106122 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-17 17:41:27.270 106122 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-17 17:41:27.270 106122 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-17 17:41:27.270 106122 ERROR tempest.common.compute
2026-06-17 17:41:27,346 106122 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 500 DELETE https://10.4.3.159/compute/v2.1/os-keypairs/tempest-keypair-904964969 0.068s
2026-06-17 17:41:27,346 106122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '147', 'x-openstack-request-id': 'req-30261116-e182-4d9a-9471-a604392cd05a', 'x-compute-request-id': 'req-30261116-e182-4d9a-9471-a604392cd05a', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.159/compute/v2.1/os-keypairs/tempest-keypair-904964969'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-17 17:41:27,346 106122 ERROR [tempest.lib.common.validation_resources] Exception raised while deleting key tempest-keypair-904964969
2026-06-17 17:41:27.346 106122 ERROR tempest.lib.common.validation_resources Traceback (most recent call last):
2026-06-17 17:41:27.346 106122 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 299, in clear_validation_resources
2026-06-17 17:41:27.346 106122 ERROR tempest.lib.common.validation_resources keypair_client.delete_keypair(keypair_name)
2026-06-17 17:41:27.346 106122 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/services/compute/keypairs_client.py", line 115, in delete_keypair
2026-06-17 17:41:27.346 106122 ERROR tempest.lib.common.validation_resources resp, body = self.delete(url)
2026-06-17 17:41:27.346 106122 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^
2026-06-17 17:41:27.346 106122 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
2026-06-17 17:41:27.346 106122 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body)
2026-06-17 17:41:27.346 106122 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 17:41:27.346 106122 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-17 17:41:27.346 106122 ERROR tempest.lib.common.validation_resources resp, resp_body = super(BaseComputeClient, self).request(
2026-06-17 17:41:27.346 106122 ERROR tempest.lib.common.validation_resources ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 17:41:27.346 106122 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-17 17:41:27.346 106122 ERROR tempest.lib.common.validation_resources self._error_checker(resp, resp_body)
2026-06-17 17:41:27.346 106122 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-17 17:41:27.346 106122 ERROR tempest.lib.common.validation_resources raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-17 17:41:27.346 106122 ERROR tempest.lib.common.validation_resources tempest.lib.exceptions.ServerFault: Got server fault
2026-06-17 17:41:27.346 106122 ERROR tempest.lib.common.validation_resources Details: Unexpected API Error. Please contact the administrator
2026-06-17 17:41:27.346 106122 ERROR tempest.lib.common.validation_resources <class 'oslo_db.exception.DBConnectionError'>
2026-06-17 17:41:27.346 106122 ERROR tempest.lib.common.validation_resources
2026-06-17 17:41:32,794 106122 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE https://10.4.3.159/networking/v2.0/security-groups/f80747ee-b8ba-411e-8216-b965bb1b6b59 5.447s
2026-06-17 17:41:32,794 106122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-ce4a2cbd-146e-4431-b881-1f350d5cc95c', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.159/networking/v2.0/security-groups/f80747ee-b8ba-411e-8216-b965bb1b6b59'}
Body: b''
2026-06-17 17:41:32,807 106122 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET https://10.4.3.159/networking/v2.0/security-groups/f80747ee-b8ba-411e-8216-b965bb1b6b59 0.012s
2026-06-17 17:41:32,807 106122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-79651a03-7ffa-4a7a-a587-d62ce21aa198', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.159/networking/v2.0/security-groups/f80747ee-b8ba-411e-8216-b965bb1b6b59'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group f80747ee-b8ba-411e-8216-b965bb1b6b59 does not exist", "detail": ""}}'
2026-06-17 17:41:34,144 106122 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE https://10.4.3.159/networking/v2.0/floatingips/55da6b6c-fa33-422b-9d98-d63896d73fb3 1.336s
2026-06-17 17:41:34,144 106122 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-bb769bc4-15e6-4853-9368-4818d241b958', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.159/networking/v2.0/floatingips/55da6b6c-fa33-422b-9d98-d63896d73fb3'}
Body: b''
}}}
traceback-1: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/fixtures/fixture.py", line 162, in cleanUp
return self._cleanups(raise_errors=raise_first) # type: ignore[misc]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/fixtures/callmany.py", line 121, in __call__
raise exc.with_traceback(error[2])
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/fixtures/callmany.py", line 113, in __call__
cleanup(*args, **kwargs)
File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 346, in clear_validation_resources
raise has_exception
File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 299, in clear_validation_resources
keypair_client.delete_keypair(keypair_name)
File "/opt/stack/tempest/tempest/lib/services/compute/keypairs_client.py", line 115, in delete_keypair
resp, body = self.delete(url)
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
return self.request('DELETE', url, extra_headers, headers, body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'oslo_db.exception.DBConnectionError'>
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 149, in test_list_get_volume_attachments
server, validation_resources = self._create_server()
^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 58, in _create_server
server = self.create_test_server(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/compute/base.py", line 257, in create_test_server
body, servers = compute.create_test_server(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/oslo_utils/excutils.py", line 266, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/oslo_utils/excutils.py", line 232, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
server = waiters.wait_for_server_status(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/waiters.py", line 65, in wait_for_server_status
body = client.show_server(server_id)['server']
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
resp, body = self.get("servers/%s" % server_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
return self.request('GET', url, extra_headers, headers,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'oslo_db.exception.DBConnectionError'>
|
||||||
| tempest.api.volume.test_volumes_backup.VolumesBackupsTest | 4 | 3 | 1 | 0 | 0 | Detail | |
test_backup_create_attached_volume[compute,id-07af8f6d-80af-44c9-a5dc-c8427b1b62e6] |
pass
pt3.1: tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_backup_create_attached_volume[compute,id-07af8f6d-80af-44c9-a5dc-c8427b1b62e6]
|
||||||
test_bootable_volume_backup_and_restore[id-2a8ba340-dff2-4511-9db7-646f07156b15,image] |
pass
pt3.2: tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_bootable_volume_backup_and_restore[id-2a8ba340-dff2-4511-9db7-646f07156b15,image]
|
||||||
test_volume_backup_create_get_detailed_list_restore_delete[id-a66eb488-8ee1-47d4-8e9f-575a095728c6] |
pass
pt3.3: tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_volume_backup_create_get_detailed_list_restore_delete[id-a66eb488-8ee1-47d4-8e9f-575a095728c6]
|
||||||
test_volume_backup_incremental[compute,id-f86eff09-2a6d-43c1-905e-8079e5754f1e] |
fail
ft3.4: tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_volume_backup_incremental[compute,id-f86eff09-2a6d-43c1-905e-8079e5754f1e]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-06-17 17:40:12,445 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_incremental): 202 POST https://10.4.3.159/volume/v3/volumes 0.208s
2026-06-17 17:40:12,445 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "name": "tempest-VolumesBackupsTest-Volume-1796795304"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-384f1db6-bad5-4079-be83-2001105d3fc9', 'content-length': '749', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-384f1db6-bad5-4079-be83-2001105d3fc9', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.159/volume/v3/volumes'}
Body: b'{"volume": {"id": "303b41a4-8469-4e68-843c-4f3e393af701", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:40:12.358347", "updated_at": null, "name": "tempest-VolumesBackupsTest-Volume-1796795304", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/303b41a4-8469-4e68-843c-4f3e393af701"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/303b41a4-8469-4e68-843c-4f3e393af701"}], "user_id": "301713380dd14e34a33d5acbaf07018b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-06-17 17:40:12,485 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_incremental): 200 GET https://10.4.3.159/volume/v3/volumes/303b41a4-8469-4e68-843c-4f3e393af701 0.034s
2026-06-17 17:40:12,486 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c04462d1-90b7-48d1-b4c8-a57617340d81', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c04462d1-90b7-48d1-b4c8-a57617340d81', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/303b41a4-8469-4e68-843c-4f3e393af701'}
Body: b'{"volume": {"id": "303b41a4-8469-4e68-843c-4f3e393af701", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:40:12.000000", "updated_at": null, "name": "tempest-VolumesBackupsTest-Volume-1796795304", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/303b41a4-8469-4e68-843c-4f3e393af701"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/303b41a4-8469-4e68-843c-4f3e393af701"}], "user_id": "301713380dd14e34a33d5acbaf07018b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22eaf81183d447b8ace14d43b072865c"}}'
2026-06-17 17:40:13,542 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_incremental): 200 GET https://10.4.3.159/volume/v3/volumes/303b41a4-8469-4e68-843c-4f3e393af701 0.050s
2026-06-17 17:40:13,542 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f50843a7-39ff-4316-bacd-86be70d76c3f', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f50843a7-39ff-4316-bacd-86be70d76c3f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/303b41a4-8469-4e68-843c-4f3e393af701'}
Body: b'{"volume": {"id": "303b41a4-8469-4e68-843c-4f3e393af701", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:40:12.000000", "updated_at": "2026-06-17T17:40:13.000000", "name": "tempest-VolumesBackupsTest-Volume-1796795304", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/303b41a4-8469-4e68-843c-4f3e393af701"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/303b41a4-8469-4e68-843c-4f3e393af701"}], "user_id": "301713380dd14e34a33d5acbaf07018b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22eaf81183d447b8ace14d43b072865c"}}'
2026-06-17 17:40:13,547 106112 INFO [tempest.common.waiters] volume 303b41a4-8469-4e68-843c-4f3e393af701 reached available after waiting for 1.547968 seconds
2026-06-17 17:40:13,548 106112 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-06-17 17:40:13,548 106112 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-06-17 17:40:13,598 106112 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST https://10.4.3.159/compute/v2.1/os-keypairs 0.049s
2026-06-17 17:40:13,598 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-600276781", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOifwTFiuEwjKa6amIb1OPGl3mBqVeEdMkR9ra9LAjqDRwl8zB125wJ75puoQBa6oO1qc6uSQU/QGYYxiXnZwcg9LUiUAL34yy3NquLbx4C5lDfmBAHgI42eETIaScOsfw=="}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:13 GMT', 'server': 'Apache/2.4.58 (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-483a317b-1e7c-4102-ae7e-7dc224351e84', 'x-compute-request-id': 'req-483a317b-1e7c-4102-ae7e-7dc224351e84', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-600276781", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOifwTFiuEwjKa6amIb1OPGl3mBqVeEdMkR9ra9LAjqDRwl8zB125wJ75puoQBa6oO1qc6uSQU/QGYYxiXnZwcg9LUiUAL34yy3NquLbx4C5lDfmBAHgI42eETIaScOsfw==", "fingerprint": "c0:67:34:17:00:0f:f3:67:d0:eb:a3:87:91:60:ce:7f", "user_id": "301713380dd14e34a33d5acbaf07018b"}}'
2026-06-17 17:40:13,599 106112 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-600276781 created
2026-06-17 17:40:13,852 106112 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.159/networking/v2.0/security-groups 0.252s
2026-06-17 17:40:13,852 106112 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--1973039340", "description": "tempest-description--937424332"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1662', 'x-openstack-request-id': 'req-92134a3a-2010-46b6-846f-88362d473756', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.159/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "5f818555-aa46-42cb-a59f-9e25c24fb786", "name": "tempest-securitygroup--1973039340", "stateful": true, "tenant_id": "22eaf81183d447b8ace14d43b072865c", "project_id": "22eaf81183d447b8ace14d43b072865c", "description": "tempest-description--937424332", "shared": false, "security_group_rules": [{"id": "4c58606d-db5f-42f3-90e1-6ab617b7fa47", "project_id": "22eaf81183d447b8ace14d43b072865c", "security_group_id": "5f818555-aa46-42cb-a59f-9e25c24fb786", "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": 1067, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-17T17:40:13Z", "updated_at": "2026-06-17T17:40:13Z", "revision_number": 0, "tenant_id": "22eaf81183d447b8ace14d43b072865c"}, {"id": "dd63a0af-e999-47b1-a0eb-cf396be63519", "project_id": "22eaf81183d447b8ace14d43b072865c", "security_group_id": "5f818555-aa46-42cb-a59f-9e25c24fb786", "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": 1066, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-17T17:40:13Z", "updated_at": "2026-06-17T17:40:13Z", "revision_number": 0, "tenant_id": "22eaf81183d447b8ace14d43b072865c"}], "tags": [], "created_at": "2026-06-17T17:40:13Z", "updated_at": "2026-06-17T17:40:13Z", "revision_number": 1}}'
2026-06-17 17:40:14,264 106112 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.159/networking/v2.0/security-group-rules 0.412s
2026-06-17 17:40:14,265 106112 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": "5f818555-aa46-42cb-a59f-9e25c24fb786", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-17c4584d-1f0f-4fab-aedc-3fba13333602', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.159/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "dda51dc1-b3e8-4eea-8224-086b044289af", "project_id": "22eaf81183d447b8ace14d43b072865c", "security_group_id": "5f818555-aa46-42cb-a59f-9e25c24fb786", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-06-17T17:40:14Z", "updated_at": "2026-06-17T17:40:14Z", "revision_number": 0, "tenant_id": "22eaf81183d447b8ace14d43b072865c"}}'
2026-06-17 17:40:15,079 106112 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.159/networking/v2.0/security-group-rules 0.814s
2026-06-17 17:40:15,079 106112 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": "5f818555-aa46-42cb-a59f-9e25c24fb786", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-5a61513a-2ae5-4639-aadf-6e31d529cd56', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.159/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "e5760aca-27d6-4457-be07-5ebd22eaadaa", "project_id": "22eaf81183d447b8ace14d43b072865c", "security_group_id": "5f818555-aa46-42cb-a59f-9e25c24fb786", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-06-17T17:40:14Z", "updated_at": "2026-06-17T17:40:14Z", "revision_number": 0, "tenant_id": "22eaf81183d447b8ace14d43b072865c"}}'
2026-06-17 17:40:15,079 106112 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1973039340 created
2026-06-17 17:40:15,669 106112 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.159/networking/v2.0/floatingips 0.590s
2026-06-17 17:40:15,670 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "69539c18-6396-42a4-a14d-dcb6e76126a6"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-42b40b83-c053-4e84-a52e-5fdedefe122c', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.159/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "98aa5391-e055-4559-9812-6bed00e1d98a", "tenant_id": "22eaf81183d447b8ace14d43b072865c", "project_id": "22eaf81183d447b8ace14d43b072865c", "floating_ip_address": "172.24.5.124", "floating_network_id": "69539c18-6396-42a4-a14d-dcb6e76126a6", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-06-17T17:40:15Z", "updated_at": "2026-06-17T17:40:15Z", "revision_number": 0}}'
2026-06-17 17:40:15,671 106112 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '98aa5391-e055-4559-9812-6bed00e1d98a', 'tenant_id': '22eaf81183d447b8ace14d43b072865c', 'project_id': '22eaf81183d447b8ace14d43b072865c', 'floating_ip_address': '172.24.5.124', 'floating_network_id': '69539c18-6396-42a4-a14d-dcb6e76126a6', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-06-17T17:40:15Z', 'updated_at': '2026-06-17T17:40:15Z', 'revision_number': 0, 'ip': '172.24.5.124'} created
2026-06-17 17:40:15,780 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_incremental): 201 POST https://10.4.3.159/identity/v3/auth/tokens 0.106s
2026-06-17 17:40:15,780 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2930', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-f1f0f15f-5124-4039-a91c-077dd9e81670', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.159/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "301713380dd14e34a33d5acbaf07018b", "name": "tempest-VolumesBackupsTest-363183070-project-member", "password_expires_at": null}, "audit_ids": ["ueJd3T8WTN6-jNYiuVu63Q"], "expires_at": "2026-06-17T18:40:15.000000Z", "issued_at": "2026-06-17T17:40:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "22eaf81183d447b8ace14d43b072865c", "name": "tempest-VolumesBackupsTest-363183070"}, "is_domain": false, "roles": [{"id": "68399494608b4ef6ae638abaebd76acd", "name": "reader"}, {"id": "018a1ae8ac2342bc8c5959690bf8f547", "name": "member"}], "catalog": [{"endpoints": [{"id": "d0a950bc14f1459d92ec899ae4354caa", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.159/compute/v2/22eaf81183d447b8ace14d43b072865c", "region": "RegionOne"}], "id": "056e5a5543b54c8296186e1d1395c429", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d5058ae63d4741ec80bf098349938fda", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.159/networking", "region": "RegionOne"}], "id": "234387a6e3fe4047807dc2d4c21bca8d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "2572b8855836451280b2c056b2333e31", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.159:8080", "region": "RegionOne"}, {"id": "98338b5c72e04c9d874e5ed43aefe8d2", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.159:8080/v1/AUTH_22eaf81183d447b8ace14d43b072865c", "region": "RegionOne"}], "id": "3e1a2a1f7ec549d58266eece35ff3f9a", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "4af7b558851f4f0db51daae743ccb6fb", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.159/placement", "region": "RegionOne"}], "id": "485abe21a011469a93ba021b7a256bf4", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "6e0a36383ef44caab506e1a0a191a3a1", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.159/volume/v3", "region": "RegionOne"}], "id": "89d98a9a0ee6492e89afeec0436bd3a8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f456dc9a006e4a79b811e7aa46fcfda5", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.159/compute/v2.1", "region": "RegionOne"}], "id": "af046ec214ad485883f4bdd9bd659c9b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "bc50431ef99b41839fa46ab18a52d7b8", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.159/image", "region": "RegionOne"}], "id": "bb4f050146ae4c1490e508fac541b2b0", "type": "image", "name": "glance"}, {"endpoints": [{"id": "8a37a7bbb4da4914bbc184f9494b10a7", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.159/identity", "region": "RegionOne"}], "id": "d18dd254f1a6444b8c72afe794ff433f", "type": "identity", "name": "keystone"}]}}'
2026-06-17 17:40:15,780 106112 INFO [tempest.lib.common.fixed_network] (VolumesBackupsTest:test_volume_backup_incremental) Found network {'id': 'f37745a5-af74-4841-9a0a-9e15e7b0dc45', 'name': 'tempest-VolumesBackupsTest-1454898834-network', 'tenant_id': '22eaf81183d447b8ace14d43b072865c', 'project_id': '22eaf81183d447b8ace14d43b072865c', 'admin_state_up': True, 'mtu': 1372, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 33382, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-06-17T17:37:24Z', 'updated_at': '2026-06-17T17:37:25Z', 'revision_number': 1} available for tenant
2026-06-17 17:40:15,781 106112 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-600276781', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOifwTFiuEwjKa6amIb1OPGl3mBqVeEdMkR9ra9LAjqDRwl8zB125wJ75puoQBa6oO1qc6uSQU/QGYYxiXnZwcg9LUiUAL34yy3NquLbx4C5lDfmBAHgI42eETIaScOsfw==', 'fingerprint': 'c0:67:34:17:00:0f:f3:67:d0:eb:a3:87:91:60:ce:7f', 'user_id': '301713380dd14e34a33d5acbaf07018b', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAZOIaGbZK8WOFbsskPCM8sGYvdRidbv742J4TZa8QQKGD1lQfa/DzK\nFK69yozL2zOgBwYFK4EEACKhZANiAATon8ExYrhMIymumpiG9Tjxpd5galXhHTJE\nfa2vSwI6g0cJfMwdducCe+abqEAWuqDtanOrkkFP0BmGMYl52cHIPS1IlAC9+Mst\nzari28eAuZQ35gQB4CONnhEyGknDrH8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '5f818555-aa46-42cb-a59f-9e25c24fb786', 'name': 'tempest-securitygroup--1973039340', 'stateful': True, 'tenant_id': '22eaf81183d447b8ace14d43b072865c', 'project_id': '22eaf81183d447b8ace14d43b072865c', 'description': 'tempest-description--937424332', 'shared': False, 'security_group_rules': [{'id': '4c58606d-db5f-42f3-90e1-6ab617b7fa47', 'project_id': '22eaf81183d447b8ace14d43b072865c', 'security_group_id': '5f818555-aa46-42cb-a59f-9e25c24fb786', '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': 1067, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-17T17:40:13Z', 'updated_at': '2026-06-17T17:40:13Z', 'revision_number': 0, 'tenant_id': '22eaf81183d447b8ace14d43b072865c'}, {'id': 'dd63a0af-e999-47b1-a0eb-cf396be63519', 'project_id': '22eaf81183d447b8ace14d43b072865c', 'security_group_id': '5f818555-aa46-42cb-a59f-9e25c24fb786', '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': 1066, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-17T17:40:13Z', 'updated_at': '2026-06-17T17:40:13Z', 'revision_number': 0, 'tenant_id': '22eaf81183d447b8ace14d43b072865c'}], 'tags': [], 'created_at': '2026-06-17T17:40:13Z', 'updated_at': '2026-06-17T17:40:13Z', 'revision_number': 1}, 'floating_ip': {'id': '98aa5391-e055-4559-9812-6bed00e1d98a', 'tenant_id': '22eaf81183d447b8ace14d43b072865c', 'project_id': '22eaf81183d447b8ace14d43b072865c', 'floating_ip_address': '172.24.5.124', 'floating_network_id': '69539c18-6396-42a4-a14d-dcb6e76126a6', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-06-17T17:40:15Z', 'updated_at': '2026-06-17T17:40:15Z', 'revision_number': 0, 'ip': '172.24.5.124'}}
2026-06-17 17:40:17,310 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_incremental): 202 POST https://10.4.3.159/compute/v2.1/servers 1.529s
2026-06-17 17:40:17,310 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-VolumesBackupsTest-instance-512207724", "imageRef": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "flavorRef": "42", "networks": [{"uuid": "f37745a5-af74-4841-9a0a-9e15e7b0dc45"}], "security_groups": [{"name": "tempest-securitygroup--1973039340"}], "key_name": "tempest-keypair-600276781", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '406', 'location': 'https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e63850e-c9bb-4874-978a-561a6c9ed290', 'x-compute-request-id': 'req-5e63850e-c9bb-4874-978a-561a6c9ed290', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.159/compute/v2.1/servers'}
Body: b'{"server": {"id": "2bc7d6d8-14da-4057-b35f-3ec1fe29e759", "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1973039340"}], "adminPass": "gJyWSv7Vvp6f"}}'
2026-06-17 17:40:17,463 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_incremental): 200 GET https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759 0.152s
2026-06-17 17:40:17,464 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1234', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f28553f5-66f9-4e94-bcf1-ebb2c775ee30', 'x-compute-request-id': 'req-f28553f5-66f9-4e94-bcf1-ebb2c775ee30', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:40:17Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "", "id": "2bc7d6d8-14da-4057-b35f-3ec1fe29e759", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-512207724", "status": "BUILD", "tenant_id": "22eaf81183d447b8ace14d43b072865c", "user_id": "301713380dd14e34a33d5acbaf07018b", "updated": "2026-06-17T17:40:17Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-600276781", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 17:40:19,721 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_incremental): 200 GET https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759 1.245s
2026-06-17 17:40:19,721 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1230', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1348a9b7-da46-4dff-8996-40c17c9932c3', 'x-compute-request-id': 'req-1348a9b7-da46-4dff-8996-40c17c9932c3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:40:17Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "", "id": "2bc7d6d8-14da-4057-b35f-3ec1fe29e759", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-512207724", "status": "BUILD", "tenant_id": "22eaf81183d447b8ace14d43b072865c", "user_id": "301713380dd14e34a33d5acbaf07018b", "updated": "2026-06-17T17:40:18Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-600276781", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 17:40:19,728 106112 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-06-17 17:40:20,845 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_incremental): 200 GET https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759 0.117s
2026-06-17 17:40:20,845 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1286', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-287d76e8-f60c-41a4-a3d5-25392684b182', 'x-compute-request-id': 'req-287d76e8-f60c-41a4-a3d5-25392684b182', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:40:17Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "49b5b7ef4710260e11ef883fbb0ffebec161474c68a328b029956efc", "id": "2bc7d6d8-14da-4057-b35f-3ec1fe29e759", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-512207724", "status": "BUILD", "tenant_id": "22eaf81183d447b8ace14d43b072865c", "user_id": "301713380dd14e34a33d5acbaf07018b", "updated": "2026-06-17T17:40:19Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-600276781", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 17:40:22,026 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_incremental): 200 GET https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759 0.174s
2026-06-17 17:40:22,026 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1294', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aaacec1c-995d-487a-ab99-f6515cb030bd', 'x-compute-request-id': 'req-aaacec1c-995d-487a-ab99-f6515cb030bd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:40:17Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "49b5b7ef4710260e11ef883fbb0ffebec161474c68a328b029956efc", "id": "2bc7d6d8-14da-4057-b35f-3ec1fe29e759", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-512207724", "status": "BUILD", "tenant_id": "22eaf81183d447b8ace14d43b072865c", "user_id": "301713380dd14e34a33d5acbaf07018b", "updated": "2026-06-17T17:40:21Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-600276781", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 17:40:22,034 106112 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 5 second wait
2026-06-17 17:40:24,125 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_incremental): 200 GET https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759 1.091s
2026-06-17 17:40:24,126 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1372', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83f64a18-316d-47dc-a067-5847ec48b515', 'x-compute-request-id': 'req-83f64a18-316d-47dc-a067-5847ec48b515', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:40:17Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "49b5b7ef4710260e11ef883fbb0ffebec161474c68a328b029956efc", "id": "2bc7d6d8-14da-4057-b35f-3ec1fe29e759", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-512207724", "status": "BUILD", "tenant_id": "22eaf81183d447b8ace14d43b072865c", "user_id": "301713380dd14e34a33d5acbaf07018b", "updated": "2026-06-17T17:40:23Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-600276781", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1973039340"}], "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": []}}'
2026-06-17 17:40:24,133 106112 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 7 second wait
2026-06-17 17:40:25,308 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_incremental): 200 GET https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759 0.174s
2026-06-17 17:40:25,308 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e8c50a04-1746-453d-a9fb-71b787a3f31d', 'x-compute-request-id': 'req-e8c50a04-1746-453d-a9fb-71b787a3f31d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:40:17Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "49b5b7ef4710260e11ef883fbb0ffebec161474c68a328b029956efc", "id": "2bc7d6d8-14da-4057-b35f-3ec1fe29e759", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-512207724", "status": "BUILD", "tenant_id": "22eaf81183d447b8ace14d43b072865c", "user_id": "301713380dd14e34a33d5acbaf07018b", "updated": "2026-06-17T17:40:23Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-600276781", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1973039340"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 17:40:25,315 106112 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 8 second wait
2026-06-17 17:40:26,562 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_incremental): 200 GET https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759 0.245s
2026-06-17 17:40:26,563 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d76db011-3e49-46d7-8d47-5d8d5fa24df5', 'x-compute-request-id': 'req-d76db011-3e49-46d7-8d47-5d8d5fa24df5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:40:17Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "49b5b7ef4710260e11ef883fbb0ffebec161474c68a328b029956efc", "id": "2bc7d6d8-14da-4057-b35f-3ec1fe29e759", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-512207724", "status": "BUILD", "tenant_id": "22eaf81183d447b8ace14d43b072865c", "user_id": "301713380dd14e34a33d5acbaf07018b", "updated": "2026-06-17T17:40:23Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-600276781", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1973039340"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 17:40:27,855 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_incremental): 200 GET https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759 0.285s
2026-06-17 17:40:27,855 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-868a3b14-b826-4781-b123-4122dd61331c', 'x-compute-request-id': 'req-868a3b14-b826-4781-b123-4122dd61331c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:40:17Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "49b5b7ef4710260e11ef883fbb0ffebec161474c68a328b029956efc", "id": "2bc7d6d8-14da-4057-b35f-3ec1fe29e759", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-512207724", "status": "BUILD", "tenant_id": "22eaf81183d447b8ace14d43b072865c", "user_id": "301713380dd14e34a33d5acbaf07018b", "updated": "2026-06-17T17:40:23Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-600276781", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1973039340"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 17:40:29,086 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_incremental): 200 GET https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759 0.225s
2026-06-17 17:40:29,086 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6076a54-18c3-452f-9eac-f2f2553c06e9', 'x-compute-request-id': 'req-e6076a54-18c3-452f-9eac-f2f2553c06e9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:40:17Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "49b5b7ef4710260e11ef883fbb0ffebec161474c68a328b029956efc", "id": "2bc7d6d8-14da-4057-b35f-3ec1fe29e759", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-512207724", "status": "BUILD", "tenant_id": "22eaf81183d447b8ace14d43b072865c", "user_id": "301713380dd14e34a33d5acbaf07018b", "updated": "2026-06-17T17:40:23Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-600276781", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1973039340"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 17:40:31,984 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_incremental): 200 GET https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759 1.891s
2026-06-17 17:40:31,984 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-492bdb54-74ff-4c89-ab3b-6a23130dac1c', 'x-compute-request-id': 'req-492bdb54-74ff-4c89-ab3b-6a23130dac1c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:40:17Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "49b5b7ef4710260e11ef883fbb0ffebec161474c68a328b029956efc", "id": "2bc7d6d8-14da-4057-b35f-3ec1fe29e759", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-512207724", "status": "BUILD", "tenant_id": "22eaf81183d447b8ace14d43b072865c", "user_id": "301713380dd14e34a33d5acbaf07018b", "updated": "2026-06-17T17:40:23Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-600276781", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1973039340"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 17:40:33,259 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_incremental): 200 GET https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759 0.265s
2026-06-17 17:40:33,259 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1ce17b2-937c-4b29-af8b-87bc0ed26feb', 'x-compute-request-id': 'req-d1ce17b2-937c-4b29-af8b-87bc0ed26feb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:40:17Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "49b5b7ef4710260e11ef883fbb0ffebec161474c68a328b029956efc", "id": "2bc7d6d8-14da-4057-b35f-3ec1fe29e759", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-512207724", "status": "BUILD", "tenant_id": "22eaf81183d447b8ace14d43b072865c", "user_id": "301713380dd14e34a33d5acbaf07018b", "updated": "2026-06-17T17:40:23Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-600276781", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1973039340"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 17:40:34,491 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_incremental): 200 GET https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759 0.226s
2026-06-17 17:40:34,492 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4076921-8849-4071-9a62-213173c5cee0', 'x-compute-request-id': 'req-e4076921-8849-4071-9a62-213173c5cee0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:40:17Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "49b5b7ef4710260e11ef883fbb0ffebec161474c68a328b029956efc", "id": "2bc7d6d8-14da-4057-b35f-3ec1fe29e759", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-512207724", "status": "BUILD", "tenant_id": "22eaf81183d447b8ace14d43b072865c", "user_id": "301713380dd14e34a33d5acbaf07018b", "updated": "2026-06-17T17:40:23Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-600276781", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1973039340"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 17:40:35,754 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_incremental): 200 GET https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759 0.254s
2026-06-17 17:40:35,754 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1542', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-657b19c0-6937-404a-93a8-607014472079', 'x-compute-request-id': 'req-657b19c0-6937-404a-93a8-607014472079', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-VolumesBackupsTest-1454898834-network": [{"version": 4, "addr": "10.1.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:40:bc"}]}, "created": "2026-06-17T17:40:17Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "49b5b7ef4710260e11ef883fbb0ffebec161474c68a328b029956efc", "id": "2bc7d6d8-14da-4057-b35f-3ec1fe29e759", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-512207724", "status": "ACTIVE", "tenant_id": "22eaf81183d447b8ace14d43b072865c", "user_id": "301713380dd14e34a33d5acbaf07018b", "updated": "2026-06-17T17:40:35Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-600276781", "OS-SRV-USG:launched_at": "2026-06-17T17:40:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1973039340"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 17:40:35,760 106112 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 18 second wait
2026-06-17 17:40:35,857 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_incremental): 200 GET https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759/os-interface 0.096s
2026-06-17 17:40:35,857 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:35 GMT', 'server': 'Apache/2.4.58 (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-006cc92e-93a6-4cff-8bd4-1af09116503b', 'x-compute-request-id': 'req-006cc92e-93a6-4cff-8bd4-1af09116503b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "f37745a5-af74-4841-9a0a-9e15e7b0dc45", "port_id": "23d43638-3b8c-4b91-a28e-310d8ff292f2", "mac_addr": "fa:16:3e:0e:40:bc", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "b4fa6f75-728b-46f4-a55f-7383b07d25f4", "ip_address": "10.1.0.6"}]}]}'
2026-06-17 17:40:36,420 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_incremental): 200 PUT https://10.4.3.159/networking/v2.0/floatingips/98aa5391-e055-4559-9812-6bed00e1d98a 0.560s
2026-06-17 17:40:36,420 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "23d43638-3b8c-4b91-a28e-310d8ff292f2"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-e194644a-acbc-43ac-bb45-9d09b1e3d687', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/networking/v2.0/floatingips/98aa5391-e055-4559-9812-6bed00e1d98a'}
Body: b'{"floatingip": {"id": "98aa5391-e055-4559-9812-6bed00e1d98a", "tenant_id": "22eaf81183d447b8ace14d43b072865c", "project_id": "22eaf81183d447b8ace14d43b072865c", "floating_ip_address": "172.24.5.124", "floating_network_id": "69539c18-6396-42a4-a14d-dcb6e76126a6", "router_id": "5d2e3e2d-fe4d-42a9-b9f4-6269a9f1e4da", "port_id": "23d43638-3b8c-4b91-a28e-310d8ff292f2", "fixed_ip_address": "10.1.0.6", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "f37745a5-af74-4841-9a0a-9e15e7b0dc45", "mac_address": "fa:16:3e:0e:40:bc", "admin_state_up": true, "status": "ACTIVE", "device_id": "2bc7d6d8-14da-4057-b35f-3ec1fe29e759", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-06-17T17:40:15Z", "updated_at": "2026-06-17T17:40:35Z", "revision_number": 1}}'
2026-06-17 17:40:36,421 106112 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.5.124:22' as 'cirros' with public key authentication
2026-06-17 17:41:12,424 106112 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-06-17 17:41:12,536 106112 INFO [paramiko.transport] Authentication (publickey) successful!
2026-06-17 17:41:12,537 106112 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.5.124 successfully created
2026-06-17 17:41:15,106 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_incremental): 200 POST https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759/os-volume_attachments 2.569s
2026-06-17 17:41:15,106 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volumeAttachment": {"volumeId": "303b41a4-8469-4e68-843c-4f3e393af701", "device": "/dev/vdb"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '194', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6edfee7a-a593-44a6-9851-b87d4a14dd8a', 'x-compute-request-id': 'req-6edfee7a-a593-44a6-9851-b87d4a14dd8a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759/os-volume_attachments'}
Body: b'{"volumeAttachment": {"id": "303b41a4-8469-4e68-843c-4f3e393af701", "serverId": "2bc7d6d8-14da-4057-b35f-3ec1fe29e759", "volumeId": "303b41a4-8469-4e68-843c-4f3e393af701", "device": "/dev/vdb"}}'
2026-06-17 17:41:15,133 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_incremental): 200 GET https://10.4.3.159/volume/v3/volumes/303b41a4-8469-4e68-843c-4f3e393af701 0.026s
2026-06-17 17:41:15,133 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e563510-b016-491e-a347-98ac007426b7', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e563510-b016-491e-a347-98ac007426b7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/303b41a4-8469-4e68-843c-4f3e393af701'}
Body: b'{"volume": {"id": "303b41a4-8469-4e68-843c-4f3e393af701", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:40:12.000000", "updated_at": "2026-06-17T17:41:15.000000", "name": "tempest-VolumesBackupsTest-Volume-1796795304", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/303b41a4-8469-4e68-843c-4f3e393af701"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/303b41a4-8469-4e68-843c-4f3e393af701"}], "user_id": "301713380dd14e34a33d5acbaf07018b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22eaf81183d447b8ace14d43b072865c"}}'
2026-06-17 17:41:16,168 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_incremental): 200 GET https://10.4.3.159/volume/v3/volumes/303b41a4-8469-4e68-843c-4f3e393af701 0.028s
2026-06-17 17:41:16,168 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e3d86b5-ba91-49e0-8179-177f66e6a7b9', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e3d86b5-ba91-49e0-8179-177f66e6a7b9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/303b41a4-8469-4e68-843c-4f3e393af701'}
Body: b'{"volume": {"id": "303b41a4-8469-4e68-843c-4f3e393af701", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:40:12.000000", "updated_at": "2026-06-17T17:41:15.000000", "name": "tempest-VolumesBackupsTest-Volume-1796795304", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/303b41a4-8469-4e68-843c-4f3e393af701"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/303b41a4-8469-4e68-843c-4f3e393af701"}], "user_id": "301713380dd14e34a33d5acbaf07018b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22eaf81183d447b8ace14d43b072865c"}}'
2026-06-17 17:41:17,211 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_incremental): 200 GET https://10.4.3.159/volume/v3/volumes/303b41a4-8469-4e68-843c-4f3e393af701 0.037s
2026-06-17 17:41:17,211 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ce5cafb-9a93-4046-a7c8-5363cb874066', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ce5cafb-9a93-4046-a7c8-5363cb874066', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/303b41a4-8469-4e68-843c-4f3e393af701'}
Body: b'{"volume": {"id": "303b41a4-8469-4e68-843c-4f3e393af701", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:40:12.000000", "updated_at": "2026-06-17T17:41:15.000000", "name": "tempest-VolumesBackupsTest-Volume-1796795304", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/303b41a4-8469-4e68-843c-4f3e393af701"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/303b41a4-8469-4e68-843c-4f3e393af701"}], "user_id": "301713380dd14e34a33d5acbaf07018b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22eaf81183d447b8ace14d43b072865c"}}'
2026-06-17 17:41:18,250 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_incremental): 200 GET https://10.4.3.159/volume/v3/volumes/303b41a4-8469-4e68-843c-4f3e393af701 0.033s
2026-06-17 17:41:18,251 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b77b0a3e-1be0-4f69-a0ed-94225aadf877', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b77b0a3e-1be0-4f69-a0ed-94225aadf877', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/303b41a4-8469-4e68-843c-4f3e393af701'}
Body: b'{"volume": {"id": "303b41a4-8469-4e68-843c-4f3e393af701", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:40:12.000000", "updated_at": "2026-06-17T17:41:15.000000", "name": "tempest-VolumesBackupsTest-Volume-1796795304", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/303b41a4-8469-4e68-843c-4f3e393af701"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/303b41a4-8469-4e68-843c-4f3e393af701"}], "user_id": "301713380dd14e34a33d5acbaf07018b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22eaf81183d447b8ace14d43b072865c"}}'
2026-06-17 17:41:19,286 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_incremental): 200 GET https://10.4.3.159/volume/v3/volumes/303b41a4-8469-4e68-843c-4f3e393af701 0.029s
2026-06-17 17:41:19,286 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0520f30-08ad-4ebe-9981-39c56fc6da09', 'content-length': '1134', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0520f30-08ad-4ebe-9981-39c56fc6da09', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/303b41a4-8469-4e68-843c-4f3e393af701'}
Body: b'{"volume": {"id": "303b41a4-8469-4e68-843c-4f3e393af701", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:40:12.000000", "updated_at": "2026-06-17T17:41:19.000000", "name": "tempest-VolumesBackupsTest-Volume-1796795304", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/303b41a4-8469-4e68-843c-4f3e393af701"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/303b41a4-8469-4e68-843c-4f3e393af701"}], "user_id": "301713380dd14e34a33d5acbaf07018b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "303b41a4-8469-4e68-843c-4f3e393af701", "attachment_id": "65f17177-25f6-48b1-ad3c-7e99d720be3b", "volume_id": "303b41a4-8469-4e68-843c-4f3e393af701", "server_id": "2bc7d6d8-14da-4057-b35f-3ec1fe29e759", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T17:41:15.000000"}], "os-vol-tenant-attr:tenant_id": "22eaf81183d447b8ace14d43b072865c"}}'
2026-06-17 17:41:19,294 106112 INFO [tempest.common.waiters] volume 303b41a4-8469-4e68-843c-4f3e393af701 reached in-use after waiting for 4.294838 seconds
2026-06-17 17:41:19,425 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_incremental): 202 POST https://10.4.3.159/volume/v3/backups 0.130s
2026-06-17 17:41:19,425 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"backup": {"volume_id": "303b41a4-8469-4e68-843c-4f3e393af701", "force": true, "name": "tempest-VolumesBackupsTest-Backup-809058224", "container": "tempest-volumesbackupstest-backup-container-1524035441"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-011f74ad-d5f9-4e17-bbb8-18bdf4ff988a', 'content-length': '329', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-011f74ad-d5f9-4e17-bbb8-18bdf4ff988a', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.159/volume/v3/backups'}
Body: b'{"backup": {"id": "401db0ec-1ff1-4818-8901-119d82c83c51", "name": "tempest-VolumesBackupsTest-Backup-809058224", "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/backups/401db0ec-1ff1-4818-8901-119d82c83c51"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/backups/401db0ec-1ff1-4818-8901-119d82c83c51"}]}}'
2026-06-17 17:41:19,446 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_incremental): 200 GET https://10.4.3.159/volume/v3/backups/401db0ec-1ff1-4818-8901-119d82c83c51 0.020s
2026-06-17 17:41:19,446 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cc2d06d-c5e0-4333-95ff-8dff308b8ffe', 'content-length': '788', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cc2d06d-c5e0-4333-95ff-8dff308b8ffe', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/backups/401db0ec-1ff1-4818-8901-119d82c83c51'}
Body: b'{"backup": {"id": "401db0ec-1ff1-4818-8901-119d82c83c51", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "tempest-volumesbackupstest-backup-container-1524035441", "created_at": "2026-06-17T17:41:19.000000", "updated_at": "2026-06-17T17:41:19.000000", "name": "tempest-VolumesBackupsTest-Backup-809058224", "description": null, "fail_reason": null, "volume_id": "303b41a4-8469-4e68-843c-4f3e393af701", "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/backups/401db0ec-1ff1-4818-8901-119d82c83c51"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/backups/401db0ec-1ff1-4818-8901-119d82c83c51"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-06-17T17:41:19.000000"}}'
2026-06-17 17:41:20,472 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_incremental): 200 GET https://10.4.3.159/volume/v3/backups/401db0ec-1ff1-4818-8901-119d82c83c51 0.021s
2026-06-17 17:41:20,472 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2d39447-e21c-4b54-87c9-fdbda58ac038', 'content-length': '790', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2d39447-e21c-4b54-87c9-fdbda58ac038', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/backups/401db0ec-1ff1-4818-8901-119d82c83c51'}
Body: b'{"backup": {"id": "401db0ec-1ff1-4818-8901-119d82c83c51", "status": "creating", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "tempest-volumesbackupstest-backup-container-1524035441", "created_at": "2026-06-17T17:41:19.000000", "updated_at": "2026-06-17T17:41:20.000000", "name": "tempest-VolumesBackupsTest-Backup-809058224", "description": null, "fail_reason": null, "volume_id": "303b41a4-8469-4e68-843c-4f3e393af701", "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/backups/401db0ec-1ff1-4818-8901-119d82c83c51"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/backups/401db0ec-1ff1-4818-8901-119d82c83c51"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-06-17T17:41:19.000000"}}'
2026-06-17 17:41:21,500 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_incremental): 200 GET https://10.4.3.159/volume/v3/backups/401db0ec-1ff1-4818-8901-119d82c83c51 0.025s
2026-06-17 17:41:21,501 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8abc9696-be89-4b31-b255-b30e015869be', 'content-length': '790', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8abc9696-be89-4b31-b255-b30e015869be', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/backups/401db0ec-1ff1-4818-8901-119d82c83c51'}
Body: b'{"backup": {"id": "401db0ec-1ff1-4818-8901-119d82c83c51", "status": "creating", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "tempest-volumesbackupstest-backup-container-1524035441", "created_at": "2026-06-17T17:41:19.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-VolumesBackupsTest-Backup-809058224", "description": null, "fail_reason": null, "volume_id": "303b41a4-8469-4e68-843c-4f3e393af701", "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/backups/401db0ec-1ff1-4818-8901-119d82c83c51"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/backups/401db0ec-1ff1-4818-8901-119d82c83c51"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-06-17T17:41:19.000000"}}'
2026-06-17 17:41:22,536 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_incremental): 200 GET https://10.4.3.159/volume/v3/backups/401db0ec-1ff1-4818-8901-119d82c83c51 0.032s
2026-06-17 17:41:22,537 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70704aff-31e5-4432-bf88-fc86269c2cbb', 'content-length': '790', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70704aff-31e5-4432-bf88-fc86269c2cbb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/backups/401db0ec-1ff1-4818-8901-119d82c83c51'}
Body: b'{"backup": {"id": "401db0ec-1ff1-4818-8901-119d82c83c51", "status": "creating", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "tempest-volumesbackupstest-backup-container-1524035441", "created_at": "2026-06-17T17:41:19.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-VolumesBackupsTest-Backup-809058224", "description": null, "fail_reason": null, "volume_id": "303b41a4-8469-4e68-843c-4f3e393af701", "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/backups/401db0ec-1ff1-4818-8901-119d82c83c51"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/backups/401db0ec-1ff1-4818-8901-119d82c83c51"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-06-17T17:41:19.000000"}}'
2026-06-17 17:41:23,568 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_incremental): 200 GET https://10.4.3.159/volume/v3/backups/401db0ec-1ff1-4818-8901-119d82c83c51 0.027s
2026-06-17 17:41:23,568 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7dc3f1c5-ccbb-486c-a6aa-f4aa36a657fe', 'content-length': '790', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7dc3f1c5-ccbb-486c-a6aa-f4aa36a657fe', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/backups/401db0ec-1ff1-4818-8901-119d82c83c51'}
Body: b'{"backup": {"id": "401db0ec-1ff1-4818-8901-119d82c83c51", "status": "creating", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "tempest-volumesbackupstest-backup-container-1524035441", "created_at": "2026-06-17T17:41:19.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-VolumesBackupsTest-Backup-809058224", "description": null, "fail_reason": null, "volume_id": "303b41a4-8469-4e68-843c-4f3e393af701", "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/backups/401db0ec-1ff1-4818-8901-119d82c83c51"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/backups/401db0ec-1ff1-4818-8901-119d82c83c51"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-06-17T17:41:19.000000"}}'
2026-06-17 17:41:24,610 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_incremental): 200 GET https://10.4.3.159/volume/v3/backups/401db0ec-1ff1-4818-8901-119d82c83c51 0.037s
2026-06-17 17:41:24,611 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a620e57-ca00-4504-a626-f618cbec55e2', 'content-length': '790', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a620e57-ca00-4504-a626-f618cbec55e2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/backups/401db0ec-1ff1-4818-8901-119d82c83c51'}
Body: b'{"backup": {"id": "401db0ec-1ff1-4818-8901-119d82c83c51", "status": "creating", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "tempest-volumesbackupstest-backup-container-1524035441", "created_at": "2026-06-17T17:41:19.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-VolumesBackupsTest-Backup-809058224", "description": null, "fail_reason": null, "volume_id": "303b41a4-8469-4e68-843c-4f3e393af701", "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/backups/401db0ec-1ff1-4818-8901-119d82c83c51"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/backups/401db0ec-1ff1-4818-8901-119d82c83c51"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-06-17T17:41:19.000000"}}'
2026-06-17 17:41:25,649 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_incremental): 200 GET https://10.4.3.159/volume/v3/backups/401db0ec-1ff1-4818-8901-119d82c83c51 0.035s
2026-06-17 17:41:25,649 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08d45840-1704-4099-b332-54a2ededf878', 'content-length': '790', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08d45840-1704-4099-b332-54a2ededf878', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/backups/401db0ec-1ff1-4818-8901-119d82c83c51'}
Body: b'{"backup": {"id": "401db0ec-1ff1-4818-8901-119d82c83c51", "status": "creating", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "tempest-volumesbackupstest-backup-container-1524035441", "created_at": "2026-06-17T17:41:19.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-VolumesBackupsTest-Backup-809058224", "description": null, "fail_reason": null, "volume_id": "303b41a4-8469-4e68-843c-4f3e393af701", "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/backups/401db0ec-1ff1-4818-8901-119d82c83c51"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/backups/401db0ec-1ff1-4818-8901-119d82c83c51"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-06-17T17:41:19.000000"}}'
2026-06-17 17:41:27,071 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_incremental): 500 GET https://10.4.3.159/volume/v3/backups/401db0ec-1ff1-4818-8901-119d82c83c51 0.418s
2026-06-17 17:41:27,071 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-d514f8eb-5914-4a68-8998-c8abcd2a2317', 'x-openstack-request-id': 'req-d514f8eb-5914-4a68-8998-c8abcd2a2317', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.159/volume/v3/backups/401db0ec-1ff1-4818-8901-119d82c83c51'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2026-06-17 17:41:27,071 106112 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1703011. The failure could be related to https://launchpad.net/bugs/1703011
2026-06-17 17:41:27,141 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 500 DELETE https://10.4.3.159/volume/v3/backups/401db0ec-1ff1-4818-8901-119d82c83c51 0.066s
2026-06-17 17:41:27,141 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-910e1c21-d30c-408d-a21e-e98132b8c771', 'x-openstack-request-id': 'req-910e1c21-d30c-408d-a21e-e98132b8c771', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.159/volume/v3/backups/401db0ec-1ff1-4818-8901-119d82c83c51'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2026-06-17 17:41:27,240 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 500 GET https://10.4.3.159/volume/v3/backups/401db0ec-1ff1-4818-8901-119d82c83c51 0.098s
2026-06-17 17:41:27,240 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-da90c0e9-9fef-461d-8489-fab4bf8675ec', 'x-openstack-request-id': 'req-da90c0e9-9fef-461d-8489-fab4bf8675ec', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.159/volume/v3/backups/401db0ec-1ff1-4818-8901-119d82c83c51'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2026-06-17 17:41:27,341 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 200 GET https://10.4.3.159:8080/v1/AUTH_22eaf81183d447b8ace14d43b072865c/tempest-volumesbackupstest-backup-container-1524035441?&limit=9999&format=json 0.099s
2026-06-17 17:41:27,341 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json; charset=utf-8', 'content-length': '2529', 'x-container-object-count': '9', 'x-container-bytes-used': '458784', 'x-timestamp': '1781718080.62439', 'last-modified': 'Wed, 17 Jun 2026 17:41:21 GMT', 'accept-ranges': 'bytes', 'x-storage-policy': 'Policy-0', 'x-trans-id': 'tx84de8358498c4f459605f-006a32dc47', 'x-openstack-request-id': 'tx84de8358498c4f459605f-006a32dc47', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159:8080/v1/AUTH_22eaf81183d447b8ace14d43b072865c/tempest-volumesbackupstest-backup-container-1524035441?&limit=9999&format=json'}
Body: b'[{"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_303b41a4-8469-4e68-843c-4f3e393af701/20260617174120/az_nova_backup_401db0ec-1ff1-4818-8901-119d82c83c51-00001", "content_type": "application/octet-stream", "last_modified": "2026-06-17T17:41:21.143980"}, {"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_303b41a4-8469-4e68-843c-4f3e393af701/20260617174120/az_nova_backup_401db0ec-1ff1-4818-8901-119d82c83c51-00002", "content_type": "application/octet-stream", "last_modified": "2026-06-17T17:41:21.721910"}, {"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_303b41a4-8469-4e68-843c-4f3e393af701/20260617174120/az_nova_backup_401db0ec-1ff1-4818-8901-119d82c83c51-00003", "content_type": "application/octet-stream", "last_modified": "2026-06-17T17:41:22.326950"}, {"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_303b41a4-8469-4e68-843c-4f3e393af701/20260617174120/az_nova_backup_401db0ec-1ff1-4818-8901-119d82c83c51-00004", "content_type": "application/octet-stream", "last_modified": "2026-06-17T17:41:23.050030"}, {"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_303b41a4-8469-4e68-843c-4f3e393af701/20260617174120/az_nova_backup_401db0ec-1ff1-4818-8901-119d82c83c51-00005", "content_type": "application/octet-stream", "last_modified": "2026-06-17T17:41:23.685070"}, {"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_303b41a4-8469-4e68-843c-4f3e393af701/20260617174120/az_nova_backup_401db0ec-1ff1-4818-8901-119d82c83c51-00006", "content_type": "application/octet-stream", "last_modified": "2026-06-17T17:41:24.329070"}, {"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_303b41a4-8469-4e68-843c-4f3e393af701/20260617174120/az_nova_backup_401db0ec-1ff1-4818-8901-119d82c83c51-00007", "content_type": "application/octet-stream", "last_modified": "2026-06-17T17:41:25.049310"}, {"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_303b41a4-8469-4e68-843c-4f3e393af701/20260617174120/az_nova_backup_401db0ec-1ff1-4818-8901-119d82c83c51-00008", "content_type": "application/octet-stream", "last_modified": "2026-06-17T17:41:25.712170"}, {"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_303b41a4-8469-4e68-843c-4f3e393af701/20260617174120/az_nova_backup_401db0ec-1ff1-4818-8901-119d82c83c51-00009", "content_type": "application/octet-stream", "last_modified": "2026-06-17T17:41:26.354990"}]'
2026-06-17 17:41:27,431 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 204 DELETE https://10.4.3.159:8080/v1/AUTH_22eaf81183d447b8ace14d43b072865c/tempest-volumesbackupstest-backup-container-1524035441/volume_303b41a4-8469-4e68-843c-4f3e393af701/20260617174120/az_nova_backup_401db0ec-1ff1-4818-8901-119d82c83c51-00001 0.090s
2026-06-17 17:41:27,432 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'txbf1dec353cd04c28ab5cb-006a32dc47', 'x-openstack-request-id': 'txbf1dec353cd04c28ab5cb-006a32dc47', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.159:8080/v1/AUTH_22eaf81183d447b8ace14d43b072865c/tempest-volumesbackupstest-backup-container-1524035441/volume_303b41a4-8469-4e68-843c-4f3e393af701/20260617174120/az_nova_backup_401db0ec-1ff1-4818-8901-119d82c83c51-00001'}
Body: b''
2026-06-17 17:41:27,508 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 GET https://10.4.3.159:8080/v1/AUTH_22eaf81183d447b8ace14d43b072865c/tempest-volumesbackupstest-backup-container-1524035441/volume_303b41a4-8469-4e68-843c-4f3e393af701/20260617174120/az_nova_backup_401db0ec-1ff1-4818-8901-119d82c83c51-00001 0.076s
2026-06-17 17:41:27,508 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'tx294f985a834a4658b49de-006a32dc47', 'x-openstack-request-id': 'tx294f985a834a4658b49de-006a32dc47', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.159:8080/v1/AUTH_22eaf81183d447b8ace14d43b072865c/tempest-volumesbackupstest-backup-container-1524035441/volume_303b41a4-8469-4e68-843c-4f3e393af701/20260617174120/az_nova_backup_401db0ec-1ff1-4818-8901-119d82c83c51-00001'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-06-17 17:41:27,617 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 204 DELETE https://10.4.3.159:8080/v1/AUTH_22eaf81183d447b8ace14d43b072865c/tempest-volumesbackupstest-backup-container-1524035441/volume_303b41a4-8469-4e68-843c-4f3e393af701/20260617174120/az_nova_backup_401db0ec-1ff1-4818-8901-119d82c83c51-00002 0.108s
2026-06-17 17:41:27,617 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'txd36cba0d7769468792381-006a32dc47', 'x-openstack-request-id': 'txd36cba0d7769468792381-006a32dc47', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.159:8080/v1/AUTH_22eaf81183d447b8ace14d43b072865c/tempest-volumesbackupstest-backup-container-1524035441/volume_303b41a4-8469-4e68-843c-4f3e393af701/20260617174120/az_nova_backup_401db0ec-1ff1-4818-8901-119d82c83c51-00002'}
Body: b''
2026-06-17 17:41:27,634 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 GET https://10.4.3.159:8080/v1/AUTH_22eaf81183d447b8ace14d43b072865c/tempest-volumesbackupstest-backup-container-1524035441/volume_303b41a4-8469-4e68-843c-4f3e393af701/20260617174120/az_nova_backup_401db0ec-1ff1-4818-8901-119d82c83c51-00002 0.017s
2026-06-17 17:41:27,635 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'tx23b2648fab8c432cadce8-006a32dc47', 'x-openstack-request-id': 'tx23b2648fab8c432cadce8-006a32dc47', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.159:8080/v1/AUTH_22eaf81183d447b8ace14d43b072865c/tempest-volumesbackupstest-backup-container-1524035441/volume_303b41a4-8469-4e68-843c-4f3e393af701/20260617174120/az_nova_backup_401db0ec-1ff1-4818-8901-119d82c83c51-00002'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-06-17 17:41:27,692 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 204 DELETE https://10.4.3.159:8080/v1/AUTH_22eaf81183d447b8ace14d43b072865c/tempest-volumesbackupstest-backup-container-1524035441/volume_303b41a4-8469-4e68-843c-4f3e393af701/20260617174120/az_nova_backup_401db0ec-1ff1-4818-8901-119d82c83c51-00003 0.057s
2026-06-17 17:41:27,692 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'tx487fc3924f14491983d25-006a32dc47', 'x-openstack-request-id': 'tx487fc3924f14491983d25-006a32dc47', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.159:8080/v1/AUTH_22eaf81183d447b8ace14d43b072865c/tempest-volumesbackupstest-backup-container-1524035441/volume_303b41a4-8469-4e68-843c-4f3e393af701/20260617174120/az_nova_backup_401db0ec-1ff1-4818-8901-119d82c83c51-00003'}
Body: b''
2026-06-17 17:41:27,709 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 GET https://10.4.3.159:8080/v1/AUTH_22eaf81183d447b8ace14d43b072865c/tempest-volumesbackupstest-backup-container-1524035441/volume_303b41a4-8469-4e68-843c-4f3e393af701/20260617174120/az_nova_backup_401db0ec-1ff1-4818-8901-119d82c83c51-00003 0.016s
2026-06-17 17:41:27,709 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'tx157b91ac2eb24378b2eb9-006a32dc47', 'x-openstack-request-id': 'tx157b91ac2eb24378b2eb9-006a32dc47', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.159:8080/v1/AUTH_22eaf81183d447b8ace14d43b072865c/tempest-volumesbackupstest-backup-container-1524035441/volume_303b41a4-8469-4e68-843c-4f3e393af701/20260617174120/az_nova_backup_401db0ec-1ff1-4818-8901-119d82c83c51-00003'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-06-17 17:41:27,737 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 204 DELETE https://10.4.3.159:8080/v1/AUTH_22eaf81183d447b8ace14d43b072865c/tempest-volumesbackupstest-backup-container-1524035441/volume_303b41a4-8469-4e68-843c-4f3e393af701/20260617174120/az_nova_backup_401db0ec-1ff1-4818-8901-119d82c83c51-00004 0.028s
2026-06-17 17:41:27,738 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'tx346336b1419d4d33a2187-006a32dc47', 'x-openstack-request-id': 'tx346336b1419d4d33a2187-006a32dc47', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.159:8080/v1/AUTH_22eaf81183d447b8ace14d43b072865c/tempest-volumesbackupstest-backup-container-1524035441/volume_303b41a4-8469-4e68-843c-4f3e393af701/20260617174120/az_nova_backup_401db0ec-1ff1-4818-8901-119d82c83c51-00004'}
Body: b''
2026-06-17 17:41:27,754 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 GET https://10.4.3.159:8080/v1/AUTH_22eaf81183d447b8ace14d43b072865c/tempest-volumesbackupstest-backup-container-1524035441/volume_303b41a4-8469-4e68-843c-4f3e393af701/20260617174120/az_nova_backup_401db0ec-1ff1-4818-8901-119d82c83c51-00004 0.016s
2026-06-17 17:41:27,754 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'tx9de84958192a497cb0d37-006a32dc47', 'x-openstack-request-id': 'tx9de84958192a497cb0d37-006a32dc47', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.159:8080/v1/AUTH_22eaf81183d447b8ace14d43b072865c/tempest-volumesbackupstest-backup-container-1524035441/volume_303b41a4-8469-4e68-843c-4f3e393af701/20260617174120/az_nova_backup_401db0ec-1ff1-4818-8901-119d82c83c51-00004'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-06-17 17:41:27,781 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 204 DELETE https://10.4.3.159:8080/v1/AUTH_22eaf81183d447b8ace14d43b072865c/tempest-volumesbackupstest-backup-container-1524035441/volume_303b41a4-8469-4e68-843c-4f3e393af701/20260617174120/az_nova_backup_401db0ec-1ff1-4818-8901-119d82c83c51-00005 0.026s
2026-06-17 17:41:27,781 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'txbc10768bbade41b492aaa-006a32dc47', 'x-openstack-request-id': 'txbc10768bbade41b492aaa-006a32dc47', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.159:8080/v1/AUTH_22eaf81183d447b8ace14d43b072865c/tempest-volumesbackupstest-backup-container-1524035441/volume_303b41a4-8469-4e68-843c-4f3e393af701/20260617174120/az_nova_backup_401db0ec-1ff1-4818-8901-119d82c83c51-00005'}
Body: b''
2026-06-17 17:41:27,800 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 GET https://10.4.3.159:8080/v1/AUTH_22eaf81183d447b8ace14d43b072865c/tempest-volumesbackupstest-backup-container-1524035441/volume_303b41a4-8469-4e68-843c-4f3e393af701/20260617174120/az_nova_backup_401db0ec-1ff1-4818-8901-119d82c83c51-00005 0.019s
2026-06-17 17:41:27,800 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'txe7cdd8a5e6a44bf2875c5-006a32dc47', 'x-openstack-request-id': 'txe7cdd8a5e6a44bf2875c5-006a32dc47', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.159:8080/v1/AUTH_22eaf81183d447b8ace14d43b072865c/tempest-volumesbackupstest-backup-container-1524035441/volume_303b41a4-8469-4e68-843c-4f3e393af701/20260617174120/az_nova_backup_401db0ec-1ff1-4818-8901-119d82c83c51-00005'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-06-17 17:41:27,858 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 204 DELETE https://10.4.3.159:8080/v1/AUTH_22eaf81183d447b8ace14d43b072865c/tempest-volumesbackupstest-backup-container-1524035441/volume_303b41a4-8469-4e68-843c-4f3e393af701/20260617174120/az_nova_backup_401db0ec-1ff1-4818-8901-119d82c83c51-00006 0.057s
2026-06-17 17:41:27,858 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'tx05f2044111ca4cf09752f-006a32dc47', 'x-openstack-request-id': 'tx05f2044111ca4cf09752f-006a32dc47', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.159:8080/v1/AUTH_22eaf81183d447b8ace14d43b072865c/tempest-volumesbackupstest-backup-container-1524035441/volume_303b41a4-8469-4e68-843c-4f3e393af701/20260617174120/az_nova_backup_401db0ec-1ff1-4818-8901-119d82c83c51-00006'}
Body: b''
2026-06-17 17:41:27,887 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 GET https://10.4.3.159:8080/v1/AUTH_22eaf81183d447b8ace14d43b072865c/tempest-volumesbackupstest-backup-container-1524035441/volume_303b41a4-8469-4e68-843c-4f3e393af701/20260617174120/az_nova_backup_401db0ec-1ff1-4818-8901-119d82c83c51-00006 0.028s
2026-06-17 17:41:27,888 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'txb75a88d89c6542e9998c7-006a32dc47', 'x-openstack-request-id': 'txb75a88d89c6542e9998c7-006a32dc47', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.159:8080/v1/AUTH_22eaf81183d447b8ace14d43b072865c/tempest-volumesbackupstest-backup-container-1524035441/volume_303b41a4-8469-4e68-843c-4f3e393af701/20260617174120/az_nova_backup_401db0ec-1ff1-4818-8901-119d82c83c51-00006'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-06-17 17:41:27,953 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 204 DELETE https://10.4.3.159:8080/v1/AUTH_22eaf81183d447b8ace14d43b072865c/tempest-volumesbackupstest-backup-container-1524035441/volume_303b41a4-8469-4e68-843c-4f3e393af701/20260617174120/az_nova_backup_401db0ec-1ff1-4818-8901-119d82c83c51-00007 0.065s
2026-06-17 17:41:27,953 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'tx6f9645687bd64f5183685-006a32dc47', 'x-openstack-request-id': 'tx6f9645687bd64f5183685-006a32dc47', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.159:8080/v1/AUTH_22eaf81183d447b8ace14d43b072865c/tempest-volumesbackupstest-backup-container-1524035441/volume_303b41a4-8469-4e68-843c-4f3e393af701/20260617174120/az_nova_backup_401db0ec-1ff1-4818-8901-119d82c83c51-00007'}
Body: b''
2026-06-17 17:41:27,981 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 GET https://10.4.3.159:8080/v1/AUTH_22eaf81183d447b8ace14d43b072865c/tempest-volumesbackupstest-backup-container-1524035441/volume_303b41a4-8469-4e68-843c-4f3e393af701/20260617174120/az_nova_backup_401db0ec-1ff1-4818-8901-119d82c83c51-00007 0.027s
2026-06-17 17:41:27,981 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'txef02b5a2cb444ccc88970-006a32dc47', 'x-openstack-request-id': 'txef02b5a2cb444ccc88970-006a32dc47', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.159:8080/v1/AUTH_22eaf81183d447b8ace14d43b072865c/tempest-volumesbackupstest-backup-container-1524035441/volume_303b41a4-8469-4e68-843c-4f3e393af701/20260617174120/az_nova_backup_401db0ec-1ff1-4818-8901-119d82c83c51-00007'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-06-17 17:41:28,005 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 204 DELETE https://10.4.3.159:8080/v1/AUTH_22eaf81183d447b8ace14d43b072865c/tempest-volumesbackupstest-backup-container-1524035441/volume_303b41a4-8469-4e68-843c-4f3e393af701/20260617174120/az_nova_backup_401db0ec-1ff1-4818-8901-119d82c83c51-00008 0.023s
2026-06-17 17:41:28,005 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'txd3d8e9da8c224429b5ce3-006a32dc47', 'x-openstack-request-id': 'txd3d8e9da8c224429b5ce3-006a32dc47', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.159:8080/v1/AUTH_22eaf81183d447b8ace14d43b072865c/tempest-volumesbackupstest-backup-container-1524035441/volume_303b41a4-8469-4e68-843c-4f3e393af701/20260617174120/az_nova_backup_401db0ec-1ff1-4818-8901-119d82c83c51-00008'}
Body: b''
2026-06-17 17:41:28,030 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 GET https://10.4.3.159:8080/v1/AUTH_22eaf81183d447b8ace14d43b072865c/tempest-volumesbackupstest-backup-container-1524035441/volume_303b41a4-8469-4e68-843c-4f3e393af701/20260617174120/az_nova_backup_401db0ec-1ff1-4818-8901-119d82c83c51-00008 0.024s
2026-06-17 17:41:28,030 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'tx0bf1bde84f744828836f8-006a32dc48', 'x-openstack-request-id': 'tx0bf1bde84f744828836f8-006a32dc48', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.159:8080/v1/AUTH_22eaf81183d447b8ace14d43b072865c/tempest-volumesbackupstest-backup-container-1524035441/volume_303b41a4-8469-4e68-843c-4f3e393af701/20260617174120/az_nova_backup_401db0ec-1ff1-4818-8901-119d82c83c51-00008'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-06-17 17:41:28,081 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 204 DELETE https://10.4.3.159:8080/v1/AUTH_22eaf81183d447b8ace14d43b072865c/tempest-volumesbackupstest-backup-container-1524035441/volume_303b41a4-8469-4e68-843c-4f3e393af701/20260617174120/az_nova_backup_401db0ec-1ff1-4818-8901-119d82c83c51-00009 0.051s
2026-06-17 17:41:28,082 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'tx5a2faffe4906441ba41c4-006a32dc48', 'x-openstack-request-id': 'tx5a2faffe4906441ba41c4-006a32dc48', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.159:8080/v1/AUTH_22eaf81183d447b8ace14d43b072865c/tempest-volumesbackupstest-backup-container-1524035441/volume_303b41a4-8469-4e68-843c-4f3e393af701/20260617174120/az_nova_backup_401db0ec-1ff1-4818-8901-119d82c83c51-00009'}
Body: b''
2026-06-17 17:41:28,096 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 GET https://10.4.3.159:8080/v1/AUTH_22eaf81183d447b8ace14d43b072865c/tempest-volumesbackupstest-backup-container-1524035441/volume_303b41a4-8469-4e68-843c-4f3e393af701/20260617174120/az_nova_backup_401db0ec-1ff1-4818-8901-119d82c83c51-00009 0.014s
2026-06-17 17:41:28,096 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'txdb0b1d33848c48ea9de82-006a32dc48', 'x-openstack-request-id': 'txdb0b1d33848c48ea9de82-006a32dc48', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.159:8080/v1/AUTH_22eaf81183d447b8ace14d43b072865c/tempest-volumesbackupstest-backup-container-1524035441/volume_303b41a4-8469-4e68-843c-4f3e393af701/20260617174120/az_nova_backup_401db0ec-1ff1-4818-8901-119d82c83c51-00009'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-06-17 17:41:28,160 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 204 DELETE https://10.4.3.159:8080/v1/AUTH_22eaf81183d447b8ace14d43b072865c/tempest-volumesbackupstest-backup-container-1524035441 0.063s
2026-06-17 17:41:28,160 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'txd45ae2a718bd4862a46dc-006a32dc48', 'x-openstack-request-id': 'txd45ae2a718bd4862a46dc-006a32dc48', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.159:8080/v1/AUTH_22eaf81183d447b8ace14d43b072865c/tempest-volumesbackupstest-backup-container-1524035441'}
Body: b''
2026-06-17 17:41:28,185 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 HEAD https://10.4.3.159:8080/v1/AUTH_22eaf81183d447b8ace14d43b072865c/tempest-volumesbackupstest-backup-container-1524035441 0.024s
2026-06-17 17:41:28,185 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'tx3ee91a7466f947498df5e-006a32dc48', 'x-openstack-request-id': 'tx3ee91a7466f947498df5e-006a32dc48', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.159:8080/v1/AUTH_22eaf81183d447b8ace14d43b072865c/tempest-volumesbackupstest-backup-container-1524035441'}
Body: b''
2026-06-17 17:41:28,233 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 500 DELETE https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759/os-volume_attachments/303b41a4-8469-4e68-843c-4f3e393af701 0.048s
2026-06-17 17:41:28,235 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '147', 'x-openstack-request-id': 'req-65da79c0-f684-4b6d-8cfb-90b8e170dd1a', 'x-compute-request-id': 'req-65da79c0-f684-4b6d-8cfb-90b8e170dd1a', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759/os-volume_attachments/303b41a4-8469-4e68-843c-4f3e393af701'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-17 17:41:28,296 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 500 GET https://10.4.3.159/volume/v3/volumes/303b41a4-8469-4e68-843c-4f3e393af701 0.060s
2026-06-17 17:41:28,296 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-a37c6ea5-f4aa-496c-9baf-7e6179a30288', 'x-openstack-request-id': 'req-a37c6ea5-f4aa-496c-9baf-7e6179a30288', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.159/volume/v3/volumes/303b41a4-8469-4e68-843c-4f3e393af701'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2026-06-17 17:41:28,351 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 500 DELETE https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759 0.054s
2026-06-17 17:41:28,352 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '147', 'x-openstack-request-id': 'req-f2cd552d-5dbc-47ba-88a8-b8c980adb503', 'x-compute-request-id': 'req-f2cd552d-5dbc-47ba-88a8-b8c980adb503', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-17 17:41:28,352 106112 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method ServersClient.delete_server of <tempest.lib.services.compute.servers_client.ServersClient object at 0x7b27830e4410>>, retrying...
2026-06-17 17:41:33,554 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 204 DELETE https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759 0.202s
2026-06-17 17:41:33,554 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:33 GMT', 'server': 'Apache/2.4.58 (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-d92b3827-ce79-4d05-ab67-42e2c081d6ce', 'x-compute-request-id': 'req-d92b3827-ce79-4d05-ab67-42e2c081d6ce', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759'}
Body: b''
2026-06-17 17:41:33,981 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 200 GET https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759 0.426s
2026-06-17 17:41:33,981 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1713', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5457f6dd-e245-440e-b475-b794d89c9198', 'x-compute-request-id': 'req-5457f6dd-e245-440e-b475-b794d89c9198', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-VolumesBackupsTest-1454898834-network": [{"version": 4, "addr": "10.1.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:40:bc"}, {"version": 4, "addr": "172.24.5.124", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:40:bc"}]}, "created": "2026-06-17T17:40:17Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "49b5b7ef4710260e11ef883fbb0ffebec161474c68a328b029956efc", "id": "2bc7d6d8-14da-4057-b35f-3ec1fe29e759", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-512207724", "status": "ACTIVE", "tenant_id": "22eaf81183d447b8ace14d43b072865c", "user_id": "301713380dd14e34a33d5acbaf07018b", "updated": "2026-06-17T17:41:33Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-600276781", "OS-SRV-USG:launched_at": "2026-06-17T17:40:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1973039340"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "303b41a4-8469-4e68-843c-4f3e393af701"}]}}'
2026-06-17 17:41:35,252 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 200 GET https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759 0.259s
2026-06-17 17:41:35,252 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1713', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a148e131-503b-4c91-b938-1d992c61e93c', 'x-compute-request-id': 'req-a148e131-503b-4c91-b938-1d992c61e93c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-VolumesBackupsTest-1454898834-network": [{"version": 4, "addr": "10.1.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:40:bc"}, {"version": 4, "addr": "172.24.5.124", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:40:bc"}]}, "created": "2026-06-17T17:40:17Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "49b5b7ef4710260e11ef883fbb0ffebec161474c68a328b029956efc", "id": "2bc7d6d8-14da-4057-b35f-3ec1fe29e759", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-512207724", "status": "ACTIVE", "tenant_id": "22eaf81183d447b8ace14d43b072865c", "user_id": "301713380dd14e34a33d5acbaf07018b", "updated": "2026-06-17T17:41:33Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-600276781", "OS-SRV-USG:launched_at": "2026-06-17T17:40:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1973039340"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "303b41a4-8469-4e68-843c-4f3e393af701"}]}}'
2026-06-17 17:41:36,722 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 200 GET https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759 0.463s
2026-06-17 17:41:36,722 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1645', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-417c0e20-9c4c-4a8f-8da8-a2e44afae3f9', 'x-compute-request-id': 'req-417c0e20-9c4c-4a8f-8da8-a2e44afae3f9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-VolumesBackupsTest-1454898834-network": [{"version": 4, "addr": "10.1.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:40:bc"}, {"version": 4, "addr": "172.24.5.124", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:40:bc"}]}, "created": "2026-06-17T17:40:17Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "49b5b7ef4710260e11ef883fbb0ffebec161474c68a328b029956efc", "id": "2bc7d6d8-14da-4057-b35f-3ec1fe29e759", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-512207724", "status": "ACTIVE", "tenant_id": "22eaf81183d447b8ace14d43b072865c", "user_id": "301713380dd14e34a33d5acbaf07018b", "updated": "2026-06-17T17:41:36Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-600276781", "OS-SRV-USG:launched_at": "2026-06-17T17:40:35.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": [{"id": "303b41a4-8469-4e68-843c-4f3e393af701"}]}}'
2026-06-17 17:41:37,912 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 200 GET https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759 0.181s
2026-06-17 17:41:37,912 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cdb83cc4-2a7d-42b6-8f53-244856bd85bb', 'x-compute-request-id': 'req-cdb83cc4-2a7d-42b6-8f53-244856bd85bb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:40:17Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "49b5b7ef4710260e11ef883fbb0ffebec161474c68a328b029956efc", "id": "2bc7d6d8-14da-4057-b35f-3ec1fe29e759", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-512207724", "status": "ACTIVE", "tenant_id": "22eaf81183d447b8ace14d43b072865c", "user_id": "301713380dd14e34a33d5acbaf07018b", "updated": "2026-06-17T17:41:36Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-600276781", "OS-SRV-USG:launched_at": "2026-06-17T17:40:35.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": [{"id": "303b41a4-8469-4e68-843c-4f3e393af701"}]}}'
2026-06-17 17:41:39,081 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 200 GET https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759 0.157s
2026-06-17 17:41:39,082 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1370', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0bb48df-2154-4e1a-92c9-b2f3d437882b', 'x-compute-request-id': 'req-a0bb48df-2154-4e1a-92c9-b2f3d437882b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:40:17Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "49b5b7ef4710260e11ef883fbb0ffebec161474c68a328b029956efc", "id": "2bc7d6d8-14da-4057-b35f-3ec1fe29e759", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-512207724", "status": "DELETED", "tenant_id": "22eaf81183d447b8ace14d43b072865c", "user_id": "301713380dd14e34a33d5acbaf07018b", "updated": "2026-06-17T17:41:38Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-600276781", "OS-SRV-USG:launched_at": "2026-06-17T17:40:35.000000", "OS-SRV-USG:terminated_at": "2026-06-17T17:41:38.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "303b41a4-8469-4e68-843c-4f3e393af701"}]}}'
2026-06-17 17:41:39,087 106112 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 6 second wait
2026-06-17 17:41:40,202 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 200 GET https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759 0.115s
2026-06-17 17:41:40,202 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1370', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba3b1c85-b807-4ad3-aadf-3f1a826c4091', 'x-compute-request-id': 'req-ba3b1c85-b807-4ad3-aadf-3f1a826c4091', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:40:17Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "49b5b7ef4710260e11ef883fbb0ffebec161474c68a328b029956efc", "id": "2bc7d6d8-14da-4057-b35f-3ec1fe29e759", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-512207724", "status": "DELETED", "tenant_id": "22eaf81183d447b8ace14d43b072865c", "user_id": "301713380dd14e34a33d5acbaf07018b", "updated": "2026-06-17T17:41:38Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-600276781", "OS-SRV-USG:launched_at": "2026-06-17T17:40:35.000000", "OS-SRV-USG:terminated_at": "2026-06-17T17:41:38.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "303b41a4-8469-4e68-843c-4f3e393af701"}]}}'
2026-06-17 17:41:41,237 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 GET https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759 0.027s
2026-06-17 17:41:41,237 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-31818dda-eb8f-4067-9986-2639d1bd379a', 'x-compute-request-id': 'req-31818dda-eb8f-4067-9986-2639d1bd379a', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/2bc7d6d8-14da-4057-b35f-3ec1fe29e759'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 2bc7d6d8-14da-4057-b35f-3ec1fe29e759 could not be found."}}'
2026-06-17 17:41:41,264 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 202 DELETE https://10.4.3.159/compute/v2.1/os-keypairs/tempest-keypair-600276781 0.027s
2026-06-17 17:41:41,264 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21e91133-be9f-4900-aaf8-09fa2ea0bb0c', 'x-compute-request-id': 'req-21e91133-be9f-4900-aaf8-09fa2ea0bb0c', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.159/compute/v2.1/os-keypairs/tempest-keypair-600276781'}
Body: b''
2026-06-17 17:41:41,405 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 204 DELETE https://10.4.3.159/networking/v2.0/security-groups/5f818555-aa46-42cb-a59f-9e25c24fb786 0.140s
2026-06-17 17:41:41,406 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-26368b57-8eb6-4722-b0ce-252f9782d19a', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.159/networking/v2.0/security-groups/5f818555-aa46-42cb-a59f-9e25c24fb786'}
Body: b''
2026-06-17 17:41:41,418 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 GET https://10.4.3.159/networking/v2.0/security-groups/5f818555-aa46-42cb-a59f-9e25c24fb786 0.012s
2026-06-17 17:41:41,419 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-28543385-b3f6-4261-8467-c58dae2ba5d4', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.159/networking/v2.0/security-groups/5f818555-aa46-42cb-a59f-9e25c24fb786'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 5f818555-aa46-42cb-a59f-9e25c24fb786 does not exist", "detail": ""}}'
2026-06-17 17:41:41,634 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 204 DELETE https://10.4.3.159/networking/v2.0/floatingips/98aa5391-e055-4559-9812-6bed00e1d98a 0.214s
2026-06-17 17:41:41,634 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-7a80b4b8-7eb4-4793-a387-4074fb9f409b', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.159/networking/v2.0/floatingips/98aa5391-e055-4559-9812-6bed00e1d98a'}
Body: b''
2026-06-17 17:41:41,657 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/303b41a4-8469-4e68-843c-4f3e393af701 0.023s
2026-06-17 17:41:41,657 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3451370d-1d53-4878-9004-b41d80f6d393', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3451370d-1d53-4878-9004-b41d80f6d393', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/303b41a4-8469-4e68-843c-4f3e393af701'}
Body: b'{"volume": {"id": "303b41a4-8469-4e68-843c-4f3e393af701", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:40:12.000000", "updated_at": "2026-06-17T17:41:38.000000", "name": "tempest-VolumesBackupsTest-Volume-1796795304", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/303b41a4-8469-4e68-843c-4f3e393af701"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/303b41a4-8469-4e68-843c-4f3e393af701"}], "user_id": "301713380dd14e34a33d5acbaf07018b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22eaf81183d447b8ace14d43b072865c"}}'
2026-06-17 17:41:41,698 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 202 DELETE https://10.4.3.159/volume/v3/volumes/303b41a4-8469-4e68-843c-4f3e393af701 0.035s
2026-06-17 17:41:41,698 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-098d15d8-0ddf-4239-b0cf-f4c6e66431e8', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.159/volume/v3/volumes/303b41a4-8469-4e68-843c-4f3e393af701'}
Body: b''
2026-06-17 17:41:41,727 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/303b41a4-8469-4e68-843c-4f3e393af701 0.029s
2026-06-17 17:41:41,728 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3e01e74-d149-43a0-8a23-1c7bbfeec14d', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3e01e74-d149-43a0-8a23-1c7bbfeec14d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/303b41a4-8469-4e68-843c-4f3e393af701'}
Body: b'{"volume": {"id": "303b41a4-8469-4e68-843c-4f3e393af701", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:40:12.000000", "updated_at": "2026-06-17T17:41:42.000000", "name": "tempest-VolumesBackupsTest-Volume-1796795304", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/303b41a4-8469-4e68-843c-4f3e393af701"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/303b41a4-8469-4e68-843c-4f3e393af701"}], "user_id": "301713380dd14e34a33d5acbaf07018b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "22eaf81183d447b8ace14d43b072865c"}}'
2026-06-17 17:41:42,760 106112 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 GET https://10.4.3.159/volume/v3/volumes/303b41a4-8469-4e68-843c-4f3e393af701 0.027s
2026-06-17 17:41:42,761 106112 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-58709900-6525-4ec4-9357-4ac43bc574bf', 'x-openstack-request-id': 'req-58709900-6525-4ec4-9357-4ac43bc574bf', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.159/volume/v3/volumes/303b41a4-8469-4e68-843c-4f3e393af701'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume 303b41a4-8469-4e68-843c-4f3e393af701 could not be found."}}'
}}}
traceback-1: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/lib/services/volume/v3/backups_client.py", line 76, in delete_backup
resp, body = self.delete('backups/%s' % backup_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
return self.request('DELETE', url, extra_headers, headers, body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
}}}
traceback-2: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 978, in wait_for_resource_deletion
if self.is_resource_deleted(id, *args, **kwargs):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/v3/backups_client.py", line 140, in is_resource_deleted
self.show_backup(id)
File "/opt/stack/tempest/tempest/lib/services/volume/v3/backups_client.py", line 83, in show_backup
resp, body = self.get(url)
^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
return self.request('GET', url, extra_headers, headers,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
}}}
traceback-3: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 498, in detach_volume
resp, body = self.delete('servers/%s/os-volume_attachments/%s' %
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
return self.request('DELETE', url, extra_headers, headers, body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'oslo_db.exception.DBConnectionError'>
}}}
traceback-4: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/waiters.py", line 371, in wait_for_volume_resource_status
resource_status = show_resource(resource_id)[resource_name]['status']
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 102, in show_volume
resp, body = self.get(url)
^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
return self.request('GET', url, extra_headers, headers,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper
raise exc
File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper
return f(*func_args, **func_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/volume/test_volumes_backup.py", line 190, in test_volume_backup_incremental
backup1 = self.create_backup(volume['id'], force=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/volume/base.py", line 219, in create_backup
waiters.wait_for_volume_resource_status(backup_client, backup['id'],
File "/opt/stack/tempest/tempest/common/waiters.py", line 376, in wait_for_volume_resource_status
resource_status = show_resource(resource_id)[
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/v3/backups_client.py", line 83, in show_backup
resp, body = self.get(url)
^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
return self.request('GET', url, extra_headers, headers,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest | 1 | 0 | 1 | 0 | 0 | Detail | |
test_extend_attached_volume[id-301f5a30-1c6f-4ea0-be1a-91fd28d44354] |
fail
ft4.1: tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest.test_extend_attached_volume[id-301f5a30-1c6f-4ea0-be1a-91fd28d44354]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-06-17 17:40:20,954 106126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 202 POST https://10.4.3.159/volume/v3/volumes 0.301s
2026-06-17 17:40:20,955 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.42', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "name": "tempest-VolumesExtendAttachedTest-Volume-25233260"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51be8ed6-4289-47ce-906c-58f92ae58d92', 'content-length': '772', 'openstack-api-version': 'volume 3.42', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51be8ed6-4289-47ce-906c-58f92ae58d92', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.159/volume/v3/volumes'}
Body: b'{"volume": {"id": "1ebad80b-c117-4470-adb9-95b206b47a7d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:40:20.890040", "updated_at": null, "name": "tempest-VolumesExtendAttachedTest-Volume-25233260", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/1ebad80b-c117-4470-adb9-95b206b47a7d"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/1ebad80b-c117-4470-adb9-95b206b47a7d"}], "user_id": "8e6d5e6d2ae3401985290f885030f4df", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}'
2026-06-17 17:40:20,992 106126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.159/volume/v3/volumes/1ebad80b-c117-4470-adb9-95b206b47a7d 0.032s
2026-06-17 17:40:20,992 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.42', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0eb1b585-95e5-4fbf-b362-e95914758384', 'content-length': '840', 'openstack-api-version': 'volume 3.42', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0eb1b585-95e5-4fbf-b362-e95914758384', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/1ebad80b-c117-4470-adb9-95b206b47a7d'}
Body: b'{"volume": {"id": "1ebad80b-c117-4470-adb9-95b206b47a7d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:40:21.000000", "updated_at": null, "name": "tempest-VolumesExtendAttachedTest-Volume-25233260", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/1ebad80b-c117-4470-adb9-95b206b47a7d"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/1ebad80b-c117-4470-adb9-95b206b47a7d"}], "user_id": "8e6d5e6d2ae3401985290f885030f4df", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "704c780f3a7d41799e2acf3f1373192f"}}'
2026-06-17 17:40:22,057 106126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.159/volume/v3/volumes/1ebad80b-c117-4470-adb9-95b206b47a7d 0.058s
2026-06-17 17:40:22,057 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.42', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50053eb9-bb9e-49ef-941c-5059f84d5237', 'content-length': '865', 'openstack-api-version': 'volume 3.42', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50053eb9-bb9e-49ef-941c-5059f84d5237', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/1ebad80b-c117-4470-adb9-95b206b47a7d'}
Body: b'{"volume": {"id": "1ebad80b-c117-4470-adb9-95b206b47a7d", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:40:21.000000", "updated_at": "2026-06-17T17:40:21.000000", "name": "tempest-VolumesExtendAttachedTest-Volume-25233260", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/1ebad80b-c117-4470-adb9-95b206b47a7d"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/1ebad80b-c117-4470-adb9-95b206b47a7d"}], "user_id": "8e6d5e6d2ae3401985290f885030f4df", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "704c780f3a7d41799e2acf3f1373192f"}}'
2026-06-17 17:40:22,066 106126 INFO [tempest.common.waiters] volume 1ebad80b-c117-4470-adb9-95b206b47a7d reached available after waiting for 2.066427 seconds
2026-06-17 17:40:22,067 106126 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-06-17 17:40:22,067 106126 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-06-17 17:40:22,131 106126 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST https://10.4.3.159/compute/v2.1/os-keypairs 0.063s
2026-06-17 17:40:22,131 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-749076059", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF5M1P6Xi5Pboj/Q4qnlgDTAx4D9vk4130wimEvJnJAQiz3nF47+ppMqlq1QMHUIZ9KiHWlsr7+IwtHaAb0NOdhOI1wPNScmozHtRINCD3hGSw6wxJRhkqjmOF3bxFVlrQ=="}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:22 GMT', 'server': 'Apache/2.4.58 (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-26d69551-86d6-4ae2-94e6-de6e1aeae51a', 'x-compute-request-id': 'req-26d69551-86d6-4ae2-94e6-de6e1aeae51a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-749076059", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF5M1P6Xi5Pboj/Q4qnlgDTAx4D9vk4130wimEvJnJAQiz3nF47+ppMqlq1QMHUIZ9KiHWlsr7+IwtHaAb0NOdhOI1wPNScmozHtRINCD3hGSw6wxJRhkqjmOF3bxFVlrQ==", "fingerprint": "5f:2d:1f:e7:0a:92:d4:e6:81:6f:da:67:9c:79:74:4a", "user_id": "8e6d5e6d2ae3401985290f885030f4df"}}'
2026-06-17 17:40:22,132 106126 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-749076059 created
2026-06-17 17:40:22,429 106126 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.159/networking/v2.0/security-groups 0.296s
2026-06-17 17:40:22,429 106126 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--1894517631", "description": "tempest-description--1913960561"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1663', 'x-openstack-request-id': 'req-48021d70-12e3-4dc8-8435-4f9974c5106a', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.159/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "6a57bfaf-5ae9-43dd-ac6d-873f9b0d6206", "name": "tempest-securitygroup--1894517631", "stateful": true, "tenant_id": "704c780f3a7d41799e2acf3f1373192f", "project_id": "704c780f3a7d41799e2acf3f1373192f", "description": "tempest-description--1913960561", "shared": false, "security_group_rules": [{"id": "ce474d46-19b3-40c4-b162-63d9d05db305", "project_id": "704c780f3a7d41799e2acf3f1373192f", "security_group_id": "6a57bfaf-5ae9-43dd-ac6d-873f9b0d6206", "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": 1112, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-17T17:40:22Z", "updated_at": "2026-06-17T17:40:22Z", "revision_number": 0, "tenant_id": "704c780f3a7d41799e2acf3f1373192f"}, {"id": "e2097785-cdc8-4dd7-8434-60f5dd206739", "project_id": "704c780f3a7d41799e2acf3f1373192f", "security_group_id": "6a57bfaf-5ae9-43dd-ac6d-873f9b0d6206", "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": 1111, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-17T17:40:22Z", "updated_at": "2026-06-17T17:40:22Z", "revision_number": 0, "tenant_id": "704c780f3a7d41799e2acf3f1373192f"}], "tags": [], "created_at": "2026-06-17T17:40:22Z", "updated_at": "2026-06-17T17:40:22Z", "revision_number": 1}}'
2026-06-17 17:40:22,984 106126 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.159/networking/v2.0/security-group-rules 0.555s
2026-06-17 17:40:22,984 106126 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": "6a57bfaf-5ae9-43dd-ac6d-873f9b0d6206", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-43162db4-d466-4c83-b42c-c996f031d5b6', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.159/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "e21ae898-8e04-453a-b802-cb47037c1f6d", "project_id": "704c780f3a7d41799e2acf3f1373192f", "security_group_id": "6a57bfaf-5ae9-43dd-ac6d-873f9b0d6206", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-06-17T17:40:22Z", "updated_at": "2026-06-17T17:40:22Z", "revision_number": 0, "tenant_id": "704c780f3a7d41799e2acf3f1373192f"}}'
2026-06-17 17:40:23,331 106126 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.159/networking/v2.0/security-group-rules 0.347s
2026-06-17 17:40:23,332 106126 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": "6a57bfaf-5ae9-43dd-ac6d-873f9b0d6206", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-ac1f3f7d-dc4e-4c28-87bd-ab49cb1ac929', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.159/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "91e96842-6755-448a-aa30-58b2dc0b16b8", "project_id": "704c780f3a7d41799e2acf3f1373192f", "security_group_id": "6a57bfaf-5ae9-43dd-ac6d-873f9b0d6206", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-06-17T17:40:23Z", "updated_at": "2026-06-17T17:40:23Z", "revision_number": 0, "tenant_id": "704c780f3a7d41799e2acf3f1373192f"}}'
2026-06-17 17:40:23,332 106126 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1894517631 created
2026-06-17 17:40:24,072 106126 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.159/networking/v2.0/floatingips 0.740s
2026-06-17 17:40:24,072 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "69539c18-6396-42a4-a14d-dcb6e76126a6"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-312534aa-3e9d-49d2-ac69-d3a579978831', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.159/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "6b12ab6b-93c9-4a83-a236-6212ff34bd67", "tenant_id": "704c780f3a7d41799e2acf3f1373192f", "project_id": "704c780f3a7d41799e2acf3f1373192f", "floating_ip_address": "172.24.5.93", "floating_network_id": "69539c18-6396-42a4-a14d-dcb6e76126a6", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-06-17T17:40:23Z", "updated_at": "2026-06-17T17:40:23Z", "revision_number": 0}}'
2026-06-17 17:40:24,072 106126 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '6b12ab6b-93c9-4a83-a236-6212ff34bd67', 'tenant_id': '704c780f3a7d41799e2acf3f1373192f', 'project_id': '704c780f3a7d41799e2acf3f1373192f', 'floating_ip_address': '172.24.5.93', 'floating_network_id': '69539c18-6396-42a4-a14d-dcb6e76126a6', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-06-17T17:40:23Z', 'updated_at': '2026-06-17T17:40:23Z', 'revision_number': 0, 'ip': '172.24.5.93'} created
2026-06-17 17:40:24,169 106126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 201 POST https://10.4.3.159/identity/v3/auth/tokens 0.093s
2026-06-17 17:40:24,169 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2946', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-4c926205-14cd-4d1c-8a9c-13887cc83cbf', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.159/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "8e6d5e6d2ae3401985290f885030f4df", "name": "tempest-VolumesExtendAttachedTest-1513043450-project-member", "password_expires_at": null}, "audit_ids": ["-_1WC4PqSQat6gjZsbI_1A"], "expires_at": "2026-06-17T18:40:24.000000Z", "issued_at": "2026-06-17T17:40:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "704c780f3a7d41799e2acf3f1373192f", "name": "tempest-VolumesExtendAttachedTest-1513043450"}, "is_domain": false, "roles": [{"id": "68399494608b4ef6ae638abaebd76acd", "name": "reader"}, {"id": "018a1ae8ac2342bc8c5959690bf8f547", "name": "member"}], "catalog": [{"endpoints": [{"id": "d0a950bc14f1459d92ec899ae4354caa", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.159/compute/v2/704c780f3a7d41799e2acf3f1373192f", "region": "RegionOne"}], "id": "056e5a5543b54c8296186e1d1395c429", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d5058ae63d4741ec80bf098349938fda", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.159/networking", "region": "RegionOne"}], "id": "234387a6e3fe4047807dc2d4c21bca8d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "2572b8855836451280b2c056b2333e31", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.159:8080", "region": "RegionOne"}, {"id": "98338b5c72e04c9d874e5ed43aefe8d2", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.159:8080/v1/AUTH_704c780f3a7d41799e2acf3f1373192f", "region": "RegionOne"}], "id": "3e1a2a1f7ec549d58266eece35ff3f9a", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "4af7b558851f4f0db51daae743ccb6fb", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.159/placement", "region": "RegionOne"}], "id": "485abe21a011469a93ba021b7a256bf4", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "6e0a36383ef44caab506e1a0a191a3a1", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.159/volume/v3", "region": "RegionOne"}], "id": "89d98a9a0ee6492e89afeec0436bd3a8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f456dc9a006e4a79b811e7aa46fcfda5", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.159/compute/v2.1", "region": "RegionOne"}], "id": "af046ec214ad485883f4bdd9bd659c9b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "bc50431ef99b41839fa46ab18a52d7b8", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.159/image", "region": "RegionOne"}], "id": "bb4f050146ae4c1490e508fac541b2b0", "type": "image", "name": "glance"}, {"endpoints": [{"id": "8a37a7bbb4da4914bbc184f9494b10a7", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.159/identity", "region": "RegionOne"}], "id": "d18dd254f1a6444b8c72afe794ff433f", "type": "identity", "name": "keystone"}]}}'
2026-06-17 17:40:24,169 106126 INFO [tempest.lib.common.fixed_network] (VolumesExtendAttachedTest:test_extend_attached_volume) Found network {'id': '68102c14-0ed4-4bf9-a740-bc00246f2744', 'name': 'tempest-VolumesExtendAttachedTest-175693752-network', 'tenant_id': '704c780f3a7d41799e2acf3f1373192f', 'project_id': '704c780f3a7d41799e2acf3f1373192f', 'admin_state_up': True, 'mtu': 1372, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 44514, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-06-17T17:40:08Z', 'updated_at': '2026-06-17T17:40:08Z', 'revision_number': 1} available for tenant
2026-06-17 17:40:24,169 106126 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-749076059', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF5M1P6Xi5Pboj/Q4qnlgDTAx4D9vk4130wimEvJnJAQiz3nF47+ppMqlq1QMHUIZ9KiHWlsr7+IwtHaAb0NOdhOI1wPNScmozHtRINCD3hGSw6wxJRhkqjmOF3bxFVlrQ==', 'fingerprint': '5f:2d:1f:e7:0a:92:d4:e6:81:6f:da:67:9c:79:74:4a', 'user_id': '8e6d5e6d2ae3401985290f885030f4df', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDD+jMBMO/REnK3uxylmrB0wYfpopN88MhTmXyzfO7wG3CZ3Vic7XXOV\ng/zbSX9j4uygBwYFK4EEACKhZANiAAReTNT+l4uT26I/0OKp5YA0wMeA/b5ONd9M\nIphLyZyQEIs95xeO/qaTKpatUDB1CGfSoh1pbK+/iMLR2gG9DTnYTiNcDzUnJqMx\n7USDQg94RksOsMSUYZKo5jhd28RVZa0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '6a57bfaf-5ae9-43dd-ac6d-873f9b0d6206', 'name': 'tempest-securitygroup--1894517631', 'stateful': True, 'tenant_id': '704c780f3a7d41799e2acf3f1373192f', 'project_id': '704c780f3a7d41799e2acf3f1373192f', 'description': 'tempest-description--1913960561', 'shared': False, 'security_group_rules': [{'id': 'ce474d46-19b3-40c4-b162-63d9d05db305', 'project_id': '704c780f3a7d41799e2acf3f1373192f', 'security_group_id': '6a57bfaf-5ae9-43dd-ac6d-873f9b0d6206', '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': 1112, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-17T17:40:22Z', 'updated_at': '2026-06-17T17:40:22Z', 'revision_number': 0, 'tenant_id': '704c780f3a7d41799e2acf3f1373192f'}, {'id': 'e2097785-cdc8-4dd7-8434-60f5dd206739', 'project_id': '704c780f3a7d41799e2acf3f1373192f', 'security_group_id': '6a57bfaf-5ae9-43dd-ac6d-873f9b0d6206', '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': 1111, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-17T17:40:22Z', 'updated_at': '2026-06-17T17:40:22Z', 'revision_number': 0, 'tenant_id': '704c780f3a7d41799e2acf3f1373192f'}], 'tags': [], 'created_at': '2026-06-17T17:40:22Z', 'updated_at': '2026-06-17T17:40:22Z', 'revision_number': 1}, 'floating_ip': {'id': '6b12ab6b-93c9-4a83-a236-6212ff34bd67', 'tenant_id': '704c780f3a7d41799e2acf3f1373192f', 'project_id': '704c780f3a7d41799e2acf3f1373192f', 'floating_ip_address': '172.24.5.93', 'floating_network_id': '69539c18-6396-42a4-a14d-dcb6e76126a6', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-06-17T17:40:23Z', 'updated_at': '2026-06-17T17:40:23Z', 'revision_number': 0, 'ip': '172.24.5.93'}}
2026-06-17 17:40:25,004 106126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 202 POST https://10.4.3.159/compute/v2.1/servers 0.834s
2026-06-17 17:40:25,004 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-VolumesExtendAttachedTest-instance-287365672", "imageRef": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "flavorRef": "42", "networks": [{"uuid": "68102c14-0ed4-4bf9-a740-bc00246f2744"}], "security_groups": [{"name": "tempest-securitygroup--1894517631"}], "key_name": "tempest-keypair-749076059", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '406', 'location': 'https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0cf18266-6841-49f3-98cd-0b1e5be70168', 'x-compute-request-id': 'req-0cf18266-6841-49f3-98cd-0b1e5be70168', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.159/compute/v2.1/servers'}
Body: b'{"server": {"id": "2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a", "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1894517631"}], "adminPass": "2kGdDstcU83W"}}'
2026-06-17 17:40:25,084 106126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a 0.078s
2026-06-17 17:40:25,084 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1241', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a65e93b-d6f5-4f62-9df0-31f61d468e84', 'x-compute-request-id': 'req-8a65e93b-d6f5-4f62-9df0-31f61d468e84', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:40:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "", "id": "2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-287365672", "status": "BUILD", "tenant_id": "704c780f3a7d41799e2acf3f1373192f", "user_id": "8e6d5e6d2ae3401985290f885030f4df", "updated": "2026-06-17T17:40:25Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-749076059", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 17:40:26,199 106126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a 0.105s
2026-06-17 17:40:26,200 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1245', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-35026bae-f5cb-4430-b449-89f452be227c', 'x-compute-request-id': 'req-35026bae-f5cb-4430-b449-89f452be227c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:40:24Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "", "id": "2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-287365672", "status": "BUILD", "tenant_id": "704c780f3a7d41799e2acf3f1373192f", "user_id": "8e6d5e6d2ae3401985290f885030f4df", "updated": "2026-06-17T17:40:26Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-749076059", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 17:40:27,314 106126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a 0.108s
2026-06-17 17:40:27,314 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1293', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dfdf1f94-f501-43b4-93eb-2ad25bfd3d2c', 'x-compute-request-id': 'req-dfdf1f94-f501-43b4-93eb-2ad25bfd3d2c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:40:24Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "ce8a8ae8e99e8198d55c884df199acf920350dd0765a7e6fda772fec", "id": "2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-287365672", "status": "BUILD", "tenant_id": "704c780f3a7d41799e2acf3f1373192f", "user_id": "8e6d5e6d2ae3401985290f885030f4df", "updated": "2026-06-17T17:40:27Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-749076059", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 17:40:27,321 106126 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-06-17 17:40:28,489 106126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a 0.168s
2026-06-17 17:40:28,490 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1293', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0d2264b-f2d3-4a3a-bbd8-0ff292ac1df1', 'x-compute-request-id': 'req-e0d2264b-f2d3-4a3a-bbd8-0ff292ac1df1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:40:24Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "ce8a8ae8e99e8198d55c884df199acf920350dd0765a7e6fda772fec", "id": "2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-287365672", "status": "BUILD", "tenant_id": "704c780f3a7d41799e2acf3f1373192f", "user_id": "8e6d5e6d2ae3401985290f885030f4df", "updated": "2026-06-17T17:40:27Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-749076059", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 17:40:30,334 106126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a 0.833s
2026-06-17 17:40:30,335 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1301', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d64239a5-d368-48e6-ac92-f00ffb6f6bb6', 'x-compute-request-id': 'req-d64239a5-d368-48e6-ac92-f00ffb6f6bb6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:40:24Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "ce8a8ae8e99e8198d55c884df199acf920350dd0765a7e6fda772fec", "id": "2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-287365672", "status": "BUILD", "tenant_id": "704c780f3a7d41799e2acf3f1373192f", "user_id": "8e6d5e6d2ae3401985290f885030f4df", "updated": "2026-06-17T17:40:29Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-749076059", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 17:40:30,343 106126 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 5 second wait
2026-06-17 17:40:32,087 106126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a 0.744s
2026-06-17 17:40:32,087 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1299', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-395c5e02-7f65-4429-8bcb-c2097e09fb74', 'x-compute-request-id': 'req-395c5e02-7f65-4429-8bcb-c2097e09fb74', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:40:24Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "ce8a8ae8e99e8198d55c884df199acf920350dd0765a7e6fda772fec", "id": "2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-287365672", "status": "BUILD", "tenant_id": "704c780f3a7d41799e2acf3f1373192f", "user_id": "8e6d5e6d2ae3401985290f885030f4df", "updated": "2026-06-17T17:40:31Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-749076059", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 17:40:32,095 106126 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 7 second wait
2026-06-17 17:40:33,284 106126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a 0.189s
2026-06-17 17:40:33,284 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-432288d2-bccf-412b-8299-ef0b4722b520', 'x-compute-request-id': 'req-432288d2-bccf-412b-8299-ef0b4722b520', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:40:24Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "ce8a8ae8e99e8198d55c884df199acf920350dd0765a7e6fda772fec", "id": "2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-287365672", "status": "BUILD", "tenant_id": "704c780f3a7d41799e2acf3f1373192f", "user_id": "8e6d5e6d2ae3401985290f885030f4df", "updated": "2026-06-17T17:40:31Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-749076059", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1894517631"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 17:40:34,504 106126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a 0.214s
2026-06-17 17:40:34,504 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62787cca-0356-476e-b29d-05209f03ef88', 'x-compute-request-id': 'req-62787cca-0356-476e-b29d-05209f03ef88', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:40:24Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "ce8a8ae8e99e8198d55c884df199acf920350dd0765a7e6fda772fec", "id": "2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-287365672", "status": "BUILD", "tenant_id": "704c780f3a7d41799e2acf3f1373192f", "user_id": "8e6d5e6d2ae3401985290f885030f4df", "updated": "2026-06-17T17:40:31Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-749076059", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1894517631"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 17:40:35,764 106126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a 0.252s
2026-06-17 17:40:35,764 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e7590fcb-cf1d-4b65-bca9-59d41836c238', 'x-compute-request-id': 'req-e7590fcb-cf1d-4b65-bca9-59d41836c238', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:40:24Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "ce8a8ae8e99e8198d55c884df199acf920350dd0765a7e6fda772fec", "id": "2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-287365672", "status": "BUILD", "tenant_id": "704c780f3a7d41799e2acf3f1373192f", "user_id": "8e6d5e6d2ae3401985290f885030f4df", "updated": "2026-06-17T17:40:31Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-749076059", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1894517631"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 17:40:37,044 106126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a 0.274s
2026-06-17 17:40:37,044 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e8258fb2-c2af-467f-9b16-f91941818743', 'x-compute-request-id': 'req-e8258fb2-c2af-467f-9b16-f91941818743', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:40:24Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "ce8a8ae8e99e8198d55c884df199acf920350dd0765a7e6fda772fec", "id": "2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-287365672", "status": "BUILD", "tenant_id": "704c780f3a7d41799e2acf3f1373192f", "user_id": "8e6d5e6d2ae3401985290f885030f4df", "updated": "2026-06-17T17:40:31Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-749076059", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1894517631"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 17:40:38,296 106126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a 0.245s
2026-06-17 17:40:38,296 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95dee784-fb66-4ed7-b146-77544cc15690', 'x-compute-request-id': 'req-95dee784-fb66-4ed7-b146-77544cc15690', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:40:24Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "ce8a8ae8e99e8198d55c884df199acf920350dd0765a7e6fda772fec", "id": "2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-287365672", "status": "BUILD", "tenant_id": "704c780f3a7d41799e2acf3f1373192f", "user_id": "8e6d5e6d2ae3401985290f885030f4df", "updated": "2026-06-17T17:40:31Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-749076059", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1894517631"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 17:40:39,539 106126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a 0.234s
2026-06-17 17:40:39,539 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-52dba320-4e5c-40b2-a4a4-a0a47b63edaf', 'x-compute-request-id': 'req-52dba320-4e5c-40b2-a4a4-a0a47b63edaf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:40:24Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "ce8a8ae8e99e8198d55c884df199acf920350dd0765a7e6fda772fec", "id": "2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-287365672", "status": "BUILD", "tenant_id": "704c780f3a7d41799e2acf3f1373192f", "user_id": "8e6d5e6d2ae3401985290f885030f4df", "updated": "2026-06-17T17:40:31Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-749076059", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1894517631"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 17:40:40,722 106126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a 0.173s
2026-06-17 17:40:40,722 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aebc5bda-2c9e-45f8-9e26-73fc9d63785e', 'x-compute-request-id': 'req-aebc5bda-2c9e-45f8-9e26-73fc9d63785e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:40:24Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "ce8a8ae8e99e8198d55c884df199acf920350dd0765a7e6fda772fec", "id": "2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-287365672", "status": "BUILD", "tenant_id": "704c780f3a7d41799e2acf3f1373192f", "user_id": "8e6d5e6d2ae3401985290f885030f4df", "updated": "2026-06-17T17:40:31Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-749076059", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1894517631"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 17:40:41,944 106126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a 0.213s
2026-06-17 17:40:41,944 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1367', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17801dcd-2585-4d4a-9f58-d516911b0542', 'x-compute-request-id': 'req-17801dcd-2585-4d4a-9f58-d516911b0542', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:40:24Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "ce8a8ae8e99e8198d55c884df199acf920350dd0765a7e6fda772fec", "id": "2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-287365672", "status": "BUILD", "tenant_id": "704c780f3a7d41799e2acf3f1373192f", "user_id": "8e6d5e6d2ae3401985290f885030f4df", "updated": "2026-06-17T17:40:41Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-749076059", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1894517631"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 17:40:43,120 106126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a 0.165s
2026-06-17 17:40:43,120 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1555', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b526bb5a-43ab-42be-8d20-53898b13dc73', 'x-compute-request-id': 'req-b526bb5a-43ab-42be-8d20-53898b13dc73', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-VolumesExtendAttachedTest-175693752-network": [{"version": 4, "addr": "10.1.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:ba:25"}]}, "created": "2026-06-17T17:40:24Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "ce8a8ae8e99e8198d55c884df199acf920350dd0765a7e6fda772fec", "id": "2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-287365672", "status": "ACTIVE", "tenant_id": "704c780f3a7d41799e2acf3f1373192f", "user_id": "8e6d5e6d2ae3401985290f885030f4df", "updated": "2026-06-17T17:40:42Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-749076059", "OS-SRV-USG:launched_at": "2026-06-17T17:40:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1894517631"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 17:40:43,126 106126 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 18 second wait
2026-06-17 17:40:43,228 106126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a/os-interface 0.102s
2026-06-17 17:40:43,229 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:43 GMT', 'server': 'Apache/2.4.58 (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-1ca23c18-d106-4d3e-b6f8-5313d1401c63', 'x-compute-request-id': 'req-1ca23c18-d106-4d3e-b6f8-5313d1401c63', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "68102c14-0ed4-4bf9-a740-bc00246f2744", "port_id": "4ca8e301-c757-416f-9e80-8bf436a7a5c8", "mac_addr": "fa:16:3e:c9:ba:25", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "b2e242af-0ef1-4eed-9f2d-3d4e16e0754e", "ip_address": "10.1.0.6"}]}]}'
2026-06-17 17:40:43,847 106126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 PUT https://10.4.3.159/networking/v2.0/floatingips/6b12ab6b-93c9-4a83-a236-6212ff34bd67 0.616s
2026-06-17 17:40:43,847 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "4ca8e301-c757-416f-9e80-8bf436a7a5c8"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:40:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-a134a0cf-f752-4ff1-ac74-e10d1c453894', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/networking/v2.0/floatingips/6b12ab6b-93c9-4a83-a236-6212ff34bd67'}
Body: b'{"floatingip": {"id": "6b12ab6b-93c9-4a83-a236-6212ff34bd67", "tenant_id": "704c780f3a7d41799e2acf3f1373192f", "project_id": "704c780f3a7d41799e2acf3f1373192f", "floating_ip_address": "172.24.5.93", "floating_network_id": "69539c18-6396-42a4-a14d-dcb6e76126a6", "router_id": "c7ac7461-0117-4c46-acdc-961d24d5dafd", "port_id": "4ca8e301-c757-416f-9e80-8bf436a7a5c8", "fixed_ip_address": "10.1.0.6", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "68102c14-0ed4-4bf9-a740-bc00246f2744", "mac_address": "fa:16:3e:c9:ba:25", "admin_state_up": true, "status": "ACTIVE", "device_id": "2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-06-17T17:40:23Z", "updated_at": "2026-06-17T17:40:43Z", "revision_number": 1}}'
2026-06-17 17:40:43,848 106126 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.5.93:22' as 'cirros' with public key authentication
2026-06-17 17:41:19,580 106126 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-06-17 17:41:19,732 106126 INFO [paramiko.transport] Authentication (publickey) successful!
2026-06-17 17:41:19,733 106126 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.5.93 successfully created
2026-06-17 17:41:22,331 106126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 POST https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a/os-volume_attachments 2.598s
2026-06-17 17:41:22,332 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volumeAttachment": {"volumeId": "1ebad80b-c117-4470-adb9-95b206b47a7d", "device": "/dev/vdb"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '194', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-09dac1e7-66e5-40c3-afe0-4d8964adda9e', 'x-compute-request-id': 'req-09dac1e7-66e5-40c3-afe0-4d8964adda9e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a/os-volume_attachments'}
Body: b'{"volumeAttachment": {"id": "1ebad80b-c117-4470-adb9-95b206b47a7d", "serverId": "2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a", "volumeId": "1ebad80b-c117-4470-adb9-95b206b47a7d", "device": "/dev/vdb"}}'
2026-06-17 17:41:22,380 106126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.159/volume/v3/volumes/1ebad80b-c117-4470-adb9-95b206b47a7d 0.047s
2026-06-17 17:41:22,380 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.42', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4db2f58d-1f41-4cc3-95ae-b7578e5071ae', 'content-length': '864', 'openstack-api-version': 'volume 3.42', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4db2f58d-1f41-4cc3-95ae-b7578e5071ae', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/1ebad80b-c117-4470-adb9-95b206b47a7d'}
Body: b'{"volume": {"id": "1ebad80b-c117-4470-adb9-95b206b47a7d", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:40:21.000000", "updated_at": "2026-06-17T17:41:22.000000", "name": "tempest-VolumesExtendAttachedTest-Volume-25233260", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/1ebad80b-c117-4470-adb9-95b206b47a7d"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/1ebad80b-c117-4470-adb9-95b206b47a7d"}], "user_id": "8e6d5e6d2ae3401985290f885030f4df", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "704c780f3a7d41799e2acf3f1373192f"}}'
2026-06-17 17:41:23,427 106126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.159/volume/v3/volumes/1ebad80b-c117-4470-adb9-95b206b47a7d 0.041s
2026-06-17 17:41:23,428 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.42', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fc84e91-5491-4cb3-be6b-ebf8eeb36c79', 'content-length': '865', 'openstack-api-version': 'volume 3.42', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fc84e91-5491-4cb3-be6b-ebf8eeb36c79', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/1ebad80b-c117-4470-adb9-95b206b47a7d'}
Body: b'{"volume": {"id": "1ebad80b-c117-4470-adb9-95b206b47a7d", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:40:21.000000", "updated_at": "2026-06-17T17:41:23.000000", "name": "tempest-VolumesExtendAttachedTest-Volume-25233260", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/1ebad80b-c117-4470-adb9-95b206b47a7d"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/1ebad80b-c117-4470-adb9-95b206b47a7d"}], "user_id": "8e6d5e6d2ae3401985290f885030f4df", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "704c780f3a7d41799e2acf3f1373192f"}}'
2026-06-17 17:41:24,495 106126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.159/volume/v3/volumes/1ebad80b-c117-4470-adb9-95b206b47a7d 0.059s
2026-06-17 17:41:24,496 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.42', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65c00b11-8b17-492b-b49c-f65ff0f5dbf1', 'content-length': '865', 'openstack-api-version': 'volume 3.42', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65c00b11-8b17-492b-b49c-f65ff0f5dbf1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/1ebad80b-c117-4470-adb9-95b206b47a7d'}
Body: b'{"volume": {"id": "1ebad80b-c117-4470-adb9-95b206b47a7d", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:40:21.000000", "updated_at": "2026-06-17T17:41:23.000000", "name": "tempest-VolumesExtendAttachedTest-Volume-25233260", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/1ebad80b-c117-4470-adb9-95b206b47a7d"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/1ebad80b-c117-4470-adb9-95b206b47a7d"}], "user_id": "8e6d5e6d2ae3401985290f885030f4df", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "704c780f3a7d41799e2acf3f1373192f"}}'
2026-06-17 17:41:25,541 106126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.159/volume/v3/volumes/1ebad80b-c117-4470-adb9-95b206b47a7d 0.038s
2026-06-17 17:41:25,542 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.42', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77dab351-5add-4302-ad01-740211d01670', 'content-length': '865', 'openstack-api-version': 'volume 3.42', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77dab351-5add-4302-ad01-740211d01670', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/1ebad80b-c117-4470-adb9-95b206b47a7d'}
Body: b'{"volume": {"id": "1ebad80b-c117-4470-adb9-95b206b47a7d", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:40:21.000000", "updated_at": "2026-06-17T17:41:23.000000", "name": "tempest-VolumesExtendAttachedTest-Volume-25233260", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/1ebad80b-c117-4470-adb9-95b206b47a7d"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/1ebad80b-c117-4470-adb9-95b206b47a7d"}], "user_id": "8e6d5e6d2ae3401985290f885030f4df", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "704c780f3a7d41799e2acf3f1373192f"}}'
2026-06-17 17:41:27,100 106126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 500 GET https://10.4.3.159/volume/v3/volumes/1ebad80b-c117-4470-adb9-95b206b47a7d 0.550s
2026-06-17 17:41:27,100 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.42', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.42', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-24da6f94-6202-44aa-bdc6-904d9ab476bf', 'x-openstack-request-id': 'req-24da6f94-6202-44aa-bdc6-904d9ab476bf', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.159/volume/v3/volumes/1ebad80b-c117-4470-adb9-95b206b47a7d'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2026-06-17 17:41:27,182 106126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:_run_cleanups): 500 DELETE https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a 0.079s
2026-06-17 17:41:27,182 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '147', 'x-openstack-request-id': 'req-9d30ea58-5866-493e-84a7-cdcd73c3a6da', 'x-compute-request-id': 'req-9d30ea58-5866-493e-84a7-cdcd73c3a6da', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-17 17:41:27,182 106126 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method ServersClient.delete_server of <tempest.lib.services.compute.servers_client.ServersClient object at 0x75a67b415610>>, retrying...
2026-06-17 17:41:32,390 106126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:_run_cleanups): 204 DELETE https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a 0.207s
2026-06-17 17:41:32,390 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:32 GMT', 'server': 'Apache/2.4.58 (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-9f3e1f69-1f8c-4958-97d9-7b492062c15b', 'x-compute-request-id': 'req-9f3e1f69-1f8c-4958-97d9-7b492062c15b', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a'}
Body: b''
2026-06-17 17:41:32,812 106126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:_run_cleanups): 200 GET https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a 0.422s
2026-06-17 17:41:32,813 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef7dacc5-8f5e-4402-be21-fed4287aa521', 'x-compute-request-id': 'req-ef7dacc5-8f5e-4402-be21-fed4287aa521', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-VolumesExtendAttachedTest-175693752-network": [{"version": 4, "addr": "10.1.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:ba:25"}, {"version": 4, "addr": "172.24.5.93", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:ba:25"}]}, "created": "2026-06-17T17:40:24Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "ce8a8ae8e99e8198d55c884df199acf920350dd0765a7e6fda772fec", "id": "2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-287365672", "status": "ACTIVE", "tenant_id": "704c780f3a7d41799e2acf3f1373192f", "user_id": "8e6d5e6d2ae3401985290f885030f4df", "updated": "2026-06-17T17:41:32Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-749076059", "OS-SRV-USG:launched_at": "2026-06-17T17:40:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1894517631"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1ebad80b-c117-4470-adb9-95b206b47a7d"}]}}'
2026-06-17 17:41:34,123 106126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:_run_cleanups): 200 GET https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a 0.304s
2026-06-17 17:41:34,123 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf16108b-937b-45dc-b580-533f50a3eb58', 'x-compute-request-id': 'req-bf16108b-937b-45dc-b580-533f50a3eb58', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-VolumesExtendAttachedTest-175693752-network": [{"version": 4, "addr": "10.1.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:ba:25"}, {"version": 4, "addr": "172.24.5.93", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:ba:25"}]}, "created": "2026-06-17T17:40:24Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "ce8a8ae8e99e8198d55c884df199acf920350dd0765a7e6fda772fec", "id": "2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-287365672", "status": "ACTIVE", "tenant_id": "704c780f3a7d41799e2acf3f1373192f", "user_id": "8e6d5e6d2ae3401985290f885030f4df", "updated": "2026-06-17T17:41:32Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-749076059", "OS-SRV-USG:launched_at": "2026-06-17T17:40:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1894517631"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1ebad80b-c117-4470-adb9-95b206b47a7d"}]}}'
2026-06-17 17:41:35,432 106126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:_run_cleanups): 200 GET https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a 0.300s
2026-06-17 17:41:35,433 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-452fb729-9d2f-4d78-b93f-1584fd15f481', 'x-compute-request-id': 'req-452fb729-9d2f-4d78-b93f-1584fd15f481', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-VolumesExtendAttachedTest-175693752-network": [{"version": 4, "addr": "10.1.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:ba:25"}, {"version": 4, "addr": "172.24.5.93", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:ba:25"}]}, "created": "2026-06-17T17:40:24Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "ce8a8ae8e99e8198d55c884df199acf920350dd0765a7e6fda772fec", "id": "2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-287365672", "status": "ACTIVE", "tenant_id": "704c780f3a7d41799e2acf3f1373192f", "user_id": "8e6d5e6d2ae3401985290f885030f4df", "updated": "2026-06-17T17:41:34Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-749076059", "OS-SRV-USG:launched_at": "2026-06-17T17:40:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1894517631"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "1ebad80b-c117-4470-adb9-95b206b47a7d"}]}}'
2026-06-17 17:41:36,856 106126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:_run_cleanups): 200 GET https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a 0.412s
2026-06-17 17:41:36,856 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1372', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef163c0f-661b-4a5f-ba30-8f71219bf987', 'x-compute-request-id': 'req-ef163c0f-661b-4a5f-ba30-8f71219bf987', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:40:24Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "ce8a8ae8e99e8198d55c884df199acf920350dd0765a7e6fda772fec", "id": "2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-287365672", "status": "ACTIVE", "tenant_id": "704c780f3a7d41799e2acf3f1373192f", "user_id": "8e6d5e6d2ae3401985290f885030f4df", "updated": "2026-06-17T17:41:34Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-749076059", "OS-SRV-USG:launched_at": "2026-06-17T17:40:41.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": [{"id": "1ebad80b-c117-4470-adb9-95b206b47a7d"}]}}'
2026-06-17 17:41:38,044 106126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:_run_cleanups): 200 GET https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a 0.181s
2026-06-17 17:41:38,044 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1462', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5ed02fba-2e52-49db-a8a2-3e729b9d4034', 'x-compute-request-id': 'req-5ed02fba-2e52-49db-a8a2-3e729b9d4034', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:40:24Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "ce8a8ae8e99e8198d55c884df199acf920350dd0765a7e6fda772fec", "id": "2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-287365672", "status": "DELETED", "tenant_id": "704c780f3a7d41799e2acf3f1373192f", "user_id": "8e6d5e6d2ae3401985290f885030f4df", "updated": "2026-06-17T17:41:37Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-06-17T17:41:30Z", "message": "RemoteError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-749076059", "OS-SRV-USG:launched_at": "2026-06-17T17:40:41.000000", "OS-SRV-USG:terminated_at": "2026-06-17T17:41:37.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "1ebad80b-c117-4470-adb9-95b206b47a7d"}]}}'
2026-06-17 17:41:38,052 106126 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 6 second wait
2026-06-17 17:41:39,210 106126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:_run_cleanups): 200 GET https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a 0.157s
2026-06-17 17:41:39,210 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1462', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7ff88b6-cd87-4fa5-b4af-5985dd8a1d8e', 'x-compute-request-id': 'req-a7ff88b6-cd87-4fa5-b4af-5985dd8a1d8e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:40:24Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "ce8a8ae8e99e8198d55c884df199acf920350dd0765a7e6fda772fec", "id": "2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a", "image": {"id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/images/fcb876a7-1f38-43d1-b354-46e62b47cba8"}]}, "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-287365672", "status": "DELETED", "tenant_id": "704c780f3a7d41799e2acf3f1373192f", "user_id": "8e6d5e6d2ae3401985290f885030f4df", "updated": "2026-06-17T17:41:37Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-06-17T17:41:30Z", "message": "RemoteError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-749076059", "OS-SRV-USG:launched_at": "2026-06-17T17:40:41.000000", "OS-SRV-USG:terminated_at": "2026-06-17T17:41:37.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "1ebad80b-c117-4470-adb9-95b206b47a7d"}]}}'
2026-06-17 17:41:40,244 106126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:_run_cleanups): 404 GET https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a 0.024s
2026-06-17 17:41:40,244 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-9b82fc33-4051-4279-bd8b-37b34dd1c7d8', 'x-compute-request-id': 'req-9b82fc33-4051-4279-bd8b-37b34dd1c7d8', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 2e573f5c-5a3a-4d6e-bdfd-e27a81462f5a could not be found."}}'
2026-06-17 17:41:40,269 106126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:_run_cleanups): 202 DELETE https://10.4.3.159/compute/v2.1/os-keypairs/tempest-keypair-749076059 0.025s
2026-06-17 17:41:40,270 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-439fcffe-bbd4-46b4-b417-3234cd3e5073', 'x-compute-request-id': 'req-439fcffe-bbd4-46b4-b417-3234cd3e5073', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.159/compute/v2.1/os-keypairs/tempest-keypair-749076059'}
Body: b''
2026-06-17 17:41:40,423 106126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:_run_cleanups): 204 DELETE https://10.4.3.159/networking/v2.0/security-groups/6a57bfaf-5ae9-43dd-ac6d-873f9b0d6206 0.153s
2026-06-17 17:41:40,423 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-19f392d3-829e-4fb5-8499-0f4f71400129', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.159/networking/v2.0/security-groups/6a57bfaf-5ae9-43dd-ac6d-873f9b0d6206'}
Body: b''
2026-06-17 17:41:40,435 106126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:_run_cleanups): 404 GET https://10.4.3.159/networking/v2.0/security-groups/6a57bfaf-5ae9-43dd-ac6d-873f9b0d6206 0.011s
2026-06-17 17:41:40,435 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-1e1b64a8-e5a7-4a74-ab6f-7e794c7361a4', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.159/networking/v2.0/security-groups/6a57bfaf-5ae9-43dd-ac6d-873f9b0d6206'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 6a57bfaf-5ae9-43dd-ac6d-873f9b0d6206 does not exist", "detail": ""}}'
2026-06-17 17:41:40,662 106126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:_run_cleanups): 204 DELETE https://10.4.3.159/networking/v2.0/floatingips/6b12ab6b-93c9-4a83-a236-6212ff34bd67 0.226s
2026-06-17 17:41:40,662 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-072423ec-6de5-4ba3-9249-b8a4e64f0e33', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.159/networking/v2.0/floatingips/6b12ab6b-93c9-4a83-a236-6212ff34bd67'}
Body: b''
2026-06-17 17:41:40,688 106126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/1ebad80b-c117-4470-adb9-95b206b47a7d 0.025s
2026-06-17 17:41:40,688 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.42', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94192665-da48-4cc7-9203-416ebfbd71b7', 'content-length': '865', 'openstack-api-version': 'volume 3.42', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94192665-da48-4cc7-9203-416ebfbd71b7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/1ebad80b-c117-4470-adb9-95b206b47a7d'}
Body: b'{"volume": {"id": "1ebad80b-c117-4470-adb9-95b206b47a7d", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:40:21.000000", "updated_at": "2026-06-17T17:41:37.000000", "name": "tempest-VolumesExtendAttachedTest-Volume-25233260", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/1ebad80b-c117-4470-adb9-95b206b47a7d"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/1ebad80b-c117-4470-adb9-95b206b47a7d"}], "user_id": "8e6d5e6d2ae3401985290f885030f4df", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "704c780f3a7d41799e2acf3f1373192f"}}'
2026-06-17 17:41:40,744 106126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:_run_cleanups): 202 DELETE https://10.4.3.159/volume/v3/volumes/1ebad80b-c117-4470-adb9-95b206b47a7d 0.049s
2026-06-17 17:41:40,745 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.42', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.42', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f20b6057-0414-47e5-a490-6e0013f417be', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.159/volume/v3/volumes/1ebad80b-c117-4470-adb9-95b206b47a7d'}
Body: b''
2026-06-17 17:41:40,774 106126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/1ebad80b-c117-4470-adb9-95b206b47a7d 0.029s
2026-06-17 17:41:40,774 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.42', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9299ca7-b0d1-429f-a859-3333e02ca878', 'content-length': '864', 'openstack-api-version': 'volume 3.42', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9299ca7-b0d1-429f-a859-3333e02ca878', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/1ebad80b-c117-4470-adb9-95b206b47a7d'}
Body: b'{"volume": {"id": "1ebad80b-c117-4470-adb9-95b206b47a7d", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:40:21.000000", "updated_at": "2026-06-17T17:41:41.000000", "name": "tempest-VolumesExtendAttachedTest-Volume-25233260", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/1ebad80b-c117-4470-adb9-95b206b47a7d"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/1ebad80b-c117-4470-adb9-95b206b47a7d"}], "user_id": "8e6d5e6d2ae3401985290f885030f4df", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "704c780f3a7d41799e2acf3f1373192f"}}'
2026-06-17 17:41:41,796 106126 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:_run_cleanups): 404 GET https://10.4.3.159/volume/v3/volumes/1ebad80b-c117-4470-adb9-95b206b47a7d 0.016s
2026-06-17 17:41:41,796 106126 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.42', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.42', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8356eec-7e14-404f-bcf3-61cc209e9e58', 'x-openstack-request-id': 'req-b8356eec-7e14-404f-bcf3-61cc209e9e58', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.159/volume/v3/volumes/1ebad80b-c117-4470-adb9-95b206b47a7d'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume 1ebad80b-c117-4470-adb9-95b206b47a7d could not be found."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/volume/test_volumes_extend.py", line 195, in test_extend_attached_volume
self._test_extend_attached_volume(volume)
File "/opt/stack/tempest/tempest/api/volume/test_volumes_extend.py", line 122, in _test_extend_attached_volume
self.attach_volume(server['id'], volume['id'])
File "/opt/stack/tempest/tempest/api/volume/base.py", line 245, in attach_volume
waiters.wait_for_volume_resource_status(self.volumes_client,
File "/opt/stack/tempest/tempest/common/waiters.py", line 376, in wait_for_volume_resource_status
resource_status = show_resource(resource_id)[
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 102, in show_volume
resp, body = self.get(url)
^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
return self.request('GET', url, extra_headers, headers,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern | 7 | 6 | 1 | 0 | 0 | Detail | |
test_boot_server_from_encrypted_volume_luks[compute,id-cb78919a-e553-4bab-b73b-10cf4d2eb125,volume] |
pass
pt5.1: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks[compute,id-cb78919a-e553-4bab-b73b-10cf4d2eb125,volume]
|
||||||
test_boot_server_from_encrypted_volume_luksv2[compute,id-5ab6100f-1b31-4dd0-a774-68cfd837ef77,volume] |
fail
ft5.2: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luksv2[compute,id-5ab6100f-1b31-4dd0-a774-68cfd837ef77,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-06-17 17:41:07,415 106124 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-luks2-536478965 on backend None
2026-06-17 17:41:07,454 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST https://10.4.3.159/volume/v3/types 0.038s
2026-06-17 17:41:07,454 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume_type": {"name": "tempest-scenario-type-luks2-536478965", "extra_specs": {}}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46ed59d2-c6bf-4b8d-b10f-3ed00625807b', 'content-length': '212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46ed59d2-c6bf-4b8d-b10f-3ed00625807b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/types'}
Body: b'{"volume_type": {"id": "326e8eb4-6e62-4d0f-96fa-7c2741f2faf2", "name": "tempest-scenario-type-luks2-536478965", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2026-06-17 17:41:07,455 106124 DEBUG [tempest.scenario.manager] Creating an encryption type for volume type: 326e8eb4-6e62-4d0f-96fa-7c2741f2faf2
2026-06-17 17:41:07,483 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST https://10.4.3.159/volume/v3/types/326e8eb4-6e62-4d0f-96fa-7c2741f2faf2/encryption 0.027s
2026-06-17 17:41:07,483 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5945d379-a46e-403c-82f4-bc24b636b2f1', 'content-length': '231', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5945d379-a46e-403c-82f4-bc24b636b2f1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/types/326e8eb4-6e62-4d0f-96fa-7c2741f2faf2/encryption'}
Body: b'{"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end", "volume_type_id": "326e8eb4-6e62-4d0f-96fa-7c2741f2faf2", "encryption_id": "eaec38de-34a0-48d3-acd8-ad581a236c28"}}'
2026-06-17 17:41:07,653 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 202 POST https://10.4.3.159/volume/v3/volumes 0.168s
2026-06-17 17:41:07,653 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"name": "tempest-TestVolumeBootPattern-volume-1949337438", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-luks2-536478965", "size": 1}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d65a8b19-3199-4555-b9d3-6c5dab0675c4', 'content-length': '780', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d65a8b19-3199-4555-b9d3-6c5dab0675c4', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.159/volume/v3/volumes'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:07.597049", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-06-17 17:41:07,690 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.032s
2026-06-17 17:41:07,690 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fcc84dd-d92d-454c-a624-2204aa097fe9', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fcc84dd-d92d-454c-a624-2204aa097fe9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:41:08,728 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.030s
2026-06-17 17:41:08,728 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19ca3cfb-c34a-4d77-9299-e850c0cc8391', 'content-length': '873', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19ca3cfb-c34a-4d77-9299-e850c0cc8391', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:41:08,736 106124 INFO [tempest.common.waiters] volume f902b196-46b2-4845-b981-b2183fb47e2c reached available after waiting for 1.736705 seconds
2026-06-17 17:41:08,771 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.034s
2026-06-17 17:41:08,771 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-883014bb-baf2-4e62-8313-b988ad1e6ed0', 'content-length': '873', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-883014bb-baf2-4e62-8313-b988ad1e6ed0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:41:08,811 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c/action 0.031s
2026-06-17 17:41:08,811 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-set_bootable": {"bootable": true}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-compute-request-id': 'req-b0b93d60-575c-4467-a427-23fb5ee343d2', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0b93d60-575c-4467-a427-23fb5ee343d2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c/action'}
Body: b''
2026-06-17 17:41:08,938 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 201 POST https://10.4.3.159/identity/v3/auth/tokens 0.122s
2026-06-17 17:41:08,939 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2938', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-c8e6d09c-20c1-4eb6-a29f-b7ba5fb2580c', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.159/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "10cfe3dd649143e08653aa6f0ee0fce2", "name": "tempest-TestVolumeBootPattern-2065203717-project-member", "password_expires_at": null}, "audit_ids": ["-Bl20U3YQAOADWPYdVOjYw"], "expires_at": "2026-06-17T18:41:08.000000Z", "issued_at": "2026-06-17T17:41:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5738bbb463b04421b755a5361c1e85f3", "name": "tempest-TestVolumeBootPattern-2065203717"}, "is_domain": false, "roles": [{"id": "68399494608b4ef6ae638abaebd76acd", "name": "reader"}, {"id": "018a1ae8ac2342bc8c5959690bf8f547", "name": "member"}], "catalog": [{"endpoints": [{"id": "d0a950bc14f1459d92ec899ae4354caa", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.159/compute/v2/5738bbb463b04421b755a5361c1e85f3", "region": "RegionOne"}], "id": "056e5a5543b54c8296186e1d1395c429", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d5058ae63d4741ec80bf098349938fda", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.159/networking", "region": "RegionOne"}], "id": "234387a6e3fe4047807dc2d4c21bca8d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "2572b8855836451280b2c056b2333e31", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.159:8080", "region": "RegionOne"}, {"id": "98338b5c72e04c9d874e5ed43aefe8d2", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.159:8080/v1/AUTH_5738bbb463b04421b755a5361c1e85f3", "region": "RegionOne"}], "id": "3e1a2a1f7ec549d58266eece35ff3f9a", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "4af7b558851f4f0db51daae743ccb6fb", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.159/placement", "region": "RegionOne"}], "id": "485abe21a011469a93ba021b7a256bf4", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "6e0a36383ef44caab506e1a0a191a3a1", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.159/volume/v3", "region": "RegionOne"}], "id": "89d98a9a0ee6492e89afeec0436bd3a8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f456dc9a006e4a79b811e7aa46fcfda5", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.159/compute/v2.1", "region": "RegionOne"}], "id": "af046ec214ad485883f4bdd9bd659c9b", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "bc50431ef99b41839fa46ab18a52d7b8", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.159/image", "region": "RegionOne"}], "id": "bb4f050146ae4c1490e508fac541b2b0", "type": "image", "name": "glance"}, {"endpoints": [{"id": "8a37a7bbb4da4914bbc184f9494b10a7", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.159/identity", "region": "RegionOne"}], "id": "d18dd254f1a6444b8c72afe794ff433f", "type": "identity", "name": "keystone"}]}}'
2026-06-17 17:41:08,939 106124 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2) Found network {'id': '449502a9-2e83-4050-aa0d-ec1d81d61431', 'name': 'tempest-TestVolumeBootPattern-1021756872-network', 'tenant_id': '5738bbb463b04421b755a5361c1e85f3', 'project_id': '5738bbb463b04421b755a5361c1e85f3', 'admin_state_up': True, 'mtu': 1372, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 2207, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-06-17T17:40:18Z', 'updated_at': '2026-06-17T17:40:19Z', 'revision_number': 1} available for tenant
2026-06-17 17:41:09,654 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 202 POST https://10.4.3.159/compute/v2.1/servers 0.714s
2026-06-17 17:41:09,654 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestVolumeBootPattern-server-280010839", "imageRef": "", "flavorRef": "42", "block_device_mapping_v2": [{"uuid": "f902b196-46b2-4845-b981-b2183fb47e2c", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "networks": [{"uuid": "449502a9-2e83-4050-aa0d-ec1d81d61431"}]}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '380', 'location': 'https://10.4.3.159/compute/v2.1/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-001b5453-f589-4dd4-82f9-a7a584db37a0', 'x-compute-request-id': 'req-001b5453-f589-4dd4-82f9-a7a584db37a0', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.159/compute/v2.1/servers'}
Body: b'{"server": {"id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "p4isP23iTkaz"}}'
2026-06-17 17:41:09,807 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.159/compute/v2.1/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a 0.151s
2026-06-17 17:41:09,807 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1054', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2d4aebb-1c73-4de9-a9e7-e17bead5a527', 'x-compute-request-id': 'req-d2d4aebb-1c73-4de9-a9e7-e17bead5a527', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:41:10Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "", "id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-280010839", "status": "BUILD", "tenant_id": "5738bbb463b04421b755a5361c1e85f3", "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "updated": "2026-06-17T17:41:09Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 17:41:10,914 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.159/compute/v2.1/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a 0.098s
2026-06-17 17:41:10,914 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1104', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08e8270d-2f41-4bce-a30b-6d5d5613aa47', 'x-compute-request-id': 'req-08e8270d-2f41-4bce-a30b-6d5d5613aa47', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:41:09Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "", "id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-280010839", "status": "BUILD", "tenant_id": "5738bbb463b04421b755a5361c1e85f3", "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "updated": "2026-06-17T17:41:10Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "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": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c"}]}}'
2026-06-17 17:41:12,006 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.159/compute/v2.1/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a 0.085s
2026-06-17 17:41:12,006 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1096', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8243aae-c4ec-4c7e-a285-50c07ec45222', 'x-compute-request-id': 'req-a8243aae-c4ec-4c7e-a285-50c07ec45222', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:41:09Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "", "id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-280010839", "status": "BUILD", "tenant_id": "5738bbb463b04421b755a5361c1e85f3", "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "updated": "2026-06-17T17:41:11Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "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": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c"}]}}'
2026-06-17 17:41:12,012 106124 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait
2026-06-17 17:41:13,182 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.159/compute/v2.1/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a 0.169s
2026-06-17 17:41:13,182 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1096', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd766af1-a266-4d74-a2fa-bdc76a368b8b', 'x-compute-request-id': 'req-bd766af1-a266-4d74-a2fa-bdc76a368b8b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:41:09Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "", "id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-280010839", "status": "BUILD", "tenant_id": "5738bbb463b04421b755a5361c1e85f3", "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "updated": "2026-06-17T17:41:11Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "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": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c"}]}}'
2026-06-17 17:41:14,344 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.159/compute/v2.1/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a 0.154s
2026-06-17 17:41:14,344 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1096', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eec9161d-1087-4e0e-8b99-d5dbb07a061d', 'x-compute-request-id': 'req-eec9161d-1087-4e0e-8b99-d5dbb07a061d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:41:09Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "", "id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-280010839", "status": "BUILD", "tenant_id": "5738bbb463b04421b755a5361c1e85f3", "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "updated": "2026-06-17T17:41:11Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "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": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c"}]}}'
2026-06-17 17:41:15,460 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.159/compute/v2.1/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a 0.105s
2026-06-17 17:41:15,460 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1152', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6331dfaf-061e-41ad-952d-0c2fb41e89b3', 'x-compute-request-id': 'req-6331dfaf-061e-41ad-952d-0c2fb41e89b3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:41:09Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "6f2c1d1def5e673237632d46cb482f4bd37eda1e99cc3afda654e46c", "id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-280010839", "status": "BUILD", "tenant_id": "5738bbb463b04421b755a5361c1e85f3", "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "updated": "2026-06-17T17:41:15Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "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": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c"}]}}'
2026-06-17 17:41:16,572 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.159/compute/v2.1/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a 0.102s
2026-06-17 17:41:16,572 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1152', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-025434dd-e37f-41ef-a481-47aa6a66abae', 'x-compute-request-id': 'req-025434dd-e37f-41ef-a481-47aa6a66abae', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:41:09Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "6f2c1d1def5e673237632d46cb482f4bd37eda1e99cc3afda654e46c", "id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-280010839", "status": "BUILD", "tenant_id": "5738bbb463b04421b755a5361c1e85f3", "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "updated": "2026-06-17T17:41:15Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "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": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c"}]}}'
2026-06-17 17:41:17,702 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.159/compute/v2.1/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a 0.124s
2026-06-17 17:41:17,703 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1152', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c4e6790-494f-4d76-b873-752044869cb9', 'x-compute-request-id': 'req-0c4e6790-494f-4d76-b873-752044869cb9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:41:09Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "6f2c1d1def5e673237632d46cb482f4bd37eda1e99cc3afda654e46c", "id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-280010839", "status": "BUILD", "tenant_id": "5738bbb463b04421b755a5361c1e85f3", "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "updated": "2026-06-17T17:41:15Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "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": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c"}]}}'
2026-06-17 17:41:19,016 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.159/compute/v2.1/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a 0.307s
2026-06-17 17:41:19,016 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1202', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-311a6c28-f576-4e70-be57-664c9c9c0ca2', 'x-compute-request-id': 'req-311a6c28-f576-4e70-be57-664c9c9c0ca2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:41:09Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "6f2c1d1def5e673237632d46cb482f4bd37eda1e99cc3afda654e46c", "id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-280010839", "status": "BUILD", "tenant_id": "5738bbb463b04421b755a5361c1e85f3", "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "updated": "2026-06-17T17:41:18Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c"}]}}'
2026-06-17 17:41:19,024 106124 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 10 second wait
2026-06-17 17:41:20,265 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.159/compute/v2.1/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a 0.241s
2026-06-17 17:41:20,265 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1212', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f72cfde-14fa-4cfe-8769-190330dccf52', 'x-compute-request-id': 'req-6f72cfde-14fa-4cfe-8769-190330dccf52', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:41:09Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "6f2c1d1def5e673237632d46cb482f4bd37eda1e99cc3afda654e46c", "id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-280010839", "status": "BUILD", "tenant_id": "5738bbb463b04421b755a5361c1e85f3", "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "updated": "2026-06-17T17:41:19Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "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": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c"}]}}'
2026-06-17 17:41:20,272 106124 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 11 second wait
2026-06-17 17:41:21,876 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.159/compute/v2.1/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a 0.604s
2026-06-17 17:41:21,876 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1200', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f6ad479-954d-4c98-b1e9-33681b2090f5', 'x-compute-request-id': 'req-5f6ad479-954d-4c98-b1e9-33681b2090f5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:41:09Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "6f2c1d1def5e673237632d46cb482f4bd37eda1e99cc3afda654e46c", "id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-280010839", "status": "BUILD", "tenant_id": "5738bbb463b04421b755a5361c1e85f3", "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "updated": "2026-06-17T17:41:21Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c"}]}}'
2026-06-17 17:41:21,882 106124 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 12 second wait
2026-06-17 17:41:23,151 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.159/compute/v2.1/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a 0.268s
2026-06-17 17:41:23,151 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1200', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-973c20b3-6e31-411e-9fdf-3fc6e4f7bfa1', 'x-compute-request-id': 'req-973c20b3-6e31-411e-9fdf-3fc6e4f7bfa1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:41:09Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "6f2c1d1def5e673237632d46cb482f4bd37eda1e99cc3afda654e46c", "id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-280010839", "status": "BUILD", "tenant_id": "5738bbb463b04421b755a5361c1e85f3", "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "updated": "2026-06-17T17:41:21Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c"}]}}'
2026-06-17 17:41:24,519 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.159/compute/v2.1/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a 0.360s
2026-06-17 17:41:24,520 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1200', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-742424ae-25ed-4c7b-b040-f828567d6b9e', 'x-compute-request-id': 'req-742424ae-25ed-4c7b-b040-f828567d6b9e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:41:09Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "6f2c1d1def5e673237632d46cb482f4bd37eda1e99cc3afda654e46c", "id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-280010839", "status": "BUILD", "tenant_id": "5738bbb463b04421b755a5361c1e85f3", "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "updated": "2026-06-17T17:41:21Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c"}]}}'
2026-06-17 17:41:25,741 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.159/compute/v2.1/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a 0.214s
2026-06-17 17:41:25,741 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1200', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0bae7c02-7d69-4375-9514-63769bdff8f0', 'x-compute-request-id': 'req-0bae7c02-7d69-4375-9514-63769bdff8f0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T17:41:09Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.159/compute/flavors/42"}]}, "hostId": "6f2c1d1def5e673237632d46cb482f4bd37eda1e99cc3afda654e46c", "id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.159/compute/v2.1/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a"}, {"rel": "bookmark", "href": "https://10.4.3.159/compute/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-280010839", "status": "BUILD", "tenant_id": "5738bbb463b04421b755a5361c1e85f3", "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "updated": "2026-06-17T17:41:21Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c"}]}}'
2026-06-17 17:41:27,066 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 500 GET https://10.4.3.159/compute/v2.1/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a 0.316s
2026-06-17 17:41:27,066 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '147', 'x-openstack-request-id': 'req-cde876a6-82a1-4311-9063-7a518e551874', 'x-compute-request-id': 'req-cde876a6-82a1-4311-9063-7a518e551874', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-17 17:41:27,139 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 500 DELETE https://10.4.3.159/compute/v2.1/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a 0.072s
2026-06-17 17:41:27,139 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '147', 'x-openstack-request-id': 'req-87f4ba5c-37fc-4ed2-8240-7b0bea6d78e9', 'x-compute-request-id': 'req-87f4ba5c-37fc-4ed2-8240-7b0bea6d78e9', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-17 17:41:27,140 106124 ERROR [tempest.common.compute] Deleting server 0a2420b9-1bec-4339-a979-d1001f3acb0a failed
2026-06-17 17:41:27.140 106124 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-17 17:41:27.140 106124 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-06-17 17:41:27.140 106124 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-06-17 17:41:27.140 106124 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 17:41:27.140 106124 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 65, in wait_for_server_status
2026-06-17 17:41:27.140 106124 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-06-17 17:41:27.140 106124 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 17:41:27.140 106124 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-06-17 17:41:27.140 106124 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-06-17 17:41:27.140 106124 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 17:41:27.140 106124 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-06-17 17:41:27.140 106124 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-06-17 17:41:27.140 106124 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 17:41:27.140 106124 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-17 17:41:27.140 106124 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-17 17:41:27.140 106124 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 17:41:27.140 106124 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-17 17:41:27.140 106124 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-17 17:41:27.140 106124 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-17 17:41:27.140 106124 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-17 17:41:27.140 106124 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-17 17:41:27.140 106124 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-17 17:41:27.140 106124 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-17 17:41:27.140 106124 ERROR tempest.common.compute
2026-06-17 17:41:27.140 106124 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-06-17 17:41:27.140 106124 ERROR tempest.common.compute
2026-06-17 17:41:27.140 106124 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-17 17:41:27.140 106124 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 348, in create_test_server
2026-06-17 17:41:27.140 106124 ERROR tempest.common.compute clients.servers_client.delete_server(
2026-06-17 17:41:27.140 106124 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 188, in delete_server
2026-06-17 17:41:27.140 106124 ERROR tempest.common.compute resp, body = self.delete("servers/%s" % server_id)
2026-06-17 17:41:27.140 106124 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 17:41:27.140 106124 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
2026-06-17 17:41:27.140 106124 ERROR tempest.common.compute return self.request('DELETE', url, extra_headers, headers, body)
2026-06-17 17:41:27.140 106124 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 17:41:27.140 106124 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-17 17:41:27.140 106124 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-17 17:41:27.140 106124 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 17:41:27.140 106124 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-17 17:41:27.140 106124 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-17 17:41:27.140 106124 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-17 17:41:27.140 106124 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-17 17:41:27.140 106124 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-17 17:41:27.140 106124 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-17 17:41:27.140 106124 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-17 17:41:27.140 106124 ERROR tempest.common.compute
2026-06-17 17:41:27,228 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 500 GET https://10.4.3.159/compute/v2.1/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a 0.086s
2026-06-17 17:41:27,228 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '147', 'x-openstack-request-id': 'req-8dc48b6d-4007-4818-baee-34b62b808791', 'x-compute-request-id': 'req-8dc48b6d-4007-4818-baee-34b62b808791', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.159/compute/v2.1/servers/0a2420b9-1bec-4339-a979-d1001f3acb0a'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-17 17:41:27,229 106124 ERROR [tempest.common.compute] Server 0a2420b9-1bec-4339-a979-d1001f3acb0a failed to delete in time
2026-06-17 17:41:27.229 106124 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-17 17:41:27.229 106124 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-06-17 17:41:27.229 106124 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-06-17 17:41:27.229 106124 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 17:41:27.229 106124 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 65, in wait_for_server_status
2026-06-17 17:41:27.229 106124 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-06-17 17:41:27.229 106124 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 17:41:27.229 106124 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-06-17 17:41:27.229 106124 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-06-17 17:41:27.229 106124 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 17:41:27.229 106124 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-06-17 17:41:27.229 106124 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-06-17 17:41:27.229 106124 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 17:41:27.229 106124 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-17 17:41:27.229 106124 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-17 17:41:27.229 106124 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 17:41:27.229 106124 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-17 17:41:27.229 106124 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-17 17:41:27.229 106124 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-17 17:41:27.229 106124 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-17 17:41:27.229 106124 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-17 17:41:27.229 106124 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-17 17:41:27.229 106124 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-17 17:41:27.229 106124 ERROR tempest.common.compute
2026-06-17 17:41:27.229 106124 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-06-17 17:41:27.229 106124 ERROR tempest.common.compute
2026-06-17 17:41:27.229 106124 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-17 17:41:27.229 106124 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 361, in create_test_server
2026-06-17 17:41:27.229 106124 ERROR tempest.common.compute waiters.wait_for_server_termination(
2026-06-17 17:41:27.229 106124 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 110, in wait_for_server_termination
2026-06-17 17:41:27.229 106124 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-06-17 17:41:27.229 106124 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 17:41:27.229 106124 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-06-17 17:41:27.229 106124 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-06-17 17:41:27.229 106124 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 17:41:27.229 106124 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-06-17 17:41:27.229 106124 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-06-17 17:41:27.229 106124 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 17:41:27.229 106124 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-17 17:41:27.229 106124 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-17 17:41:27.229 106124 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 17:41:27.229 106124 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-17 17:41:27.229 106124 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-17 17:41:27.229 106124 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-17 17:41:27.229 106124 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-17 17:41:27.229 106124 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-17 17:41:27.229 106124 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-17 17:41:27.229 106124 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-17 17:41:27.229 106124 ERROR tempest.common.compute
2026-06-17 17:41:27,330 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 500 DELETE https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.097s
2026-06-17 17:41:27,330 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5c41bb3-2541-4a85-8d57-9de1d033e968', 'x-openstack-request-id': 'req-c5c41bb3-2541-4a85-8d57-9de1d033e968', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2026-06-17 17:41:27,330 106124 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method VolumesClient.delete_volume of <tempest.lib.services.volume.v3.volumes_client.VolumesClient object at 0x7518a50979e0>>, retrying...
2026-06-17 17:41:32,478 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 400 DELETE https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.147s
2026-06-17 17:41:32,478 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '307', 'content-type': 'application/json', 'x-compute-request-id': 'req-6568ffb5-f7bc-4c7f-a553-4afab68136d7', 'x-openstack-request-id': 'req-6568ffb5-f7bc-4c7f-a553-4afab68136d7', 'connection': 'close', 'status': '400', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer."}}'
2026-06-17 17:41:32,560 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.081s
2026-06-17 17:41:32,561 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c790b45f-3a77-4899-864d-7fd292e84635', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c790b45f-3a77-4899-864d-7fd292e84635', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:41:33,608 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.041s
2026-06-17 17:41:33,608 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c2e0b55-6617-49a1-9a70-513e92971dfa', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c2e0b55-6617-49a1-9a70-513e92971dfa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:41:34,692 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.074s
2026-06-17 17:41:34,693 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b498dc0c-b258-444f-83a9-5071b4f67df9', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b498dc0c-b258-444f-83a9-5071b4f67df9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:41:35,736 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.037s
2026-06-17 17:41:35,736 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b31ce9c0-d4b9-47de-a7fd-f5e350f26434', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b31ce9c0-d4b9-47de-a7fd-f5e350f26434', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:41:36,787 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.046s
2026-06-17 17:41:36,788 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15f3183f-4f91-488e-899a-ed7fb18924fc', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15f3183f-4f91-488e-899a-ed7fb18924fc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:41:37,850 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.053s
2026-06-17 17:41:37,850 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a80edec-451f-4566-9fe6-568f1437b780', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a80edec-451f-4566-9fe6-568f1437b780', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:41:38,897 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.041s
2026-06-17 17:41:38,897 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d67f7df6-9c92-427c-85f4-2428053e5966', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d67f7df6-9c92-427c-85f4-2428053e5966', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:41:39,944 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.039s
2026-06-17 17:41:39,944 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-007d6ffd-cd30-45c0-9821-119e56c05af2', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-007d6ffd-cd30-45c0-9821-119e56c05af2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:41:40,987 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.035s
2026-06-17 17:41:40,987 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29caf3f7-a118-4b8e-87f3-77467c02558a', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29caf3f7-a118-4b8e-87f3-77467c02558a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:41:42,025 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.033s
2026-06-17 17:41:42,025 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32d07cbc-e602-4e42-b37a-1f56f574e31e', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32d07cbc-e602-4e42-b37a-1f56f574e31e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:41:43,064 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.031s
2026-06-17 17:41:43,064 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e36f8341-636f-455a-a9c5-a44fe1f615f1', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e36f8341-636f-455a-a9c5-a44fe1f615f1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:41:44,128 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.055s
2026-06-17 17:41:44,128 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7b8310a-07ac-4683-9444-d7955a3a099c', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7b8310a-07ac-4683-9444-d7955a3a099c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:41:45,204 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.066s
2026-06-17 17:41:45,204 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1dbc3d18-fe00-40a6-b615-c65a7cf82252', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1dbc3d18-fe00-40a6-b615-c65a7cf82252', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:41:46,302 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.091s
2026-06-17 17:41:46,302 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-471d1466-4782-48e0-9477-4c41f8a070f8', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-471d1466-4782-48e0-9477-4c41f8a070f8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:41:47,347 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.039s
2026-06-17 17:41:47,347 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29eedaa2-7d11-4e62-92e2-ecda2d265d01', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29eedaa2-7d11-4e62-92e2-ecda2d265d01', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:41:48,546 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.192s
2026-06-17 17:41:48,546 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6772fca0-cd81-48eb-866d-7b0ee5de411b', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6772fca0-cd81-48eb-866d-7b0ee5de411b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:41:49,630 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.076s
2026-06-17 17:41:49,630 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bca9530-ea9c-43ad-81a8-ebdda5b2db24', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bca9530-ea9c-43ad-81a8-ebdda5b2db24', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:41:50,662 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.025s
2026-06-17 17:41:50,663 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca3917e2-fa1f-47e0-a3c8-a0409700e83f', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca3917e2-fa1f-47e0-a3c8-a0409700e83f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:41:51,696 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.028s
2026-06-17 17:41:51,696 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67fb27af-0a48-4765-b0f6-0ba21bd770d6', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67fb27af-0a48-4765-b0f6-0ba21bd770d6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:41:52,732 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.030s
2026-06-17 17:41:52,732 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0964971d-db39-4ea4-a0d6-5994a66d07d6', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0964971d-db39-4ea4-a0d6-5994a66d07d6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:41:53,770 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.032s
2026-06-17 17:41:53,770 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2657cd24-2c55-474a-80d4-75279bfa7fa7', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2657cd24-2c55-474a-80d4-75279bfa7fa7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:41:54,816 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.039s
2026-06-17 17:41:54,816 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd7dcaec-4c08-4011-9179-6b75136c88be', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd7dcaec-4c08-4011-9179-6b75136c88be', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:41:55,851 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.027s
2026-06-17 17:41:55,851 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8f8804c-c6de-47de-b0d5-48b946ca5dfe', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8f8804c-c6de-47de-b0d5-48b946ca5dfe', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:41:56,885 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.028s
2026-06-17 17:41:56,885 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fffeedbe-24ec-41e1-b610-e9e330750471', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fffeedbe-24ec-41e1-b610-e9e330750471', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:41:57,931 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.039s
2026-06-17 17:41:57,932 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ed0dc73-8182-44ed-b585-a69fe883ed60', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ed0dc73-8182-44ed-b585-a69fe883ed60', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:41:58,985 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.047s
2026-06-17 17:41:58,985 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:41:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-142a68de-dd27-4548-ba0d-160e7fdc164d', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-142a68de-dd27-4548-ba0d-160e7fdc164d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:00,022 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.030s
2026-06-17 17:42:00,023 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22ef4fee-2f93-4326-84ac-9d5d00c75af4', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22ef4fee-2f93-4326-84ac-9d5d00c75af4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:01,057 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.028s
2026-06-17 17:42:01,057 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e48232b-dd09-4c32-88fe-4933c83a0546', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e48232b-dd09-4c32-88fe-4933c83a0546', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:02,101 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.036s
2026-06-17 17:42:02,101 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-749e2448-ba79-44c3-94e4-439022e2cabb', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-749e2448-ba79-44c3-94e4-439022e2cabb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:03,161 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.052s
2026-06-17 17:42:03,161 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7d6b920-8094-4960-b75f-689e3654bd27', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7d6b920-8094-4960-b75f-689e3654bd27', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:04,201 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.033s
2026-06-17 17:42:04,202 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ca408ee-d231-41af-bc9d-70b71241cd04', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ca408ee-d231-41af-bc9d-70b71241cd04', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:05,239 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.031s
2026-06-17 17:42:05,239 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d525951b-ba81-4af0-ab2e-1bfb05052668', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d525951b-ba81-4af0-ab2e-1bfb05052668', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:06,278 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.032s
2026-06-17 17:42:06,278 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ad38ab9-82d4-4ef3-913c-1ccebb6d9f8f', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ad38ab9-82d4-4ef3-913c-1ccebb6d9f8f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:07,319 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.034s
2026-06-17 17:42:07,320 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58198cc9-2b0a-4da0-b5e1-b9b994020034', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58198cc9-2b0a-4da0-b5e1-b9b994020034', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:08,365 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.038s
2026-06-17 17:42:08,365 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6dfd300f-9818-4539-835b-1ab298118eb4', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6dfd300f-9818-4539-835b-1ab298118eb4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:09,421 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.045s
2026-06-17 17:42:09,422 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10f330c2-863c-4925-9597-c0fcffacb27c', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10f330c2-863c-4925-9597-c0fcffacb27c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:10,469 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.039s
2026-06-17 17:42:10,469 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38d6c20a-a2e0-4cfe-9583-af6c45ac3479', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38d6c20a-a2e0-4cfe-9583-af6c45ac3479', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:11,514 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.038s
2026-06-17 17:42:11,514 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82c9ecd1-418f-46bb-99f1-bdcd7e624ac8', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82c9ecd1-418f-46bb-99f1-bdcd7e624ac8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:12,548 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.028s
2026-06-17 17:42:12,548 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8300f3d-6fda-4224-ac7b-2b06c85f7edf', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8300f3d-6fda-4224-ac7b-2b06c85f7edf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:13,605 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.051s
2026-06-17 17:42:13,605 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5165a36a-4d9e-4de0-86e1-28c802e0281c', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5165a36a-4d9e-4de0-86e1-28c802e0281c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:14,650 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.036s
2026-06-17 17:42:14,650 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f79646ac-727c-448d-8484-3f9188c2b7f0', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f79646ac-727c-448d-8484-3f9188c2b7f0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:15,702 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.046s
2026-06-17 17:42:15,702 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88b0bbc9-70ce-4d82-aecb-445ec637827d', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88b0bbc9-70ce-4d82-aecb-445ec637827d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:16,741 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.033s
2026-06-17 17:42:16,741 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10752bce-2ed9-4730-9ecb-57812fbd89b1', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10752bce-2ed9-4730-9ecb-57812fbd89b1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:17,780 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.030s
2026-06-17 17:42:17,780 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fd21831-ee58-4ef5-a936-a4bb48498434', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fd21831-ee58-4ef5-a936-a4bb48498434', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:18,828 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.042s
2026-06-17 17:42:18,828 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-339952ae-c29f-453b-88b1-0d09847941e0', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-339952ae-c29f-453b-88b1-0d09847941e0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:19,898 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.062s
2026-06-17 17:42:19,898 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-adaa4d6c-acc1-4370-ba2d-2842740ec4a1', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-adaa4d6c-acc1-4370-ba2d-2842740ec4a1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:20,947 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.042s
2026-06-17 17:42:20,948 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c789729c-7378-489d-8bf4-c82c5051f028', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c789729c-7378-489d-8bf4-c82c5051f028', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:21,990 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.035s
2026-06-17 17:42:21,990 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-546acc85-847a-4572-8ec3-8f0d596f30a9', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-546acc85-847a-4572-8ec3-8f0d596f30a9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:23,121 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.120s
2026-06-17 17:42:23,121 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f385b97-50cc-417a-b75e-7e1e9946ceff', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f385b97-50cc-417a-b75e-7e1e9946ceff', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:24,169 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.039s
2026-06-17 17:42:24,169 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7ff6012-c0fb-43f1-8877-2997479c6a14', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7ff6012-c0fb-43f1-8877-2997479c6a14', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:25,215 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.040s
2026-06-17 17:42:25,215 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a668ec42-46c0-4170-98e5-1cb00630576d', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a668ec42-46c0-4170-98e5-1cb00630576d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:26,258 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.030s
2026-06-17 17:42:26,258 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79f4afac-83e3-4576-91ec-c0239bca8857', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79f4afac-83e3-4576-91ec-c0239bca8857', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:27,299 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.036s
2026-06-17 17:42:27,299 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be12ed04-96b3-4c94-b6f2-1bf36fc4e98e', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be12ed04-96b3-4c94-b6f2-1bf36fc4e98e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:28,361 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.053s
2026-06-17 17:42:28,361 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09b601b9-1ca4-48b5-a23a-2d0a704826d7', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09b601b9-1ca4-48b5-a23a-2d0a704826d7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:29,397 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.030s
2026-06-17 17:42:29,397 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e78d0da6-b876-4bcb-b09f-886061f4570c', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e78d0da6-b876-4bcb-b09f-886061f4570c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:30,438 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.029s
2026-06-17 17:42:30,439 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-675fef51-565f-4c78-9d26-36e6a96aa37e', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-675fef51-565f-4c78-9d26-36e6a96aa37e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:31,502 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.055s
2026-06-17 17:42:31,502 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5b37150-ccaf-4fb2-a7bb-86a857b61d71', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5b37150-ccaf-4fb2-a7bb-86a857b61d71', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:32,541 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.029s
2026-06-17 17:42:32,541 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2fdcde3-90a5-4dff-aa7a-5e35f79f901d', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2fdcde3-90a5-4dff-aa7a-5e35f79f901d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:33,594 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.045s
2026-06-17 17:42:33,594 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a276f27-8274-444c-918d-35896cdb62e2', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a276f27-8274-444c-918d-35896cdb62e2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:34,635 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.032s
2026-06-17 17:42:34,635 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba3b2e6d-3d0c-41a1-a65b-0fcb8bc70c16', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba3b2e6d-3d0c-41a1-a65b-0fcb8bc70c16', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:35,684 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.042s
2026-06-17 17:42:35,684 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-916337c3-5224-4650-a75a-1dde6cdd2a98', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-916337c3-5224-4650-a75a-1dde6cdd2a98', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:36,725 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.033s
2026-06-17 17:42:36,725 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3cee0d1-a8a1-49e1-9a14-16f367d6eedc', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3cee0d1-a8a1-49e1-9a14-16f367d6eedc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:37,785 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.054s
2026-06-17 17:42:37,786 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93093b3e-9fbd-4efc-8549-733ed46187f0', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93093b3e-9fbd-4efc-8549-733ed46187f0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:38,844 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.052s
2026-06-17 17:42:38,845 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da47c922-42d5-4349-bfff-a7eb1ab15941', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da47c922-42d5-4349-bfff-a7eb1ab15941', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:39,887 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.031s
2026-06-17 17:42:39,887 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9cc798f-0da6-4b28-b77e-cc91b9022050', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9cc798f-0da6-4b28-b77e-cc91b9022050', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:40,936 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.041s
2026-06-17 17:42:40,936 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f968b7eb-1848-403e-9920-022928719cf4', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f968b7eb-1848-403e-9920-022928719cf4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:41,992 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.048s
2026-06-17 17:42:41,992 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e796e955-991e-4219-b3fd-c1803bdc6f9b', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e796e955-991e-4219-b3fd-c1803bdc6f9b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:43,029 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.032s
2026-06-17 17:42:43,029 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bba091f3-584c-41df-9bf5-6215dad77802', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bba091f3-584c-41df-9bf5-6215dad77802', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:44,081 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.043s
2026-06-17 17:42:44,081 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ec33ea3-f430-4c6a-b225-5cb8db0f00ab', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ec33ea3-f430-4c6a-b225-5cb8db0f00ab', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:45,120 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.033s
2026-06-17 17:42:45,120 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3832a3f7-3071-46e3-a4ac-84eec433bc8a', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3832a3f7-3071-46e3-a4ac-84eec433bc8a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:46,174 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.048s
2026-06-17 17:42:46,175 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3fe9d9b-155e-4821-8085-9328e214038c', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3fe9d9b-155e-4821-8085-9328e214038c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:47,231 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.049s
2026-06-17 17:42:47,231 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7dab092-72e7-49f5-9b1d-569e284596cb', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7dab092-72e7-49f5-9b1d-569e284596cb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:48,281 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.041s
2026-06-17 17:42:48,281 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e03020a-df00-496b-aa50-3038e8f09c93', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e03020a-df00-496b-aa50-3038e8f09c93', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:49,332 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.043s
2026-06-17 17:42:49,333 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47246f98-009a-47bd-ad1e-68da3d779bfd', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47246f98-009a-47bd-ad1e-68da3d779bfd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:50,371 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.034s
2026-06-17 17:42:50,372 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac9db8aa-46f0-4273-9a42-5c11b29beff8', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac9db8aa-46f0-4273-9a42-5c11b29beff8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:51,423 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.045s
2026-06-17 17:42:51,423 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb6d92e9-266c-4b17-95c3-a5254b9fe4d6', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb6d92e9-266c-4b17-95c3-a5254b9fe4d6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:52,481 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.049s
2026-06-17 17:42:52,482 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f6567b3-fde1-4bb5-ba8b-a6bf7a4c7cad', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f6567b3-fde1-4bb5-ba8b-a6bf7a4c7cad', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:53,524 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.034s
2026-06-17 17:42:53,524 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc6767f9-5cd8-4387-8c80-27661dde4d09', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc6767f9-5cd8-4387-8c80-27661dde4d09', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:54,575 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.038s
2026-06-17 17:42:54,575 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-894fa31e-15fd-4140-85d1-06e194578585', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-894fa31e-15fd-4140-85d1-06e194578585', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:55,612 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.032s
2026-06-17 17:42:55,613 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c469221-a1bb-4f81-8159-8f061f78dde0', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c469221-a1bb-4f81-8159-8f061f78dde0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:56,644 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.024s
2026-06-17 17:42:56,644 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8eb4d3d2-00c2-4a62-8373-f7b3b5fc427b', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8eb4d3d2-00c2-4a62-8373-f7b3b5fc427b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:57,695 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.044s
2026-06-17 17:42:57,695 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80e8b58d-b4ae-4cdb-832e-6cde47546f3b', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80e8b58d-b4ae-4cdb-832e-6cde47546f3b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:58,739 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.036s
2026-06-17 17:42:58,739 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd01a33c-1505-41fa-8912-935eac930c64', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd01a33c-1505-41fa-8912-935eac930c64', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:42:59,775 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.029s
2026-06-17 17:42:59,775 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:42:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ac83738-883d-4d01-aaf5-8ab988bfebf7', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ac83738-883d-4d01-aaf5-8ab988bfebf7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:00,820 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.039s
2026-06-17 17:43:00,821 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d182724-3612-4c80-ab67-ddf1e437ef1b', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d182724-3612-4c80-ab67-ddf1e437ef1b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:01,868 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.040s
2026-06-17 17:43:01,868 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-671de125-3f90-4c1c-83e3-aa888a19bd03', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-671de125-3f90-4c1c-83e3-aa888a19bd03', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:02,909 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.034s
2026-06-17 17:43:02,909 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dadabc22-5f2d-4eaf-94ff-8c8e316533a2', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dadabc22-5f2d-4eaf-94ff-8c8e316533a2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:03,953 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.038s
2026-06-17 17:43:03,954 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd4a5159-8f8e-4a67-8deb-313f6b01bac3', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd4a5159-8f8e-4a67-8deb-313f6b01bac3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:05,005 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.045s
2026-06-17 17:43:05,007 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a993ad0f-19e2-4915-a3a6-66e42e1115da', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a993ad0f-19e2-4915-a3a6-66e42e1115da', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:06,086 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.070s
2026-06-17 17:43:06,086 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-205af902-2485-45f1-bec4-75d2a1a8c433', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-205af902-2485-45f1-bec4-75d2a1a8c433', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:07,147 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.056s
2026-06-17 17:43:07,148 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28c49531-9256-452f-9458-644f192ac943', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28c49531-9256-452f-9458-644f192ac943', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:08,185 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.026s
2026-06-17 17:43:08,186 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc99f113-56c2-4083-bd30-df641bc1aca2', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc99f113-56c2-4083-bd30-df641bc1aca2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:09,228 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.032s
2026-06-17 17:43:09,228 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b8ce3d1-5e37-422d-afd6-af46a230cbbb', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b8ce3d1-5e37-422d-afd6-af46a230cbbb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:10,265 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.030s
2026-06-17 17:43:10,265 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1563a30-9c74-4430-8be7-b85828bff358', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1563a30-9c74-4430-8be7-b85828bff358', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:11,304 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.031s
2026-06-17 17:43:11,305 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f3c53cc-2ee9-4b1a-b83a-68dcd52bd985', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f3c53cc-2ee9-4b1a-b83a-68dcd52bd985', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:12,365 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.049s
2026-06-17 17:43:12,365 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9becc3f4-abdc-45e7-a08e-cbe135402d72', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9becc3f4-abdc-45e7-a08e-cbe135402d72', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:13,408 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.032s
2026-06-17 17:43:13,408 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e756f597-1881-4225-8441-5e28ef23d898', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e756f597-1881-4225-8441-5e28ef23d898', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:14,447 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.030s
2026-06-17 17:43:14,447 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c6d5e0b-516a-41e4-852d-7f6bc44059e8', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c6d5e0b-516a-41e4-852d-7f6bc44059e8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:15,485 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.027s
2026-06-17 17:43:15,486 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-300a13b4-1004-43e5-9a94-f580928404c4', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-300a13b4-1004-43e5-9a94-f580928404c4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:16,519 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.028s
2026-06-17 17:43:16,520 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8d8f709-023a-4032-b40c-9889310da9fb', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8d8f709-023a-4032-b40c-9889310da9fb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:17,553 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.028s
2026-06-17 17:43:17,553 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73ce8c29-9b82-4d5a-a1da-485f2e98e40a', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73ce8c29-9b82-4d5a-a1da-485f2e98e40a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:18,589 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.030s
2026-06-17 17:43:18,589 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee2fc4b1-6360-42f0-ba3e-53fcbe7a89f1', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee2fc4b1-6360-42f0-ba3e-53fcbe7a89f1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:19,639 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.041s
2026-06-17 17:43:19,639 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36a60320-3c2c-4233-aad2-bef717040877', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36a60320-3c2c-4233-aad2-bef717040877', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:20,675 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.029s
2026-06-17 17:43:20,676 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cc874a3-3b2b-4cb5-be81-61cabcdf9358', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cc874a3-3b2b-4cb5-be81-61cabcdf9358', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:21,728 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.047s
2026-06-17 17:43:21,729 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e895964e-d413-4592-9086-c7be863ec658', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e895964e-d413-4592-9086-c7be863ec658', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:22,765 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.028s
2026-06-17 17:43:22,766 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d27bb362-ae8a-4564-a05e-465f1b62fd12', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d27bb362-ae8a-4564-a05e-465f1b62fd12', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:23,805 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.031s
2026-06-17 17:43:23,805 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68a25e01-7a0c-497b-b2fd-69e766e43dc6', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68a25e01-7a0c-497b-b2fd-69e766e43dc6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:24,844 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.032s
2026-06-17 17:43:24,845 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62a42ee3-6da9-4174-84cb-d192b82e2381', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62a42ee3-6da9-4174-84cb-d192b82e2381', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:25,878 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.026s
2026-06-17 17:43:25,878 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa7de3b8-a43d-4e24-aef9-41e91c854e07', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa7de3b8-a43d-4e24-aef9-41e91c854e07', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:26,924 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.038s
2026-06-17 17:43:26,924 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e2c0428-dcf6-470d-b95d-9310f87eaea7', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e2c0428-dcf6-470d-b95d-9310f87eaea7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:27,961 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.030s
2026-06-17 17:43:27,961 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc02ff51-9769-4aba-881d-a38532c150b8', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc02ff51-9769-4aba-881d-a38532c150b8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:28,997 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.028s
2026-06-17 17:43:28,997 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d9722a7-459a-43a1-a9ba-aa451b143496', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d9722a7-459a-43a1-a9ba-aa451b143496', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:30,039 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.035s
2026-06-17 17:43:30,040 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47b05b1e-5459-4912-882c-23d559042222', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47b05b1e-5459-4912-882c-23d559042222', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:31,076 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.031s
2026-06-17 17:43:31,076 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29081cd4-38d0-4ae0-b0f5-e130aeac22b0', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29081cd4-38d0-4ae0-b0f5-e130aeac22b0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:32,128 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.046s
2026-06-17 17:43:32,129 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1eafba48-eaee-432f-89ee-4d92d80d88b7', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1eafba48-eaee-432f-89ee-4d92d80d88b7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:33,177 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.042s
2026-06-17 17:43:33,178 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2ff6257-1601-4955-b79a-cea368d5421e', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2ff6257-1601-4955-b79a-cea368d5421e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:34,214 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.026s
2026-06-17 17:43:34,214 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93199372-da21-44f1-aba0-566f25a40221', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93199372-da21-44f1-aba0-566f25a40221', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:35,248 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.029s
2026-06-17 17:43:35,249 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eda45361-7731-438c-a66b-4a5f8f5b02bd', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eda45361-7731-438c-a66b-4a5f8f5b02bd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:36,289 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.034s
2026-06-17 17:43:36,290 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f0e00a6-0315-4c90-aa9f-09e247469997', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f0e00a6-0315-4c90-aa9f-09e247469997', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:37,328 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.034s
2026-06-17 17:43:37,329 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d9676e6-ce35-4da8-ab9d-fd05d363e5ac', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d9676e6-ce35-4da8-ab9d-fd05d363e5ac', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:38,369 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.035s
2026-06-17 17:43:38,369 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3716a278-f57e-41be-b24d-0db8a68df93c', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3716a278-f57e-41be-b24d-0db8a68df93c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:39,411 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.033s
2026-06-17 17:43:39,411 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da7b2d2b-55d2-4e77-b1c7-85d15874ed76', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da7b2d2b-55d2-4e77-b1c7-85d15874ed76', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:40,462 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.044s
2026-06-17 17:43:40,462 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8f291db-d097-4f5a-9fbe-cabf11dacd2d', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8f291db-d097-4f5a-9fbe-cabf11dacd2d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:41,504 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.034s
2026-06-17 17:43:41,505 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-139e3586-2a16-4654-ab89-bbeadc20a875', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-139e3586-2a16-4654-ab89-bbeadc20a875', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:42,557 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.044s
2026-06-17 17:43:42,557 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5248a3a1-dfd9-4603-87a9-4667924251a9', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5248a3a1-dfd9-4603-87a9-4667924251a9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:43,607 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.037s
2026-06-17 17:43:43,607 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad693597-86dc-4222-81b0-fd68e75222bf', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad693597-86dc-4222-81b0-fd68e75222bf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:44,657 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.042s
2026-06-17 17:43:44,658 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e819c321-ff8a-47f0-8c74-8d333d91191f', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e819c321-ff8a-47f0-8c74-8d333d91191f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:45,701 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.038s
2026-06-17 17:43:45,702 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67272ba3-fec4-4810-96ce-621dbe26a5f0', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67272ba3-fec4-4810-96ce-621dbe26a5f0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:46,736 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.028s
2026-06-17 17:43:46,736 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80535647-60f5-463f-86af-c1638a96324f', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80535647-60f5-463f-86af-c1638a96324f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:47,783 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.040s
2026-06-17 17:43:47,783 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54ae7817-137d-4f2e-a2c2-756fc2096195', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54ae7817-137d-4f2e-a2c2-756fc2096195', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:48,830 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.039s
2026-06-17 17:43:48,830 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41418f6e-8095-48a4-bf1f-b7627f8531b2', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41418f6e-8095-48a4-bf1f-b7627f8531b2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:49,881 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.040s
2026-06-17 17:43:49,881 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ace8b98f-3208-4d61-8ae4-aceb6d3edfbe', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ace8b98f-3208-4d61-8ae4-aceb6d3edfbe', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:50,927 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.041s
2026-06-17 17:43:50,928 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a416f912-7d2a-4687-a5ba-74045ba115c9', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a416f912-7d2a-4687-a5ba-74045ba115c9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:51,971 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.037s
2026-06-17 17:43:51,971 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d305f86-5a05-434d-a0f4-73b1e009d903', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d305f86-5a05-434d-a0f4-73b1e009d903', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:53,010 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.029s
2026-06-17 17:43:53,010 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-968ab72c-849c-4995-bb77-3d8938f3cb77', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-968ab72c-849c-4995-bb77-3d8938f3cb77', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:54,052 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.033s
2026-06-17 17:43:54,052 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f91707d-f36a-4ae3-bfc9-70658d555101', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f91707d-f36a-4ae3-bfc9-70658d555101', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:55,094 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.034s
2026-06-17 17:43:55,095 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f9f0cd6-93b6-4ae0-a2ec-5ece8a3bc57f', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f9f0cd6-93b6-4ae0-a2ec-5ece8a3bc57f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:56,140 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.035s
2026-06-17 17:43:56,141 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2211f7e2-1025-4041-9203-e3879c838c65', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2211f7e2-1025-4041-9203-e3879c838c65', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:57,175 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.028s
2026-06-17 17:43:57,175 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76b14384-c2ce-46d2-835b-4e011818213d', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76b14384-c2ce-46d2-835b-4e011818213d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:58,213 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.032s
2026-06-17 17:43:58,213 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba9b26c9-2ba1-437c-9990-d6da0171217b', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba9b26c9-2ba1-437c-9990-d6da0171217b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:43:59,248 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.029s
2026-06-17 17:43:59,248 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:43:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1be2b0ce-8325-4de4-a39f-b7a673e099c9', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1be2b0ce-8325-4de4-a39f-b7a673e099c9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:44:00,306 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.050s
2026-06-17 17:44:00,306 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:44:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-694dea9d-3ea5-4a88-b6b7-37fd4fb3c553', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-694dea9d-3ea5-4a88-b6b7-37fd4fb3c553', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:44:01,345 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.030s
2026-06-17 17:44:01,345 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:44:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43891bd8-9ff1-4286-8615-6fbd8e0e03fa', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43891bd8-9ff1-4286-8615-6fbd8e0e03fa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:44:02,403 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.048s
2026-06-17 17:44:02,403 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:44:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6278a244-165a-4efa-9063-eea529adafe7', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6278a244-165a-4efa-9063-eea529adafe7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:44:03,457 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.044s
2026-06-17 17:44:03,457 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:44:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05e0455c-5fc8-4764-8651-f2b64e73d8c4', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05e0455c-5fc8-4764-8651-f2b64e73d8c4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:44:04,502 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.035s
2026-06-17 17:44:04,502 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:44:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3acc3af6-184a-4328-a4ba-155c129d5ffc', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3acc3af6-184a-4328-a4ba-155c129d5ffc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:44:05,538 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.030s
2026-06-17 17:44:05,538 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:44:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12162e63-9550-4b62-b9c7-03f35f4dea8c', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12162e63-9550-4b62-b9c7-03f35f4dea8c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:44:06,578 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.034s
2026-06-17 17:44:06,579 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:44:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75337d92-365f-44e7-a75f-242af06e3051', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75337d92-365f-44e7-a75f-242af06e3051', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:44:07,630 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.045s
2026-06-17 17:44:07,630 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:44:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f88a12fc-f912-417f-82d4-40dd63bf2281', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f88a12fc-f912-417f-82d4-40dd63bf2281', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:44:08,671 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.033s
2026-06-17 17:44:08,672 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:44:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3e94973-2f76-40a1-a984-a237e5613326', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3e94973-2f76-40a1-a984-a237e5613326', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:44:09,725 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.047s
2026-06-17 17:44:09,725 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:44:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bd982e8-926b-438c-9b19-b30a4f7b3e9c', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bd982e8-926b-438c-9b19-b30a4f7b3e9c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:44:10,782 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.052s
2026-06-17 17:44:10,783 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:44:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f13c168-da41-433d-89cc-c73d04e8209a', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f13c168-da41-433d-89cc-c73d04e8209a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:44:11,832 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.043s
2026-06-17 17:44:11,832 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:44:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fade4ce3-778e-4a82-8100-81f2f0e85ea4', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fade4ce3-778e-4a82-8100-81f2f0e85ea4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:44:12,880 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.040s
2026-06-17 17:44:12,880 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:44:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06072de0-d59a-41a4-a02f-60655cab42e3', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06072de0-d59a-41a4-a02f-60655cab42e3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:44:13,929 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.040s
2026-06-17 17:44:13,929 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:44:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3470f7c-bacb-4fa2-97ab-1864c171477d', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3470f7c-bacb-4fa2-97ab-1864c171477d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:44:14,975 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.037s
2026-06-17 17:44:14,976 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:44:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc77dc21-7bb6-4c01-8369-5079b04ea3ea', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc77dc21-7bb6-4c01-8369-5079b04ea3ea', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:44:16,016 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.034s
2026-06-17 17:44:16,016 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:44:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-721e3a1c-8c3b-4b6f-9b7c-fead7a29f555', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-721e3a1c-8c3b-4b6f-9b7c-fead7a29f555', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:44:17,062 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.040s
2026-06-17 17:44:17,062 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:44:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c22e17d2-b8f7-452d-8ce4-aa26ca3e450f', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c22e17d2-b8f7-452d-8ce4-aa26ca3e450f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:44:18,114 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.039s
2026-06-17 17:44:18,114 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:44:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b36dfab5-1b14-4f31-a677-2262a843842a', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b36dfab5-1b14-4f31-a677-2262a843842a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:44:19,159 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.036s
2026-06-17 17:44:19,160 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:44:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9ca963c-1448-49cf-af4d-84319b9d33d5', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9ca963c-1448-49cf-af4d-84319b9d33d5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:44:20,205 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.032s
2026-06-17 17:44:20,205 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:44:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de4c8926-0785-48cd-97ca-497abe51d06f', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de4c8926-0785-48cd-97ca-497abe51d06f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:44:21,267 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.051s
2026-06-17 17:44:21,267 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:44:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1a4871c-bf30-45a1-ae2f-3209c293e8f3', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1a4871c-bf30-45a1-ae2f-3209c293e8f3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:44:22,309 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.032s
2026-06-17 17:44:22,309 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:44:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a8a4e2c-214d-4ab6-96e2-b6eaaff79c61', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a8a4e2c-214d-4ab6-96e2-b6eaaff79c61', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:44:23,359 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.039s
2026-06-17 17:44:23,359 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:44:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ee13c91-0495-4f95-aac2-fc5404155df1', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ee13c91-0495-4f95-aac2-fc5404155df1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:44:24,415 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.046s
2026-06-17 17:44:24,415 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:44:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a450072-b15b-4ab5-9f88-d0a96f0c259c', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a450072-b15b-4ab5-9f88-d0a96f0c259c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:44:25,466 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.042s
2026-06-17 17:44:25,467 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:44:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f91fa30c-31fc-4908-ad4d-b2dceb127cfa', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f91fa30c-31fc-4908-ad4d-b2dceb127cfa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:44:26,511 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.035s
2026-06-17 17:44:26,512 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:44:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02900d39-e21a-416f-bcf9-e4367257494d', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02900d39-e21a-416f-bcf9-e4367257494d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:44:27,561 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.041s
2026-06-17 17:44:27,562 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:44:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e195ff6-2d81-4bc9-92fb-53eb3d86e7e1', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e195ff6-2d81-4bc9-92fb-53eb3d86e7e1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:44:28,605 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.036s
2026-06-17 17:44:28,605 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:44:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca6290c0-6133-44a6-8203-6cfcea7d95e6', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca6290c0-6133-44a6-8203-6cfcea7d95e6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:44:29,640 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.028s
2026-06-17 17:44:29,641 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:44:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2cc5660-a3ee-42f6-9ceb-1865e90079dd', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2cc5660-a3ee-42f6-9ceb-1865e90079dd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:44:30,686 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.038s
2026-06-17 17:44:30,686 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:44:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-545bbb74-0f9f-4c07-a5ab-7170ae6d6ff6', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-545bbb74-0f9f-4c07-a5ab-7170ae6d6ff6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:44:31,736 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.042s
2026-06-17 17:44:31,736 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:44:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0590a49e-63eb-450c-9a1f-8039d80758c0', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0590a49e-63eb-450c-9a1f-8039d80758c0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:44:32,790 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.047s
2026-06-17 17:44:32,791 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:44:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da554e9f-a4b5-4958-a928-70b516f7cf75', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da554e9f-a4b5-4958-a928-70b516f7cf75', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:44:33,835 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.037s
2026-06-17 17:44:33,836 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:44:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a91a2fea-9940-4973-92a8-fea9f03eda58', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a91a2fea-9940-4973-92a8-fea9f03eda58', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:44:34,873 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.032s
2026-06-17 17:44:34,873 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:44:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0dcbb30-9d5e-4e4e-b068-14dea68264c4', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0dcbb30-9d5e-4e4e-b068-14dea68264c4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:44:35,907 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.029s
2026-06-17 17:44:35,908 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:44:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76fec298-d874-46db-a291-f6485185d94f', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76fec298-d874-46db-a291-f6485185d94f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:44:36,960 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.046s
2026-06-17 17:44:36,960 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:44:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99f5c6a7-88db-4228-9506-f211041e3a09', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99f5c6a7-88db-4228-9506-f211041e3a09', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:44:37,995 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.029s
2026-06-17 17:44:37,995 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:44:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d079260-af49-43b6-916b-c734920e3f59', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d079260-af49-43b6-916b-c734920e3f59', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:44:39,037 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.034s
2026-06-17 17:44:39,037 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:44:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a65a0a67-cb20-405b-8854-55ca3d68d3e3', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a65a0a67-cb20-405b-8854-55ca3d68d3e3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:44:40,071 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.029s
2026-06-17 17:44:40,072 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:44:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39c54f9b-983c-463d-9393-36bb43bec7a3', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39c54f9b-983c-463d-9393-36bb43bec7a3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:44:41,106 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.028s
2026-06-17 17:44:41,106 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:44:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffd9c0d5-881c-44bd-8d73-e87e6661fd4e', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffd9c0d5-881c-44bd-8d73-e87e6661fd4e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:44:42,153 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.039s
2026-06-17 17:44:42,153 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:44:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dab0ca56-994f-4a25-b6da-7996def1e4b9', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dab0ca56-994f-4a25-b6da-7996def1e4b9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:44:43,195 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.032s
2026-06-17 17:44:43,195 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:44:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c931b18a-27b9-4ce4-b053-d4a1c190ebea', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c931b18a-27b9-4ce4-b053-d4a1c190ebea', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:44:44,232 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.030s
2026-06-17 17:44:44,232 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:44:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68b49ef1-e65b-46eb-9874-31677732c51d', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68b49ef1-e65b-46eb-9874-31677732c51d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:44:45,286 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.048s
2026-06-17 17:44:45,286 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:44:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab976a40-8afc-4a34-9ab6-421c86b266cb', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab976a40-8afc-4a34-9ab6-421c86b266cb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:44:46,330 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.033s
2026-06-17 17:44:46,330 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:44:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcd79eba-ea07-44d1-8823-08486040baa9', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcd79eba-ea07-44d1-8823-08486040baa9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:44:47,366 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.029s
2026-06-17 17:44:47,366 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:44:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-256857c4-7723-4098-a1ae-a8bc39361769', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-256857c4-7723-4098-a1ae-a8bc39361769', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:44:48,414 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.038s
2026-06-17 17:44:48,414 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:44:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdb2445c-d7c2-4aeb-9832-0db24019fec2', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdb2445c-d7c2-4aeb-9832-0db24019fec2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"volume": {"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:41:08.000000", "updated_at": "2026-06-17T17:41:21.000000", "name": "tempest-TestVolumeBootPattern-volume-1949337438", "description": null, "volume_type": "tempest-scenario-type-luks2-536478965", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/f902b196-46b2-4845-b981-b2183fb47e2c"}], "user_id": "10cfe3dd649143e08653aa6f0ee0fce2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f902b196-46b2-4845-b981-b2183fb47e2c", "attachment_id": "07446044-7d94-4630-8fb6-d6d7ddd7432a", "volume_id": "f902b196-46b2-4845-b981-b2183fb47e2c", "server_id": "0a2420b9-1bec-4339-a979-d1001f3acb0a", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T17:41:20.000000"}], "os-vol-tenant-attr:tenant_id": "5738bbb463b04421b755a5361c1e85f3"}}'
2026-06-17 17:44:48,467 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.159/volume/v3/volumes/detail?all_tenants=1 0.042s
2026-06-17 17:44:48,467 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:44:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-defeac75-3c93-4b41-8282-e4805eb8c02a', 'content-length': '9681', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-defeac75-3c93-4b41-8282-e4805eb8c02a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.159/volume/v3/volumes/detail?all_tenants=1'}
Body: b'{"volumes": [{"id": "30dadacd-58a5-4d5f-b6de-152d4cbb8046", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:44:39.000000", "updated_at": "2026-06-17T17:44:41.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-origin-1561777172", "description": null, "volume_type": "tempest-scenario-type-luks-1445758740", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/30dadacd-58a5-4d5f-b6de-152d4cbb8046"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/30dadacd-58a5-4d5f-b6de-152d4cbb8046"}], "user_id": "f0a91590a94642f29447c0996bcb9ff4", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "b2693c68155d400ab31f52f7c20c2d70", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003077@storpool#default", "volume_image_metadata": {"signature_verified": "False"}}, {"id": "7515145c-7f1f-47be-a26e-af665689e7ca", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:44:22.000000", "updated_at": "2026-06-17T17:44:29.000000", "name": "tempest-TestMinimumBasicScenario-volume-1454119563", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/7515145c-7f1f-47be-a26e-af665689e7ca"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/7515145c-7f1f-47be-a26e-af665689e7ca"}], "user_id": "5e4d162a54d84a2fa1dba01e5cda6094", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "7515145c-7f1f-47be-a26e-af665689e7ca", "attachment_id": "e8724267-8fe8-48b7-bda8-e54016213551", "volume_id": "7515145c-7f1f-47be-a26e-af665689e7ca", "server_id": "ccad1601-006d-4c0b-bd26-2a18459a58d1", "host_name": "np0000003077", "device": "/dev/vdb", "attached_at": "2026-06-17T17:44:26.000000"}], "migration_status": null, "os-vol-tenant-attr:tenant_id": "94bfe22e2ce34188a48b6c0069184221", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003077@storpool#default"}, {"id": "d9f159b4-bde3-43c6-aec8-9d9834f8eaf1", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T17:43:57.000000", "updated_at": "2026-06-17T17:44:08.000000", "name": "tempest-TestVolumeBootPatternV346-volume-origin-128875932", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.159/volume/v3/volumes/d9f159b4-bde3-43c6-aec8-9d9834f8eaf1"}, {"rel": "bookmark", "href": "https://10.4.3.159/volume/volumes/d9f159b4-bde3-43c6-aec8-9d9834f8eaf1"}], "user_id": "e2a700432abb4813a022697dc90de53a", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d9f159b4-bde3-43c6-aec8-9d9834f8eaf1", "attachment_id": "2a52e005-bf5a-4ae1-89bf-e220c8d2acb8", "volume_id": "d9f159b4-bde3-43c6-aec8-9d9834f8eaf1", "server_id": "73f99c68-540c-46d5-bf1f-76101b234e2c", "host_name": "np0000003077", "device": "/dev/vda", "attached_at": "2026-06-17T17:44:07.000000"}], "migration_status": null, "os-vol-tenant-attr:tenant_id": "06def55df6e24c4eb83747a4da89f95f", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003077@storpool#default", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "fcb876a7-1f38-43d1-b354-46e62b47cba8", "image_name": "cirros-0.6.3-x86_64-disk", "checks
2026-06-17 17:44:48,513 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 400 DELETE https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c 0.033s
2026-06-17 17:44:48,513 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 17:44:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '307', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ebd3f8e-688d-4b86-85c1-37d540f2e241', 'x-openstack-request-id': 'req-5ebd3f8e-688d-4b86-85c1-37d540f2e241', 'connection': 'close', 'status': '400', 'content-location': 'https://10.4.3.159/volume/v3/volumes/f902b196-46b2-4845-b981-b2183fb47e2c'}
Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer."}}'
}}}
traceback-1: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 145, in delete_volume
resp, body = self.delete(url)
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
return self.request('DELETE', url, extra_headers, headers, body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 882, in _error_checker
raise exceptions.BadRequest(resp_body, resp=resp)
tempest.lib.exceptions.BadRequest: Bad request
Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'}
}}}
traceback-2: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 993, in wait_for_resource_deletion
raise exceptions.TimeoutException(message)
tempest.lib.exceptions.TimeoutException: Request timed out
Details: (TestVolumeBootPattern:_run_cleanups) Failed to delete volume f902b196-46b2-4845-b981-b2183fb47e2c within the required time (196 s). Timer started at 1781718092. Timer ended at 1781718288. Waited for 196 s.
}}}
traceback-3: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/scenario/manager.py", line 545, in cleanup_volume_type
test_utils.call_and_ignore_notfound_exc(
File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 145, in delete_volume
resp, body = self.delete(url)
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
return self.request('DELETE', url, extra_headers, headers, body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 882, in _error_checker
raise exceptions.BadRequest(resp_body, resp=resp)
tempest.lib.exceptions.BadRequest: Bad request
Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'}
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 381, in test_boot_server_from_encrypted_volume_luksv2
self._do_test_boot_server_from_encrypted_volume_luks('luks2')
File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 356, in _do_test_boot_server_from_encrypted_volume_luks
server = self.boot_instance_from_resource(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/scenario/manager.py", line 1388, in boot_instance_from_resource
return self.create_server(**create_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/scenario/manager.py", line 349, in create_server
body, _ = compute.create_test_server(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/oslo_utils/excutils.py", line 266, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/oslo_utils/excutils.py", line 232, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
server = waiters.wait_for_server_status(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/waiters.py", line 65, in wait_for_server_status
body = client.show_server(server_id)['server']
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
resp, body = self.get("servers/%s" % server_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
return self.request('GET', url, extra_headers, headers,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'oslo_db.exception.DBConnectionError'>
|
||||||
test_bootable_volume_last_snapshot_delete_while_stopped[compute,id-3c87bc15-cf6a-4dd6-8c23-4541b2cc3dbb,image,volume] |
pass
pt5.3: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_bootable_volume_last_snapshot_delete_while_stopped[compute,id-3c87bc15-cf6a-4dd6-8c23-4541b2cc3dbb,image,volume]
|
||||||
test_bootable_volume_snapshot_stop_start_instance[compute,id-e3f4f2fc-5c6a-4be6-9c54-aedfc0954da7,image,volume] |
pass
pt5.4: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_bootable_volume_snapshot_stop_start_instance[compute,id-e3f4f2fc-5c6a-4be6-9c54-aedfc0954da7,image,volume]
|
||||||
test_create_server_from_volume_snapshot[compute,id-05795fb2-b2a7-4c9f-8fac-ff25aedb1489,image,slow,volume] |
pass
pt5.5: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot[compute,id-05795fb2-b2a7-4c9f-8fac-ff25aedb1489,image,slow,volume]
|
||||||
test_image_defined_boot_from_volume[compute,id-36c34c67-7b54-4b59-b188-02a2f458a63b,image,volume] |
pass
pt5.6: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume[compute,id-36c34c67-7b54-4b59-b188-02a2f458a63b,image,volume]
|
||||||
test_volume_boot_pattern[compute,id-557cd2c2-4eb8-4dce-98be-f86765ff311b,image,slow,volume] |
pass
pt5.7: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern[compute,id-557cd2c2-4eb8-4dce-98be-f86765ff311b,image,slow,volume]
|
||||||
| cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_backup_crossproject_admin_negative[id-2daadb2e-409a-4ede-a6ce-6002ec324372] |
pass
pt6.1: cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest.test_backup_crossproject_admin_negative[id-2daadb2e-409a-4ede-a6ce-6002ec324372]
|
||||||
test_backup_crossproject_user_negative[id-b9feb593-5809-4207-90d3-28e627730f13] |
pass
pt6.2: cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest.test_backup_crossproject_user_negative[id-b9feb593-5809-4207-90d3-28e627730f13]
|
||||||
test_incremental_backup_respective_parents[id-ce15f528-bfc1-492d-81db-b6168b631587] |
pass
pt6.3: cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest.test_incremental_backup_respective_parents[id-ce15f528-bfc1-492d-81db-b6168b631587]
|
||||||
| cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_from_image_with_volume_type_image_property[id-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6] |
pass
pt7.1: cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property[id-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6]
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_multiple_volume_from_backup[id-9db67083-bf1a-486c-8f77-3778467f39a1] |
pass
pt8.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest.test_create_multiple_volume_from_backup[id-9db67083-bf1a-486c-8f77-3778467f39a1]
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e] |
pass
pt9.1: 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 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3] |
pass
pt10.1: 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 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558] |
pass
pt11.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]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_backup_create_and_restore_to_an_existing_volume[id-b5d837b0-7066-455d-88fc-4a721a899306] |
pass
pt12.1: cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_backup_create_and_restore_to_an_existing_volume[id-b5d837b0-7066-455d-88fc-4a721a899306]
|
||||||
test_incr_backup_create_and_restore_to_an_existing_volume[id-457359e2-a663-4758-8f76-06d392dfd7c7] |
pass
pt12.2: cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_incr_backup_create_and_restore_to_an_existing_volume[id-457359e2-a663-4758-8f76-06d392dfd7c7]
|
||||||
test_incremental_backup[id-c810fe2c-cb40-43ab-96aa-471b74516a98] |
pass
pt12.3: cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_incremental_backup[id-c810fe2c-cb40-43ab-96aa-471b74516a98]
|
||||||
test_volume_snapshot_backup[id-885410c6-cd1d-452c-a409-7c32b7e0be15] |
pass
pt12.4: cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_volume_snapshot_backup[id-885410c6-cd1d-452c-a409-7c32b7e0be15]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests | 4 | 4 | 0 | 0 | 0 | Detail | |
test_delete_dep_chain[id-f8278e5c-50ff-4a1d-8670-3ca0866d411a] |
pass
pt13.1: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_dep_chain[id-f8278e5c-50ff-4a1d-8670-3ca0866d411a]
|
||||||
test_delete_dep_chain_2[id-63447ef8-e667-4796-ba66-1b9b883af1f1] |
pass
pt13.2: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_dep_chain_2[id-63447ef8-e667-4796-ba66-1b9b883af1f1]
|
||||||
test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40] |
pass
pt13.3: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40]
|
||||||
test_delete_source_volume[id-42e9df95-854b-4840-9d55-ae62f65e9b8e] |
pass
pt13.4: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_volume[id-42e9df95-854b-4840-9d55-ae62f65e9b8e]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests | 3 | 3 | 0 | 0 | 0 | Detail | |
test_image_volume_dependencies_1[id-7a9fba78-2e4b-42b1-9898-bb4a60685320,image,volume] |
pass
pt14.1: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_1[id-7a9fba78-2e4b-42b1-9898-bb4a60685320,image,volume]
|
||||||
test_image_volume_dependencies_2[id-0e20bd6e-440f-41d8-9b5d-fc047ac00423,image,volume] |
pass
pt14.2: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_2[id-0e20bd6e-440f-41d8-9b5d-fc047ac00423,image,volume]
|
||||||
test_image_volume_dependencies_3[id-e6050452-06bd-4c7f-9912-45178c83e379,image,volume] |
pass
pt14.3: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_3[id-e6050452-06bd-4c7f-9912-45178c83e379,image,volume]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_revert_to_snapshot[id-87b7dcb7-4950-4a3a-802c-ece55491846d] |
pass
pt15.1: cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot[id-87b7dcb7-4950-4a3a-802c-ece55491846d]
|
||||||
test_volume_revert_to_snapshot_after_extended_negative[id-4e8b0788-87fe-430d-be7a-444d7f8e0347] |
pass
pt15.2: cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative[id-4e8b0788-87fe-430d-be7a-444d7f8e0347]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_delete_unicode_volume_name[id-2d7e2e49-150e-4849-a18e-79f9777c9a96] |
pass
pt16.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
pt16.2: 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.SnapshotDataIntegrityTests | 1 | 1 | 0 | 0 | 0 | Detail | |
test_snapshot_data_integrity[compute,id-ff10644e-5a70-4a9f-9801-8204bb81fb61,image,network,volume] |
pass
pt17.1: cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity[compute,id-ff10644e-5a70-4a9f-9801-8204bb81fb61,image,network,volume]
|
||||||
| cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests | 1 | 1 | 0 | 0 | 0 | Detail | |
test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume] |
pass
pt18.1: cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests.test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume]
|
||||||
| cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes | 2 | 2 | 0 | 0 | 0 | Detail | |
test_attach_cloned_encrypted_volume[compute,id-5bb622ab-5060-48a8-8840-d589a548b9e4,volume] |
pass
pt19.1: cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes.test_attach_cloned_encrypted_volume[compute,id-5bb622ab-5060-48a8-8840-d589a548b9e4,volume]
|
||||||
test_boot_cloned_encrypted_volume[compute,id-5bb622ab-5060-48a8-8840-d589a548b7e4,image,volume] |
pass
pt19.2: cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes.test_boot_cloned_encrypted_volume[compute,id-5bb622ab-5060-48a8-8840-d589a548b7e4,image,volume]
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups | 1 | 0 | 0 | 0 | 1 | Detail | |
ConsistencyGroupsV2Test) |
skip
pt20.1: setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions | 1 | 0 | 0 | 0 | 1 | Detail | |
ProjectReaderTests) |
skip
pt21.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types | 3 | 0 | 0 | 0 | 3 | Detail | |
VolumeTypesAdminTests) |
skip
pt22.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests)
|
||||||
VolumeTypesReaderTests) |
skip
pt22.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests)
|
||||||
VolumeTypesMemberTests) |
skip
pt22.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes | 1 | 0 | 0 | 0 | 1 | Detail | |
ProjectReaderTests) |
skip
pt23.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer | 1 | 0 | 0 | 0 | 1 | Detail | |
TransferEncryptedVolumeTest) |
skip
pt24.1: setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency | 1 | 0 | 0 | 0 | 1 | Detail | |
ConcurrentVolumeActionsTest) |
skip
pt25.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency.ConcurrentVolumeActionsTest)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeMultiattachTests) |
skip
pt26.1: 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
pt27.1: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest)
|
||||||
LiveAutoBlockMigrationV225Test) |
skip
pt27.2: setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test)
|
||||||
LiveMigrationWithoutHostTest) |
skip
pt27.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
pt28.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
pt29.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
pt30.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
pt31.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
pt32.1: setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_snapshot_manage | 1 | 0 | 0 | 0 | 1 | Detail | |
SnapshotManageAdminTest) |
skip
pt33.1: setUpClass (tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volume_manage | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeManageAdminTest) |
skip
pt34.1: setUpClass (tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volume_retype | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumeRetypeWithMigrationTest) |
skip
pt35.1: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest)
|
||||||
VolumeRetypeMultiattachTest) |
skip
pt35.2: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeMultiattachTest)
|
||||||
| setUpClass (tempest.scenario.test_volume_migrate_attached | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeMigrateRetypeAttached) |
skip
pt36.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
pt37.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
pt38.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
pt39.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
pt40.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
pt40.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
pt41.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
pt42.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
pt43.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
pt44.1: tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume]
|
||||||
| tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA | 2 | 2 | 0 | 0 | 0 | Detail | |
test_rebuild_server_with_volume_attached[id-b68bd8d6-855d-4212-b59b-2e704044dace,slow,volume] |
pass
pt45.1: tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_rebuild_server_with_volume_attached[id-b68bd8d6-855d-4212-b59b-2e704044dace,slow,volume]
|
||||||
test_resize_volume_backed_server_confirm[id-e6c28180-7454-4b59-b188-0257af08a63b,volume] |
pass
pt45.2: tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_resize_volume_backed_server_confirm[id-e6c28180-7454-4b59-b188-0257af08a63b,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
pt46.1: tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB.test_resize_server_revert_with_volume_attached[id-fbbf075f-a812-4022-bc5c-ccb8047eef12,volume]
|
||||||
| tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_rebuild_volume_backed_server[id-6652dab9-ea24-4c93-ab5a-93d79c3041cf] |
pass
pt47.1: tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON.test_rebuild_volume_backed_server[id-6652dab9-ea24-4c93-ab5a-93d79c3041cf]
|
||||||
| tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_stable_device_rescue_bfv_blank_volume[id-48f123cb-922a-4065-8db6-b9a9074a556b,slow] |
pass
pt48.1: tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume[id-48f123cb-922a-4065-8db6-b9a9074a556b,slow]
|
||||||
test_stable_device_rescue_bfv_image_volume[id-e4636333-c928-40fc-98b7-70a23eef4224,slow] |
pass
pt48.2: tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume[id-e4636333-c928-40fc-98b7-70a23eef4224,slow]
|
||||||
| tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_stable_device_rescue_disk_virtio_with_volume_attached[id-a3772b42-00bf-4310-a90b-1cc6fd3e7eab,volume] |
pass
pt49.1: tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached[id-a3772b42-00bf-4310-a90b-1cc6fd3e7eab,volume]
|
||||||
| tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume] |
pass
pt50.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
pt50.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
pt51.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
pt51.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
pt52.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
pt52.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_negative.AttachVolumeNegativeTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative] |
pass
pt53.1: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative]
|
||||||
test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative] |
pass
pt53.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
pt53.3: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative]
|
||||||
| tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f] |
pass
pt54.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
pt55.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
pt56.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
pt56.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
pt56.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
pt56.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
pt56.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
pt56.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
pt57.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
pt57.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
pt57.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
pt57.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
pt57.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
pt57.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
pt57.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
pt57.8: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id[id-c03ea686-905b-41a2-8748-9635154b7c57,negative]
|
||||||
| tempest.api.image.v2.test_images_dependency.ImageDependencyTests | 1 | 1 | 0 | 0 | 0 | Detail | |
test_image_volume_server_snapshot_dependency[compute,id-f0c8a35d-8f8f-443c-8bcb-85a9c0f87d19,volume] |
pass
pt58.1: tempest.api.image.v2.test_images_dependency.ImageDependencyTests.test_image_volume_server_snapshot_dependency[compute,id-f0c8a35d-8f8f-443c-8bcb-85a9c0f87d19,volume]
|
||||||
| 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
pt59.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
pt59.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
pt60.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
pt60.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
pt60.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
pt61.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
pt62.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
pt63.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
pt63.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
pt64.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
pt64.2: tempest.api.volume.admin.test_groups.GroupsTest.test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006]
|
||||||
| tempest.api.volume.admin.test_groups.GroupsV314Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_group_from_group[id-2424af8c-7851-4888-986a-794b10c3210e] |
pass
pt65.1: tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group[id-2424af8c-7851-4888-986a-794b10c3210e]
|
||||||
| tempest.api.volume.admin.test_groups.GroupsV320Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c] |
pass
pt66.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt69.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
pt69.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
pt70.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
pt70.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
pt71.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
pt71.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
pt72.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
pt72.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
pt73.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
pt73.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
pt73.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
pt73.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
pt73.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
pt73.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
pt73.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
pt74.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
pt74.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
pt74.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
pt75.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
pt76.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
pt76.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
pt76.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
pt76.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
pt76.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
pt77.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
pt77.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
pt77.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
pt77.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
pt77.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
pt78.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
pt78.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
pt79.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
pt79.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 | 5 | 5 | 0 | 0 | 0 | Detail | |
test_volume_crud_with_volume_type_and_extra_specs[id-c03cc62c-f4e9-4623-91ec-64ce2f9c1260] |
pass
pt80.1: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs[id-c03cc62c-f4e9-4623-91ec-64ce2f9c1260]
|
||||||
test_volume_type_create_get_delete[id-4e955c3b-49db-4515-9590-0c99f8e471ad] |
pass
pt80.2: 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
pt80.3: 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
pt80.4: 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
pt80.5: 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
pt81.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
pt81.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
pt81.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
pt82.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
pt82.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
pt82.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
pt82.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
pt82.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
pt82.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
pt82.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
pt82.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
pt82.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
pt82.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
pt82.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
pt82.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
pt83.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
pt83.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
pt83.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
pt83.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
pt83.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
pt83.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
pt84.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
pt84.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
pt84.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
pt84.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
pt84.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
pt84.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_backup.VolumesBackupsAdminTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_backup_export_import[id-a99c54a1-dd80-4724-8a13-13bf58d4068d] |
pass
pt85.1: tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_export_import[id-a99c54a1-dd80-4724-8a13-13bf58d4068d]
|
||||||
test_volume_backup_reset_status[id-47a35425-a891-4e13-961c-c45deea21e94] |
pass
pt85.2: tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_reset_status[id-47a35425-a891-4e13-961c-c45deea21e94]
|
||||||
| 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
pt86.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
pt87.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
pt88.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
pt89.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
pt90.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
pt90.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
pt91.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
pt91.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
pt92.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
pt93.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
pt93.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
pt94.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
pt94.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
pt95.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
pt95.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
pt96.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
pt96.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
pt97.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
pt97.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
pt98.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
pt98.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
pt98.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
pt98.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
pt98.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
pt98.6: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload[id-d8f1ca95-3d5b-44a3-b8ca-909691c9532d,image]
|
||||||
| tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_backup[id-9b374cbc-be5f-4d37-8848-7efb8a873dcc] |
pass
pt99.1: tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test.test_update_backup[id-9b374cbc-be5f-4d37-8848-7efb8a873dcc]
|
||||||
| tempest.api.volume.test_volumes_clone.VolumesCloneTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_from_bootable_volume[id-cbbcd7c6-5a6c-481a-97ac-ca55ab715d16,image] |
pass
pt100.1: tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume[id-cbbcd7c6-5a6c-481a-97ac-ca55ab715d16,image]
|
||||||
test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e] |
pass
pt100.2: tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e]
|
||||||
| tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative] |
pass
pt101.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
pt102.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
pt102.2: tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot[id-86be1cba-2640-11e5-9c82-635fb964c912]
|
||||||
| tempest.api.volume.test_volumes_get.VolumesGetTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke] |
pass
pt103.1: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke]
|
||||||
test_volume_create_get_update_delete_as_clone[id-3f591b4a-7dc6-444c-bd51-77469506b3a1] |
pass
pt103.2: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone[id-3f591b4a-7dc6-444c-bd51-77469506b3a1]
|
||||||
test_volume_create_get_update_delete_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke] |
pass
pt103.3: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke]
|
||||||
| tempest.api.volume.test_volumes_get.VolumesSummaryTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_show_volume_summary[id-c4f2431e-4920-4736-9e00-4040386b6feb] |
pass
pt104.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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 | 6 | 6 | 0 | 0 | 0 | Detail | |
test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c] |
pass
pt107.1: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c]
|
||||||
test_snapshot_create_delete_with_volume_in_use[compute,id-8567b54c-4455-446d-a1cf-651ddeaa3ff2] |
pass
pt107.2: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use[compute,id-8567b54c-4455-446d-a1cf-651ddeaa3ff2]
|
||||||
test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e] |
pass
pt107.3: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e]
|
||||||
test_snapshot_create_offline_delete_online[compute,id-5210a1de-85a0-11e6-bb21-641c676a5d61] |
pass
pt107.4: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online[compute,id-5210a1de-85a0-11e6-bb21-641c676a5d61]
|
||||||
test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4] |
pass
pt107.5: 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
pt107.6: 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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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_encrypted_cinder_volumes.TestEncryptedCinderVolumes | 4 | 4 | 0 | 0 | 0 | Detail | |
test_encrypted_cinder_volumes_cryptsetup[compute,id-cbc752ed-b716-4717-910f-956cce965722,image,slow,volume] |
pass
pt110.1: tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_cryptsetup[compute,id-cbc752ed-b716-4717-910f-956cce965722,image,slow,volume]
|
||||||
test_encrypted_cinder_volumes_luks[compute,id-79165fb4-5534-4b9d-8429-97ccffb8f86e,image,slow,volume] |
pass
pt110.2: tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_luks[compute,id-79165fb4-5534-4b9d-8429-97ccffb8f86e,image,slow,volume]
|
||||||
test_encrypted_cinder_volumes_luksv2[compute,id-7abec0a3-61a0-42a5-9e36-ad3138fb38b4,image,slow,volume] |
pass
pt110.3: tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_luksv2[compute,id-7abec0a3-61a0-42a5-9e36-ad3138fb38b4,image,slow,volume]
|
||||||
test_encrypted_cinder_volumes_resize_revert[compute,id-d653af24-fa18-470d-b9bf-af287cefeba9,image,slow,volume] |
pass
pt110.4: tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_resize_revert[compute,id-d653af24-fa18-470d-b9bf-af287cefeba9,image,slow,volume]
|
||||||
| 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
pt111.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 | 2 | 2 | 0 | 0 | 0 | Detail | |
test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion[compute,id-a8fd48ec-1d01-4895-b932-02321661ec1e,image,network,slow,volume] |
pass
pt112.1: tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion[compute,id-a8fd48ec-1d01-4895-b932-02321661ec1e,image,network,slow,volume]
|
||||||
test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,slow,volume] |
pass
pt112.2: 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
pt113.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
pt114.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
pt115.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
pt116.1: tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume]
|
||||||
| tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_backup_restore[compute,id-2ce5e55c-4085-43c1-98c6-582525334ad7,image,slow,volume] |
pass
pt117.1: tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore[compute,id-2ce5e55c-4085-43c1-98c6-582525334ad7,image,slow,volume]
|
||||||
| tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV346 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_instance_boot_after_snapshot_deletion[compute,id-77889046-1a75-4f14-9b3a-fbbfdd8e5093,image,slow,volume] |
pass
pt118.1: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV346.test_instance_boot_after_snapshot_deletion[compute,id-77889046-1a75-4f14-9b3a-fbbfdd8e5093,image,slow,volume]
|
||||||
| Total | 322 | 293 | 5 | 0 | 24 | ||