Status: Pass 295 Failure 1 Skip 24
| Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
| tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes | 3 | 2 | 1 | 0 | 0 | Detail | |
test_encrypted_cinder_volumes_cryptsetup[compute,id-cbc752ed-b716-4717-910f-956cce965722,image,slow,volume] |
pass
pt1.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
pt1.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] |
fail
ft1.3: tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_luksv2[compute,id-7abec0a3-61a0-42a5-9e36-ad3138fb38b4,image,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-05-19 02:12:26,281 106040 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-luksv2-1874548516 on backend None
2026-05-19 02:12:26,303 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST https://10.4.3.246/volume/v3/types 0.022s
2026-05-19 02:12:26,304 106040 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-luksv2-1874548516", "extra_specs": {}}}
Response - Headers: {'date': 'Tue, 19 May 2026 02:12:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93e65a25-095c-425b-ab3a-9041b10d5583', 'content-length': '214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93e65a25-095c-425b-ab3a-9041b10d5583', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/types'}
Body: b'{"volume_type": {"id": "162863a4-a806-4b60-80fe-21e3197ee345", "name": "tempest-scenario-type-luksv2-1874548516", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2026-05-19 02:12:26,305 106040 DEBUG [tempest.scenario.manager] Creating an encryption type for volume type: 162863a4-a806-4b60-80fe-21e3197ee345
2026-05-19 02:12:26,336 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST https://10.4.3.246/volume/v3/types/162863a4-a806-4b60-80fe-21e3197ee345/encryption 0.031s
2026-05-19 02:12:26,336 106040 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': 'Tue, 19 May 2026 02:12:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4bf4137-bb99-43bf-89af-abca838aa83e', 'content-length': '231', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4bf4137-bb99-43bf-89af-abca838aa83e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/types/162863a4-a806-4b60-80fe-21e3197ee345/encryption'}
Body: b'{"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end", "volume_type_id": "162863a4-a806-4b60-80fe-21e3197ee345", "encryption_id": "edc2f63f-807a-44ab-affa-2973207b0f44"}}'
2026-05-19 02:12:26,516 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 202 POST https://10.4.3.246/volume/v3/volumes 0.179s
2026-05-19 02:12:26,517 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "size": 1}}
Response - Headers: {'date': 'Tue, 19 May 2026 02:12:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e50e27e-414b-4450-833a-00809e1992d1', 'content-length': '786', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e50e27e-414b-4450-833a-00809e1992d1', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.246/volume/v3/volumes'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.453241", "updated_at": null, "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-05-19 02:12:26,664 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 201 POST https://10.4.3.246/identity/v3/auth/tokens 0.136s
2026-05-19 02:12:26,665 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Tue, 19 May 2026 02:12:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2948', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-c0a214c1-57b7-4bbe-b587-1e62c5a8d4f5', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.246/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ad3729b708b6434f87461e45f72ba268", "name": "tempest-TestEncryptedCinderVolumes-1024323684-project-member", "password_expires_at": null}, "audit_ids": ["rl6LMtwQTDGEe7kkuzmXTw"], "expires_at": "2026-05-19T03:12:26.000000Z", "issued_at": "2026-05-19T02:12:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3628ad8be98d4670881910888346513e", "name": "tempest-TestEncryptedCinderVolumes-1024323684"}, "is_domain": false, "roles": [{"id": "e6892edb05e44cdd93b116047fe8f5bf", "name": "member"}, {"id": "6eb5cc46510241339697c7cd18c555fd", "name": "reader"}], "catalog": [{"endpoints": [{"id": "45a765b53b444257840e63d240ab3ae6", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.246/identity", "region": "RegionOne"}], "id": "1ada1d22e36f4ce5b07f91d8982b5b59", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7eac48a637ab4db6b69e044df8125062", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.246/networking", "region": "RegionOne"}], "id": "412311fd7c5340ba94baad68999f073c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ed4bf392c53f4f6e9b05714bed5cfa20", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.246/compute/v2/3628ad8be98d4670881910888346513e", "region": "RegionOne"}], "id": "7b02d184e3744e108379e253cab9fcbf", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7460b6477dbe48dbb11852b7624dec99", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.246/placement", "region": "RegionOne"}], "id": "99a1bbdeb75e47a39c6f590b389f36c9", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2f575edb4ff8443b9a11458db7f06034", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.246:8080/v1/AUTH_3628ad8be98d4670881910888346513e", "region": "RegionOne"}, {"id": "98bb21276a234d32852c279367bcd708", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.246:8080", "region": "RegionOne"}], "id": "c7c29f3b84744a29abb28601077ac4b3", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "f7ff6d6b5a704f6cb1410c0cb1de9ffb", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.246/image", "region": "RegionOne"}], "id": "cedc1323c55b4ece93d3b201ce2f9961", "type": "image", "name": "glance"}, {"endpoints": [{"id": "5d5635c86f794f57a0c3671d21f4702f", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.246/volume/v3", "region": "RegionOne"}], "id": "e5c48f8cb3f24c4da4c1231303a2fcaf", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "8a66088a59184a30bdbee7e3c601afea", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.246/compute/v2.1", "region": "RegionOne"}], "id": "f57decb45c2f4046b740e83d1ea9ded5", "type": "compute", "name": "nova"}]}}'
2026-05-19 02:12:26,665 106040 INFO [tempest.lib.common.fixed_network] (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2) Found network {'id': '24faa68c-d9ad-44cc-8409-6d8e9112220a', 'name': 'tempest-TestEncryptedCinderVolumes-555306868-network', 'tenant_id': '3628ad8be98d4670881910888346513e', 'project_id': '3628ad8be98d4670881910888346513e', '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': 52250, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-05-19T02:09:30Z', 'updated_at': '2026-05-19T02:09:30Z', 'revision_number': 1} available for tenant
2026-05-19 02:12:26,666 106040 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-05-19 02:12:26,666 106040 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-05-19 02:12:26,720 106040 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST https://10.4.3.246/compute/v2.1/os-keypairs 0.053s
2026-05-19 02:12:26,720 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1615344426", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLsljZHsILCnSN20vxI0dqlhx5+QJc+ADA1dRmeuYhOeuDhkf1xwPYFnY0U6OF1F0s2cmlXoq5Z8K5pIY3asdXpjOdFDRbJ28i8pv1Dp90AxSytiNLo5o27KSMuLIr1Rhw=="}}
Response - Headers: {'date': 'Tue, 19 May 2026 02:12:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7527230e-c734-47af-af24-7e7885e7ac05', 'x-compute-request-id': 'req-7527230e-c734-47af-af24-7e7885e7ac05', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-1615344426", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLsljZHsILCnSN20vxI0dqlhx5+QJc+ADA1dRmeuYhOeuDhkf1xwPYFnY0U6OF1F0s2cmlXoq5Z8K5pIY3asdXpjOdFDRbJ28i8pv1Dp90AxSytiNLo5o27KSMuLIr1Rhw==", "fingerprint": "d2:e1:a5:01:dc:02:b4:08:f3:2b:37:c4:8c:6e:74:0b", "user_id": "ad3729b708b6434f87461e45f72ba268"}}'
2026-05-19 02:12:26,721 106040 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1615344426 created
2026-05-19 02:12:26,925 106040 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.246/networking/v2.0/security-groups 0.203s
2026-05-19 02:12:26,925 106040 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--2027768660", "description": "tempest-description--1483373648"}}
Response - Headers: {'date': 'Tue, 19 May 2026 02:12:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1663', 'x-openstack-request-id': 'req-18191334-92f1-475d-b0d3-83007457e667', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.246/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "8dacb4e0-f155-4dcd-8b1f-02b885c4fd03", "name": "tempest-securitygroup--2027768660", "stateful": true, "tenant_id": "3628ad8be98d4670881910888346513e", "project_id": "3628ad8be98d4670881910888346513e", "description": "tempest-description--1483373648", "shared": false, "security_group_rules": [{"id": "95fa28fc-b8e8-431c-9cb0-62c5d563339e", "project_id": "3628ad8be98d4670881910888346513e", "security_group_id": "8dacb4e0-f155-4dcd-8b1f-02b885c4fd03", "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": 1530, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-05-19T02:12:26Z", "updated_at": "2026-05-19T02:12:26Z", "revision_number": 0, "tenant_id": "3628ad8be98d4670881910888346513e"}, {"id": "d9ee3844-0b3f-48f2-9911-b946ad2f5718", "project_id": "3628ad8be98d4670881910888346513e", "security_group_id": "8dacb4e0-f155-4dcd-8b1f-02b885c4fd03", "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": 1529, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-05-19T02:12:26Z", "updated_at": "2026-05-19T02:12:26Z", "revision_number": 0, "tenant_id": "3628ad8be98d4670881910888346513e"}], "tags": [], "created_at": "2026-05-19T02:12:26Z", "updated_at": "2026-05-19T02:12:26Z", "revision_number": 1}}'
2026-05-19 02:12:27,250 106040 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.246/networking/v2.0/security-group-rules 0.324s
2026-05-19 02:12:27,250 106040 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": "8dacb4e0-f155-4dcd-8b1f-02b885c4fd03", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Tue, 19 May 2026 02:12:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-8ffd9a38-0899-4613-bf05-f200fbbf9499', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.246/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "bb314ad4-2cdf-4284-bbc8-19b1fb7cfab2", "project_id": "3628ad8be98d4670881910888346513e", "security_group_id": "8dacb4e0-f155-4dcd-8b1f-02b885c4fd03", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-05-19T02:12:27Z", "updated_at": "2026-05-19T02:12:27Z", "revision_number": 0, "tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:12:27,395 106040 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.246/networking/v2.0/security-group-rules 0.144s
2026-05-19 02:12:27,395 106040 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": "8dacb4e0-f155-4dcd-8b1f-02b885c4fd03", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Tue, 19 May 2026 02:12:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-99529c77-f6e6-46ea-a608-333e4bb7f8a8', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.246/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "2d14ee70-3d8f-4ae1-b1a9-a4c2d29f4d18", "project_id": "3628ad8be98d4670881910888346513e", "security_group_id": "8dacb4e0-f155-4dcd-8b1f-02b885c4fd03", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-05-19T02:12:27Z", "updated_at": "2026-05-19T02:12:27Z", "revision_number": 0, "tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:12:27,395 106040 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2027768660 created
2026-05-19 02:12:27,902 106040 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.246/networking/v2.0/floatingips 0.506s
2026-05-19 02:12:27,902 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "5477e107-0c22-495f-9a0f-32698c3bd52c"}}
Response - Headers: {'date': 'Tue, 19 May 2026 02:12:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-a6af25fb-3f9a-4457-8903-5a9f506fe58c', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.246/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "246b4c62-3cba-4241-b743-e064060c0711", "tenant_id": "3628ad8be98d4670881910888346513e", "project_id": "3628ad8be98d4670881910888346513e", "floating_ip_address": "172.24.5.190", "floating_network_id": "5477e107-0c22-495f-9a0f-32698c3bd52c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-05-19T02:12:27Z", "updated_at": "2026-05-19T02:12:27Z", "revision_number": 0}}'
2026-05-19 02:12:27,902 106040 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '246b4c62-3cba-4241-b743-e064060c0711', 'tenant_id': '3628ad8be98d4670881910888346513e', 'project_id': '3628ad8be98d4670881910888346513e', 'floating_ip_address': '172.24.5.190', 'floating_network_id': '5477e107-0c22-495f-9a0f-32698c3bd52c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-05-19T02:12:27Z', 'updated_at': '2026-05-19T02:12:27Z', 'revision_number': 0, 'ip': '172.24.5.190'} created
2026-05-19 02:12:27,902 106040 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1615344426', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLsljZHsILCnSN20vxI0dqlhx5+QJc+ADA1dRmeuYhOeuDhkf1xwPYFnY0U6OF1F0s2cmlXoq5Z8K5pIY3asdXpjOdFDRbJ28i8pv1Dp90AxSytiNLo5o27KSMuLIr1Rhw==', 'fingerprint': 'd2:e1:a5:01:dc:02:b4:08:f3:2b:37:c4:8c:6e:74:0b', 'user_id': 'ad3729b708b6434f87461e45f72ba268', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBAfdlFRJibL02+xAzM/xmjbLnnZaC220oVxyJRTolZtjd2Fjwu4MDb\n7u9SYA87GMWgBwYFK4EEACKhZANiAAS7JY2R7CCwp0jdtL8SNHapYcefkCXPgAwN\nXUZnrmITnrg4ZH9ccD2BZ2NFOjhdRdLNnJpV6KuWfCuaSGN2rHV6YznRQ0WydvIv\nKb9Q6fdAMUsrYjS6OaNuykjLiyK9UYc=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '8dacb4e0-f155-4dcd-8b1f-02b885c4fd03', 'name': 'tempest-securitygroup--2027768660', 'stateful': True, 'tenant_id': '3628ad8be98d4670881910888346513e', 'project_id': '3628ad8be98d4670881910888346513e', 'description': 'tempest-description--1483373648', 'shared': False, 'security_group_rules': [{'id': '95fa28fc-b8e8-431c-9cb0-62c5d563339e', 'project_id': '3628ad8be98d4670881910888346513e', 'security_group_id': '8dacb4e0-f155-4dcd-8b1f-02b885c4fd03', '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': 1530, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-05-19T02:12:26Z', 'updated_at': '2026-05-19T02:12:26Z', 'revision_number': 0, 'tenant_id': '3628ad8be98d4670881910888346513e'}, {'id': 'd9ee3844-0b3f-48f2-9911-b946ad2f5718', 'project_id': '3628ad8be98d4670881910888346513e', 'security_group_id': '8dacb4e0-f155-4dcd-8b1f-02b885c4fd03', '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': 1529, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-05-19T02:12:26Z', 'updated_at': '2026-05-19T02:12:26Z', 'revision_number': 0, 'tenant_id': '3628ad8be98d4670881910888346513e'}], 'tags': [], 'created_at': '2026-05-19T02:12:26Z', 'updated_at': '2026-05-19T02:12:26Z', 'revision_number': 1}, 'floating_ip': {'id': '246b4c62-3cba-4241-b743-e064060c0711', 'tenant_id': '3628ad8be98d4670881910888346513e', 'project_id': '3628ad8be98d4670881910888346513e', 'floating_ip_address': '172.24.5.190', 'floating_network_id': '5477e107-0c22-495f-9a0f-32698c3bd52c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-05-19T02:12:27Z', 'updated_at': '2026-05-19T02:12:27Z', 'revision_number': 0, 'ip': '172.24.5.190'}}
2026-05-19 02:12:28,597 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 202 POST https://10.4.3.246/compute/v2.1/servers 0.694s
2026-05-19 02:12:28,598 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestEncryptedCinderVolumes-server-1442414296", "imageRef": "9a454b76-6643-4d12-97a0-3d7aa097781e", "flavorRef": "42", "networks": [{"uuid": "24faa68c-d9ad-44cc-8409-6d8e9112220a"}], "security_groups": [{"name": "tempest-securitygroup--2027768660"}], "key_name": "tempest-keypair-1615344426", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Tue, 19 May 2026 02:12:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '406', 'location': 'https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-90b1134a-bdb5-4070-a60e-c79cbe6775a6', 'x-compute-request-id': 'req-90b1134a-bdb5-4070-a60e-c79cbe6775a6', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.246/compute/v2.1/servers'}
Body: b'{"server": {"id": "e037d2b4-3ee3-4a43-a6ca-7df160221043", "links": [{"rel": "self", "href": "https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043"}, {"rel": "bookmark", "href": "https://10.4.3.246/compute/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--2027768660"}], "adminPass": "pnv7Nof7rBWr"}}'
2026-05-19 02:12:28,701 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043 0.102s
2026-05-19 02:12:28,701 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:12:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1242', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-020d1f9d-e9d5-4518-ad11-f0f6bf745fcc', 'x-compute-request-id': 'req-020d1f9d-e9d5-4518-ad11-f0f6bf745fcc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-19T02:12:29Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.246/compute/flavors/42"}]}, "hostId": "", "id": "e037d2b4-3ee3-4a43-a6ca-7df160221043", "image": {"id": "9a454b76-6643-4d12-97a0-3d7aa097781e", "links": [{"rel": "bookmark", "href": "https://10.4.3.246/compute/images/9a454b76-6643-4d12-97a0-3d7aa097781e"}]}, "links": [{"rel": "self", "href": "https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043"}, {"rel": "bookmark", "href": "https://10.4.3.246/compute/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1442414296", "status": "BUILD", "tenant_id": "3628ad8be98d4670881910888346513e", "user_id": "ad3729b708b6434f87461e45f72ba268", "updated": "2026-05-19T02:12:28Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1615344426", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-19 02:12:29,830 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043 0.124s
2026-05-19 02:12:29,831 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:12:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1246', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a70de178-968c-440d-b971-399f313870a6', 'x-compute-request-id': 'req-a70de178-968c-440d-b971-399f313870a6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-19T02:12:28Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.246/compute/flavors/42"}]}, "hostId": "", "id": "e037d2b4-3ee3-4a43-a6ca-7df160221043", "image": {"id": "9a454b76-6643-4d12-97a0-3d7aa097781e", "links": [{"rel": "bookmark", "href": "https://10.4.3.246/compute/images/9a454b76-6643-4d12-97a0-3d7aa097781e"}]}, "links": [{"rel": "self", "href": "https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043"}, {"rel": "bookmark", "href": "https://10.4.3.246/compute/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1442414296", "status": "BUILD", "tenant_id": "3628ad8be98d4670881910888346513e", "user_id": "ad3729b708b6434f87461e45f72ba268", "updated": "2026-05-19T02:12:29Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1615344426", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-19 02:12:30,961 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043 0.122s
2026-05-19 02:12:30,961 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:12:30 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-c67c84b5-8184-40d0-874b-6ff5c32507f3', 'x-compute-request-id': 'req-c67c84b5-8184-40d0-874b-6ff5c32507f3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-19T02:12:28Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.246/compute/flavors/42"}]}, "hostId": "f6d6e5071c7e7ac05bf875b821d35922d45bd77a131b0222ed4b4d28", "id": "e037d2b4-3ee3-4a43-a6ca-7df160221043", "image": {"id": "9a454b76-6643-4d12-97a0-3d7aa097781e", "links": [{"rel": "bookmark", "href": "https://10.4.3.246/compute/images/9a454b76-6643-4d12-97a0-3d7aa097781e"}]}, "links": [{"rel": "self", "href": "https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043"}, {"rel": "bookmark", "href": "https://10.4.3.246/compute/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1442414296", "status": "BUILD", "tenant_id": "3628ad8be98d4670881910888346513e", "user_id": "ad3729b708b6434f87461e45f72ba268", "updated": "2026-05-19T02:12:30Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1615344426", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-19 02:12:30,969 106040 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-05-19 02:12:32,078 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043 0.109s
2026-05-19 02:12:32,079 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:12:31 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-9d702bc4-df87-40b7-80fa-c17d8329c723', 'x-compute-request-id': 'req-9d702bc4-df87-40b7-80fa-c17d8329c723', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-19T02:12:28Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.246/compute/flavors/42"}]}, "hostId": "f6d6e5071c7e7ac05bf875b821d35922d45bd77a131b0222ed4b4d28", "id": "e037d2b4-3ee3-4a43-a6ca-7df160221043", "image": {"id": "9a454b76-6643-4d12-97a0-3d7aa097781e", "links": [{"rel": "bookmark", "href": "https://10.4.3.246/compute/images/9a454b76-6643-4d12-97a0-3d7aa097781e"}]}, "links": [{"rel": "self", "href": "https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043"}, {"rel": "bookmark", "href": "https://10.4.3.246/compute/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1442414296", "status": "BUILD", "tenant_id": "3628ad8be98d4670881910888346513e", "user_id": "ad3729b708b6434f87461e45f72ba268", "updated": "2026-05-19T02:12:30Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1615344426", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-19 02:12:33,208 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043 0.119s
2026-05-19 02:12:33,208 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:12:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1302', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f12ae635-336e-4d65-8ad1-6c2cb284ab74', 'x-compute-request-id': 'req-f12ae635-336e-4d65-8ad1-6c2cb284ab74', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-19T02:12:28Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.246/compute/flavors/42"}]}, "hostId": "f6d6e5071c7e7ac05bf875b821d35922d45bd77a131b0222ed4b4d28", "id": "e037d2b4-3ee3-4a43-a6ca-7df160221043", "image": {"id": "9a454b76-6643-4d12-97a0-3d7aa097781e", "links": [{"rel": "bookmark", "href": "https://10.4.3.246/compute/images/9a454b76-6643-4d12-97a0-3d7aa097781e"}]}, "links": [{"rel": "self", "href": "https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043"}, {"rel": "bookmark", "href": "https://10.4.3.246/compute/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1442414296", "status": "BUILD", "tenant_id": "3628ad8be98d4670881910888346513e", "user_id": "ad3729b708b6434f87461e45f72ba268", "updated": "2026-05-19T02:12:33Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1615344426", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-19 02:12:33,217 106040 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 5 second wait
2026-05-19 02:12:34,759 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043 0.541s
2026-05-19 02:12:34,759 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:12:34 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-b74f5f77-6bdc-44d5-9ac2-c4290f6755e8', 'x-compute-request-id': 'req-b74f5f77-6bdc-44d5-9ac2-c4290f6755e8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-19T02:12:28Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.246/compute/flavors/42"}]}, "hostId": "f6d6e5071c7e7ac05bf875b821d35922d45bd77a131b0222ed4b4d28", "id": "e037d2b4-3ee3-4a43-a6ca-7df160221043", "image": {"id": "9a454b76-6643-4d12-97a0-3d7aa097781e", "links": [{"rel": "bookmark", "href": "https://10.4.3.246/compute/images/9a454b76-6643-4d12-97a0-3d7aa097781e"}]}, "links": [{"rel": "self", "href": "https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043"}, {"rel": "bookmark", "href": "https://10.4.3.246/compute/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1442414296", "status": "BUILD", "tenant_id": "3628ad8be98d4670881910888346513e", "user_id": "ad3729b708b6434f87461e45f72ba268", "updated": "2026-05-19T02:12:33Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1615344426", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2027768660"}], "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-19 02:12:36,001 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043 0.233s
2026-05-19 02:12:36,002 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:12:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21106231-6242-43d2-8387-eac39ff88bdb', 'x-compute-request-id': 'req-21106231-6242-43d2-8387-eac39ff88bdb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-19T02:12:28Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.246/compute/flavors/42"}]}, "hostId": "f6d6e5071c7e7ac05bf875b821d35922d45bd77a131b0222ed4b4d28", "id": "e037d2b4-3ee3-4a43-a6ca-7df160221043", "image": {"id": "9a454b76-6643-4d12-97a0-3d7aa097781e", "links": [{"rel": "bookmark", "href": "https://10.4.3.246/compute/images/9a454b76-6643-4d12-97a0-3d7aa097781e"}]}, "links": [{"rel": "self", "href": "https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043"}, {"rel": "bookmark", "href": "https://10.4.3.246/compute/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1442414296", "status": "BUILD", "tenant_id": "3628ad8be98d4670881910888346513e", "user_id": "ad3729b708b6434f87461e45f72ba268", "updated": "2026-05-19T02:12:35Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1615344426", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2027768660"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-19 02:12:36,007 106040 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 8 second wait
2026-05-19 02:12:37,181 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043 0.174s
2026-05-19 02:12:37,182 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:12:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e171dcd-c8b6-4994-a25c-b06f6b7c28cf', 'x-compute-request-id': 'req-1e171dcd-c8b6-4994-a25c-b06f6b7c28cf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-19T02:12:28Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.246/compute/flavors/42"}]}, "hostId": "f6d6e5071c7e7ac05bf875b821d35922d45bd77a131b0222ed4b4d28", "id": "e037d2b4-3ee3-4a43-a6ca-7df160221043", "image": {"id": "9a454b76-6643-4d12-97a0-3d7aa097781e", "links": [{"rel": "bookmark", "href": "https://10.4.3.246/compute/images/9a454b76-6643-4d12-97a0-3d7aa097781e"}]}, "links": [{"rel": "self", "href": "https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043"}, {"rel": "bookmark", "href": "https://10.4.3.246/compute/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1442414296", "status": "BUILD", "tenant_id": "3628ad8be98d4670881910888346513e", "user_id": "ad3729b708b6434f87461e45f72ba268", "updated": "2026-05-19T02:12:35Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1615344426", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2027768660"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-19 02:12:38,369 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043 0.176s
2026-05-19 02:12:38,369 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:12:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-631dcff1-ce68-45f7-a924-c24f1a156bc2', 'x-compute-request-id': 'req-631dcff1-ce68-45f7-a924-c24f1a156bc2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-19T02:12:28Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.246/compute/flavors/42"}]}, "hostId": "f6d6e5071c7e7ac05bf875b821d35922d45bd77a131b0222ed4b4d28", "id": "e037d2b4-3ee3-4a43-a6ca-7df160221043", "image": {"id": "9a454b76-6643-4d12-97a0-3d7aa097781e", "links": [{"rel": "bookmark", "href": "https://10.4.3.246/compute/images/9a454b76-6643-4d12-97a0-3d7aa097781e"}]}, "links": [{"rel": "self", "href": "https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043"}, {"rel": "bookmark", "href": "https://10.4.3.246/compute/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1442414296", "status": "BUILD", "tenant_id": "3628ad8be98d4670881910888346513e", "user_id": "ad3729b708b6434f87461e45f72ba268", "updated": "2026-05-19T02:12:35Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1615344426", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2027768660"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-19 02:12:39,589 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043 0.212s
2026-05-19 02:12:39,590 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:12:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b785874-a737-46c2-9dc7-ac65c5f1e7d8', 'x-compute-request-id': 'req-5b785874-a737-46c2-9dc7-ac65c5f1e7d8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-19T02:12:28Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.246/compute/flavors/42"}]}, "hostId": "f6d6e5071c7e7ac05bf875b821d35922d45bd77a131b0222ed4b4d28", "id": "e037d2b4-3ee3-4a43-a6ca-7df160221043", "image": {"id": "9a454b76-6643-4d12-97a0-3d7aa097781e", "links": [{"rel": "bookmark", "href": "https://10.4.3.246/compute/images/9a454b76-6643-4d12-97a0-3d7aa097781e"}]}, "links": [{"rel": "self", "href": "https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043"}, {"rel": "bookmark", "href": "https://10.4.3.246/compute/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1442414296", "status": "BUILD", "tenant_id": "3628ad8be98d4670881910888346513e", "user_id": "ad3729b708b6434f87461e45f72ba268", "updated": "2026-05-19T02:12:35Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1615344426", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2027768660"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-19 02:12:40,878 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043 0.280s
2026-05-19 02:12:40,878 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:12:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3b67977-326b-4f08-9855-497d1aaa768a', 'x-compute-request-id': 'req-a3b67977-326b-4f08-9855-497d1aaa768a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-19T02:12:28Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.246/compute/flavors/42"}]}, "hostId": "f6d6e5071c7e7ac05bf875b821d35922d45bd77a131b0222ed4b4d28", "id": "e037d2b4-3ee3-4a43-a6ca-7df160221043", "image": {"id": "9a454b76-6643-4d12-97a0-3d7aa097781e", "links": [{"rel": "bookmark", "href": "https://10.4.3.246/compute/images/9a454b76-6643-4d12-97a0-3d7aa097781e"}]}, "links": [{"rel": "self", "href": "https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043"}, {"rel": "bookmark", "href": "https://10.4.3.246/compute/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1442414296", "status": "BUILD", "tenant_id": "3628ad8be98d4670881910888346513e", "user_id": "ad3729b708b6434f87461e45f72ba268", "updated": "2026-05-19T02:12:35Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1615344426", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2027768660"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-19 02:12:42,055 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043 0.169s
2026-05-19 02:12:42,055 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:12:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6815b01-cccf-486d-83b0-a41bbcb58f50', 'x-compute-request-id': 'req-a6815b01-cccf-486d-83b0-a41bbcb58f50', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-19T02:12:28Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.246/compute/flavors/42"}]}, "hostId": "f6d6e5071c7e7ac05bf875b821d35922d45bd77a131b0222ed4b4d28", "id": "e037d2b4-3ee3-4a43-a6ca-7df160221043", "image": {"id": "9a454b76-6643-4d12-97a0-3d7aa097781e", "links": [{"rel": "bookmark", "href": "https://10.4.3.246/compute/images/9a454b76-6643-4d12-97a0-3d7aa097781e"}]}, "links": [{"rel": "self", "href": "https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043"}, {"rel": "bookmark", "href": "https://10.4.3.246/compute/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1442414296", "status": "BUILD", "tenant_id": "3628ad8be98d4670881910888346513e", "user_id": "ad3729b708b6434f87461e45f72ba268", "updated": "2026-05-19T02:12:35Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1615344426", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2027768660"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-19 02:12:43,295 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043 0.233s
2026-05-19 02:12:43,296 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:12:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1557', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54865ae6-da4a-48ef-8df4-d074e7da958b', 'x-compute-request-id': 'req-54865ae6-da4a-48ef-8df4-d074e7da958b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-555306868-network": [{"version": 4, "addr": "10.1.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:b9:95"}]}, "created": "2026-05-19T02:12:28Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.246/compute/flavors/42"}]}, "hostId": "f6d6e5071c7e7ac05bf875b821d35922d45bd77a131b0222ed4b4d28", "id": "e037d2b4-3ee3-4a43-a6ca-7df160221043", "image": {"id": "9a454b76-6643-4d12-97a0-3d7aa097781e", "links": [{"rel": "bookmark", "href": "https://10.4.3.246/compute/images/9a454b76-6643-4d12-97a0-3d7aa097781e"}]}, "links": [{"rel": "self", "href": "https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043"}, {"rel": "bookmark", "href": "https://10.4.3.246/compute/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1442414296", "status": "ACTIVE", "tenant_id": "3628ad8be98d4670881910888346513e", "user_id": "ad3729b708b6434f87461e45f72ba268", "updated": "2026-05-19T02:12:43Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1615344426", "OS-SRV-USG:launched_at": "2026-05-19T02:12:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2027768660"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-05-19 02:12:43,303 106040 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 15 second wait
2026-05-19 02:12:43,403 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043/os-interface 0.099s
2026-05-19 02:12:43,403 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:12: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-bb2b435e-c02b-439f-b88d-cc3003d1dc01', 'x-compute-request-id': 'req-bb2b435e-c02b-439f-b88d-cc3003d1dc01', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "24faa68c-d9ad-44cc-8409-6d8e9112220a", "port_id": "b5d54f3d-b654-491e-9b24-7e0f5607873e", "mac_addr": "fa:16:3e:22:b9:95", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "b19b5538-f88f-4116-9cc7-3302b3be7bcf", "ip_address": "10.1.0.3"}]}]}'
2026-05-19 02:12:43,981 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 PUT https://10.4.3.246/networking/v2.0/floatingips/246b4c62-3cba-4241-b743-e064060c0711 0.576s
2026-05-19 02:12:43,982 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "b5d54f3d-b654-491e-9b24-7e0f5607873e"}}
Response - Headers: {'date': 'Tue, 19 May 2026 02:12:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-0e8bab3f-3365-4695-98c3-d45fe4603ad3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/networking/v2.0/floatingips/246b4c62-3cba-4241-b743-e064060c0711'}
Body: b'{"floatingip": {"id": "246b4c62-3cba-4241-b743-e064060c0711", "tenant_id": "3628ad8be98d4670881910888346513e", "project_id": "3628ad8be98d4670881910888346513e", "floating_ip_address": "172.24.5.190", "floating_network_id": "5477e107-0c22-495f-9a0f-32698c3bd52c", "router_id": "a1062735-2481-4a80-934e-0d2d4d400d44", "port_id": "b5d54f3d-b654-491e-9b24-7e0f5607873e", "fixed_ip_address": "10.1.0.3", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "24faa68c-d9ad-44cc-8409-6d8e9112220a", "mac_address": "fa:16:3e:22:b9:95", "admin_state_up": true, "status": "ACTIVE", "device_id": "e037d2b4-3ee3-4a43-a6ca-7df160221043", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-05-19T02:12:27Z", "updated_at": "2026-05-19T02:12:43Z", "revision_number": 1}}'
2026-05-19 02:12:43,983 106040 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.5.190:22' as 'cirros' with public key authentication
2026-05-19 02:13:20,137 106040 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-05-19 02:13:20,330 106040 INFO [paramiko.transport] Authentication (publickey) successful!
2026-05-19 02:13:20,330 106040 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.5.190 successfully created
2026-05-19 02:13:20,624 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043 0.294s
2026-05-19 02:13:20,625 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:13:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1676', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fdaeab47-426b-4dd1-a4ee-d3d3bddd888f', 'x-compute-request-id': 'req-fdaeab47-426b-4dd1-a4ee-d3d3bddd888f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-555306868-network": [{"version": 4, "addr": "10.1.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:b9:95"}, {"version": 4, "addr": "172.24.5.190", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:b9:95"}]}, "created": "2026-05-19T02:12:28Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.246/compute/flavors/42"}]}, "hostId": "f6d6e5071c7e7ac05bf875b821d35922d45bd77a131b0222ed4b4d28", "id": "e037d2b4-3ee3-4a43-a6ca-7df160221043", "image": {"id": "9a454b76-6643-4d12-97a0-3d7aa097781e", "links": [{"rel": "bookmark", "href": "https://10.4.3.246/compute/images/9a454b76-6643-4d12-97a0-3d7aa097781e"}]}, "links": [{"rel": "self", "href": "https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043"}, {"rel": "bookmark", "href": "https://10.4.3.246/compute/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1442414296", "status": "ACTIVE", "tenant_id": "3628ad8be98d4670881910888346513e", "user_id": "ad3729b708b6434f87461e45f72ba268", "updated": "2026-05-19T02:12:43Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1615344426", "OS-SRV-USG:launched_at": "2026-05-19T02:12:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2027768660"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-05-19 02:13:20,685 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.047s
2026-05-19 02:13:20,686 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:13:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24a11891-702e-4f83-843d-ad8d8fdf974b', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24a11891-702e-4f83-843d-ad8d8fdf974b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:12:27.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:13:20,698 106040 INFO [tempest.common.waiters] volume 0e6cce04-cf49-4f45-b415-e0c9ba25ba69 reached available after waiting for 0.698932 seconds
2026-05-19 02:13:20,739 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.040s
2026-05-19 02:13:20,739 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:13:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4beee64e-108f-47a7-b7da-9b74c70c5642', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4beee64e-108f-47a7-b7da-9b74c70c5642', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:12:27.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:13:23,342 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043/os-volume_attachments 2.596s
2026-05-19 02:13:23,342 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volumeAttachment": {"volumeId": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}}
Response - Headers: {'date': 'Tue, 19 May 2026 02:13:20 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-4964666b-c093-4952-977c-2ea63890b6c4', 'x-compute-request-id': 'req-4964666b-c093-4952-977c-2ea63890b6c4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043/os-volume_attachments'}
Body: b'{"volumeAttachment": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "serverId": "e037d2b4-3ee3-4a43-a6ca-7df160221043", "volumeId": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "device": "/dev/vdb"}}'
2026-05-19 02:13:23,370 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.026s
2026-05-19 02:13:23,370 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:13:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-000b43c5-c76b-4f52-a621-df93abfeab69', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-000b43c5-c76b-4f52-a621-df93abfeab69', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:23.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:13:24,407 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.029s
2026-05-19 02:13:24,408 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:13:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-518bcf91-61e5-4b4c-a550-730e4b8ba946', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-518bcf91-61e5-4b4c-a550-730e4b8ba946', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:24.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:13:25,446 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.031s
2026-05-19 02:13:25,446 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:13:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0efba9b-7ac9-4a82-9f86-d0f8739ad93f', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0efba9b-7ac9-4a82-9f86-d0f8739ad93f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:24.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:13:26,501 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.048s
2026-05-19 02:13:26,501 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:13:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5e84a01-efa0-4113-b6b9-c7827cd976ec', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5e84a01-efa0-4113-b6b9-c7827cd976ec', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:24.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:13:27,545 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.037s
2026-05-19 02:13:27,545 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:13:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae7e6231-ffd4-40d4-8e18-2505ccc80cca', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae7e6231-ffd4-40d4-8e18-2505ccc80cca', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:24.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:13:31,267 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 2.710s
2026-05-19 02:13:31,268 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:13:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a0e4f9a-2ef3-4b61-a047-20745e89dde9', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a0e4f9a-2ef3-4b61-a047-20745e89dde9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:24.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:13:32,319 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.045s
2026-05-19 02:13:32,319 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:13:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91f3ab74-abe5-48ef-b66f-5155479a765f', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91f3ab74-abe5-48ef-b66f-5155479a765f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:24.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:13:35,648 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 2.320s
2026-05-19 02:13:35,649 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:13:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ba40a03-36f0-44e1-831d-1491f9f62f7e', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ba40a03-36f0-44e1-831d-1491f9f62f7e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:24.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:13:36,685 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.029s
2026-05-19 02:13:36,685 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:13:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed558d52-29e5-45c6-96e0-c25602d4bf11', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed558d52-29e5-45c6-96e0-c25602d4bf11', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:24.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:13:38,710 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 1.017s
2026-05-19 02:13:38,710 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:13:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4da09a8-4fff-4cb6-9d5e-887eae5381ea', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4da09a8-4fff-4cb6-9d5e-887eae5381ea', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:24.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:13:39,874 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.157s
2026-05-19 02:13:39,874 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:13:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b707d856-8ef6-43f5-a921-df4efe1dbe17', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b707d856-8ef6-43f5-a921-df4efe1dbe17', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:24.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:13:40,965 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.083s
2026-05-19 02:13:40,966 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:13:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3119dca5-7629-423e-81d6-5241ca33baf7', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3119dca5-7629-423e-81d6-5241ca33baf7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:24.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:13:42,581 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.607s
2026-05-19 02:13:42,581 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:13:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abed46ef-829f-45dd-b702-82c65f7d3928', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abed46ef-829f-45dd-b702-82c65f7d3928', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:24.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:13:46,042 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 2.453s
2026-05-19 02:13:46,042 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:13:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3bbf6ef-adf9-42a5-8a84-4e937a2da761', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3bbf6ef-adf9-42a5-8a84-4e937a2da761', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:24.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:13:47,068 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.020s
2026-05-19 02:13:47,068 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:13:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-120cea4a-ad4b-4028-ac6b-8868b54f3387', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-120cea4a-ad4b-4028-ac6b-8868b54f3387', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:13:48,099 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.025s
2026-05-19 02:13:48,099 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:13:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83bc8630-361b-49dd-bc3c-96341240428d', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83bc8630-361b-49dd-bc3c-96341240428d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:13:49,129 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.025s
2026-05-19 02:13:49,129 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:13:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f34a2d2-07f8-4c6b-ba83-d1f54fc99880', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f34a2d2-07f8-4c6b-ba83-d1f54fc99880', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:13:50,159 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.024s
2026-05-19 02:13:50,159 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:13:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00df4335-a412-410b-b207-89aca7b65de8', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00df4335-a412-410b-b207-89aca7b65de8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:13:51,194 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.027s
2026-05-19 02:13:51,194 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:13:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0b0ce43-98d8-4c72-ba9a-f4493db466ac', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0b0ce43-98d8-4c72-ba9a-f4493db466ac', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:13:52,228 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.029s
2026-05-19 02:13:52,228 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:13:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-880dea26-9fd8-4400-a6b0-403d50800105', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-880dea26-9fd8-4400-a6b0-403d50800105', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:13:53,255 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.020s
2026-05-19 02:13:53,255 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:13:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1383988-b76a-427a-989d-047b8bbb7757', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1383988-b76a-427a-989d-047b8bbb7757', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:13:54,286 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.025s
2026-05-19 02:13:54,286 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:13:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec77468c-dab6-456a-9844-97f4fd62ac93', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec77468c-dab6-456a-9844-97f4fd62ac93', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:13:55,315 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.023s
2026-05-19 02:13:55,315 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:13:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5da0373b-73db-4016-bd83-030f9d6315bc', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5da0373b-73db-4016-bd83-030f9d6315bc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:13:56,344 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.023s
2026-05-19 02:13:56,344 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:13:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0e73a87-392c-42ff-aac3-600f85236786', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0e73a87-392c-42ff-aac3-600f85236786', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:13:57,488 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.135s
2026-05-19 02:13:57,488 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:13:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3ef1e43-36d5-4108-8ae4-484848cbc293', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3ef1e43-36d5-4108-8ae4-484848cbc293', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:13:58,516 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.023s
2026-05-19 02:13:58,516 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:13:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-681022fe-302b-4062-a862-dc3bbe4942b1', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-681022fe-302b-4062-a862-dc3bbe4942b1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:13:59,543 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.022s
2026-05-19 02:13:59,544 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:13:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c443d86-e79b-44ff-9d2b-27051df968e9', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c443d86-e79b-44ff-9d2b-27051df968e9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:00,576 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.025s
2026-05-19 02:14:00,576 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96d89302-cb75-4131-be77-1d420b5678e3', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96d89302-cb75-4131-be77-1d420b5678e3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:01,606 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.024s
2026-05-19 02:14:01,606 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-836c8980-9a0e-41cd-91e0-fe7ab049e38b', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-836c8980-9a0e-41cd-91e0-fe7ab049e38b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:02,636 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.023s
2026-05-19 02:14:02,637 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfce3176-10e6-4cfb-bfa8-7e4ea8e44d75', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfce3176-10e6-4cfb-bfa8-7e4ea8e44d75', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:03,663 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.022s
2026-05-19 02:14:03,664 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ba75d2f-fb99-4045-84ec-49f73f9fb0c4', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ba75d2f-fb99-4045-84ec-49f73f9fb0c4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:04,699 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.028s
2026-05-19 02:14:04,700 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2c702eb-b08b-400e-99eb-bfcbfe64bf53', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2c702eb-b08b-400e-99eb-bfcbfe64bf53', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:05,738 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.031s
2026-05-19 02:14:05,739 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e95e0bd-672a-4d3f-9642-b99ec5f919b8', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e95e0bd-672a-4d3f-9642-b99ec5f919b8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:06,781 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.037s
2026-05-19 02:14:06,781 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79f3bbaf-68a2-434f-a965-beb1a516c8cf', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79f3bbaf-68a2-434f-a965-beb1a516c8cf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:07,812 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.022s
2026-05-19 02:14:07,812 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1de9ba3-6d82-4ef6-8048-70442fb63257', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1de9ba3-6d82-4ef6-8048-70442fb63257', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:08,844 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.026s
2026-05-19 02:14:08,844 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-977b2ee7-1730-4776-864d-e000e778a500', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-977b2ee7-1730-4776-864d-e000e778a500', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:09,888 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.038s
2026-05-19 02:14:09,888 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d0e0f75-627a-4e8f-8132-4a942e498281', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d0e0f75-627a-4e8f-8132-4a942e498281', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:10,933 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.035s
2026-05-19 02:14:10,933 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb36e568-ad88-4504-85c2-3e712782d922', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb36e568-ad88-4504-85c2-3e712782d922', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:11,975 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.034s
2026-05-19 02:14:11,975 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea0257f0-ceee-4505-8486-1ba972467446', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea0257f0-ceee-4505-8486-1ba972467446', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:13,002 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.021s
2026-05-19 02:14:13,003 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22adf4a4-c89d-495e-b81c-95fbd294d04b', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22adf4a4-c89d-495e-b81c-95fbd294d04b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:14,043 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.032s
2026-05-19 02:14:14,043 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27de13eb-7027-4e56-acef-12ce892560e9', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27de13eb-7027-4e56-acef-12ce892560e9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:15,072 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.023s
2026-05-19 02:14:15,072 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51e85916-d104-487e-b3d2-f5a16b9bf0af', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51e85916-d104-487e-b3d2-f5a16b9bf0af', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:16,103 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.025s
2026-05-19 02:14:16,103 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-713be06d-79cb-472a-ab70-a1134307d097', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-713be06d-79cb-472a-ab70-a1134307d097', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:17,133 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.025s
2026-05-19 02:14:17,133 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db86d9d1-eaec-45ed-aa17-f26aeb90631f', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db86d9d1-eaec-45ed-aa17-f26aeb90631f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:18,163 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.024s
2026-05-19 02:14:18,164 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26e45e1c-d2ce-47e0-829a-ea583144510c', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26e45e1c-d2ce-47e0-829a-ea583144510c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:19,197 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.026s
2026-05-19 02:14:19,197 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d5c0e2c-a5a1-4af2-b8c4-e29d8e86e180', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d5c0e2c-a5a1-4af2-b8c4-e29d8e86e180', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:20,228 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.025s
2026-05-19 02:14:20,228 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-115947f5-78ee-4652-af95-991132f73aa9', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-115947f5-78ee-4652-af95-991132f73aa9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:21,261 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.027s
2026-05-19 02:14:21,262 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aec0d900-712f-4ab6-ac08-0b79a3a625a4', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aec0d900-712f-4ab6-ac08-0b79a3a625a4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:22,288 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.021s
2026-05-19 02:14:22,288 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc0ca020-cea5-45de-bbac-6d75ae6e37f9', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc0ca020-cea5-45de-bbac-6d75ae6e37f9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:23,317 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.023s
2026-05-19 02:14:23,317 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-203c0cb8-fa51-44e5-8b7a-957ba04d4f25', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-203c0cb8-fa51-44e5-8b7a-957ba04d4f25', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:24,349 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.026s
2026-05-19 02:14:24,349 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5034b63-253c-4f8a-877d-6c13b9c31a64', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5034b63-253c-4f8a-877d-6c13b9c31a64', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:25,382 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.025s
2026-05-19 02:14:25,382 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfcd1b3d-1240-4837-9878-8c2bfdf0784d', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfcd1b3d-1240-4837-9878-8c2bfdf0784d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:26,433 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.042s
2026-05-19 02:14:26,433 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f32192b-b579-42c9-b1e7-94fcb671c849', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f32192b-b579-42c9-b1e7-94fcb671c849', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:27,475 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.035s
2026-05-19 02:14:27,475 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7791ba75-8d29-4f08-9d82-8998fbdb987d', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7791ba75-8d29-4f08-9d82-8998fbdb987d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:28,512 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.030s
2026-05-19 02:14:28,513 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd59935d-8779-4039-a989-fe225d8d2fc0', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd59935d-8779-4039-a989-fe225d8d2fc0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:29,543 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.024s
2026-05-19 02:14:29,543 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-413b1b1a-40e1-43e3-86d5-a5639397a88d', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-413b1b1a-40e1-43e3-86d5-a5639397a88d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:30,582 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.032s
2026-05-19 02:14:30,583 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10042780-54b6-4df7-975f-06573ee5b1d9', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10042780-54b6-4df7-975f-06573ee5b1d9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:31,613 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.025s
2026-05-19 02:14:31,613 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74498c9e-dbb0-4537-a0a5-fc76afacaa83', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74498c9e-dbb0-4537-a0a5-fc76afacaa83', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:32,644 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.023s
2026-05-19 02:14:32,644 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65da8710-8f14-451e-aaf6-fbd299c14933', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65da8710-8f14-451e-aaf6-fbd299c14933', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:33,679 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.030s
2026-05-19 02:14:33,679 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1d75f0e-235a-4a61-a646-9085fdf94eb8', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1d75f0e-235a-4a61-a646-9085fdf94eb8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:34,721 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.034s
2026-05-19 02:14:34,721 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45f63534-59b2-4f79-b587-ada38e4e53c1', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45f63534-59b2-4f79-b587-ada38e4e53c1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:35,761 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.032s
2026-05-19 02:14:35,761 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27ab3da7-6f91-4ca7-995a-0304802f4dba', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27ab3da7-6f91-4ca7-995a-0304802f4dba', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:36,799 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.031s
2026-05-19 02:14:36,799 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb49346a-f1a7-43d6-9121-a6127384cc72', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb49346a-f1a7-43d6-9121-a6127384cc72', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:37,834 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.029s
2026-05-19 02:14:37,834 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8f29966-4fcf-462f-bdb7-ab95237b53f6', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8f29966-4fcf-462f-bdb7-ab95237b53f6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:38,868 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.026s
2026-05-19 02:14:38,868 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97545696-f97b-4a85-a160-89e6b15a402a', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97545696-f97b-4a85-a160-89e6b15a402a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:39,897 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.023s
2026-05-19 02:14:39,897 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8195760-9e69-4ca2-bc76-b0098bc43ea4', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8195760-9e69-4ca2-bc76-b0098bc43ea4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:40,933 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.027s
2026-05-19 02:14:40,933 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-832d2250-32fe-4a74-9115-9e87534fad84', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-832d2250-32fe-4a74-9115-9e87534fad84', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:42,072 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.129s
2026-05-19 02:14:42,072 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfe7f24b-237c-4b5d-9607-1aec79ee95c8', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfe7f24b-237c-4b5d-9607-1aec79ee95c8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:43,102 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.025s
2026-05-19 02:14:43,102 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc7542fc-6789-46e3-9231-94501208f181', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc7542fc-6789-46e3-9231-94501208f181', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:44,128 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.021s
2026-05-19 02:14:44,128 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-477a75e5-5cfe-4a82-a213-ccc3659b2c28', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-477a75e5-5cfe-4a82-a213-ccc3659b2c28', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:45,162 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.028s
2026-05-19 02:14:45,162 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd5fdbe2-8782-4c19-ae31-f5fce86b07c1', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd5fdbe2-8782-4c19-ae31-f5fce86b07c1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:46,201 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.034s
2026-05-19 02:14:46,201 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9147344f-27e5-4e74-abe0-10491fb647d0', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9147344f-27e5-4e74-abe0-10491fb647d0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:47,236 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.029s
2026-05-19 02:14:47,236 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50852566-cfde-4914-8e44-31bbdb726d4f', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50852566-cfde-4914-8e44-31bbdb726d4f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:48,277 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.036s
2026-05-19 02:14:48,277 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca213cc7-19fb-4ea7-bcf0-71e1960a43dd', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca213cc7-19fb-4ea7-bcf0-71e1960a43dd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:49,314 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.031s
2026-05-19 02:14:49,314 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d32ab46d-2699-4d47-a3bb-94d0a759f26b', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d32ab46d-2699-4d47-a3bb-94d0a759f26b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:50,345 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.023s
2026-05-19 02:14:50,345 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c506714f-d21b-4994-baa0-80d1c4eb60e4', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c506714f-d21b-4994-baa0-80d1c4eb60e4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:51,380 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.030s
2026-05-19 02:14:51,380 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75f2af01-e1c2-4988-aac0-a69fd11a53c1', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75f2af01-e1c2-4988-aac0-a69fd11a53c1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:52,412 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.026s
2026-05-19 02:14:52,413 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b00471dc-7a9a-4e1d-af51-11f0d94d1cbd', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b00471dc-7a9a-4e1d-af51-11f0d94d1cbd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:53,446 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.023s
2026-05-19 02:14:53,446 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ae839ce-65c9-44f2-9486-7c73a2ee8122', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ae839ce-65c9-44f2-9486-7c73a2ee8122', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:54,477 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.026s
2026-05-19 02:14:54,478 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-080b25ef-6e61-4035-9159-dbac4a390fc6', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-080b25ef-6e61-4035-9159-dbac4a390fc6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:55,530 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.047s
2026-05-19 02:14:55,530 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ec6da98-24df-4859-aa3a-a17445eb0e38', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ec6da98-24df-4859-aa3a-a17445eb0e38', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:56,570 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.034s
2026-05-19 02:14:56,570 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a960dc81-ebfe-4842-9d35-66204700f89c', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a960dc81-ebfe-4842-9d35-66204700f89c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:57,608 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.030s
2026-05-19 02:14:57,608 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-071c1db4-e095-4024-b5f7-c8e46d33811c', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-071c1db4-e095-4024-b5f7-c8e46d33811c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:58,646 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.029s
2026-05-19 02:14:58,646 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4446c513-380a-4464-a1e6-37a2e97f9cb3', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4446c513-380a-4464-a1e6-37a2e97f9cb3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:14:59,681 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.027s
2026-05-19 02:14:59,681 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:14:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88398d59-e695-405e-90d1-85eebe6684db', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88398d59-e695-405e-90d1-85eebe6684db', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:00,717 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.028s
2026-05-19 02:15:00,717 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61500d2f-72db-456d-bba9-82a9824f55a0', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61500d2f-72db-456d-bba9-82a9824f55a0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:01,759 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.036s
2026-05-19 02:15:01,759 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a6ee721-3e68-47af-aaa2-21d1caca5d3e', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a6ee721-3e68-47af-aaa2-21d1caca5d3e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:02,805 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.037s
2026-05-19 02:15:02,806 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28b72068-0d06-4661-b674-3ec134b6ff19', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28b72068-0d06-4661-b674-3ec134b6ff19', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:03,838 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.024s
2026-05-19 02:15:03,838 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8381639f-6a0e-40ab-aa39-2fc1a7e08401', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8381639f-6a0e-40ab-aa39-2fc1a7e08401', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:04,867 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.024s
2026-05-19 02:15:04,867 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5fbd62b-376c-4141-a29b-e57cac91cdce', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5fbd62b-376c-4141-a29b-e57cac91cdce', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:05,898 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.025s
2026-05-19 02:15:05,898 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed47ffcb-7566-4b8c-b57a-770eca09b250', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed47ffcb-7566-4b8c-b57a-770eca09b250', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:06,929 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.026s
2026-05-19 02:15:06,930 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afed9158-5747-42ca-bf51-5e2b0f575745', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afed9158-5747-42ca-bf51-5e2b0f575745', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:07,958 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.023s
2026-05-19 02:15:07,958 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa875d68-2ab0-41c9-bd8d-8b626414c5f3', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa875d68-2ab0-41c9-bd8d-8b626414c5f3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:08,993 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.028s
2026-05-19 02:15:08,994 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5abb5183-451f-4f35-be76-a97f2c02dfe3', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5abb5183-451f-4f35-be76-a97f2c02dfe3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:10,025 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.024s
2026-05-19 02:15:10,026 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d5dcfb8-52c3-43a9-91fe-2803c10f96b8', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d5dcfb8-52c3-43a9-91fe-2803c10f96b8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:11,052 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.021s
2026-05-19 02:15:11,052 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97a5ce9e-528f-4116-b2d2-ae3b4632482a', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97a5ce9e-528f-4116-b2d2-ae3b4632482a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:12,084 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.026s
2026-05-19 02:15:12,085 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64c150f3-a29a-434a-8999-2e0da6ef4ecc', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64c150f3-a29a-434a-8999-2e0da6ef4ecc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:13,129 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.034s
2026-05-19 02:15:13,129 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bdc17fd-f33b-4ddd-b8b3-c4e7ef079d6e', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bdc17fd-f33b-4ddd-b8b3-c4e7ef079d6e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:14,163 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.027s
2026-05-19 02:15:14,163 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2c4fbd9-3ba8-40ac-a8f8-5d3561182ece', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2c4fbd9-3ba8-40ac-a8f8-5d3561182ece', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:15,196 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.025s
2026-05-19 02:15:15,196 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7dae35e3-4245-4351-8a45-a84100d4600f', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7dae35e3-4245-4351-8a45-a84100d4600f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:16,231 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.029s
2026-05-19 02:15:16,231 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9245c7ee-2c47-4e59-8fbc-bba6289b68ae', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9245c7ee-2c47-4e59-8fbc-bba6289b68ae', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:17,265 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.026s
2026-05-19 02:15:17,265 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93a10d65-bf77-46e4-bff6-c30fac55a574', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93a10d65-bf77-46e4-bff6-c30fac55a574', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:18,296 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.024s
2026-05-19 02:15:18,296 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4de7930e-8f79-46e1-8706-f54f30b35833', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4de7930e-8f79-46e1-8706-f54f30b35833', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:19,323 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.022s
2026-05-19 02:15:19,324 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-522c3232-1d55-4bba-9712-c5b13cb9188c', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-522c3232-1d55-4bba-9712-c5b13cb9188c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:20,350 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.021s
2026-05-19 02:15:20,350 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e74375de-3d32-4bc5-af93-eb1619b44f8b', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e74375de-3d32-4bc5-af93-eb1619b44f8b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:21,387 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.032s
2026-05-19 02:15:21,387 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00a33683-afd2-4d94-9561-6a3afc003baf', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00a33683-afd2-4d94-9561-6a3afc003baf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:22,422 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.029s
2026-05-19 02:15:22,422 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ceca3c12-0ed6-44ab-a241-dbf5537ab55d', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ceca3c12-0ed6-44ab-a241-dbf5537ab55d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:23,453 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.026s
2026-05-19 02:15:23,453 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d510bce-0a06-4447-a632-b447424a0974', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d510bce-0a06-4447-a632-b447424a0974', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:24,485 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.026s
2026-05-19 02:15:24,486 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-920cbe1d-c497-4572-beaf-c3ee589c3e24', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-920cbe1d-c497-4572-beaf-c3ee589c3e24', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:25,526 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.035s
2026-05-19 02:15:25,526 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31548127-ff5a-4688-81a1-273122265a8e', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31548127-ff5a-4688-81a1-273122265a8e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:26,562 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.032s
2026-05-19 02:15:26,562 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ed2891e-f1de-49dd-a853-fab7d2950e5b', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ed2891e-f1de-49dd-a853-fab7d2950e5b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:27,598 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.031s
2026-05-19 02:15:27,599 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-445bef4d-7e29-4f8d-8515-b6e028f0bec3', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-445bef4d-7e29-4f8d-8515-b6e028f0bec3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:28,634 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.026s
2026-05-19 02:15:28,634 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d80c049-faa6-427e-aa36-ce5f0df5b81f', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d80c049-faa6-427e-aa36-ce5f0df5b81f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:29,673 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.034s
2026-05-19 02:15:29,674 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c641fc87-d70d-43e7-95c6-43c45953faa2', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c641fc87-d70d-43e7-95c6-43c45953faa2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:30,703 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.024s
2026-05-19 02:15:30,703 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d2ec08d-621f-47f6-abe0-8529b0ac9484', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d2ec08d-621f-47f6-abe0-8529b0ac9484', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:31,743 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.035s
2026-05-19 02:15:31,743 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63e26d68-0ffa-495f-92c2-6081703ca74c', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63e26d68-0ffa-495f-92c2-6081703ca74c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:32,773 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.024s
2026-05-19 02:15:32,773 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d938a254-2cce-4504-88f5-7190992afa0f', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d938a254-2cce-4504-88f5-7190992afa0f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:33,805 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.023s
2026-05-19 02:15:33,805 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06ae8b58-5b14-4575-9352-ea1d141be829', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06ae8b58-5b14-4575-9352-ea1d141be829', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:34,841 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.029s
2026-05-19 02:15:34,841 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42cc8a9b-9a38-44f7-864e-b3ce239653c8', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42cc8a9b-9a38-44f7-864e-b3ce239653c8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:35,883 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.035s
2026-05-19 02:15:35,883 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-225f6f7e-07e5-4c7c-b44d-3a360c681342', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-225f6f7e-07e5-4c7c-b44d-3a360c681342', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:36,925 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.030s
2026-05-19 02:15:36,925 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55da357f-d30a-4635-a505-7381c56a8c60', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55da357f-d30a-4635-a505-7381c56a8c60', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:37,958 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.026s
2026-05-19 02:15:37,958 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb536ec6-2c66-41f5-bff0-23a8aab37e6f', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb536ec6-2c66-41f5-bff0-23a8aab37e6f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:38,996 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.032s
2026-05-19 02:15:38,996 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45739ed0-4938-4891-9120-976ffe14cd67', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45739ed0-4938-4891-9120-976ffe14cd67', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:40,032 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.030s
2026-05-19 02:15:40,032 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c78f14c1-1900-462b-8f92-09c4ad030f0f', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c78f14c1-1900-462b-8f92-09c4ad030f0f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:41,080 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.037s
2026-05-19 02:15:41,080 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81eac67d-f182-4efd-9c6a-9e811645a955', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81eac67d-f182-4efd-9c6a-9e811645a955', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:42,109 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.024s
2026-05-19 02:15:42,109 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07ae6ab5-5486-4e5c-be84-8b539f23919b', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07ae6ab5-5486-4e5c-be84-8b539f23919b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:43,141 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.025s
2026-05-19 02:15:43,141 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33803513-4692-4b9d-b7ca-5130b3961ca3', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33803513-4692-4b9d-b7ca-5130b3961ca3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:44,176 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.029s
2026-05-19 02:15:44,176 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9b6851e-77a5-44d5-aee7-c06caeba97ac', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9b6851e-77a5-44d5-aee7-c06caeba97ac', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:45,204 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.022s
2026-05-19 02:15:45,204 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3ae49eb-ed5d-41f7-ade6-667828963e2d', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3ae49eb-ed5d-41f7-ade6-667828963e2d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:46,234 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.024s
2026-05-19 02:15:46,234 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c9b85d8-fec7-4bce-8d50-595b92f0b46a', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c9b85d8-fec7-4bce-8d50-595b92f0b46a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:47,261 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.022s
2026-05-19 02:15:47,261 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6a9499d-29bc-4ebe-a1cb-1a10dc42ddd6', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6a9499d-29bc-4ebe-a1cb-1a10dc42ddd6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:48,291 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.023s
2026-05-19 02:15:48,291 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11f1313f-81e4-47f3-aa5c-32a3f4f762e2', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11f1313f-81e4-47f3-aa5c-32a3f4f762e2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:49,324 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.027s
2026-05-19 02:15:49,324 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2758367d-92c8-409b-b5e8-9dd0b80cd427', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2758367d-92c8-409b-b5e8-9dd0b80cd427', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:50,354 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.024s
2026-05-19 02:15:50,354 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd4efd96-47c1-4ea3-bf49-a05d7daa11c6', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd4efd96-47c1-4ea3-bf49-a05d7daa11c6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:51,382 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.022s
2026-05-19 02:15:51,382 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c84daca-5f4b-47c0-b45f-3ddd391a9cb6', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c84daca-5f4b-47c0-b45f-3ddd391a9cb6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:52,415 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.026s
2026-05-19 02:15:52,415 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27b892d0-4ff9-4a4d-84a1-45f194b0b88a', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27b892d0-4ff9-4a4d-84a1-45f194b0b88a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:53,447 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.025s
2026-05-19 02:15:53,447 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2d72d3e-c43d-4c9b-af4c-6071f751ac49', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2d72d3e-c43d-4c9b-af4c-6071f751ac49', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:54,479 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.026s
2026-05-19 02:15:54,479 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d1fb27d-7ee5-4478-9d1c-f64cc5cf8eca', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d1fb27d-7ee5-4478-9d1c-f64cc5cf8eca', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:55,509 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.023s
2026-05-19 02:15:55,509 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0fb8e36-6942-4328-95fd-96580d099637', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0fb8e36-6942-4328-95fd-96580d099637', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:56,543 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.028s
2026-05-19 02:15:56,543 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d436bd07-9da0-40c6-81d5-b3421a9aed60', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d436bd07-9da0-40c6-81d5-b3421a9aed60', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:57,573 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.023s
2026-05-19 02:15:57,573 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b360af4-0049-4bc0-9128-bfac50a5871c', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b360af4-0049-4bc0-9128-bfac50a5871c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:58,609 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.031s
2026-05-19 02:15:58,610 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f9b4426-0492-406b-b597-3104f9b39b79', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f9b4426-0492-406b-b597-3104f9b39b79', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:15:59,641 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.024s
2026-05-19 02:15:59,641 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:15:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf854c4f-eced-4c8e-8aae-292398ca0c2a', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf854c4f-eced-4c8e-8aae-292398ca0c2a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:16:00,667 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.021s
2026-05-19 02:16:00,667 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4b81877-6e5c-44f8-911e-95287c302cb7', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4b81877-6e5c-44f8-911e-95287c302cb7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:16:01,694 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.021s
2026-05-19 02:16:01,694 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca1f560b-2c64-4024-8684-b81bd7517206', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca1f560b-2c64-4024-8684-b81bd7517206', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:16:02,723 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.024s
2026-05-19 02:16:02,723 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0012256d-f240-4377-852f-eb859325b68e', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0012256d-f240-4377-852f-eb859325b68e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:16:03,751 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.023s
2026-05-19 02:16:03,752 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33e2616e-2ecd-42bf-bea2-bbff886bf348', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33e2616e-2ecd-42bf-bea2-bbff886bf348', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:16:04,782 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.024s
2026-05-19 02:16:04,783 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af4086c3-4ce3-40fa-b3d9-44b3974f775d', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af4086c3-4ce3-40fa-b3d9-44b3974f775d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:16:05,811 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.023s
2026-05-19 02:16:05,811 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b9e5692-5d6d-4e24-869a-c823a19c5bed', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b9e5692-5d6d-4e24-869a-c823a19c5bed', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:16:06,841 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.025s
2026-05-19 02:16:06,842 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b5b17dc-eada-44ec-b69f-b1b6bdd6e98c', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b5b17dc-eada-44ec-b69f-b1b6bdd6e98c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:16:07,871 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.022s
2026-05-19 02:16:07,872 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bc1266f-a522-4142-ad34-adb7dd516627', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bc1266f-a522-4142-ad34-adb7dd516627', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:16:08,899 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.022s
2026-05-19 02:16:08,899 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bda1f4c-f050-4310-b8db-01103a285478', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bda1f4c-f050-4310-b8db-01103a285478', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:16:09,929 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.024s
2026-05-19 02:16:09,929 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bd735da-a272-4fda-b040-1391ca3dc3ad', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bd735da-a272-4fda-b040-1391ca3dc3ad', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:16:10,960 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.022s
2026-05-19 02:16:10,960 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6a55a4c-1ff5-4a60-91ff-7ee53b4244a0', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6a55a4c-1ff5-4a60-91ff-7ee53b4244a0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:16:11,992 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.025s
2026-05-19 02:16:11,992 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-260aa60f-7745-4fc0-bcf9-f43472018994', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-260aa60f-7745-4fc0-bcf9-f43472018994', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:16:13,022 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.025s
2026-05-19 02:16:13,022 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2af8466-efda-4bc2-a13f-b991a3c5e26d', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2af8466-efda-4bc2-a13f-b991a3c5e26d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:16:14,054 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.025s
2026-05-19 02:16:14,054 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed23b0da-544e-42d9-939d-29f6953a23e3', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed23b0da-544e-42d9-939d-29f6953a23e3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:16:15,086 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.027s
2026-05-19 02:16:15,086 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-446d5cc1-b95e-4e45-a703-9748958c8497', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-446d5cc1-b95e-4e45-a703-9748958c8497', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:16:16,177 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.084s
2026-05-19 02:16:16,178 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ac56123-3ae0-4793-9453-7532f93e8639', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ac56123-3ae0-4793-9453-7532f93e8639', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:16:17,210 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.027s
2026-05-19 02:16:17,210 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffd6d9f0-4169-458b-a43e-523ede6b5527', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffd6d9f0-4169-458b-a43e-523ede6b5527', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:16:18,247 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.028s
2026-05-19 02:16:18,247 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd698306-5359-4694-85af-17957e2aed51', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd698306-5359-4694-85af-17957e2aed51', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:16:19,278 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.023s
2026-05-19 02:16:19,278 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54e22aa0-814f-4a3f-893c-1f3be8969f14', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54e22aa0-814f-4a3f-893c-1f3be8969f14', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:16:20,309 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.025s
2026-05-19 02:16:20,309 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-950c4d31-6270-4080-ba6c-bd75de12d384', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-950c4d31-6270-4080-ba6c-bd75de12d384', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:16:21,340 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.026s
2026-05-19 02:16:21,341 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-093322ba-9b32-4cc1-8ceb-7f18ceab5027', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-093322ba-9b32-4cc1-8ceb-7f18ceab5027', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:16:22,369 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.023s
2026-05-19 02:16:22,369 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa05910c-b5ad-48dc-afb6-1b0a8232dfa4', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa05910c-b5ad-48dc-afb6-1b0a8232dfa4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:16:23,400 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.025s
2026-05-19 02:16:23,400 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7d98b7a-6091-47c7-b60e-78be7f7db299', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7d98b7a-6091-47c7-b60e-78be7f7db299', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:16:24,429 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.023s
2026-05-19 02:16:24,429 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b63f4269-38bd-4d75-95af-fd4d3d82b714', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b63f4269-38bd-4d75-95af-fd4d3d82b714', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:16:25,456 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.021s
2026-05-19 02:16:25,456 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eeb27899-1fba-4abb-bd46-20d9acdb2fae', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eeb27899-1fba-4abb-bd46-20d9acdb2fae', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:16:26,484 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.022s
2026-05-19 02:16:26,484 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc79ece6-9111-4efa-9e69-f061c02e2330', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc79ece6-9111-4efa-9e69-f061c02e2330', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:16:27,510 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.021s
2026-05-19 02:16:27,511 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de1d7c34-48ff-417f-b833-1214833573e7', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de1d7c34-48ff-417f-b833-1214833573e7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:16:28,539 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.023s
2026-05-19 02:16:28,540 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97a7390b-8b38-43da-8445-87782799065a', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97a7390b-8b38-43da-8445-87782799065a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:16:29,566 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.021s
2026-05-19 02:16:29,566 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24121d01-fad3-467c-9397-6de4ca72a533', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24121d01-fad3-467c-9397-6de4ca72a533', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:16:30,598 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.027s
2026-05-19 02:16:30,598 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18a624ae-3be3-4c0a-8f1d-5ac7277a55f0', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18a624ae-3be3-4c0a-8f1d-5ac7277a55f0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:16:31,630 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.027s
2026-05-19 02:16:31,630 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76f44623-2883-47a4-af0d-6a4efa9e5bec', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76f44623-2883-47a4-af0d-6a4efa9e5bec', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:16:32,672 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.034s
2026-05-19 02:16:32,672 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3669200f-b3a4-4db2-9cd8-d74411c145c7', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3669200f-b3a4-4db2-9cd8-d74411c145c7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:16:33,699 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.021s
2026-05-19 02:16:33,699 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f382543-fafa-4cb0-862a-8f965159ab91', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f382543-fafa-4cb0-862a-8f965159ab91', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:16:34,727 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.023s
2026-05-19 02:16:34,728 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0145453-745c-4a9c-8ed6-79fc58681018', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0145453-745c-4a9c-8ed6-79fc58681018', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:16:35,754 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.021s
2026-05-19 02:16:35,754 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3030363-96fe-4af8-8652-2ea47866fca0', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3030363-96fe-4af8-8652-2ea47866fca0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:16:36,781 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.022s
2026-05-19 02:16:36,781 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd2c628f-33b6-4485-b7a2-203a740d486e', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd2c628f-33b6-4485-b7a2-203a740d486e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:16:37,811 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.025s
2026-05-19 02:16:37,811 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-515748b8-a90f-43b1-8ac3-741cee689376', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-515748b8-a90f-43b1-8ac3-741cee689376', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:16:38,852 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.035s
2026-05-19 02:16:38,852 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3946a04-d12d-4b39-9e5d-158314f30b43', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3946a04-d12d-4b39-9e5d-158314f30b43', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:16:39,908 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.050s
2026-05-19 02:16:39,908 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38636a19-f255-4cef-a8fc-7730e7033b40', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38636a19-f255-4cef-a8fc-7730e7033b40', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:13:47.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:16:40,001 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043 0.085s
2026-05-19 02:16:40,001 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:39 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-f9f65746-84b4-4d56-b381-91931f636653', 'x-compute-request-id': 'req-f9f65746-84b4-4d56-b381-91931f636653', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043'}
Body: b''
2026-05-19 02:16:40,207 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043 0.205s
2026-05-19 02:16:40,207 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7fc635db-66be-4d5a-8ec6-7f2fcdd84355', 'x-compute-request-id': 'req-7fc635db-66be-4d5a-8ec6-7f2fcdd84355', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-555306868-network": [{"version": 4, "addr": "10.1.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:b9:95"}, {"version": 4, "addr": "172.24.5.190", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:b9:95"}]}, "created": "2026-05-19T02:12:28Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.246/compute/flavors/42"}]}, "hostId": "f6d6e5071c7e7ac05bf875b821d35922d45bd77a131b0222ed4b4d28", "id": "e037d2b4-3ee3-4a43-a6ca-7df160221043", "image": {"id": "9a454b76-6643-4d12-97a0-3d7aa097781e", "links": [{"rel": "bookmark", "href": "https://10.4.3.246/compute/images/9a454b76-6643-4d12-97a0-3d7aa097781e"}]}, "links": [{"rel": "self", "href": "https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043"}, {"rel": "bookmark", "href": "https://10.4.3.246/compute/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1442414296", "status": "ACTIVE", "tenant_id": "3628ad8be98d4670881910888346513e", "user_id": "ad3729b708b6434f87461e45f72ba268", "updated": "2026-05-19T02:16:40Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1615344426", "OS-SRV-USG:launched_at": "2026-05-19T02:12:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2027768660"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-05-19 02:16:41,473 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043 0.255s
2026-05-19 02:16:41,473 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6982f0da-8589-4152-a4d8-a828736bcbe2', 'x-compute-request-id': 'req-6982f0da-8589-4152-a4d8-a828736bcbe2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-555306868-network": [{"version": 4, "addr": "10.1.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:b9:95"}, {"version": 4, "addr": "172.24.5.190", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:b9:95"}]}, "created": "2026-05-19T02:12:28Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.246/compute/flavors/42"}]}, "hostId": "f6d6e5071c7e7ac05bf875b821d35922d45bd77a131b0222ed4b4d28", "id": "e037d2b4-3ee3-4a43-a6ca-7df160221043", "image": {"id": "9a454b76-6643-4d12-97a0-3d7aa097781e", "links": [{"rel": "bookmark", "href": "https://10.4.3.246/compute/images/9a454b76-6643-4d12-97a0-3d7aa097781e"}]}, "links": [{"rel": "self", "href": "https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043"}, {"rel": "bookmark", "href": "https://10.4.3.246/compute/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1442414296", "status": "ACTIVE", "tenant_id": "3628ad8be98d4670881910888346513e", "user_id": "ad3729b708b6434f87461e45f72ba268", "updated": "2026-05-19T02:16:40Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1615344426", "OS-SRV-USG:launched_at": "2026-05-19T02:12:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2027768660"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-05-19 02:16:42,915 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043 0.433s
2026-05-19 02:16:42,915 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1614', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a1619bd-30d2-4f32-85b0-8c1ecc9d4221', 'x-compute-request-id': 'req-6a1619bd-30d2-4f32-85b0-8c1ecc9d4221', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-555306868-network": [{"version": 4, "addr": "10.1.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:b9:95"}, {"version": 4, "addr": "172.24.5.190", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:b9:95"}]}, "created": "2026-05-19T02:12:28Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.246/compute/flavors/42"}]}, "hostId": "f6d6e5071c7e7ac05bf875b821d35922d45bd77a131b0222ed4b4d28", "id": "e037d2b4-3ee3-4a43-a6ca-7df160221043", "image": {"id": "9a454b76-6643-4d12-97a0-3d7aa097781e", "links": [{"rel": "bookmark", "href": "https://10.4.3.246/compute/images/9a454b76-6643-4d12-97a0-3d7aa097781e"}]}, "links": [{"rel": "self", "href": "https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043"}, {"rel": "bookmark", "href": "https://10.4.3.246/compute/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1442414296", "status": "ACTIVE", "tenant_id": "3628ad8be98d4670881910888346513e", "user_id": "ad3729b708b6434f87461e45f72ba268", "updated": "2026-05-19T02:16:42Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1615344426", "OS-SRV-USG:launched_at": "2026-05-19T02:12:42.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": []}}'
2026-05-19 02:16:44,229 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043 0.307s
2026-05-19 02:16:44,229 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1427', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c74508a4-50d2-4bec-a6c7-546538f41d21', 'x-compute-request-id': 'req-c74508a4-50d2-4bec-a6c7-546538f41d21', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-19T02:12:28Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.246/compute/flavors/42"}]}, "hostId": "f6d6e5071c7e7ac05bf875b821d35922d45bd77a131b0222ed4b4d28", "id": "e037d2b4-3ee3-4a43-a6ca-7df160221043", "image": {"id": "9a454b76-6643-4d12-97a0-3d7aa097781e", "links": [{"rel": "bookmark", "href": "https://10.4.3.246/compute/images/9a454b76-6643-4d12-97a0-3d7aa097781e"}]}, "links": [{"rel": "self", "href": "https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043"}, {"rel": "bookmark", "href": "https://10.4.3.246/compute/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1442414296", "status": "DELETED", "tenant_id": "3628ad8be98d4670881910888346513e", "user_id": "ad3729b708b6434f87461e45f72ba268", "updated": "2026-05-19T02:16:44Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-05-19T02:13:48Z", "message": "ProcessExecutionError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1615344426", "OS-SRV-USG:launched_at": "2026-05-19T02:12:42.000000", "OS-SRV-USG:terminated_at": "2026-05-19T02:16:43.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-19 02:16:44,235 106040 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 4 second wait
2026-05-19 02:16:45,319 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043 0.084s
2026-05-19 02:16:45,320 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1427', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07c72263-fb44-4589-8195-b8e74f0731a6', 'x-compute-request-id': 'req-07c72263-fb44-4589-8195-b8e74f0731a6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-19T02:12:28Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.246/compute/flavors/42"}]}, "hostId": "f6d6e5071c7e7ac05bf875b821d35922d45bd77a131b0222ed4b4d28", "id": "e037d2b4-3ee3-4a43-a6ca-7df160221043", "image": {"id": "9a454b76-6643-4d12-97a0-3d7aa097781e", "links": [{"rel": "bookmark", "href": "https://10.4.3.246/compute/images/9a454b76-6643-4d12-97a0-3d7aa097781e"}]}, "links": [{"rel": "self", "href": "https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043"}, {"rel": "bookmark", "href": "https://10.4.3.246/compute/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1442414296", "status": "DELETED", "tenant_id": "3628ad8be98d4670881910888346513e", "user_id": "ad3729b708b6434f87461e45f72ba268", "updated": "2026-05-19T02:16:44Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-05-19T02:13:48Z", "message": "ProcessExecutionError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1615344426", "OS-SRV-USG:launched_at": "2026-05-19T02:12:42.000000", "OS-SRV-USG:terminated_at": "2026-05-19T02:16:43.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-19 02:16:46,427 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043 0.101s
2026-05-19 02:16:46,427 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1427', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-304a12ee-8fd4-4d54-9db1-bda118bbdc3b', 'x-compute-request-id': 'req-304a12ee-8fd4-4d54-9db1-bda118bbdc3b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-19T02:12:28Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.246/compute/flavors/42"}]}, "hostId": "f6d6e5071c7e7ac05bf875b821d35922d45bd77a131b0222ed4b4d28", "id": "e037d2b4-3ee3-4a43-a6ca-7df160221043", "image": {"id": "9a454b76-6643-4d12-97a0-3d7aa097781e", "links": [{"rel": "bookmark", "href": "https://10.4.3.246/compute/images/9a454b76-6643-4d12-97a0-3d7aa097781e"}]}, "links": [{"rel": "self", "href": "https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043"}, {"rel": "bookmark", "href": "https://10.4.3.246/compute/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1442414296", "status": "DELETED", "tenant_id": "3628ad8be98d4670881910888346513e", "user_id": "ad3729b708b6434f87461e45f72ba268", "updated": "2026-05-19T02:16:44Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-05-19T02:13:48Z", "message": "ProcessExecutionError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1615344426", "OS-SRV-USG:launched_at": "2026-05-19T02:12:42.000000", "OS-SRV-USG:terminated_at": "2026-05-19T02:16:43.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-19 02:16:47,461 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 404 GET https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043 0.027s
2026-05-19 02:16:47,461 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:47 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-ff94b53d-26fe-473a-a6ad-a2f47bae30a1', 'x-compute-request-id': 'req-ff94b53d-26fe-473a-a6ad-a2f47bae30a1', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.246/compute/v2.1/servers/e037d2b4-3ee3-4a43-a6ca-7df160221043'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance e037d2b4-3ee3-4a43-a6ca-7df160221043 could not be found."}}'
2026-05-19 02:16:47,488 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE https://10.4.3.246/compute/v2.1/os-keypairs/tempest-keypair-1615344426 0.026s
2026-05-19 02:16:47,488 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:47 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-7f97626a-5723-4b12-ba96-b668761e3da7', 'x-compute-request-id': 'req-7f97626a-5723-4b12-ba96-b668761e3da7', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.246/compute/v2.1/os-keypairs/tempest-keypair-1615344426'}
Body: b''
2026-05-19 02:16:47,596 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.246/networking/v2.0/security-groups/8dacb4e0-f155-4dcd-8b1f-02b885c4fd03 0.108s
2026-05-19 02:16:47,597 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-527267dd-5274-49fb-b3e2-e500140d3e85', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.246/networking/v2.0/security-groups/8dacb4e0-f155-4dcd-8b1f-02b885c4fd03'}
Body: b''
2026-05-19 02:16:47,614 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 404 GET https://10.4.3.246/networking/v2.0/security-groups/8dacb4e0-f155-4dcd-8b1f-02b885c4fd03 0.017s
2026-05-19 02:16:47,614 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-5e03d4be-9ba5-43dd-af55-9ec31541b49a', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.246/networking/v2.0/security-groups/8dacb4e0-f155-4dcd-8b1f-02b885c4fd03'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 8dacb4e0-f155-4dcd-8b1f-02b885c4fd03 does not exist", "detail": ""}}'
2026-05-19 02:16:47,808 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.246/networking/v2.0/floatingips/246b4c62-3cba-4241-b743-e064060c0711 0.193s
2026-05-19 02:16:47,808 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-a2094468-8936-4c43-8932-22cefa47dd37', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.246/networking/v2.0/floatingips/246b4c62-3cba-4241-b743-e064060c0711'}
Body: b''
2026-05-19 02:16:47,836 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.027s
2026-05-19 02:16:47,836 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:47 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-e63191e7-bd68-4fbb-addc-fa9bfc580c2d', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b''
2026-05-19 02:16:47,857 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.020s
2026-05-19 02:16:47,857 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28a81308-6c3c-43a9-9e0e-bd5f45c4f3ef', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28a81308-6c3c-43a9-9e0e-bd5f45c4f3ef', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"volume": {"id": "0e6cce04-cf49-4f45-b415-e0c9ba25ba69", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:12:26.000000", "updated_at": "2026-05-19T02:16:48.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-435055452", "description": null, "volume_type": "tempest-scenario-type-luksv2-1874548516", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69"}], "user_id": "ad3729b708b6434f87461e45f72ba268", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3628ad8be98d4670881910888346513e"}}'
2026-05-19 02:16:48,882 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 404 GET https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69 0.018s
2026-05-19 02:16:48,882 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:48 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-2261bc7d-8b96-4304-9ee4-3d278c83fc8b', 'x-openstack-request-id': 'req-2261bc7d-8b96-4304-9ee4-3d278c83fc8b', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.246/volume/v3/volumes/0e6cce04-cf49-4f45-b415-e0c9ba25ba69'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume 0e6cce04-cf49-4f45-b415-e0c9ba25ba69 could not be found."}}'
2026-05-19 02:16:48,995 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.246/volume/v3/volumes/detail?all_tenants=1 0.113s
2026-05-19 02:16:48,995 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c6b2b9d-c675-4482-b52f-73af73bb0f74', 'content-length': '11907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c6b2b9d-c675-4482-b52f-73af73bb0f74', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.246/volume/v3/volumes/detail?all_tenants=1'}
Body: b'{"volumes": [{"id": "01ff6206-405a-4afa-a8b2-3994f7a0fe91", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:16:16.000000", "updated_at": "2026-05-19T02:16:26.000000", "name": "tempest-TestVolumeBootPatternV346-volume-origin-1212894120", "description": null, "volume_type": "storpool", "snapshot_id": "8c2619f7-678b-4293-af80-43a5e0288f9d", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/01ff6206-405a-4afa-a8b2-3994f7a0fe91"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/01ff6206-405a-4afa-a8b2-3994f7a0fe91"}], "user_id": "f01f6f9718a64bbca9d3542cb437d6ab", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "01ff6206-405a-4afa-a8b2-3994f7a0fe91", "attachment_id": "5fd54c66-4683-4e11-8e84-905ff28b5005", "volume_id": "01ff6206-405a-4afa-a8b2-3994f7a0fe91", "server_id": "1409c61e-ea4c-4baa-b8b3-eda41db54f06", "host_name": "np0000001004", "device": "/dev/vda", "attached_at": "2026-05-19T02:16:25.000000"}], "migration_status": null, "os-vol-tenant-attr:tenant_id": "87ff53a9f64d4e32bd06ef9daa9713bd", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000001004@storpool#template_virtual", "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": "9a454b76-6643-4d12-97a0-3d7aa097781e", "image_name": "cirros-0.6.3-x86_64-disk", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}}, {"id": "361a9aff-7e32-4bb6-ab60-16630dcf188e", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:15:14.000000", "updated_at": "2026-05-19T02:15:24.000000", "name": "tempest-TestVolumeBootPatternV346-volume-origin-86410588", "description": null, "volume_type": "storpool", "snapshot_id": "f487fb72-b727-48a6-b395-b142af955935", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.246/volume/v3/volumes/361a9aff-7e32-4bb6-ab60-16630dcf188e"}, {"rel": "bookmark", "href": "https://10.4.3.246/volume/volumes/361a9aff-7e32-4bb6-ab60-16630dcf188e"}], "user_id": "f01f6f9718a64bbca9d3542cb437d6ab", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "361a9aff-7e32-4bb6-ab60-16630dcf188e", "attachment_id": "6ac1cb21-1398-4648-a977-9c98d5466070", "volume_id": "361a9aff-7e32-4bb6-ab60-16630dcf188e", "server_id": "4ed9ae60-3a35-48d0-a2ea-78c76bc9f8fd", "host_name": "np0000001004", "device": "/dev/vda", "attached_at": "2026-05-19T02:15:23.000000"}], "migration_status": null, "os-vol-tenant-attr:tenant_id": "87ff53a9f64d4e32bd06ef9daa9713bd", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000001004@storpool#template_virtual", "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": "9a454b76-6643-4d12-97a0-3d7aa097781e", "image_name": "cirros-0.6.3-x86_64-disk", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}}, {"id": "b8505954-2386-4232-afcc-ec41f6294847", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-19T02:14:58.000000", "updated_at": "2026-05-19T02:15:03.000000", "name": "image-3ab99614-f475-41b2-b3b9-53129f7ebd51", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": "064c7
2026-05-19 02:16:49,042 106040 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE https://10.4.3.246/volume/v3/types/162863a4-a806-4b60-80fe-21e3197ee345 0.036s
2026-05-19 02:16:49,042 106040 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Tue, 19 May 2026 02:16:49 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-b1753dd0-dd15-4d04-8d93-81bce8468829', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.246/volume/v3/types/162863a4-a806-4b60-80fe-21e3197ee345'}
Body: b''
}}}
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_encrypted_cinder_volumes.py", line 89, in test_encrypted_cinder_volumes_luksv2
self.attach_detach_volume(server, volume)
File "/opt/stack/tempest/tempest/scenario/test_encrypted_cinder_volumes.py", line 52, in attach_detach_volume
attached_volume = self.nova_volume_attach(server, volume)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/scenario/manager.py", line 1001, in nova_volume_attach
waiters.wait_for_volume_resource_status(volumes_client,
File "/opt/stack/tempest/tempest/common/waiters.py", line 396, in wait_for_volume_resource_status
raise lib_exc.TimeoutException(message)
tempest.lib.exceptions.TimeoutException: Request timed out
Details: volume 0e6cce04-cf49-4f45-b415-e0c9ba25ba69 failed to reach in-use status (current available) within the required time (196 s).
|
||||||
| 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
pt2.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
pt2.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
pt2.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
pt3.1: cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property[id-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6]
|
||||||
| 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
pt4.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
pt5.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
pt6.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
pt7.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
pt8.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
pt8.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
pt8.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
pt8.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
pt9.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
pt9.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
pt9.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
pt9.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
pt10.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
pt10.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
pt10.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
pt11.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
pt11.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
pt12.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
pt12.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
pt13.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
pt14.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
pt15.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
pt15.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
pt16.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
pt17.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 | |
VolumeTypesReaderTests) |
skip
pt18.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests)
|
||||||
VolumeTypesAdminTests) |
skip
pt18.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests)
|
||||||
VolumeTypesMemberTests) |
skip
pt18.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
pt19.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
pt20.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
pt21.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
pt22.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
pt23.1: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest)
|
||||||
LiveMigrationWithoutHostTest) |
skip
pt23.2: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationWithoutHostTest)
|
||||||
LiveAutoBlockMigrationV225Test) |
skip
pt23.3: setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test)
|
||||||
| setUpClass (tempest.api.compute.admin.test_volume_swap | 1 | 0 | 0 | 0 | 1 | Detail | |
TestMultiAttachVolumeSwap) |
skip
pt24.1: setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap)
|
||||||
| setUpClass (tempest.api.compute.admin.test_volumes_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
UpdateMultiattachVolumeNegativeTest) |
skip
pt25.1: setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest)
|
||||||
| setUpClass (tempest.api.compute.volumes.test_attach_volume | 1 | 0 | 0 | 0 | 1 | Detail | |
AttachVolumeMultiAttachTest) |
skip
pt26.1: setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_encrypted_volumes_extend | 1 | 0 | 0 | 0 | 1 | Detail | |
EncryptedVolumesExtendAttachedTest) |
skip
pt27.1: setUpClass (tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_multi_backend | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeMultiBackendTest) |
skip
pt28.1: setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_snapshot_manage | 1 | 0 | 0 | 0 | 1 | Detail | |
SnapshotManageAdminTest) |
skip
pt29.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
pt30.1: setUpClass (tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volume_retype | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumeRetypeMultiattachTest) |
skip
pt31.1: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeMultiattachTest)
|
||||||
VolumeRetypeWithMigrationTest) |
skip
pt31.2: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest)
|
||||||
| setUpClass (tempest.scenario.test_volume_migrate_attached | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeMigrateRetypeAttached) |
skip
pt32.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
pt33.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
pt34.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
pt35.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
pt36.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
pt36.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
pt37.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
pt38.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
pt39.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
pt40.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
pt41.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
pt41.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
pt42.1: tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB.test_resize_server_revert_with_volume_attached[id-fbbf075f-a812-4022-bc5c-ccb8047eef12,volume]
|
||||||
| tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_rebuild_volume_backed_server[id-6652dab9-ea24-4c93-ab5a-93d79c3041cf] |
pass
pt43.1: tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON.test_rebuild_volume_backed_server[id-6652dab9-ea24-4c93-ab5a-93d79c3041cf]
|
||||||
| tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_stable_device_rescue_bfv_blank_volume[id-48f123cb-922a-4065-8db6-b9a9074a556b,slow] |
pass
pt44.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
pt44.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
pt45.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
pt46.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
pt46.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
pt47.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
pt47.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
pt48.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
pt48.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow]
|
||||||
| tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow] |
pass
pt49.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow]
|
||||||
test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513] |
pass
pt49.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513]
|
||||||
| tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative] |
pass
pt50.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
pt50.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
pt50.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
pt51.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
pt52.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
pt53.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
pt53.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
pt53.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
pt53.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
pt53.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
pt53.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
pt54.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
pt54.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
pt54.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
pt54.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
pt54.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
pt54.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
pt54.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
pt54.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
pt55.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
pt56.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
pt56.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
pt57.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
pt57.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
pt57.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
pt58.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
pt59.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
pt60.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
pt60.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
pt61.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
pt61.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
pt62.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
pt63.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
pt64.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
pt64.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
pt64.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
pt64.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
pt64.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
pt64.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
pt64.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt66.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
pt66.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
pt67.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
pt67.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
pt68.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
pt68.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
pt69.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
pt69.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
pt70.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
pt70.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
pt70.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
pt70.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
pt70.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
pt70.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
pt70.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
pt71.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
pt71.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
pt71.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
pt72.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
pt73.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
pt73.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
pt73.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
pt73.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
pt73.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
pt74.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
pt74.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
pt74.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
pt74.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
pt74.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
pt75.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
pt75.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
pt76.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
pt76.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
pt77.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
pt77.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
pt77.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
pt77.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
pt77.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
pt78.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
pt78.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
pt78.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
pt79.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
pt79.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
pt79.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
pt79.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
pt79.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
pt79.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
pt79.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
pt79.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
pt79.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
pt79.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
pt79.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
pt79.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
pt80.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
pt80.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
pt80.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
pt80.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
pt80.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
pt80.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
pt81.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
pt81.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
pt81.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
pt81.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
pt81.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
pt81.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
pt82.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
pt82.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
pt83.1: tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant[id-5866286f-3290-4cfd-a414-088aa6cdc469]
|
||||||
| tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_availability_zone_list[id-01f1ae88-eba9-4c6b-a011-6f7ace06b725] |
pass
pt84.1: tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list[id-01f1ae88-eba9-4c6b-a011-6f7ace06b725]
|
||||||
| tempest.api.volume.test_extensions.ExtensionsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_extensions[id-94607eb0-43a5-47ca-82aa-736b41bd2e2c] |
pass
pt85.1: tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions[id-94607eb0-43a5-47ca-82aa-736b41bd2e2c]
|
||||||
| tempest.api.volume.test_image_metadata.VolumesImageMetadata | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_show_delete_image_metadata[id-03efff0b-5c75-4822-8f10-8789ac15b13e,image] |
pass
pt86.1: tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata[id-03efff0b-5c75-4822-8f10-8789ac15b13e,image]
|
||||||
| tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_crud_snapshot_metadata[id-a2f20f99-e363-4584-be97-bc33afb1a56c] |
pass
pt87.1: tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata[id-a2f20f99-e363-4584-be97-bc33afb1a56c]
|
||||||
test_update_show_snapshot_metadata_item[id-e8ff85c5-8f97-477f-806a-3ac364a949ed] |
pass
pt87.2: tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item[id-e8ff85c5-8f97-477f-806a-3ac364a949ed]
|
||||||
| tempest.api.volume.test_versions.VersionsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_versions[id-77838fc4-b49b-4c64-9533-166762517369,smoke] |
pass
pt88.1: tempest.api.volume.test_versions.VersionsTest.test_list_versions[id-77838fc4-b49b-4c64-9533-166762517369,smoke]
|
||||||
test_show_version[id-7f755ae2-caa9-4049-988c-331d8f7a579f] |
pass
pt88.2: tempest.api.volume.test_versions.VersionsTest.test_show_version[id-7f755ae2-caa9-4049-988c-331d8f7a579f]
|
||||||
| tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_volume_absolute_limits[id-8e943f53-e9d6-4272-b2e9-adcf2f7c29ad] |
pass
pt89.1: tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits[id-8e943f53-e9d6-4272-b2e9-adcf2f7c29ad]
|
||||||
| tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_delete_cascade[id-994e2d40-de37-46e8-b328-a58fba7e4a95] |
pass
pt90.1: tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade[id-994e2d40-de37-46e8-b328-a58fba7e4a95]
|
||||||
test_volume_from_snapshot_cascade_delete[id-59a77ede-609b-4ee8-9f68-fc3c6ffe97b5] |
pass
pt90.2: tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete[id-59a77ede-609b-4ee8-9f68-fc3c6ffe97b5]
|
||||||
| tempest.api.volume.test_volume_metadata.VolumesMetadataTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_crud_volume_metadata[id-6f5b125b-f664-44bf-910f-751591fe5769] |
pass
pt91.1: tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata[id-6f5b125b-f664-44bf-910f-751591fe5769]
|
||||||
test_update_show_volume_metadata_item[id-862261c5-8df4-475a-8c21-946e50e36a20] |
pass
pt91.2: tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item[id-862261c5-8df4-475a-8c21-946e50e36a20]
|
||||||
| tempest.api.volume.test_volume_transfers.VolumesTransfersTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-4d75b645-a478-48b1-97c8-503f64242f1a] |
pass
pt92.1: tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer[id-4d75b645-a478-48b1-97c8-503f64242f1a]
|
||||||
test_create_list_delete_volume_transfer[id-ab526943-b725-4c07-b875-8e8ef87a2c30] |
pass
pt92.2: tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer[id-ab526943-b725-4c07-b875-8e8ef87a2c30]
|
||||||
| tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-9f36bb2b-619f-4507-b246-76aeb9a28851] |
pass
pt93.1: tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer[id-9f36bb2b-619f-4507-b246-76aeb9a28851]
|
||||||
test_create_list_delete_volume_transfer[id-af4a5b97-0859-4f31-aa3c-85b05bb63322] |
pass
pt93.2: tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer[id-af4a5b97-0859-4f31-aa3c-85b05bb63322]
|
||||||
| tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-d746bd69-bb30-4414-9a1c-577959fac6a1] |
pass
pt94.1: tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer[id-d746bd69-bb30-4414-9a1c-577959fac6a1]
|
||||||
test_create_list_delete_volume_transfer[id-d4b20ec2-e1bb-4068-adcf-6c20020a8e05] |
pass
pt94.2: tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer[id-d4b20ec2-e1bb-4068-adcf-6c20020a8e05]
|
||||||
| tempest.api.volume.test_volumes_actions.VolumesActionsTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_attach_detach_volume_to_instance[compute,id-fff42874-7db5-4487-a8e1-ddda5fb5288d,smoke] |
pass
pt95.1: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance[compute,id-fff42874-7db5-4487-a8e1-ddda5fb5288d,smoke]
|
||||||
test_get_volume_attachment[compute,id-9516a2c8-9135-488c-8dd6-5677a7e5f371] |
pass
pt95.2: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment[compute,id-9516a2c8-9135-488c-8dd6-5677a7e5f371]
|
||||||
test_reserve_unreserve_volume[id-92c4ef64-51b2-40c0-9f7e-4749fbaaba33] |
pass
pt95.3: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume[id-92c4ef64-51b2-40c0-9f7e-4749fbaaba33]
|
||||||
test_volume_bootable[id-63e21b4c-0a0c-41f6-bfc3-7c2816815599] |
pass
pt95.4: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable[id-63e21b4c-0a0c-41f6-bfc3-7c2816815599]
|
||||||
test_volume_readonly_update[id-fff74e1e-5bd3-4b33-9ea9-24c103bc3f59] |
pass
pt95.5: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update[id-fff74e1e-5bd3-4b33-9ea9-24c103bc3f59]
|
||||||
test_volume_upload[id-d8f1ca95-3d5b-44a3-b8ca-909691c9532d,image] |
pass
pt95.6: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload[id-d8f1ca95-3d5b-44a3-b8ca-909691c9532d,image]
|
||||||
| tempest.api.volume.test_volumes_backup.VolumesBackupsTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_backup_create_attached_volume[compute,id-07af8f6d-80af-44c9-a5dc-c8427b1b62e6] |
pass
pt96.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
pt96.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
pt96.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] |
pass
pt96.4: tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_volume_backup_incremental[compute,id-f86eff09-2a6d-43c1-905e-8079e5754f1e]
|
||||||
| tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_backup[id-9b374cbc-be5f-4d37-8848-7efb8a873dcc] |
pass
pt97.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
pt98.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
pt98.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
pt99.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.VolumesExtendAttachedTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_extend_attached_volume[id-301f5a30-1c6f-4ea0-be1a-91fd28d44354] |
pass
pt100.1: tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest.test_extend_attached_volume[id-301f5a30-1c6f-4ea0-be1a-91fd28d44354]
|
||||||
| tempest.api.volume.test_volumes_extend.VolumesExtendTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e] |
pass
pt101.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
pt101.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
pt102.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
pt102.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
pt102.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
pt103.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
pt104.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
pt104.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
pt104.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
pt104.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
pt104.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
pt104.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
pt104.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
pt104.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
pt104.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
pt104.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
pt104.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
pt104.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
pt104.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
pt104.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
pt104.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
pt104.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
pt104.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
pt104.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.6: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative]
|
||||||
| tempest.scenario.test_instances_with_cinder_volumes.TestInstancesWithCinderVolumes | 1 | 1 | 0 | 0 | 0 | Detail | |
test_instances_with_cinder_volumes_on_all_compute_nodes[compute,id-d0e3c1a3-4b0a-4b0e-8b0a-4b0e8b0a4b0e,image,multinode,network,slow,volume] |
pass
pt109.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
pt110.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
pt110.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
pt111.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
pt112.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
pt113.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
pt114.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
pt115.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.TestVolumeBootPattern | 7 | 7 | 0 | 0 | 0 | Detail | |
test_boot_server_from_encrypted_volume_luks[compute,id-cb78919a-e553-4bab-b73b-10cf4d2eb125,volume] |
pass
pt116.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] |
pass
pt116.2: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luksv2[compute,id-5ab6100f-1b31-4dd0-a774-68cfd837ef77,volume]
|
||||||
test_bootable_volume_last_snapshot_delete_while_stopped[compute,id-3c87bc15-cf6a-4dd6-8c23-4541b2cc3dbb,image,volume] |
pass
pt116.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
pt116.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
pt116.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
pt116.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
pt116.7: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern[compute,id-557cd2c2-4eb8-4dce-98be-f86765ff311b,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
pt117.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 | 320 | 295 | 1 | 0 | 24 | ||