Status: Pass 294 Failure 3 Skip 24
| Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
| tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes | 4 | 3 | 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-28 13:21:21,519 106271 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-luksv2-270904771 on backend None
2026-05-28 13:21:21,547 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST https://10.4.3.16/volume/v3/types 0.028s
2026-05-28 13:21:21,548 106271 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-270904771", "extra_specs": {}}}
Response - Headers: {'date': 'Thu, 28 May 2026 13:21:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ec16c13-d359-4419-8c74-bdc5c9cd2f48', 'content-length': '213', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ec16c13-d359-4419-8c74-bdc5c9cd2f48', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/volume/v3/types'}
Body: b'{"volume_type": {"id": "a79665d7-6024-4fe2-8ee7-ffaa6b3cfc1e", "name": "tempest-scenario-type-luksv2-270904771", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2026-05-28 13:21:21,549 106271 DEBUG [tempest.scenario.manager] Creating an encryption type for volume type: a79665d7-6024-4fe2-8ee7-ffaa6b3cfc1e
2026-05-28 13:21:21,578 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST https://10.4.3.16/volume/v3/types/a79665d7-6024-4fe2-8ee7-ffaa6b3cfc1e/encryption 0.028s
2026-05-28 13:21:21,578 106271 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': 'Thu, 28 May 2026 13:21:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6012f2d4-4105-441a-a6b6-b4ef0ec8fe2e', 'content-length': '231', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6012f2d4-4105-441a-a6b6-b4ef0ec8fe2e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/volume/v3/types/a79665d7-6024-4fe2-8ee7-ffaa6b3cfc1e/encryption'}
Body: b'{"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end", "volume_type_id": "a79665d7-6024-4fe2-8ee7-ffaa6b3cfc1e", "encryption_id": "72959f11-2323-4b62-a1e9-3e7b1bc785aa"}}'
2026-05-28 13:21:21,791 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 202 POST https://10.4.3.16/volume/v3/volumes 0.211s
2026-05-28 13:21:21,791 106271 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-2141564252", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-luksv2-270904771", "size": 1}}
Response - Headers: {'date': 'Thu, 28 May 2026 13:21:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20c58ed5-ffd2-41a7-aaf4-6ed0af4703a6', 'content-length': '784', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20c58ed5-ffd2-41a7-aaf4-6ed0af4703a6', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.16/volume/v3/volumes'}
Body: b'{"volume": {"id": "a791fa73-fe10-4bf2-9986-1734e3e1e18a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T13:21:21.732642", "updated_at": null, "name": "tempest-TestEncryptedCinderVolumes-volume-2141564252", "description": null, "volume_type": "tempest-scenario-type-luksv2-270904771", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.16/volume/v3/volumes/a791fa73-fe10-4bf2-9986-1734e3e1e18a"}, {"rel": "bookmark", "href": "https://10.4.3.16/volume/volumes/a791fa73-fe10-4bf2-9986-1734e3e1e18a"}], "user_id": "f9bc9a4cc98542f3956dc12c6e8fdc08", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-05-28 13:21:21,898 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 201 POST https://10.4.3.16/identity/v3/auth/tokens 0.094s
2026-05-28 13:21:21,898 106271 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 28 May 2026 13:21:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2937', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-d706484a-c91c-49cd-84db-621b71e2b08d', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.16/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "f9bc9a4cc98542f3956dc12c6e8fdc08", "name": "tempest-TestEncryptedCinderVolumes-637392780-project-member", "password_expires_at": null}, "audit_ids": ["XKSraP1RTPaOmJc4KkUWCw"], "expires_at": "2026-05-28T14:21:21.000000Z", "issued_at": "2026-05-28T13:21:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18c683bf807a4ed984e92638a28fc3e0", "name": "tempest-TestEncryptedCinderVolumes-637392780"}, "is_domain": false, "roles": [{"id": "9537a38eb7da4f989921d2cad1bcd154", "name": "member"}, {"id": "4fe379c4ee204eaaad7f05f62d601b25", "name": "reader"}], "catalog": [{"endpoints": [{"id": "41851848dc6449e4a986475dcbd174bb", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.16/placement", "region": "RegionOne"}], "id": "4eb13c83c7b6455c8c02febc5e9f13fb", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "c67dab1e4f214be1a20ec94d97bb4589", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.16/compute/v2/18c683bf807a4ed984e92638a28fc3e0", "region": "RegionOne"}], "id": "56e4ed6580884c68aa154592de42af20", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7fbee52a51044907b70001566d377fc8", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.16/volume/v3", "region": "RegionOne"}], "id": "99a116a1ea06455495acc28c25c22bbd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "564439d0201b4c37ba230d7f04311527", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.16/identity", "region": "RegionOne"}], "id": "9e0eea3c1ed74fb8b90b7ac0db5bf69e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7b9c0ca960bc4c4ca232a510513122c2", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.16/image", "region": "RegionOne"}], "id": "a907c3a8ea7e4233bbe9e10ad7200547", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0f722817380241288fe5fc8fa993a582", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.16/networking", "region": "RegionOne"}], "id": "aafd36d935ca44e09a6372926643b61a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5636d5944cf345de9eadcc113b532969", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.16/compute/v2.1", "region": "RegionOne"}], "id": "c1bb89918c604503812eae953d931de4", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "12f9e3a8a63545caa2da65ca7c0cb255", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.16:8080", "region": "RegionOne"}, {"id": "9e99434aceae49daab98b3f410a8c498", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.16:8080/v1/AUTH_18c683bf807a4ed984e92638a28fc3e0", "region": "RegionOne"}], "id": "d190b9bb27f9480e9695119c0a16791a", "type": "object-store", "name": "swift"}]}}'
2026-05-28 13:21:21,898 106271 INFO [tempest.lib.common.fixed_network] (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2) Found network {'id': 'f084691e-c85b-4df3-8218-fa74e07ce527', 'name': 'tempest-TestEncryptedCinderVolumes-399459523-network', 'tenant_id': '18c683bf807a4ed984e92638a28fc3e0', 'project_id': '18c683bf807a4ed984e92638a28fc3e0', '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': 17504, '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-28T13:18:23Z', 'updated_at': '2026-05-28T13:18:23Z', 'revision_number': 1} available for tenant
2026-05-28 13:21:21,899 106271 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-05-28 13:21:21,899 106271 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-05-28 13:21:21,945 106271 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST https://10.4.3.16/compute/v2.1/os-keypairs 0.046s
2026-05-28 13:21:21,946 106271 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-826786680", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF0d7eeAb42ML7WABEMjHNWTRC89o3qc+t4gOVWd3uGkngZN+ct/MERjoA7vDmFL0tsa5hPVfELxx/Yf5/H7D0OMyk2wSVNhCREEYPb38fcLCF1xmCkRvzoFc0Jo6cYW1A=="}}
Response - Headers: {'date': 'Thu, 28 May 2026 13:21:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36021df6-5ec3-4145-9215-c9f2d5e16390', 'x-compute-request-id': 'req-36021df6-5ec3-4145-9215-c9f2d5e16390', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-826786680", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF0d7eeAb42ML7WABEMjHNWTRC89o3qc+t4gOVWd3uGkngZN+ct/MERjoA7vDmFL0tsa5hPVfELxx/Yf5/H7D0OMyk2wSVNhCREEYPb38fcLCF1xmCkRvzoFc0Jo6cYW1A==", "fingerprint": "fe:be:24:80:81:55:67:70:23:d8:95:e7:6c:86:4c:27", "user_id": "f9bc9a4cc98542f3956dc12c6e8fdc08"}}'
2026-05-28 13:21:21,947 106271 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-826786680 created
2026-05-28 13:21:22,130 106271 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.16/networking/v2.0/security-groups 0.183s
2026-05-28 13:21:22,130 106271 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--1464330421", "description": "tempest-description--1172899610"}}
Response - Headers: {'date': 'Thu, 28 May 2026 13:21:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1663', 'x-openstack-request-id': 'req-a792ce2a-6f15-4c17-a2dc-0fce1408612b', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.16/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "b6b22821-e17c-4ae5-9c59-25f1348dd839", "name": "tempest-securitygroup--1464330421", "stateful": true, "tenant_id": "18c683bf807a4ed984e92638a28fc3e0", "project_id": "18c683bf807a4ed984e92638a28fc3e0", "description": "tempest-description--1172899610", "shared": false, "security_group_rules": [{"id": "5cc5539f-d6ee-484d-a6b7-2b11d7dd1d84", "project_id": "18c683bf807a4ed984e92638a28fc3e0", "security_group_id": "b6b22821-e17c-4ae5-9c59-25f1348dd839", "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": 1554, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-05-28T13:21:22Z", "updated_at": "2026-05-28T13:21:22Z", "revision_number": 0, "tenant_id": "18c683bf807a4ed984e92638a28fc3e0"}, {"id": "6e072a06-d2aa-469e-bec7-552b3ebcd96f", "project_id": "18c683bf807a4ed984e92638a28fc3e0", "security_group_id": "b6b22821-e17c-4ae5-9c59-25f1348dd839", "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": 1555, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-05-28T13:21:22Z", "updated_at": "2026-05-28T13:21:22Z", "revision_number": 0, "tenant_id": "18c683bf807a4ed984e92638a28fc3e0"}], "tags": [], "created_at": "2026-05-28T13:21:21Z", "updated_at": "2026-05-28T13:21:22Z", "revision_number": 1}}'
2026-05-28 13:21:22,257 106271 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.16/networking/v2.0/security-group-rules 0.126s
2026-05-28 13:21:22,257 106271 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": "b6b22821-e17c-4ae5-9c59-25f1348dd839", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 28 May 2026 13:21:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-1c3eb727-f2cd-4efb-bb5d-4b6b35fd2243', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.16/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "f0aa37f6-53b3-48ce-9846-2ce3f5901bf0", "project_id": "18c683bf807a4ed984e92638a28fc3e0", "security_group_id": "b6b22821-e17c-4ae5-9c59-25f1348dd839", "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-28T13:21:22Z", "updated_at": "2026-05-28T13:21:22Z", "revision_number": 0, "tenant_id": "18c683bf807a4ed984e92638a28fc3e0"}}'
2026-05-28 13:21:22,396 106271 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.16/networking/v2.0/security-group-rules 0.138s
2026-05-28 13:21:22,396 106271 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": "b6b22821-e17c-4ae5-9c59-25f1348dd839", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 28 May 2026 13:21:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-35b94762-0df0-4948-8e7e-996a46645192', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.16/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "6d9412d8-5728-45e3-b0e8-c70e6afde199", "project_id": "18c683bf807a4ed984e92638a28fc3e0", "security_group_id": "b6b22821-e17c-4ae5-9c59-25f1348dd839", "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-28T13:21:22Z", "updated_at": "2026-05-28T13:21:22Z", "revision_number": 0, "tenant_id": "18c683bf807a4ed984e92638a28fc3e0"}}'
2026-05-28 13:21:22,396 106271 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1464330421 created
2026-05-28 13:21:23,065 106271 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.16/networking/v2.0/floatingips 0.668s
2026-05-28 13:21:23,065 106271 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "b792d967-8060-4375-a3f1-e336c6acc411"}}
Response - Headers: {'date': 'Thu, 28 May 2026 13:21:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-86a44b71-7223-4f46-9bdd-8ba7896e8f7c', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.16/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "a97fa056-9b07-4d39-86bd-e042423e06c4", "tenant_id": "18c683bf807a4ed984e92638a28fc3e0", "project_id": "18c683bf807a4ed984e92638a28fc3e0", "floating_ip_address": "172.24.5.218", "floating_network_id": "b792d967-8060-4375-a3f1-e336c6acc411", "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-28T13:21:22Z", "updated_at": "2026-05-28T13:21:22Z", "revision_number": 0}}'
2026-05-28 13:21:23,065 106271 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'a97fa056-9b07-4d39-86bd-e042423e06c4', 'tenant_id': '18c683bf807a4ed984e92638a28fc3e0', 'project_id': '18c683bf807a4ed984e92638a28fc3e0', 'floating_ip_address': '172.24.5.218', 'floating_network_id': 'b792d967-8060-4375-a3f1-e336c6acc411', '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-28T13:21:22Z', 'updated_at': '2026-05-28T13:21:22Z', 'revision_number': 0, 'ip': '172.24.5.218'} created
2026-05-28 13:21:23,065 106271 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-826786680', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF0d7eeAb42ML7WABEMjHNWTRC89o3qc+t4gOVWd3uGkngZN+ct/MERjoA7vDmFL0tsa5hPVfELxx/Yf5/H7D0OMyk2wSVNhCREEYPb38fcLCF1xmCkRvzoFc0Jo6cYW1A==', 'fingerprint': 'fe:be:24:80:81:55:67:70:23:d8:95:e7:6c:86:4c:27', 'user_id': 'f9bc9a4cc98542f3956dc12c6e8fdc08', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDA7rwvIk5ZNtO+Bl/M38Z7y/yVE5aaLmZjHjSCqdXbywzW3Kk5Rn7yW\nPRDJvT7g6BWgBwYFK4EEACKhZANiAARdHe3ngG+NjC+1gARDIxzVk0QvPaN6nPre\nIDlVnd7hpJ4GTfnLfzBEY6AO7w5hS9LbGuYT1XxC8cf2H+fx+w9DjMpNsElTYQkR\nBGD29/H3CwhdcZgpEb86BXNCaOnGFtQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'b6b22821-e17c-4ae5-9c59-25f1348dd839', 'name': 'tempest-securitygroup--1464330421', 'stateful': True, 'tenant_id': '18c683bf807a4ed984e92638a28fc3e0', 'project_id': '18c683bf807a4ed984e92638a28fc3e0', 'description': 'tempest-description--1172899610', 'shared': False, 'security_group_rules': [{'id': '5cc5539f-d6ee-484d-a6b7-2b11d7dd1d84', 'project_id': '18c683bf807a4ed984e92638a28fc3e0', 'security_group_id': 'b6b22821-e17c-4ae5-9c59-25f1348dd839', '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': 1554, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-05-28T13:21:22Z', 'updated_at': '2026-05-28T13:21:22Z', 'revision_number': 0, 'tenant_id': '18c683bf807a4ed984e92638a28fc3e0'}, {'id': '6e072a06-d2aa-469e-bec7-552b3ebcd96f', 'project_id': '18c683bf807a4ed984e92638a28fc3e0', 'security_group_id': 'b6b22821-e17c-4ae5-9c59-25f1348dd839', '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': 1555, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-05-28T13:21:22Z', 'updated_at': '2026-05-28T13:21:22Z', 'revision_number': 0, 'tenant_id': '18c683bf807a4ed984e92638a28fc3e0'}], 'tags': [], 'created_at': '2026-05-28T13:21:21Z', 'updated_at': '2026-05-28T13:21:22Z', 'revision_number': 1}, 'floating_ip': {'id': 'a97fa056-9b07-4d39-86bd-e042423e06c4', 'tenant_id': '18c683bf807a4ed984e92638a28fc3e0', 'project_id': '18c683bf807a4ed984e92638a28fc3e0', 'floating_ip_address': '172.24.5.218', 'floating_network_id': 'b792d967-8060-4375-a3f1-e336c6acc411', '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-28T13:21:22Z', 'updated_at': '2026-05-28T13:21:22Z', 'revision_number': 0, 'ip': '172.24.5.218'}}
2026-05-28 13:21:23,754 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 202 POST https://10.4.3.16/compute/v2.1/servers 0.689s
2026-05-28 13:21:23,755 106271 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-87704314", "imageRef": "65208839-8393-4abb-ab7b-7906c9063a00", "flavorRef": "42", "networks": [{"uuid": "f084691e-c85b-4df3-8218-fa74e07ce527"}], "security_groups": [{"name": "tempest-securitygroup--1464330421"}], "key_name": "tempest-keypair-826786680", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Thu, 28 May 2026 13:21:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '404', 'location': 'https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c92defe-8dc4-4d39-912b-108497ad19ac', 'x-compute-request-id': 'req-6c92defe-8dc4-4d39-912b-108497ad19ac', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.16/compute/v2.1/servers'}
Body: b'{"server": {"id": "bce8f1c3-9524-4aab-9098-184f2b34260b", "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1464330421"}], "adminPass": "LQ8JS2WFW5bh"}}'
2026-05-28 13:21:23,853 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b 0.097s
2026-05-28 13:21:23,853 106271 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:21:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1235', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-979b4d1a-88b1-4e1b-b6b1-29efbe704417', 'x-compute-request-id': 'req-979b4d1a-88b1-4e1b-b6b1-29efbe704417', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T13:21:24Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/flavors/42"}]}, "hostId": "", "id": "bce8f1c3-9524-4aab-9098-184f2b34260b", "image": {"id": "65208839-8393-4abb-ab7b-7906c9063a00", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/images/65208839-8393-4abb-ab7b-7906c9063a00"}]}, "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-87704314", "status": "BUILD", "tenant_id": "18c683bf807a4ed984e92638a28fc3e0", "user_id": "f9bc9a4cc98542f3956dc12c6e8fdc08", "updated": "2026-05-28T13:21:23Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-826786680", "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-28 13:21:24,984 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b 0.121s
2026-05-28 13:21:24,985 106271 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:21:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1239', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ccd15601-3cff-493a-bff0-256b42c708da', 'x-compute-request-id': 'req-ccd15601-3cff-493a-bff0-256b42c708da', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T13:21:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/flavors/42"}]}, "hostId": "", "id": "bce8f1c3-9524-4aab-9098-184f2b34260b", "image": {"id": "65208839-8393-4abb-ab7b-7906c9063a00", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/images/65208839-8393-4abb-ab7b-7906c9063a00"}]}, "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-87704314", "status": "BUILD", "tenant_id": "18c683bf807a4ed984e92638a28fc3e0", "user_id": "f9bc9a4cc98542f3956dc12c6e8fdc08", "updated": "2026-05-28T13:21:24Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-826786680", "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-28 13:21:26,100 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b 0.109s
2026-05-28 13:21:26,100 106271 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:21:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1287', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7dee199f-d4ad-4af4-b8a6-b94d05dacd70', 'x-compute-request-id': 'req-7dee199f-d4ad-4af4-b8a6-b94d05dacd70', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T13:21:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/flavors/42"}]}, "hostId": "2e2cfafd7af66490d3b60e2f5b5e124fbb3ab310b2aad7769bd922f6", "id": "bce8f1c3-9524-4aab-9098-184f2b34260b", "image": {"id": "65208839-8393-4abb-ab7b-7906c9063a00", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/images/65208839-8393-4abb-ab7b-7906c9063a00"}]}, "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-87704314", "status": "BUILD", "tenant_id": "18c683bf807a4ed984e92638a28fc3e0", "user_id": "f9bc9a4cc98542f3956dc12c6e8fdc08", "updated": "2026-05-28T13:21:25Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-826786680", "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-28 13:21:26,107 106271 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait
2026-05-28 13:21:27,203 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b 0.095s
2026-05-28 13:21:27,203 106271 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:21:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1287', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6436bdb-ff58-4e65-9329-246e6c820c36', 'x-compute-request-id': 'req-c6436bdb-ff58-4e65-9329-246e6c820c36', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T13:21:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/flavors/42"}]}, "hostId": "2e2cfafd7af66490d3b60e2f5b5e124fbb3ab310b2aad7769bd922f6", "id": "bce8f1c3-9524-4aab-9098-184f2b34260b", "image": {"id": "65208839-8393-4abb-ab7b-7906c9063a00", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/images/65208839-8393-4abb-ab7b-7906c9063a00"}]}, "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-87704314", "status": "BUILD", "tenant_id": "18c683bf807a4ed984e92638a28fc3e0", "user_id": "f9bc9a4cc98542f3956dc12c6e8fdc08", "updated": "2026-05-28T13:21:25Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-826786680", "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-28 13:21:28,301 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b 0.092s
2026-05-28 13:21:28,302 106271 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:21:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1295', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-637e999b-eda1-42a0-8437-9ea2c58ec5d2', 'x-compute-request-id': 'req-637e999b-eda1-42a0-8437-9ea2c58ec5d2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T13:21:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/flavors/42"}]}, "hostId": "2e2cfafd7af66490d3b60e2f5b5e124fbb3ab310b2aad7769bd922f6", "id": "bce8f1c3-9524-4aab-9098-184f2b34260b", "image": {"id": "65208839-8393-4abb-ab7b-7906c9063a00", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/images/65208839-8393-4abb-ab7b-7906c9063a00"}]}, "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-87704314", "status": "BUILD", "tenant_id": "18c683bf807a4ed984e92638a28fc3e0", "user_id": "f9bc9a4cc98542f3956dc12c6e8fdc08", "updated": "2026-05-28T13:21:28Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-826786680", "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-28 13:21:28,308 106271 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 5 second wait
2026-05-28 13:21:29,531 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b 0.222s
2026-05-28 13:21:29,531 106271 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:21:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-101f0d31-4135-4b74-bc14-0494b030006f', 'x-compute-request-id': 'req-101f0d31-4135-4b74-bc14-0494b030006f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T13:21:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/flavors/42"}]}, "hostId": "2e2cfafd7af66490d3b60e2f5b5e124fbb3ab310b2aad7769bd922f6", "id": "bce8f1c3-9524-4aab-9098-184f2b34260b", "image": {"id": "65208839-8393-4abb-ab7b-7906c9063a00", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/images/65208839-8393-4abb-ab7b-7906c9063a00"}]}, "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-87704314", "status": "BUILD", "tenant_id": "18c683bf807a4ed984e92638a28fc3e0", "user_id": "f9bc9a4cc98542f3956dc12c6e8fdc08", "updated": "2026-05-28T13:21:29Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-826786680", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1464330421"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 13:21:29,537 106271 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 6 second wait
2026-05-28 13:21:30,740 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b 0.202s
2026-05-28 13:21:30,740 106271 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:21:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46c6231f-6ef1-4e3e-a25f-9e8cd956245d', 'x-compute-request-id': 'req-46c6231f-6ef1-4e3e-a25f-9e8cd956245d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T13:21:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/flavors/42"}]}, "hostId": "2e2cfafd7af66490d3b60e2f5b5e124fbb3ab310b2aad7769bd922f6", "id": "bce8f1c3-9524-4aab-9098-184f2b34260b", "image": {"id": "65208839-8393-4abb-ab7b-7906c9063a00", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/images/65208839-8393-4abb-ab7b-7906c9063a00"}]}, "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-87704314", "status": "BUILD", "tenant_id": "18c683bf807a4ed984e92638a28fc3e0", "user_id": "f9bc9a4cc98542f3956dc12c6e8fdc08", "updated": "2026-05-28T13:21:30Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-826786680", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1464330421"}], "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-28 13:21:30,746 106271 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 7 second wait
2026-05-28 13:21:31,933 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b 0.186s
2026-05-28 13:21:31,933 106271 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:21:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-708ca7a3-0c6e-4dc0-8013-faf6303980b0', 'x-compute-request-id': 'req-708ca7a3-0c6e-4dc0-8013-faf6303980b0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T13:21:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/flavors/42"}]}, "hostId": "2e2cfafd7af66490d3b60e2f5b5e124fbb3ab310b2aad7769bd922f6", "id": "bce8f1c3-9524-4aab-9098-184f2b34260b", "image": {"id": "65208839-8393-4abb-ab7b-7906c9063a00", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/images/65208839-8393-4abb-ab7b-7906c9063a00"}]}, "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-87704314", "status": "BUILD", "tenant_id": "18c683bf807a4ed984e92638a28fc3e0", "user_id": "f9bc9a4cc98542f3956dc12c6e8fdc08", "updated": "2026-05-28T13:21:30Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-826786680", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1464330421"}], "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-28 13:21:33,174 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b 0.235s
2026-05-28 13:21:33,175 106271 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:21:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9d3e2d7-d983-462b-b3c2-034d519b5d24', 'x-compute-request-id': 'req-d9d3e2d7-d983-462b-b3c2-034d519b5d24', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T13:21:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/flavors/42"}]}, "hostId": "2e2cfafd7af66490d3b60e2f5b5e124fbb3ab310b2aad7769bd922f6", "id": "bce8f1c3-9524-4aab-9098-184f2b34260b", "image": {"id": "65208839-8393-4abb-ab7b-7906c9063a00", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/images/65208839-8393-4abb-ab7b-7906c9063a00"}]}, "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-87704314", "status": "BUILD", "tenant_id": "18c683bf807a4ed984e92638a28fc3e0", "user_id": "f9bc9a4cc98542f3956dc12c6e8fdc08", "updated": "2026-05-28T13:21:30Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-826786680", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1464330421"}], "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-28 13:21:34,384 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b 0.202s
2026-05-28 13:21:34,384 106271 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:21:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd26cad3-bb08-42e1-9f8e-45a9b1add340', 'x-compute-request-id': 'req-dd26cad3-bb08-42e1-9f8e-45a9b1add340', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T13:21:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/flavors/42"}]}, "hostId": "2e2cfafd7af66490d3b60e2f5b5e124fbb3ab310b2aad7769bd922f6", "id": "bce8f1c3-9524-4aab-9098-184f2b34260b", "image": {"id": "65208839-8393-4abb-ab7b-7906c9063a00", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/images/65208839-8393-4abb-ab7b-7906c9063a00"}]}, "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-87704314", "status": "BUILD", "tenant_id": "18c683bf807a4ed984e92638a28fc3e0", "user_id": "f9bc9a4cc98542f3956dc12c6e8fdc08", "updated": "2026-05-28T13:21:30Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-826786680", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1464330421"}], "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-28 13:21:35,714 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b 0.322s
2026-05-28 13:21:35,714 106271 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:21:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b86101d-4d9f-4cda-a55b-176181d79d33', 'x-compute-request-id': 'req-6b86101d-4d9f-4cda-a55b-176181d79d33', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T13:21:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/flavors/42"}]}, "hostId": "2e2cfafd7af66490d3b60e2f5b5e124fbb3ab310b2aad7769bd922f6", "id": "bce8f1c3-9524-4aab-9098-184f2b34260b", "image": {"id": "65208839-8393-4abb-ab7b-7906c9063a00", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/images/65208839-8393-4abb-ab7b-7906c9063a00"}]}, "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-87704314", "status": "BUILD", "tenant_id": "18c683bf807a4ed984e92638a28fc3e0", "user_id": "f9bc9a4cc98542f3956dc12c6e8fdc08", "updated": "2026-05-28T13:21:30Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-826786680", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1464330421"}], "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-28 13:21:36,968 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b 0.240s
2026-05-28 13:21:36,968 106271 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:21:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9479e8d2-5353-4821-ac4e-a1494b0bc6e1', 'x-compute-request-id': 'req-9479e8d2-5353-4821-ac4e-a1494b0bc6e1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T13:21:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/flavors/42"}]}, "hostId": "2e2cfafd7af66490d3b60e2f5b5e124fbb3ab310b2aad7769bd922f6", "id": "bce8f1c3-9524-4aab-9098-184f2b34260b", "image": {"id": "65208839-8393-4abb-ab7b-7906c9063a00", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/images/65208839-8393-4abb-ab7b-7906c9063a00"}]}, "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-87704314", "status": "BUILD", "tenant_id": "18c683bf807a4ed984e92638a28fc3e0", "user_id": "f9bc9a4cc98542f3956dc12c6e8fdc08", "updated": "2026-05-28T13:21:37Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-826786680", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1464330421"}], "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-28 13:21:38,160 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b 0.182s
2026-05-28 13:21:38,160 106271 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:21:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1550', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5e8085e-e2c0-4b2b-aace-b69421d43c03', 'x-compute-request-id': 'req-b5e8085e-e2c0-4b2b-aace-b69421d43c03', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-399459523-network": [{"version": 4, "addr": "10.1.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3d:e1:16"}]}, "created": "2026-05-28T13:21:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/flavors/42"}]}, "hostId": "2e2cfafd7af66490d3b60e2f5b5e124fbb3ab310b2aad7769bd922f6", "id": "bce8f1c3-9524-4aab-9098-184f2b34260b", "image": {"id": "65208839-8393-4abb-ab7b-7906c9063a00", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/images/65208839-8393-4abb-ab7b-7906c9063a00"}]}, "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-87704314", "status": "ACTIVE", "tenant_id": "18c683bf807a4ed984e92638a28fc3e0", "user_id": "f9bc9a4cc98542f3956dc12c6e8fdc08", "updated": "2026-05-28T13:21:37Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-826786680", "OS-SRV-USG:launched_at": "2026-05-28T13:21:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1464330421"}], "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-28 13:21:38,165 106271 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 15 second wait
2026-05-28 13:21:38,267 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b/os-interface 0.101s
2026-05-28 13:21:38,267 106271 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:21:38 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-01eb68fc-7c37-4d94-90c9-e9b7150ac48b', 'x-compute-request-id': 'req-01eb68fc-7c37-4d94-90c9-e9b7150ac48b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "f084691e-c85b-4df3-8218-fa74e07ce527", "port_id": "47fd5cc5-766a-44f6-93d2-da32621352d9", "mac_addr": "fa:16:3e:3d:e1:16", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "e37a356a-b2a7-4f72-ae78-18abe51421a2", "ip_address": "10.1.0.7"}]}]}'
2026-05-28 13:21:38,985 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 PUT https://10.4.3.16/networking/v2.0/floatingips/a97fa056-9b07-4d39-86bd-e042423e06c4 0.715s
2026-05-28 13:21:38,985 106271 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "47fd5cc5-766a-44f6-93d2-da32621352d9"}}
Response - Headers: {'date': 'Thu, 28 May 2026 13:21:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-0b1fe62e-a38a-4bdc-bb36-3c8e041cac14', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/networking/v2.0/floatingips/a97fa056-9b07-4d39-86bd-e042423e06c4'}
Body: b'{"floatingip": {"id": "a97fa056-9b07-4d39-86bd-e042423e06c4", "tenant_id": "18c683bf807a4ed984e92638a28fc3e0", "project_id": "18c683bf807a4ed984e92638a28fc3e0", "floating_ip_address": "172.24.5.218", "floating_network_id": "b792d967-8060-4375-a3f1-e336c6acc411", "router_id": "ea8df516-7504-4cf6-866e-89e346e6db30", "port_id": "47fd5cc5-766a-44f6-93d2-da32621352d9", "fixed_ip_address": "10.1.0.7", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "f084691e-c85b-4df3-8218-fa74e07ce527", "mac_address": "fa:16:3e:3d:e1:16", "admin_state_up": true, "status": "ACTIVE", "device_id": "bce8f1c3-9524-4aab-9098-184f2b34260b", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-05-28T13:21:22Z", "updated_at": "2026-05-28T13:21:38Z", "revision_number": 1}}'
2026-05-28 13:21:38,985 106271 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.5.218:22' as 'cirros' with public key authentication
2026-05-28 13:22:14,787 106271 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-05-28 13:22:14,997 106271 INFO [paramiko.transport] Authentication (publickey) successful!
2026-05-28 13:22:14,997 106271 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.5.218 successfully created
2026-05-28 13:22:15,230 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b 0.232s
2026-05-28 13:22:15,230 106271 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed44ef35-0b19-4ba7-89ae-5bd2bcdc80fa', 'x-compute-request-id': 'req-ed44ef35-0b19-4ba7-89ae-5bd2bcdc80fa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-399459523-network": [{"version": 4, "addr": "10.1.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3d:e1:16"}, {"version": 4, "addr": "172.24.5.218", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3d:e1:16"}]}, "created": "2026-05-28T13:21:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/flavors/42"}]}, "hostId": "2e2cfafd7af66490d3b60e2f5b5e124fbb3ab310b2aad7769bd922f6", "id": "bce8f1c3-9524-4aab-9098-184f2b34260b", "image": {"id": "65208839-8393-4abb-ab7b-7906c9063a00", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/images/65208839-8393-4abb-ab7b-7906c9063a00"}]}, "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-87704314", "status": "ACTIVE", "tenant_id": "18c683bf807a4ed984e92638a28fc3e0", "user_id": "f9bc9a4cc98542f3956dc12c6e8fdc08", "updated": "2026-05-28T13:21:37Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-826786680", "OS-SRV-USG:launched_at": "2026-05-28T13:21:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1464330421"}], "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-28 13:22:15,270 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.16/volume/v3/volumes/a791fa73-fe10-4bf2-9986-1734e3e1e18a 0.030s
2026-05-28 13:22:15,270 106271 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58533aa4-34c9-4eff-968d-d510c9de8519', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58533aa4-34c9-4eff-968d-d510c9de8519', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/volume/v3/volumes/a791fa73-fe10-4bf2-9986-1734e3e1e18a'}
Body: b'{"volume": {"id": "a791fa73-fe10-4bf2-9986-1734e3e1e18a", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T13:21:22.000000", "updated_at": "2026-05-28T13:21:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2141564252", "description": null, "volume_type": "tempest-scenario-type-luksv2-270904771", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.16/volume/v3/volumes/a791fa73-fe10-4bf2-9986-1734e3e1e18a"}, {"rel": "bookmark", "href": "https://10.4.3.16/volume/volumes/a791fa73-fe10-4bf2-9986-1734e3e1e18a"}], "user_id": "f9bc9a4cc98542f3956dc12c6e8fdc08", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "18c683bf807a4ed984e92638a28fc3e0"}}'
2026-05-28 13:22:15,279 106271 INFO [tempest.common.waiters] volume a791fa73-fe10-4bf2-9986-1734e3e1e18a reached available after waiting for 0.279330 seconds
2026-05-28 13:22:15,334 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.16/volume/v3/volumes/a791fa73-fe10-4bf2-9986-1734e3e1e18a 0.054s
2026-05-28 13:22:15,334 106271 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35a0d16e-3336-4a4e-b395-65a47f08f877', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35a0d16e-3336-4a4e-b395-65a47f08f877', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/volume/v3/volumes/a791fa73-fe10-4bf2-9986-1734e3e1e18a'}
Body: b'{"volume": {"id": "a791fa73-fe10-4bf2-9986-1734e3e1e18a", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T13:21:22.000000", "updated_at": "2026-05-28T13:21:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2141564252", "description": null, "volume_type": "tempest-scenario-type-luksv2-270904771", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.16/volume/v3/volumes/a791fa73-fe10-4bf2-9986-1734e3e1e18a"}, {"rel": "bookmark", "href": "https://10.4.3.16/volume/volumes/a791fa73-fe10-4bf2-9986-1734e3e1e18a"}], "user_id": "f9bc9a4cc98542f3956dc12c6e8fdc08", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "18c683bf807a4ed984e92638a28fc3e0"}}'
2026-05-28 13:22:17,925 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b/os-volume_attachments 2.584s
2026-05-28 13:22:17,926 106271 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volumeAttachment": {"volumeId": "a791fa73-fe10-4bf2-9986-1734e3e1e18a"}}
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:15 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-25adbd7c-1625-468f-b282-2eee799974fc', 'x-compute-request-id': 'req-25adbd7c-1625-468f-b282-2eee799974fc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b/os-volume_attachments'}
Body: b'{"volumeAttachment": {"id": "a791fa73-fe10-4bf2-9986-1734e3e1e18a", "serverId": "bce8f1c3-9524-4aab-9098-184f2b34260b", "volumeId": "a791fa73-fe10-4bf2-9986-1734e3e1e18a", "device": "/dev/vdb"}}'
2026-05-28 13:22:17,956 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.16/volume/v3/volumes/a791fa73-fe10-4bf2-9986-1734e3e1e18a 0.029s
2026-05-28 13:22:17,957 106271 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf7f59c9-14f9-4a47-beaf-7ed777898d92', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf7f59c9-14f9-4a47-beaf-7ed777898d92', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/volume/v3/volumes/a791fa73-fe10-4bf2-9986-1734e3e1e18a'}
Body: b'{"volume": {"id": "a791fa73-fe10-4bf2-9986-1734e3e1e18a", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T13:21:22.000000", "updated_at": "2026-05-28T13:22:18.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2141564252", "description": null, "volume_type": "tempest-scenario-type-luksv2-270904771", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.16/volume/v3/volumes/a791fa73-fe10-4bf2-9986-1734e3e1e18a"}, {"rel": "bookmark", "href": "https://10.4.3.16/volume/volumes/a791fa73-fe10-4bf2-9986-1734e3e1e18a"}], "user_id": "f9bc9a4cc98542f3956dc12c6e8fdc08", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "18c683bf807a4ed984e92638a28fc3e0"}}'
2026-05-28 13:22:19,000 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.16/volume/v3/volumes/a791fa73-fe10-4bf2-9986-1734e3e1e18a 0.031s
2026-05-28 13:22:19,000 106271 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12b912f4-b1db-4843-b180-526d566fde5b', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12b912f4-b1db-4843-b180-526d566fde5b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/volume/v3/volumes/a791fa73-fe10-4bf2-9986-1734e3e1e18a'}
Body: b'{"volume": {"id": "a791fa73-fe10-4bf2-9986-1734e3e1e18a", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T13:21:22.000000", "updated_at": "2026-05-28T13:22:18.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2141564252", "description": null, "volume_type": "tempest-scenario-type-luksv2-270904771", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.16/volume/v3/volumes/a791fa73-fe10-4bf2-9986-1734e3e1e18a"}, {"rel": "bookmark", "href": "https://10.4.3.16/volume/volumes/a791fa73-fe10-4bf2-9986-1734e3e1e18a"}], "user_id": "f9bc9a4cc98542f3956dc12c6e8fdc08", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "18c683bf807a4ed984e92638a28fc3e0"}}'
2026-05-28 13:22:20,053 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.16/volume/v3/volumes/a791fa73-fe10-4bf2-9986-1734e3e1e18a 0.045s
2026-05-28 13:22:20,053 106271 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a02218f0-6ed9-4727-a503-32ead279ba44', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a02218f0-6ed9-4727-a503-32ead279ba44', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/volume/v3/volumes/a791fa73-fe10-4bf2-9986-1734e3e1e18a'}
Body: b'{"volume": {"id": "a791fa73-fe10-4bf2-9986-1734e3e1e18a", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T13:21:22.000000", "updated_at": "2026-05-28T13:22:18.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2141564252", "description": null, "volume_type": "tempest-scenario-type-luksv2-270904771", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.16/volume/v3/volumes/a791fa73-fe10-4bf2-9986-1734e3e1e18a"}, {"rel": "bookmark", "href": "https://10.4.3.16/volume/volumes/a791fa73-fe10-4bf2-9986-1734e3e1e18a"}], "user_id": "f9bc9a4cc98542f3956dc12c6e8fdc08", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "18c683bf807a4ed984e92638a28fc3e0"}}'
2026-05-28 13:22:21,106 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.16/volume/v3/volumes/a791fa73-fe10-4bf2-9986-1734e3e1e18a 0.046s
2026-05-28 13:22:21,107 106271 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77544cb6-07c1-4500-9d01-31301e7c8fe2', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77544cb6-07c1-4500-9d01-31301e7c8fe2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/volume/v3/volumes/a791fa73-fe10-4bf2-9986-1734e3e1e18a'}
Body: b'{"volume": {"id": "a791fa73-fe10-4bf2-9986-1734e3e1e18a", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T13:21:22.000000", "updated_at": "2026-05-28T13:22:18.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2141564252", "description": null, "volume_type": "tempest-scenario-type-luksv2-270904771", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.16/volume/v3/volumes/a791fa73-fe10-4bf2-9986-1734e3e1e18a"}, {"rel": "bookmark", "href": "https://10.4.3.16/volume/volumes/a791fa73-fe10-4bf2-9986-1734e3e1e18a"}], "user_id": "f9bc9a4cc98542f3956dc12c6e8fdc08", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "18c683bf807a4ed984e92638a28fc3e0"}}'
2026-05-28 13:22:22,418 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 500 GET https://10.4.3.16/volume/v3/volumes/a791fa73-fe10-4bf2-9986-1734e3e1e18a 0.304s
2026-05-28 13:22:22,418 106271 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-a66ddedc-76bc-49c2-b239-4f7730a5177a', 'x-openstack-request-id': 'req-a66ddedc-76bc-49c2-b239-4f7730a5177a', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.16/volume/v3/volumes/a791fa73-fe10-4bf2-9986-1734e3e1e18a'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2026-05-28 13:22:22,484 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 500 DELETE https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b 0.064s
2026-05-28 13:22:22,485 106271 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '147', 'x-openstack-request-id': 'req-c39fb3dc-df16-40f9-a96b-5983d7d6e208', 'x-compute-request-id': 'req-c39fb3dc-df16-40f9-a96b-5983d7d6e208', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-05-28 13:22:22,485 106271 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method ServersClient.delete_server of <tempest.lib.services.compute.servers_client.ServersClient object at 0x76f0b809b4a0>>, retrying...
2026-05-28 13:22:27,729 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b 0.244s
2026-05-28 13:22:27,729 106271 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:27 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-f73ef698-4f49-46b2-98f3-da34d52da932', 'x-compute-request-id': 'req-f73ef698-4f49-46b2-98f3-da34d52da932', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b'}
Body: b''
2026-05-28 13:22:28,081 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b 0.351s
2026-05-28 13:22:28,081 106271 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1721', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-968bfd5f-cc61-49e0-be1e-f1829124f62b', 'x-compute-request-id': 'req-968bfd5f-cc61-49e0-be1e-f1829124f62b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-399459523-network": [{"version": 4, "addr": "10.1.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3d:e1:16"}, {"version": 4, "addr": "172.24.5.218", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3d:e1:16"}]}, "created": "2026-05-28T13:21:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/flavors/42"}]}, "hostId": "2e2cfafd7af66490d3b60e2f5b5e124fbb3ab310b2aad7769bd922f6", "id": "bce8f1c3-9524-4aab-9098-184f2b34260b", "image": {"id": "65208839-8393-4abb-ab7b-7906c9063a00", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/images/65208839-8393-4abb-ab7b-7906c9063a00"}]}, "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-87704314", "status": "ACTIVE", "tenant_id": "18c683bf807a4ed984e92638a28fc3e0", "user_id": "f9bc9a4cc98542f3956dc12c6e8fdc08", "updated": "2026-05-28T13:22:28Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-826786680", "OS-SRV-USG:launched_at": "2026-05-28T13:21:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1464330421"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "a791fa73-fe10-4bf2-9986-1734e3e1e18a"}]}}'
2026-05-28 13:22:29,359 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b 0.271s
2026-05-28 13:22:29,359 106271 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1721', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98ea9d04-5cdf-4fce-8ee0-588a64752802', 'x-compute-request-id': 'req-98ea9d04-5cdf-4fce-8ee0-588a64752802', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-399459523-network": [{"version": 4, "addr": "10.1.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3d:e1:16"}, {"version": 4, "addr": "172.24.5.218", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3d:e1:16"}]}, "created": "2026-05-28T13:21:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/flavors/42"}]}, "hostId": "2e2cfafd7af66490d3b60e2f5b5e124fbb3ab310b2aad7769bd922f6", "id": "bce8f1c3-9524-4aab-9098-184f2b34260b", "image": {"id": "65208839-8393-4abb-ab7b-7906c9063a00", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/images/65208839-8393-4abb-ab7b-7906c9063a00"}]}, "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-87704314", "status": "ACTIVE", "tenant_id": "18c683bf807a4ed984e92638a28fc3e0", "user_id": "f9bc9a4cc98542f3956dc12c6e8fdc08", "updated": "2026-05-28T13:22:28Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-826786680", "OS-SRV-USG:launched_at": "2026-05-28T13:21:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1464330421"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "a791fa73-fe10-4bf2-9986-1734e3e1e18a"}]}}'
2026-05-28 13:22:30,609 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b 0.242s
2026-05-28 13:22:30,609 106271 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1721', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0a60d09-cec6-4605-919c-102a3a4ce2bc', 'x-compute-request-id': 'req-e0a60d09-cec6-4605-919c-102a3a4ce2bc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-399459523-network": [{"version": 4, "addr": "10.1.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3d:e1:16"}, {"version": 4, "addr": "172.24.5.218", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3d:e1:16"}]}, "created": "2026-05-28T13:21:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/flavors/42"}]}, "hostId": "2e2cfafd7af66490d3b60e2f5b5e124fbb3ab310b2aad7769bd922f6", "id": "bce8f1c3-9524-4aab-9098-184f2b34260b", "image": {"id": "65208839-8393-4abb-ab7b-7906c9063a00", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/images/65208839-8393-4abb-ab7b-7906c9063a00"}]}, "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-87704314", "status": "ACTIVE", "tenant_id": "18c683bf807a4ed984e92638a28fc3e0", "user_id": "f9bc9a4cc98542f3956dc12c6e8fdc08", "updated": "2026-05-28T13:22:28Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-826786680", "OS-SRV-USG:launched_at": "2026-05-28T13:21:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1464330421"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "a791fa73-fe10-4bf2-9986-1734e3e1e18a"}]}}'
2026-05-28 13:22:31,807 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b 0.192s
2026-05-28 13:22:31,807 106271 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1721', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68b22382-b11d-474e-8235-6b760459e2a6', 'x-compute-request-id': 'req-68b22382-b11d-474e-8235-6b760459e2a6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-399459523-network": [{"version": 4, "addr": "10.1.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3d:e1:16"}, {"version": 4, "addr": "172.24.5.218", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3d:e1:16"}]}, "created": "2026-05-28T13:21:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/flavors/42"}]}, "hostId": "2e2cfafd7af66490d3b60e2f5b5e124fbb3ab310b2aad7769bd922f6", "id": "bce8f1c3-9524-4aab-9098-184f2b34260b", "image": {"id": "65208839-8393-4abb-ab7b-7906c9063a00", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/images/65208839-8393-4abb-ab7b-7906c9063a00"}]}, "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-87704314", "status": "ACTIVE", "tenant_id": "18c683bf807a4ed984e92638a28fc3e0", "user_id": "f9bc9a4cc98542f3956dc12c6e8fdc08", "updated": "2026-05-28T13:22:28Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-826786680", "OS-SRV-USG:launched_at": "2026-05-28T13:21:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1464330421"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "a791fa73-fe10-4bf2-9986-1734e3e1e18a"}]}}'
2026-05-28 13:22:32,974 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b 0.157s
2026-05-28 13:22:32,974 106271 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1721', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c15e18a6-6248-45a1-9625-c24a9f3c517c', 'x-compute-request-id': 'req-c15e18a6-6248-45a1-9625-c24a9f3c517c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-399459523-network": [{"version": 4, "addr": "10.1.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3d:e1:16"}, {"version": 4, "addr": "172.24.5.218", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3d:e1:16"}]}, "created": "2026-05-28T13:21:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/flavors/42"}]}, "hostId": "2e2cfafd7af66490d3b60e2f5b5e124fbb3ab310b2aad7769bd922f6", "id": "bce8f1c3-9524-4aab-9098-184f2b34260b", "image": {"id": "65208839-8393-4abb-ab7b-7906c9063a00", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/images/65208839-8393-4abb-ab7b-7906c9063a00"}]}, "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-87704314", "status": "ACTIVE", "tenant_id": "18c683bf807a4ed984e92638a28fc3e0", "user_id": "f9bc9a4cc98542f3956dc12c6e8fdc08", "updated": "2026-05-28T13:22:28Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-826786680", "OS-SRV-USG:launched_at": "2026-05-28T13:21:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1464330421"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "a791fa73-fe10-4bf2-9986-1734e3e1e18a"}]}}'
2026-05-28 13:22:34,185 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b 0.205s
2026-05-28 13:22:34,185 106271 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1721', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-93307fc3-9cb2-4283-a233-58f277cbcf69', 'x-compute-request-id': 'req-93307fc3-9cb2-4283-a233-58f277cbcf69', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-399459523-network": [{"version": 4, "addr": "10.1.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3d:e1:16"}, {"version": 4, "addr": "172.24.5.218", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3d:e1:16"}]}, "created": "2026-05-28T13:21:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/flavors/42"}]}, "hostId": "2e2cfafd7af66490d3b60e2f5b5e124fbb3ab310b2aad7769bd922f6", "id": "bce8f1c3-9524-4aab-9098-184f2b34260b", "image": {"id": "65208839-8393-4abb-ab7b-7906c9063a00", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/images/65208839-8393-4abb-ab7b-7906c9063a00"}]}, "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-87704314", "status": "ACTIVE", "tenant_id": "18c683bf807a4ed984e92638a28fc3e0", "user_id": "f9bc9a4cc98542f3956dc12c6e8fdc08", "updated": "2026-05-28T13:22:28Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-826786680", "OS-SRV-USG:launched_at": "2026-05-28T13:21:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1464330421"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "a791fa73-fe10-4bf2-9986-1734e3e1e18a"}]}}'
2026-05-28 13:22:35,360 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b 0.169s
2026-05-28 13:22:35,361 106271 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1721', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b0dfeb6c-b18a-4cb9-b784-9047f4ec04e1', 'x-compute-request-id': 'req-b0dfeb6c-b18a-4cb9-b784-9047f4ec04e1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-399459523-network": [{"version": 4, "addr": "10.1.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3d:e1:16"}, {"version": 4, "addr": "172.24.5.218", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3d:e1:16"}]}, "created": "2026-05-28T13:21:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/flavors/42"}]}, "hostId": "2e2cfafd7af66490d3b60e2f5b5e124fbb3ab310b2aad7769bd922f6", "id": "bce8f1c3-9524-4aab-9098-184f2b34260b", "image": {"id": "65208839-8393-4abb-ab7b-7906c9063a00", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/images/65208839-8393-4abb-ab7b-7906c9063a00"}]}, "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-87704314", "status": "ACTIVE", "tenant_id": "18c683bf807a4ed984e92638a28fc3e0", "user_id": "f9bc9a4cc98542f3956dc12c6e8fdc08", "updated": "2026-05-28T13:22:28Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-826786680", "OS-SRV-USG:launched_at": "2026-05-28T13:21:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1464330421"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "a791fa73-fe10-4bf2-9986-1734e3e1e18a"}]}}'
2026-05-28 13:22:36,539 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b 0.169s
2026-05-28 13:22:36,539 106271 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1721', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62a5b855-2abf-413e-bb3d-90152e38e2d9', 'x-compute-request-id': 'req-62a5b855-2abf-413e-bb3d-90152e38e2d9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-399459523-network": [{"version": 4, "addr": "10.1.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3d:e1:16"}, {"version": 4, "addr": "172.24.5.218", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3d:e1:16"}]}, "created": "2026-05-28T13:21:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/flavors/42"}]}, "hostId": "2e2cfafd7af66490d3b60e2f5b5e124fbb3ab310b2aad7769bd922f6", "id": "bce8f1c3-9524-4aab-9098-184f2b34260b", "image": {"id": "65208839-8393-4abb-ab7b-7906c9063a00", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/images/65208839-8393-4abb-ab7b-7906c9063a00"}]}, "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-87704314", "status": "ACTIVE", "tenant_id": "18c683bf807a4ed984e92638a28fc3e0", "user_id": "f9bc9a4cc98542f3956dc12c6e8fdc08", "updated": "2026-05-28T13:22:36Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-826786680", "OS-SRV-USG:launched_at": "2026-05-28T13:21:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1464330421"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "a791fa73-fe10-4bf2-9986-1734e3e1e18a"}]}}'
2026-05-28 13:22:37,673 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b 0.123s
2026-05-28 13:22:37,673 106271 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1653', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6895b74-6ea9-4ab4-b827-8d9e17e53f98', 'x-compute-request-id': 'req-a6895b74-6ea9-4ab4-b827-8d9e17e53f98', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-399459523-network": [{"version": 4, "addr": "10.1.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3d:e1:16"}, {"version": 4, "addr": "172.24.5.218", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3d:e1:16"}]}, "created": "2026-05-28T13:21:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/flavors/42"}]}, "hostId": "2e2cfafd7af66490d3b60e2f5b5e124fbb3ab310b2aad7769bd922f6", "id": "bce8f1c3-9524-4aab-9098-184f2b34260b", "image": {"id": "65208839-8393-4abb-ab7b-7906c9063a00", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/images/65208839-8393-4abb-ab7b-7906c9063a00"}]}, "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-87704314", "status": "ACTIVE", "tenant_id": "18c683bf807a4ed984e92638a28fc3e0", "user_id": "f9bc9a4cc98542f3956dc12c6e8fdc08", "updated": "2026-05-28T13:22:36Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-826786680", "OS-SRV-USG:launched_at": "2026-05-28T13:21:37.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "a791fa73-fe10-4bf2-9986-1734e3e1e18a"}]}}'
2026-05-28 13:22:38,796 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b 0.113s
2026-05-28 13:22:38,796 106271 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e85eb732-12cd-4f43-8ca4-26392cf4e8de', 'x-compute-request-id': 'req-e85eb732-12cd-4f43-8ca4-26392cf4e8de', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T13:21:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/flavors/42"}]}, "hostId": "2e2cfafd7af66490d3b60e2f5b5e124fbb3ab310b2aad7769bd922f6", "id": "bce8f1c3-9524-4aab-9098-184f2b34260b", "image": {"id": "65208839-8393-4abb-ab7b-7906c9063a00", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/images/65208839-8393-4abb-ab7b-7906c9063a00"}]}, "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-87704314", "status": "ACTIVE", "tenant_id": "18c683bf807a4ed984e92638a28fc3e0", "user_id": "f9bc9a4cc98542f3956dc12c6e8fdc08", "updated": "2026-05-28T13:22:36Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-826786680", "OS-SRV-USG:launched_at": "2026-05-28T13:21:37.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "a791fa73-fe10-4bf2-9986-1734e3e1e18a"}]}}'
2026-05-28 13:22:39,905 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b 0.103s
2026-05-28 13:22:39,905 106271 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-59529190-2c69-4ef3-9c51-7fb7943aef04', 'x-compute-request-id': 'req-59529190-2c69-4ef3-9c51-7fb7943aef04', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T13:21:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/flavors/42"}]}, "hostId": "2e2cfafd7af66490d3b60e2f5b5e124fbb3ab310b2aad7769bd922f6", "id": "bce8f1c3-9524-4aab-9098-184f2b34260b", "image": {"id": "65208839-8393-4abb-ab7b-7906c9063a00", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/images/65208839-8393-4abb-ab7b-7906c9063a00"}]}, "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-87704314", "status": "DELETED", "tenant_id": "18c683bf807a4ed984e92638a28fc3e0", "user_id": "f9bc9a4cc98542f3956dc12c6e8fdc08", "updated": "2026-05-28T13:22:39Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-826786680", "OS-SRV-USG:launched_at": "2026-05-28T13:21:37.000000", "OS-SRV-USG:terminated_at": "2026-05-28T13:22:39.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "a791fa73-fe10-4bf2-9986-1734e3e1e18a"}]}}'
2026-05-28 13:22:39,911 106271 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 11 second wait
2026-05-28 13:22:41,017 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b 0.105s
2026-05-28 13:22:41,017 106271 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d7aef52-b65d-4260-9987-846f2380f283', 'x-compute-request-id': 'req-5d7aef52-b65d-4260-9987-846f2380f283', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T13:21:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/flavors/42"}]}, "hostId": "2e2cfafd7af66490d3b60e2f5b5e124fbb3ab310b2aad7769bd922f6", "id": "bce8f1c3-9524-4aab-9098-184f2b34260b", "image": {"id": "65208839-8393-4abb-ab7b-7906c9063a00", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/images/65208839-8393-4abb-ab7b-7906c9063a00"}]}, "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/bce8f1c3-9524-4aab-9098-184f2b34260b"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-87704314", "status": "DELETED", "tenant_id": "18c683bf807a4ed984e92638a28fc3e0", "user_id": "f9bc9a4cc98542f3956dc12c6e8fdc08", "updated": "2026-05-28T13:22:39Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-826786680", "OS-SRV-USG:launched_at": "2026-05-28T13:21:37.000000", "OS-SRV-USG:terminated_at": "2026-05-28T13:22:39.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "a791fa73-fe10-4bf2-9986-1734e3e1e18a"}]}}'
2026-05-28 13:22:42,055 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 404 GET https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b 0.031s
2026-05-28 13:22:42,056 106271 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:42 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-aba40d31-e6d6-453a-8f39-6febe40e688f', 'x-compute-request-id': 'req-aba40d31-e6d6-453a-8f39-6febe40e688f', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bce8f1c3-9524-4aab-9098-184f2b34260b'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance bce8f1c3-9524-4aab-9098-184f2b34260b could not be found."}}'
2026-05-28 13:22:42,082 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE https://10.4.3.16/compute/v2.1/os-keypairs/tempest-keypair-826786680 0.026s
2026-05-28 13:22:42,082 106271 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:42 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-0b2887ca-7849-434c-a978-a80ff400c938', 'x-compute-request-id': 'req-0b2887ca-7849-434c-a978-a80ff400c938', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.16/compute/v2.1/os-keypairs/tempest-keypair-826786680'}
Body: b''
2026-05-28 13:22:42,207 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.16/networking/v2.0/security-groups/b6b22821-e17c-4ae5-9c59-25f1348dd839 0.124s
2026-05-28 13:22:42,207 106271 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-b111f885-8f44-4177-a046-8b780bc7c47d', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.16/networking/v2.0/security-groups/b6b22821-e17c-4ae5-9c59-25f1348dd839'}
Body: b''
2026-05-28 13:22:42,222 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 404 GET https://10.4.3.16/networking/v2.0/security-groups/b6b22821-e17c-4ae5-9c59-25f1348dd839 0.014s
2026-05-28 13:22:42,222 106271 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-752ee9fb-c416-4431-b8f0-5d80eaf51f69', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.16/networking/v2.0/security-groups/b6b22821-e17c-4ae5-9c59-25f1348dd839'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group b6b22821-e17c-4ae5-9c59-25f1348dd839 does not exist", "detail": ""}}'
2026-05-28 13:22:42,474 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.16/networking/v2.0/floatingips/a97fa056-9b07-4d39-86bd-e042423e06c4 0.251s
2026-05-28 13:22:42,474 106271 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-857f78bc-c3a3-423b-9f04-b1bc31c835e7', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.16/networking/v2.0/floatingips/a97fa056-9b07-4d39-86bd-e042423e06c4'}
Body: b''
2026-05-28 13:22:42,509 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE https://10.4.3.16/volume/v3/volumes/a791fa73-fe10-4bf2-9986-1734e3e1e18a 0.034s
2026-05-28 13:22:42,509 106271 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:42 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-da3325b2-94d4-47ca-80f6-42c567520491', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.16/volume/v3/volumes/a791fa73-fe10-4bf2-9986-1734e3e1e18a'}
Body: b''
2026-05-28 13:22:42,545 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.16/volume/v3/volumes/a791fa73-fe10-4bf2-9986-1734e3e1e18a 0.035s
2026-05-28 13:22:42,545 106271 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f26cdcb-d3ab-4e19-afb3-7f1fe1fa1fea', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f26cdcb-d3ab-4e19-afb3-7f1fe1fa1fea', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/volume/v3/volumes/a791fa73-fe10-4bf2-9986-1734e3e1e18a'}
Body: b'{"volume": {"id": "a791fa73-fe10-4bf2-9986-1734e3e1e18a", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T13:21:22.000000", "updated_at": "2026-05-28T13:22:42.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2141564252", "description": null, "volume_type": "tempest-scenario-type-luksv2-270904771", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.16/volume/v3/volumes/a791fa73-fe10-4bf2-9986-1734e3e1e18a"}, {"rel": "bookmark", "href": "https://10.4.3.16/volume/volumes/a791fa73-fe10-4bf2-9986-1734e3e1e18a"}], "user_id": "f9bc9a4cc98542f3956dc12c6e8fdc08", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "18c683bf807a4ed984e92638a28fc3e0"}}'
2026-05-28 13:22:43,576 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.16/volume/v3/volumes/a791fa73-fe10-4bf2-9986-1734e3e1e18a 0.024s
2026-05-28 13:22:43,576 106271 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ce39938-39a2-4b8a-8309-41f660b81688', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ce39938-39a2-4b8a-8309-41f660b81688', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/volume/v3/volumes/a791fa73-fe10-4bf2-9986-1734e3e1e18a'}
Body: b'{"volume": {"id": "a791fa73-fe10-4bf2-9986-1734e3e1e18a", "status": "error_deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T13:21:22.000000", "updated_at": "2026-05-28T13:22:43.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2141564252", "description": null, "volume_type": "tempest-scenario-type-luksv2-270904771", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.16/volume/v3/volumes/a791fa73-fe10-4bf2-9986-1734e3e1e18a"}, {"rel": "bookmark", "href": "https://10.4.3.16/volume/volumes/a791fa73-fe10-4bf2-9986-1734e3e1e18a"}], "user_id": "f9bc9a4cc98542f3956dc12c6e8fdc08", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "18c683bf807a4ed984e92638a28fc3e0"}}'
2026-05-28 13:22:43,618 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.16/volume/v3/volumes/detail?all_tenants=1 0.037s
2026-05-28 13:22:43,619 106271 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-214eacf6-74c2-46f3-a8b4-f4a168a1b3ad', 'content-length': '13634', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-214eacf6-74c2-46f3-a8b4-f4a168a1b3ad', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/volume/v3/volumes/detail?all_tenants=1'}
Body: b'{"volumes": [{"id": "77af787c-5727-4f0d-8409-f84935f8ebcf", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T13:22:43.000000", "updated_at": "2026-05-28T13:22:43.000000", "name": "tempest-CinderUnicodeTest-Volume-1248066873", "description": "\\u05e7\\u05d9\\u05d9\\u05e4\\u05e9", "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.16/volume/v3/volumes/77af787c-5727-4f0d-8409-f84935f8ebcf"}, {"rel": "bookmark", "href": "https://10.4.3.16/volume/volumes/77af787c-5727-4f0d-8409-f84935f8ebcf"}], "user_id": "0152e63c325449aaae99411a954e3b5e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "49f88e9a8d5e4869950d1f66aed8ebef", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000001634@storpool#default"}, {"id": "66519d21-ffcf-4329-b5f4-df57b35beaac", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T13:22:41.000000", "updated_at": "2026-05-28T13:22:42.000000", "name": "CinderUnicodeTest\\u5875\\u3f17\\u203d", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.16/volume/v3/volumes/66519d21-ffcf-4329-b5f4-df57b35beaac"}, {"rel": "bookmark", "href": "https://10.4.3.16/volume/volumes/66519d21-ffcf-4329-b5f4-df57b35beaac"}], "user_id": "0152e63c325449aaae99411a954e3b5e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "49f88e9a8d5e4869950d1f66aed8ebef", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000001634@storpool#default"}, {"id": "a966590f-415c-487e-bd1f-34805086bdca", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T13:22:38.000000", "updated_at": "2026-05-28T13:22:42.000000", "name": "image-40539ae5-0226-40e1-bd95-862e608af8fb", "description": null, "volume_type": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "snapshot_id": null, "source_volid": "5fba4e52-161a-49a8-9030-0dc0b188c624", "metadata": {"readonly": "True"}, "links": [{"rel": "self", "href": "https://10.4.3.16/volume/v3/volumes/a966590f-415c-487e-bd1f-34805086bdca"}, {"rel": "bookmark", "href": "https://10.4.3.16/volume/volumes/a966590f-415c-487e-bd1f-34805086bdca"}], "user_id": "89d16a6941214c74972808e37dc7277b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "bfe29fb746844b89af2d3772ff616dd3", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000001634@storpool#template_virtual"}, {"id": "65c2182b-7f0c-443b-9149-a931550890dd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T13:22:36.000000", "updated_at": "2026-05-28T13:22:38.000000", "name": "tempest-TestEncryptedCinderVolumes-1097993065", "description": null, "volume_type": "tempest-scenario-type-luks-1634160478", "snapshot_id": null, "source_volid": "1f85516c-4767-4744-8efd-4ca52cfd15bb", "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.16/volume/v3/volumes/65c2182b-7f0c-443b-9149-a931550890dd"}, {"rel": "bookmark", "href": "https://10.4.3.16/volume/volumes/65c2182b-7f0c-443b-9149-a931550890dd"}], "user_id": "cf41477bd5e346f0bf2aa90256022163", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "9d5fb30d7981457daa429fcf9e46985e", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-statu
2026-05-28 13:22:43,649 106271 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 400 DELETE https://10.4.3.16/volume/v3/volumes/a791fa73-fe10-4bf2-9986-1734e3e1e18a 0.022s
2026-05-28 13:22:43,649 106271 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '307', 'content-type': 'application/json', 'x-compute-request-id': 'req-84524749-bd8a-46cd-9634-409580553329', 'x-openstack-request-id': 'req-84524749-bd8a-46cd-9634-409580553329', 'connection': 'close', 'status': '400', 'content-location': 'https://10.4.3.16/volume/v3/volumes/a791fa73-fe10-4bf2-9986-1734e3e1e18a'}
Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer."}}'
}}}
traceback-1: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 978, in wait_for_resource_deletion
if self.is_resource_deleted(id, *args, **kwargs):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 253, in is_resource_deleted
raise lib_exc.DeleteErrorException(
tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status
Details: Volume a791fa73-fe10-4bf2-9986-1734e3e1e18a failed to delete and is in error_deleting status
}}}
traceback-2: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/scenario/manager.py", line 545, in cleanup_volume_type
test_utils.call_and_ignore_notfound_exc(
File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 145, in delete_volume
resp, body = self.delete(url)
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
return self.request('DELETE', url, extra_headers, headers, body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 882, in _error_checker
raise exceptions.BadRequest(resp_body, resp=resp)
tempest.lib.exceptions.BadRequest: Bad request
Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'}
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/scenario/test_encrypted_cinder_volumes.py", line 90, in test_encrypted_cinder_volumes_luksv2
self.attach_detach_volume(server, volume)
File "/opt/stack/tempest/tempest/scenario/test_encrypted_cinder_volumes.py", line 53, 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 376, in wait_for_volume_resource_status
resource_status = show_resource(resource_id)[
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 102, in show_volume
resp, body = self.get(url)
^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
return self.request('GET', url, extra_headers, headers,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
test_encrypted_cinder_volumes_resize_revert[compute,id-d653af24-fa18-470d-b9bf-af287cefeba9,image,slow,volume] |
pass
pt1.4: tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_resize_revert[compute,id-d653af24-fa18-470d-b9bf-af287cefeba9,image,slow,volume]
|
||||||
| tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario | 1 | 0 | 1 | 0 | 0 | Detail | |
test_server_detach_rules[compute,id-be615530-f105-437a-8afe-ce998c9535d9,image,network,slow,volume] |
fail
ft2.1: tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario.test_server_detach_rules[compute,id-be615530-f105-437a-8afe-ce998c9535d9,image,network,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-05-28 13:21:16,383 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST https://10.4.3.16/volume/v3/volumes 0.263s
2026-05-28 13:21:16,383 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"name": "tempest-TestServerVolumeAttachmentScenario-volume-736681839", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}}
Response - Headers: {'date': 'Thu, 28 May 2026 13:21:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43a53d1b-082b-45af-aeaa-59e04be839af', 'content-length': '762', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43a53d1b-082b-45af-aeaa-59e04be839af', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.16/volume/v3/volumes'}
Body: b'{"volume": {"id": "00196654-b250-448a-bf07-0f2256e6ff01", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T13:21:16.325300", "updated_at": null, "name": "tempest-TestServerVolumeAttachmentScenario-volume-736681839", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01"}, {"rel": "bookmark", "href": "https://10.4.3.16/volume/volumes/00196654-b250-448a-bf07-0f2256e6ff01"}], "user_id": "7f1d17776b96497cace687f5edaad81c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-05-28 13:21:16,584 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST https://10.4.3.16/volume/v3/volumes 0.192s
2026-05-28 13:21:16,584 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"name": "tempest-TestServerVolumeAttachmentScenario-volume-1254214129", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}}
Response - Headers: {'date': 'Thu, 28 May 2026 13:21:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5506b08a-d588-4e00-b27b-f7e43c4b7876', 'content-length': '763', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5506b08a-d588-4e00-b27b-f7e43c4b7876', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.16/volume/v3/volumes'}
Body: b'{"volume": {"id": "d5d0d1f0-0b87-4743-8fd5-aacfa050f6c1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T13:21:16.523788", "updated_at": null, "name": "tempest-TestServerVolumeAttachmentScenario-volume-1254214129", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.16/volume/v3/volumes/d5d0d1f0-0b87-4743-8fd5-aacfa050f6c1"}, {"rel": "bookmark", "href": "https://10.4.3.16/volume/volumes/d5d0d1f0-0b87-4743-8fd5-aacfa050f6c1"}], "user_id": "7f1d17776b96497cace687f5edaad81c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-05-28 13:21:16,645 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 201 POST https://10.4.3.16/identity/v3/auth/tokens 0.053s
2026-05-28 13:21:16,645 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 28 May 2026 13:21:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2953', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-01d8d494-71bd-4daf-807c-f0843f1b434e', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.16/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "7f1d17776b96497cace687f5edaad81c", "name": "tempest-TestServerVolumeAttachmentScenario-359477204-project-member", "password_expires_at": null}, "audit_ids": ["EtsNiPAiQdGoQuigOH-nsQ"], "expires_at": "2026-05-28T14:21:16.000000Z", "issued_at": "2026-05-28T13:21:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f1aab42b97c44ed7957b87347f959c55", "name": "tempest-TestServerVolumeAttachmentScenario-359477204"}, "is_domain": false, "roles": [{"id": "9537a38eb7da4f989921d2cad1bcd154", "name": "member"}, {"id": "4fe379c4ee204eaaad7f05f62d601b25", "name": "reader"}], "catalog": [{"endpoints": [{"id": "41851848dc6449e4a986475dcbd174bb", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.16/placement", "region": "RegionOne"}], "id": "4eb13c83c7b6455c8c02febc5e9f13fb", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "c67dab1e4f214be1a20ec94d97bb4589", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.16/compute/v2/f1aab42b97c44ed7957b87347f959c55", "region": "RegionOne"}], "id": "56e4ed6580884c68aa154592de42af20", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7fbee52a51044907b70001566d377fc8", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.16/volume/v3", "region": "RegionOne"}], "id": "99a116a1ea06455495acc28c25c22bbd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "564439d0201b4c37ba230d7f04311527", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.16/identity", "region": "RegionOne"}], "id": "9e0eea3c1ed74fb8b90b7ac0db5bf69e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7b9c0ca960bc4c4ca232a510513122c2", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.16/image", "region": "RegionOne"}], "id": "a907c3a8ea7e4233bbe9e10ad7200547", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0f722817380241288fe5fc8fa993a582", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.16/networking", "region": "RegionOne"}], "id": "aafd36d935ca44e09a6372926643b61a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5636d5944cf345de9eadcc113b532969", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.16/compute/v2.1", "region": "RegionOne"}], "id": "c1bb89918c604503812eae953d931de4", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "12f9e3a8a63545caa2da65ca7c0cb255", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.16:8080", "region": "RegionOne"}, {"id": "9e99434aceae49daab98b3f410a8c498", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.16:8080/v1/AUTH_f1aab42b97c44ed7957b87347f959c55", "region": "RegionOne"}], "id": "d190b9bb27f9480e9695119c0a16791a", "type": "object-store", "name": "swift"}]}}'
2026-05-28 13:21:16,645 106269 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachmentScenario:test_server_detach_rules) Found network {'id': 'de9d4c15-b8d5-49a8-92cc-2ed74a14a0b6', 'name': 'tempest-TestServerVolumeAttachmentScenario-1541694432-network', 'tenant_id': 'f1aab42b97c44ed7957b87347f959c55', 'project_id': 'f1aab42b97c44ed7957b87347f959c55', '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': 51203, '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-28T13:21:04Z', 'updated_at': '2026-05-28T13:21:04Z', 'revision_number': 1} available for tenant
2026-05-28 13:21:16,646 106269 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-05-28 13:21:16,646 106269 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-05-28 13:21:16,688 106269 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST https://10.4.3.16/compute/v2.1/os-keypairs 0.042s
2026-05-28 13:21:16,688 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-2109906984", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMiyMF1dxFMd3S9Y66Smnylj3kdXudAjnYue8nUJF0Qwyxijq8r6UV8DAfYBFhRhHW1tWxqkIB1u7o93ZV8EmquaZEy+4ZDij6dtgJUp2LwVWncRbCf2rY2VXWCxSm+wWw=="}}
Response - Headers: {'date': 'Thu, 28 May 2026 13:21:16 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-0a239883-afda-4b17-89ad-f9edec89528b', 'x-compute-request-id': 'req-0a239883-afda-4b17-89ad-f9edec89528b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-2109906984", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMiyMF1dxFMd3S9Y66Smnylj3kdXudAjnYue8nUJF0Qwyxijq8r6UV8DAfYBFhRhHW1tWxqkIB1u7o93ZV8EmquaZEy+4ZDij6dtgJUp2LwVWncRbCf2rY2VXWCxSm+wWw==", "fingerprint": "c9:ed:13:67:f0:fc:8a:e4:d9:1d:2f:99:b5:62:a7:8d", "user_id": "7f1d17776b96497cace687f5edaad81c"}}'
2026-05-28 13:21:16,690 106269 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2109906984 created
2026-05-28 13:21:16,876 106269 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.16/networking/v2.0/security-groups 0.186s
2026-05-28 13:21:16,876 106269 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--1435379608", "description": "tempest-description--2013197607"}}
Response - Headers: {'date': 'Thu, 28 May 2026 13:21:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1663', 'x-openstack-request-id': 'req-f1df54d4-d98d-48d2-998a-3643b9274955', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.16/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "e6a0f85b-7c5e-4471-b8ec-c4504eb0ec7e", "name": "tempest-securitygroup--1435379608", "stateful": true, "tenant_id": "f1aab42b97c44ed7957b87347f959c55", "project_id": "f1aab42b97c44ed7957b87347f959c55", "description": "tempest-description--2013197607", "shared": false, "security_group_rules": [{"id": "0d3daddf-ab8b-430f-9a96-c290c12ea7c5", "project_id": "f1aab42b97c44ed7957b87347f959c55", "security_group_id": "e6a0f85b-7c5e-4471-b8ec-c4504eb0ec7e", "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": 1538, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-05-28T13:21:16Z", "updated_at": "2026-05-28T13:21:16Z", "revision_number": 0, "tenant_id": "f1aab42b97c44ed7957b87347f959c55"}, {"id": "6da4c8a2-50c5-4706-9191-136e94742367", "project_id": "f1aab42b97c44ed7957b87347f959c55", "security_group_id": "e6a0f85b-7c5e-4471-b8ec-c4504eb0ec7e", "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": 1539, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-05-28T13:21:16Z", "updated_at": "2026-05-28T13:21:16Z", "revision_number": 0, "tenant_id": "f1aab42b97c44ed7957b87347f959c55"}], "tags": [], "created_at": "2026-05-28T13:21:16Z", "updated_at": "2026-05-28T13:21:16Z", "revision_number": 1}}'
2026-05-28 13:21:17,000 106269 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.16/networking/v2.0/security-group-rules 0.123s
2026-05-28 13:21:17,000 106269 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": "e6a0f85b-7c5e-4471-b8ec-c4504eb0ec7e", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 28 May 2026 13:21:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-b3db69ce-37c8-4743-98f8-a17cf78a98d4', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.16/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "34962212-9d7e-42ce-8372-40bdae95975a", "project_id": "f1aab42b97c44ed7957b87347f959c55", "security_group_id": "e6a0f85b-7c5e-4471-b8ec-c4504eb0ec7e", "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-28T13:21:16Z", "updated_at": "2026-05-28T13:21:16Z", "revision_number": 0, "tenant_id": "f1aab42b97c44ed7957b87347f959c55"}}'
2026-05-28 13:21:17,137 106269 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.16/networking/v2.0/security-group-rules 0.135s
2026-05-28 13:21:17,137 106269 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": "e6a0f85b-7c5e-4471-b8ec-c4504eb0ec7e", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 28 May 2026 13:21:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-3d68811d-dc12-41f6-b67a-36017aa0fecd', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.16/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "02461aa6-0c56-4531-b7d0-c6dacfa2faa4", "project_id": "f1aab42b97c44ed7957b87347f959c55", "security_group_id": "e6a0f85b-7c5e-4471-b8ec-c4504eb0ec7e", "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-28T13:21:17Z", "updated_at": "2026-05-28T13:21:17Z", "revision_number": 0, "tenant_id": "f1aab42b97c44ed7957b87347f959c55"}}'
2026-05-28 13:21:17,137 106269 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1435379608 created
2026-05-28 13:21:17,579 106269 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.16/networking/v2.0/floatingips 0.442s
2026-05-28 13:21:17,579 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "b792d967-8060-4375-a3f1-e336c6acc411"}}
Response - Headers: {'date': 'Thu, 28 May 2026 13:21:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-502605f7-fc3d-4042-8f3c-d659c1c9ca3f', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.16/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "f0d533bb-2bf0-4e98-9e95-9840c70af390", "tenant_id": "f1aab42b97c44ed7957b87347f959c55", "project_id": "f1aab42b97c44ed7957b87347f959c55", "floating_ip_address": "172.24.5.206", "floating_network_id": "b792d967-8060-4375-a3f1-e336c6acc411", "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-28T13:21:17Z", "updated_at": "2026-05-28T13:21:17Z", "revision_number": 0}}'
2026-05-28 13:21:17,580 106269 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'f0d533bb-2bf0-4e98-9e95-9840c70af390', 'tenant_id': 'f1aab42b97c44ed7957b87347f959c55', 'project_id': 'f1aab42b97c44ed7957b87347f959c55', 'floating_ip_address': '172.24.5.206', 'floating_network_id': 'b792d967-8060-4375-a3f1-e336c6acc411', '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-28T13:21:17Z', 'updated_at': '2026-05-28T13:21:17Z', 'revision_number': 0, 'ip': '172.24.5.206'} created
2026-05-28 13:21:17,580 106269 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-2109906984', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMiyMF1dxFMd3S9Y66Smnylj3kdXudAjnYue8nUJF0Qwyxijq8r6UV8DAfYBFhRhHW1tWxqkIB1u7o93ZV8EmquaZEy+4ZDij6dtgJUp2LwVWncRbCf2rY2VXWCxSm+wWw==', 'fingerprint': 'c9:ed:13:67:f0:fc:8a:e4:d9:1d:2f:99:b5:62:a7:8d', 'user_id': '7f1d17776b96497cace687f5edaad81c', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDUlgcVz2J2LpPwY8jXKZS9M4FYoMT1rSPsvaNgZfNh2DnUvVGhAIpf\n/nsU/MEYg/SgBwYFK4EEACKhZANiAATIsjBdXcRTHd0vWOukpp8pY95HV7nQI52L\nnvJ1CRdEMMsYo6vK+lFfAwH2ARYUYR1tbVsapCAdbu6Pd2VfBJqrmmRMvuGQ4o+n\nbYCVKdi8FVp3EWwn9q2NlV1gsUpvsFs=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'e6a0f85b-7c5e-4471-b8ec-c4504eb0ec7e', 'name': 'tempest-securitygroup--1435379608', 'stateful': True, 'tenant_id': 'f1aab42b97c44ed7957b87347f959c55', 'project_id': 'f1aab42b97c44ed7957b87347f959c55', 'description': 'tempest-description--2013197607', 'shared': False, 'security_group_rules': [{'id': '0d3daddf-ab8b-430f-9a96-c290c12ea7c5', 'project_id': 'f1aab42b97c44ed7957b87347f959c55', 'security_group_id': 'e6a0f85b-7c5e-4471-b8ec-c4504eb0ec7e', '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': 1538, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-05-28T13:21:16Z', 'updated_at': '2026-05-28T13:21:16Z', 'revision_number': 0, 'tenant_id': 'f1aab42b97c44ed7957b87347f959c55'}, {'id': '6da4c8a2-50c5-4706-9191-136e94742367', 'project_id': 'f1aab42b97c44ed7957b87347f959c55', 'security_group_id': 'e6a0f85b-7c5e-4471-b8ec-c4504eb0ec7e', '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': 1539, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-05-28T13:21:16Z', 'updated_at': '2026-05-28T13:21:16Z', 'revision_number': 0, 'tenant_id': 'f1aab42b97c44ed7957b87347f959c55'}], 'tags': [], 'created_at': '2026-05-28T13:21:16Z', 'updated_at': '2026-05-28T13:21:16Z', 'revision_number': 1}, 'floating_ip': {'id': 'f0d533bb-2bf0-4e98-9e95-9840c70af390', 'tenant_id': 'f1aab42b97c44ed7957b87347f959c55', 'project_id': 'f1aab42b97c44ed7957b87347f959c55', 'floating_ip_address': '172.24.5.206', 'floating_network_id': 'b792d967-8060-4375-a3f1-e336c6acc411', '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-28T13:21:17Z', 'updated_at': '2026-05-28T13:21:17Z', 'revision_number': 0, 'ip': '172.24.5.206'}}
2026-05-28 13:21:18,193 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST https://10.4.3.16/compute/v2.1/servers 0.612s
2026-05-28 13:21:18,193 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestServerVolumeAttachmentScenario-server-1433921663", "imageRef": "65208839-8393-4abb-ab7b-7906c9063a00", "flavorRef": "42", "networks": [{"uuid": "de9d4c15-b8d5-49a8-92cc-2ed74a14a0b6"}], "security_groups": [{"name": "tempest-securitygroup--1435379608"}], "key_name": "tempest-keypair-2109906984", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Thu, 28 May 2026 13:21:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '404', 'location': 'https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8cb222dc-3ee5-490d-ac88-d8629b29ee15', 'x-compute-request-id': 'req-8cb222dc-3ee5-490d-ac88-d8629b29ee15', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.16/compute/v2.1/servers'}
Body: b'{"server": {"id": "bd453bcd-46e5-44c2-a0a2-5d8f063cedd8", "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1435379608"}], "adminPass": "qS5zppEG6fB2"}}'
2026-05-28 13:21:18,289 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8 0.095s
2026-05-28 13:21:18,289 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:21:18 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-7d515b12-52a5-43ca-9506-d2c6e76b3e65', 'x-compute-request-id': 'req-7d515b12-52a5-43ca-9506-d2c6e76b3e65', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T13:21:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/flavors/42"}]}, "hostId": "", "id": "bd453bcd-46e5-44c2-a0a2-5d8f063cedd8", "image": {"id": "65208839-8393-4abb-ab7b-7906c9063a00", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/images/65208839-8393-4abb-ab7b-7906c9063a00"}]}, "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8"}], "metadata": {}, "name": "tempest-TestServerVolumeAttachmentScenario-server-1433921663", "status": "BUILD", "tenant_id": "f1aab42b97c44ed7957b87347f959c55", "user_id": "7f1d17776b96497cace687f5edaad81c", "updated": "2026-05-28T13:21:18Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2109906984", "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-28 13:21:19,412 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8 0.113s
2026-05-28 13:21:19,412 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:21:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1250', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24d2ecad-6d0a-4dc9-a042-36d844eac8a2', 'x-compute-request-id': 'req-24d2ecad-6d0a-4dc9-a042-36d844eac8a2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T13:21:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/flavors/42"}]}, "hostId": "", "id": "bd453bcd-46e5-44c2-a0a2-5d8f063cedd8", "image": {"id": "65208839-8393-4abb-ab7b-7906c9063a00", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/images/65208839-8393-4abb-ab7b-7906c9063a00"}]}, "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8"}], "metadata": {}, "name": "tempest-TestServerVolumeAttachmentScenario-server-1433921663", "status": "BUILD", "tenant_id": "f1aab42b97c44ed7957b87347f959c55", "user_id": "7f1d17776b96497cace687f5edaad81c", "updated": "2026-05-28T13:21:19Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2109906984", "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-28 13:21:20,559 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8 0.141s
2026-05-28 13:21:20,559 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:21:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1298', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-42f7f8de-e7d0-4339-b1e1-a33cdc0718de', 'x-compute-request-id': 'req-42f7f8de-e7d0-4339-b1e1-a33cdc0718de', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T13:21:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/flavors/42"}]}, "hostId": "7f2efa202080d024daa18c6daa5b3527ecc8d95b63a5a1bbd67eb036", "id": "bd453bcd-46e5-44c2-a0a2-5d8f063cedd8", "image": {"id": "65208839-8393-4abb-ab7b-7906c9063a00", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/images/65208839-8393-4abb-ab7b-7906c9063a00"}]}, "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8"}], "metadata": {}, "name": "tempest-TestServerVolumeAttachmentScenario-server-1433921663", "status": "BUILD", "tenant_id": "f1aab42b97c44ed7957b87347f959c55", "user_id": "7f1d17776b96497cace687f5edaad81c", "updated": "2026-05-28T13:21:20Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2109906984", "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-28 13:21:20,568 106269 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-05-28 13:21:21,706 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8 0.137s
2026-05-28 13:21:21,707 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:21:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1298', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b370841-1e62-461b-964b-3ea7504c0c55', 'x-compute-request-id': 'req-1b370841-1e62-461b-964b-3ea7504c0c55', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T13:21:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/flavors/42"}]}, "hostId": "7f2efa202080d024daa18c6daa5b3527ecc8d95b63a5a1bbd67eb036", "id": "bd453bcd-46e5-44c2-a0a2-5d8f063cedd8", "image": {"id": "65208839-8393-4abb-ab7b-7906c9063a00", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/images/65208839-8393-4abb-ab7b-7906c9063a00"}]}, "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8"}], "metadata": {}, "name": "tempest-TestServerVolumeAttachmentScenario-server-1433921663", "status": "BUILD", "tenant_id": "f1aab42b97c44ed7957b87347f959c55", "user_id": "7f1d17776b96497cace687f5edaad81c", "updated": "2026-05-28T13:21:20Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2109906984", "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-28 13:21:22,843 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8 0.125s
2026-05-28 13:21:22,843 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:21:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1306', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-73b831fb-a765-4a70-8162-8fe5eb30973c', 'x-compute-request-id': 'req-73b831fb-a765-4a70-8162-8fe5eb30973c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T13:21:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/flavors/42"}]}, "hostId": "7f2efa202080d024daa18c6daa5b3527ecc8d95b63a5a1bbd67eb036", "id": "bd453bcd-46e5-44c2-a0a2-5d8f063cedd8", "image": {"id": "65208839-8393-4abb-ab7b-7906c9063a00", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/images/65208839-8393-4abb-ab7b-7906c9063a00"}]}, "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8"}], "metadata": {}, "name": "tempest-TestServerVolumeAttachmentScenario-server-1433921663", "status": "BUILD", "tenant_id": "f1aab42b97c44ed7957b87347f959c55", "user_id": "7f1d17776b96497cace687f5edaad81c", "updated": "2026-05-28T13:21:22Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2109906984", "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-28 13:21:22,850 106269 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 4 second wait
2026-05-28 13:21:24,054 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8 0.203s
2026-05-28 13:21:24,054 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:21:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1384', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3366f2e5-75bd-46b6-adab-a304772d2210', 'x-compute-request-id': 'req-3366f2e5-75bd-46b6-adab-a304772d2210', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T13:21:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/flavors/42"}]}, "hostId": "7f2efa202080d024daa18c6daa5b3527ecc8d95b63a5a1bbd67eb036", "id": "bd453bcd-46e5-44c2-a0a2-5d8f063cedd8", "image": {"id": "65208839-8393-4abb-ab7b-7906c9063a00", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/images/65208839-8393-4abb-ab7b-7906c9063a00"}]}, "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8"}], "metadata": {}, "name": "tempest-TestServerVolumeAttachmentScenario-server-1433921663", "status": "BUILD", "tenant_id": "f1aab42b97c44ed7957b87347f959c55", "user_id": "7f1d17776b96497cace687f5edaad81c", "updated": "2026-05-28T13:21:24Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2109906984", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1435379608"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 13:21:24,063 106269 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 6 second wait
2026-05-28 13:21:25,251 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8 0.188s
2026-05-28 13:21:25,252 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:21:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1372', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec40261f-a6b5-4117-8f8d-13ddf56ee767', 'x-compute-request-id': 'req-ec40261f-a6b5-4117-8f8d-13ddf56ee767', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T13:21:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/flavors/42"}]}, "hostId": "7f2efa202080d024daa18c6daa5b3527ecc8d95b63a5a1bbd67eb036", "id": "bd453bcd-46e5-44c2-a0a2-5d8f063cedd8", "image": {"id": "65208839-8393-4abb-ab7b-7906c9063a00", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/images/65208839-8393-4abb-ab7b-7906c9063a00"}]}, "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8"}], "metadata": {}, "name": "tempest-TestServerVolumeAttachmentScenario-server-1433921663", "status": "BUILD", "tenant_id": "f1aab42b97c44ed7957b87347f959c55", "user_id": "7f1d17776b96497cace687f5edaad81c", "updated": "2026-05-28T13:21:24Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2109906984", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1435379608"}], "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-28 13:21:25,259 106269 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 7 second wait
2026-05-28 13:21:26,477 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8 0.217s
2026-05-28 13:21:26,477 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:21:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1372', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1defe914-b6f4-40c5-a3d8-0d1551a7837d', 'x-compute-request-id': 'req-1defe914-b6f4-40c5-a3d8-0d1551a7837d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T13:21:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/flavors/42"}]}, "hostId": "7f2efa202080d024daa18c6daa5b3527ecc8d95b63a5a1bbd67eb036", "id": "bd453bcd-46e5-44c2-a0a2-5d8f063cedd8", "image": {"id": "65208839-8393-4abb-ab7b-7906c9063a00", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/images/65208839-8393-4abb-ab7b-7906c9063a00"}]}, "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8"}], "metadata": {}, "name": "tempest-TestServerVolumeAttachmentScenario-server-1433921663", "status": "BUILD", "tenant_id": "f1aab42b97c44ed7957b87347f959c55", "user_id": "7f1d17776b96497cace687f5edaad81c", "updated": "2026-05-28T13:21:24Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2109906984", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1435379608"}], "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-28 13:21:27,626 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8 0.143s
2026-05-28 13:21:27,626 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:21:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1372', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cabe7eb3-8645-4eb9-ba0d-31a7c211d20a', 'x-compute-request-id': 'req-cabe7eb3-8645-4eb9-ba0d-31a7c211d20a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T13:21:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/flavors/42"}]}, "hostId": "7f2efa202080d024daa18c6daa5b3527ecc8d95b63a5a1bbd67eb036", "id": "bd453bcd-46e5-44c2-a0a2-5d8f063cedd8", "image": {"id": "65208839-8393-4abb-ab7b-7906c9063a00", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/images/65208839-8393-4abb-ab7b-7906c9063a00"}]}, "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8"}], "metadata": {}, "name": "tempest-TestServerVolumeAttachmentScenario-server-1433921663", "status": "BUILD", "tenant_id": "f1aab42b97c44ed7957b87347f959c55", "user_id": "7f1d17776b96497cace687f5edaad81c", "updated": "2026-05-28T13:21:24Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2109906984", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1435379608"}], "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-28 13:21:28,833 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8 0.202s
2026-05-28 13:21:28,834 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:21:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1372', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72d6fb56-0214-45b3-af47-1f5a470116a9', 'x-compute-request-id': 'req-72d6fb56-0214-45b3-af47-1f5a470116a9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T13:21:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/flavors/42"}]}, "hostId": "7f2efa202080d024daa18c6daa5b3527ecc8d95b63a5a1bbd67eb036", "id": "bd453bcd-46e5-44c2-a0a2-5d8f063cedd8", "image": {"id": "65208839-8393-4abb-ab7b-7906c9063a00", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/images/65208839-8393-4abb-ab7b-7906c9063a00"}]}, "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8"}], "metadata": {}, "name": "tempest-TestServerVolumeAttachmentScenario-server-1433921663", "status": "BUILD", "tenant_id": "f1aab42b97c44ed7957b87347f959c55", "user_id": "7f1d17776b96497cace687f5edaad81c", "updated": "2026-05-28T13:21:24Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2109906984", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1435379608"}], "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-28 13:21:30,103 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8 0.262s
2026-05-28 13:21:30,103 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:21:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1372', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c64480c3-fa35-4cd2-963f-6acbc4d8820a', 'x-compute-request-id': 'req-c64480c3-fa35-4cd2-963f-6acbc4d8820a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T13:21:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/flavors/42"}]}, "hostId": "7f2efa202080d024daa18c6daa5b3527ecc8d95b63a5a1bbd67eb036", "id": "bd453bcd-46e5-44c2-a0a2-5d8f063cedd8", "image": {"id": "65208839-8393-4abb-ab7b-7906c9063a00", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/images/65208839-8393-4abb-ab7b-7906c9063a00"}]}, "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8"}], "metadata": {}, "name": "tempest-TestServerVolumeAttachmentScenario-server-1433921663", "status": "BUILD", "tenant_id": "f1aab42b97c44ed7957b87347f959c55", "user_id": "7f1d17776b96497cace687f5edaad81c", "updated": "2026-05-28T13:21:24Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2109906984", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1435379608"}], "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-28 13:21:31,371 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8 0.259s
2026-05-28 13:21:31,371 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:21:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1372', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-031abdfb-c4ba-495b-935d-a39ea09fdd44', 'x-compute-request-id': 'req-031abdfb-c4ba-495b-935d-a39ea09fdd44', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T13:21:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/flavors/42"}]}, "hostId": "7f2efa202080d024daa18c6daa5b3527ecc8d95b63a5a1bbd67eb036", "id": "bd453bcd-46e5-44c2-a0a2-5d8f063cedd8", "image": {"id": "65208839-8393-4abb-ab7b-7906c9063a00", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/images/65208839-8393-4abb-ab7b-7906c9063a00"}]}, "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8"}], "metadata": {}, "name": "tempest-TestServerVolumeAttachmentScenario-server-1433921663", "status": "BUILD", "tenant_id": "f1aab42b97c44ed7957b87347f959c55", "user_id": "7f1d17776b96497cace687f5edaad81c", "updated": "2026-05-28T13:21:31Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2109906984", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1435379608"}], "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-28 13:21:32,553 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8 0.174s
2026-05-28 13:21:32,553 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:21:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b8b1c6d-3690-413a-940d-24a05308180a', 'x-compute-request-id': 'req-2b8b1c6d-3690-413a-940d-24a05308180a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestServerVolumeAttachmentScenario-1541694432-network": [{"version": 4, "addr": "10.1.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:f8:75"}]}, "created": "2026-05-28T13:21:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/flavors/42"}]}, "hostId": "7f2efa202080d024daa18c6daa5b3527ecc8d95b63a5a1bbd67eb036", "id": "bd453bcd-46e5-44c2-a0a2-5d8f063cedd8", "image": {"id": "65208839-8393-4abb-ab7b-7906c9063a00", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/images/65208839-8393-4abb-ab7b-7906c9063a00"}]}, "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8"}], "metadata": {}, "name": "tempest-TestServerVolumeAttachmentScenario-server-1433921663", "status": "ACTIVE", "tenant_id": "f1aab42b97c44ed7957b87347f959c55", "user_id": "7f1d17776b96497cace687f5edaad81c", "updated": "2026-05-28T13:21:31Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-2109906984", "OS-SRV-USG:launched_at": "2026-05-28T13:21:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1435379608"}], "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-28 13:21:32,558 106269 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 14 second wait
2026-05-28 13:21:32,663 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8/os-interface 0.104s
2026-05-28 13:21:32,663 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:21:32 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-bea210d1-8f63-413b-b3da-97e6eb9074b2', 'x-compute-request-id': 'req-bea210d1-8f63-413b-b3da-97e6eb9074b2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "de9d4c15-b8d5-49a8-92cc-2ed74a14a0b6", "port_id": "76a7ac5f-999d-423a-8341-01b922f56f5b", "mac_addr": "fa:16:3e:de:f8:75", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "77d1c765-b8d4-4109-85bd-cca807b617cd", "ip_address": "10.1.0.3"}]}]}'
2026-05-28 13:21:33,196 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 PUT https://10.4.3.16/networking/v2.0/floatingips/f0d533bb-2bf0-4e98-9e95-9840c70af390 0.530s
2026-05-28 13:21:33,196 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "76a7ac5f-999d-423a-8341-01b922f56f5b"}}
Response - Headers: {'date': 'Thu, 28 May 2026 13:21:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-0f592ac6-0d82-4c25-8626-0a769ad9a655', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/networking/v2.0/floatingips/f0d533bb-2bf0-4e98-9e95-9840c70af390'}
Body: b'{"floatingip": {"id": "f0d533bb-2bf0-4e98-9e95-9840c70af390", "tenant_id": "f1aab42b97c44ed7957b87347f959c55", "project_id": "f1aab42b97c44ed7957b87347f959c55", "floating_ip_address": "172.24.5.206", "floating_network_id": "b792d967-8060-4375-a3f1-e336c6acc411", "router_id": "50e81cdb-d655-4ab7-8448-8d2d18071e9d", "port_id": "76a7ac5f-999d-423a-8341-01b922f56f5b", "fixed_ip_address": "10.1.0.3", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "de9d4c15-b8d5-49a8-92cc-2ed74a14a0b6", "mac_address": "fa:16:3e:de:f8:75", "admin_state_up": true, "status": "ACTIVE", "device_id": "bd453bcd-46e5-44c2-a0a2-5d8f063cedd8", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-05-28T13:21:17Z", "updated_at": "2026-05-28T13:21:32Z", "revision_number": 1}}'
2026-05-28 13:21:33,197 106269 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.5.206:22' as 'cirros' with public key authentication
2026-05-28 13:22:09,200 106269 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-05-28 13:22:09,335 106269 INFO [paramiko.transport] Authentication (publickey) successful!
2026-05-28 13:22:09,336 106269 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.5.206 successfully created
2026-05-28 13:22:09,552 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8 0.216s
2026-05-28 13:22:09,552 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1689', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-73b4efb5-1055-4a16-b153-bdc1f050caa1', 'x-compute-request-id': 'req-73b4efb5-1055-4a16-b153-bdc1f050caa1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestServerVolumeAttachmentScenario-1541694432-network": [{"version": 4, "addr": "10.1.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:f8:75"}, {"version": 4, "addr": "172.24.5.206", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:f8:75"}]}, "created": "2026-05-28T13:21:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/flavors/42"}]}, "hostId": "7f2efa202080d024daa18c6daa5b3527ecc8d95b63a5a1bbd67eb036", "id": "bd453bcd-46e5-44c2-a0a2-5d8f063cedd8", "image": {"id": "65208839-8393-4abb-ab7b-7906c9063a00", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/images/65208839-8393-4abb-ab7b-7906c9063a00"}]}, "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8"}], "metadata": {}, "name": "tempest-TestServerVolumeAttachmentScenario-server-1433921663", "status": "ACTIVE", "tenant_id": "f1aab42b97c44ed7957b87347f959c55", "user_id": "7f1d17776b96497cace687f5edaad81c", "updated": "2026-05-28T13:21:31Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-2109906984", "OS-SRV-USG:launched_at": "2026-05-28T13:21:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1435379608"}], "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-28 13:22:09,686 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET https://10.4.3.16/compute/v2.1/servers 0.129s
2026-05-28 13:22:09,686 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '351', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-682334b9-a4ec-479f-ad22-1a6fb9b51ab8', 'x-compute-request-id': 'req-682334b9-a4ec-479f-ad22-1a6fb9b51ab8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers'}
Body: b'{"servers": [{"id": "bd453bcd-46e5-44c2-a0a2-5d8f063cedd8", "name": "tempest-TestServerVolumeAttachmentScenario-server-1433921663", "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8"}]}]}'
2026-05-28 13:22:09,711 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01 0.023s
2026-05-28 13:22:09,712 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47789672-d544-4e43-90b9-feb70bcfce6a', 'content-length': '855', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47789672-d544-4e43-90b9-feb70bcfce6a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01'}
Body: b'{"volume": {"id": "00196654-b250-448a-bf07-0f2256e6ff01", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T13:21:16.000000", "updated_at": "2026-05-28T13:21:17.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-736681839", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01"}, {"rel": "bookmark", "href": "https://10.4.3.16/volume/volumes/00196654-b250-448a-bf07-0f2256e6ff01"}], "user_id": "7f1d17776b96497cace687f5edaad81c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1aab42b97c44ed7957b87347f959c55"}}'
2026-05-28 13:22:09,720 106269 INFO [tempest.common.waiters] volume 00196654-b250-448a-bf07-0f2256e6ff01 reached available after waiting for 0.720851 seconds
2026-05-28 13:22:09,747 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01 0.026s
2026-05-28 13:22:09,748 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e6dbe2f-4138-4615-9fda-dea3e7292f47', 'content-length': '855', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e6dbe2f-4138-4615-9fda-dea3e7292f47', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01'}
Body: b'{"volume": {"id": "00196654-b250-448a-bf07-0f2256e6ff01", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T13:21:16.000000", "updated_at": "2026-05-28T13:21:17.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-736681839", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01"}, {"rel": "bookmark", "href": "https://10.4.3.16/volume/volumes/00196654-b250-448a-bf07-0f2256e6ff01"}], "user_id": "7f1d17776b96497cace687f5edaad81c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1aab42b97c44ed7957b87347f959c55"}}'
2026-05-28 13:22:12,326 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 POST https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8/os-volume_attachments 2.571s
2026-05-28 13:22:12,326 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volumeAttachment": {"volumeId": "00196654-b250-448a-bf07-0f2256e6ff01"}}
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:09 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-bb7645ae-303e-4dd1-92f4-8d8fccb40bc5', 'x-compute-request-id': 'req-bb7645ae-303e-4dd1-92f4-8d8fccb40bc5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8/os-volume_attachments'}
Body: b'{"volumeAttachment": {"id": "00196654-b250-448a-bf07-0f2256e6ff01", "serverId": "bd453bcd-46e5-44c2-a0a2-5d8f063cedd8", "volumeId": "00196654-b250-448a-bf07-0f2256e6ff01", "device": "/dev/vdb"}}'
2026-05-28 13:22:12,362 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01 0.034s
2026-05-28 13:22:12,362 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3c513a9-7016-4439-9118-fe8bf0dc3831', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3c513a9-7016-4439-9118-fe8bf0dc3831', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01'}
Body: b'{"volume": {"id": "00196654-b250-448a-bf07-0f2256e6ff01", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T13:21:16.000000", "updated_at": "2026-05-28T13:22:12.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-736681839", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01"}, {"rel": "bookmark", "href": "https://10.4.3.16/volume/volumes/00196654-b250-448a-bf07-0f2256e6ff01"}], "user_id": "7f1d17776b96497cace687f5edaad81c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1aab42b97c44ed7957b87347f959c55"}}'
2026-05-28 13:22:13,400 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01 0.031s
2026-05-28 13:22:13,401 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7c56c03-7fa5-41e0-9d74-a9c8de2606c4', 'content-length': '855', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7c56c03-7fa5-41e0-9d74-a9c8de2606c4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01'}
Body: b'{"volume": {"id": "00196654-b250-448a-bf07-0f2256e6ff01", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T13:21:16.000000", "updated_at": "2026-05-28T13:22:13.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-736681839", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01"}, {"rel": "bookmark", "href": "https://10.4.3.16/volume/volumes/00196654-b250-448a-bf07-0f2256e6ff01"}], "user_id": "7f1d17776b96497cace687f5edaad81c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1aab42b97c44ed7957b87347f959c55"}}'
2026-05-28 13:22:14,441 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01 0.035s
2026-05-28 13:22:14,442 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-736f0a34-91e2-4df1-8a8d-b76915f0746b', 'content-length': '855', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-736f0a34-91e2-4df1-8a8d-b76915f0746b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01'}
Body: b'{"volume": {"id": "00196654-b250-448a-bf07-0f2256e6ff01", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T13:21:16.000000", "updated_at": "2026-05-28T13:22:13.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-736681839", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01"}, {"rel": "bookmark", "href": "https://10.4.3.16/volume/volumes/00196654-b250-448a-bf07-0f2256e6ff01"}], "user_id": "7f1d17776b96497cace687f5edaad81c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1aab42b97c44ed7957b87347f959c55"}}'
2026-05-28 13:22:15,487 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01 0.037s
2026-05-28 13:22:15,487 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0522aa4-aba9-4f8c-937e-2a0f9e9c3328', 'content-length': '855', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0522aa4-aba9-4f8c-937e-2a0f9e9c3328', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01'}
Body: b'{"volume": {"id": "00196654-b250-448a-bf07-0f2256e6ff01", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T13:21:16.000000", "updated_at": "2026-05-28T13:22:13.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-736681839", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01"}, {"rel": "bookmark", "href": "https://10.4.3.16/volume/volumes/00196654-b250-448a-bf07-0f2256e6ff01"}], "user_id": "7f1d17776b96497cace687f5edaad81c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1aab42b97c44ed7957b87347f959c55"}}'
2026-05-28 13:22:16,522 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01 0.029s
2026-05-28 13:22:16,522 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-597efc70-8228-4959-bdc6-b3815dacc64f', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-597efc70-8228-4959-bdc6-b3815dacc64f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01'}
Body: b'{"volume": {"id": "00196654-b250-448a-bf07-0f2256e6ff01", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T13:21:16.000000", "updated_at": "2026-05-28T13:22:16.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-736681839", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01"}, {"rel": "bookmark", "href": "https://10.4.3.16/volume/volumes/00196654-b250-448a-bf07-0f2256e6ff01"}], "user_id": "7f1d17776b96497cace687f5edaad81c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "00196654-b250-448a-bf07-0f2256e6ff01", "attachment_id": "359422b0-7322-4521-9b8c-83f2ac399129", "volume_id": "00196654-b250-448a-bf07-0f2256e6ff01", "server_id": "bd453bcd-46e5-44c2-a0a2-5d8f063cedd8", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-28T13:22:13.000000"}], "os-vol-tenant-attr:tenant_id": "f1aab42b97c44ed7957b87347f959c55"}}'
2026-05-28 13:22:16,527 106269 INFO [tempest.common.waiters] volume 00196654-b250-448a-bf07-0f2256e6ff01 reached in-use after waiting for 4.527721 seconds
2026-05-28 13:22:16,561 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01 0.033s
2026-05-28 13:22:16,561 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5995844-7724-49fe-bb8c-85147ab57f0a', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5995844-7724-49fe-bb8c-85147ab57f0a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01'}
Body: b'{"volume": {"id": "00196654-b250-448a-bf07-0f2256e6ff01", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T13:21:16.000000", "updated_at": "2026-05-28T13:22:16.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-736681839", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01"}, {"rel": "bookmark", "href": "https://10.4.3.16/volume/volumes/00196654-b250-448a-bf07-0f2256e6ff01"}], "user_id": "7f1d17776b96497cace687f5edaad81c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "00196654-b250-448a-bf07-0f2256e6ff01", "attachment_id": "359422b0-7322-4521-9b8c-83f2ac399129", "volume_id": "00196654-b250-448a-bf07-0f2256e6ff01", "server_id": "bd453bcd-46e5-44c2-a0a2-5d8f063cedd8", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-28T13:22:13.000000"}], "os-vol-tenant-attr:tenant_id": "f1aab42b97c44ed7957b87347f959c55"}}'
2026-05-28 13:22:17,084 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 409 POST https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01/action 0.514s
2026-05-28 13:22:17,084 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-detach": {}}
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '167', 'content-type': 'application/json', 'x-compute-request-id': 'req-39ac5f66-245f-4e31-bf0a-910063ec6b37', 'x-openstack-request-id': 'req-39ac5f66-245f-4e31-bf0a-910063ec6b37', 'connection': 'close', 'status': '409', 'content-location': 'https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01/action'}
Body: b'{"conflictingRequest": {"code": 409, "message": "ConflictNovaUsingAttachment: Detach volume from instance bd453bcd-46e5-44c2-a0a2-5d8f063cedd8 using the Compute API"}}'
2026-05-28 13:22:17,436 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 409 POST https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01/action 0.351s
2026-05-28 13:22:17,436 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-terminate_connection": {"connector": {}}}
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '167', 'content-type': 'application/json', 'x-compute-request-id': 'req-23d8dd21-1cb8-4963-8e61-e18e5ae9c86b', 'x-openstack-request-id': 'req-23d8dd21-1cb8-4963-8e61-e18e5ae9c86b', 'connection': 'close', 'status': '409', 'content-location': 'https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01/action'}
Body: b'{"conflictingRequest": {"code": 409, "message": "ConflictNovaUsingAttachment: Detach volume from instance bd453bcd-46e5-44c2-a0a2-5d8f063cedd8 using the Compute API"}}'
2026-05-28 13:22:17,447 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 401 POST https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01/action 0.010s
2026-05-28 13:22:17,448 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>', 'X-Service-Token': '<omitted>'}
Body: {"os-detach": {}}
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '114', 'www-authenticate': 'Keystone uri="https://10.4.3.16/identity"', 'x-openstack-request-id': 'req-61ed2588-ebc4-445a-9141-65fee9bae126', 'connection': 'close', 'status': '401', 'content-location': 'https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01/action'}
Body: b'{"error": {"code": 401, "title": "Unauthorized", "message": "The request you have made requires authentication."}}'
2026-05-28 13:22:17,455 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 401 POST https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01/action 0.007s
2026-05-28 13:22:17,456 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>', 'X-Service-Token': '<omitted>'}
Body: {"os-terminate_connection": {"connector": {}}}
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '114', 'www-authenticate': 'Keystone uri="https://10.4.3.16/identity"', 'x-openstack-request-id': 'req-41e9a615-1f81-4061-b534-c8797f140d1e', 'connection': 'close', 'status': '401', 'content-location': 'https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01/action'}
Body: b'{"error": {"code": 401, "title": "Unauthorized", "message": "The request you have made requires authentication."}}'
2026-05-28 13:22:17,531 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 401 POST https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01/action 0.074s
2026-05-28 13:22:17,531 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>', 'X-Service-Token': '<omitted>'}
Body: {"os-detach": {}}
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '114', 'www-authenticate': 'Keystone uri="https://10.4.3.16/identity"', 'x-openstack-request-id': 'req-46e80ce4-0e56-45d6-93e3-6c40a2e9843a', 'connection': 'close', 'status': '401', 'content-location': 'https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01/action'}
Body: b'{"error": {"code": 401, "title": "Unauthorized", "message": "The request you have made requires authentication."}}'
2026-05-28 13:22:17,557 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 401 POST https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01/action 0.025s
2026-05-28 13:22:17,557 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>', 'X-Service-Token': '<omitted>'}
Body: {"os-terminate_connection": {"connector": {}}}
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '114', 'www-authenticate': 'Keystone uri="https://10.4.3.16/identity"', 'x-openstack-request-id': 'req-61fb6243-a29c-4041-9b11-b160c33049b4', 'connection': 'close', 'status': '401', 'content-location': 'https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01/action'}
Body: b'{"error": {"code": 401, "title": "Unauthorized", "message": "The request you have made requires authentication."}}'
2026-05-28 13:22:17,706 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01/action 0.148s
2026-05-28 13:22:17,706 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-reset_status": {"status": "error"}}
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-compute-request-id': 'req-e734ea08-7390-4ec3-a693-89d06e8e6268', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e734ea08-7390-4ec3-a693-89d06e8e6268', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01/action'}
Body: b''
2026-05-28 13:22:17,738 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01 0.032s
2026-05-28 13:22:17,739 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c089aeb-ae0a-47a0-89d6-bf40b3fbd881', 'content-length': '1146', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c089aeb-ae0a-47a0-89d6-bf40b3fbd881', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01'}
Body: b'{"volume": {"id": "00196654-b250-448a-bf07-0f2256e6ff01", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T13:21:16.000000", "updated_at": "2026-05-28T13:22:18.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-736681839", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01"}, {"rel": "bookmark", "href": "https://10.4.3.16/volume/volumes/00196654-b250-448a-bf07-0f2256e6ff01"}], "user_id": "7f1d17776b96497cace687f5edaad81c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "00196654-b250-448a-bf07-0f2256e6ff01", "attachment_id": "359422b0-7322-4521-9b8c-83f2ac399129", "volume_id": "00196654-b250-448a-bf07-0f2256e6ff01", "server_id": "bd453bcd-46e5-44c2-a0a2-5d8f063cedd8", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-28T13:22:13.000000"}], "os-vol-tenant-attr:tenant_id": "f1aab42b97c44ed7957b87347f959c55"}}'
2026-05-28 13:22:17,744 106269 INFO [tempest.common.waiters] volume 00196654-b250-448a-bf07-0f2256e6ff01 reached error after waiting for 0.744793 seconds
2026-05-28 13:22:18,044 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 409 POST https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01/action 0.300s
2026-05-28 13:22:18,045 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-force_detach": {"connector": null, "attachment_id": "359422b0-7322-4521-9b8c-83f2ac399129"}}
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '167', 'content-type': 'application/json', 'x-compute-request-id': 'req-36d4ebf9-31ff-4e54-bb91-7668f35e81c0', 'x-openstack-request-id': 'req-36d4ebf9-31ff-4e54-bb91-7668f35e81c0', 'connection': 'close', 'status': '409', 'content-location': 'https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01/action'}
Body: b'{"conflictingRequest": {"code": 409, "message": "ConflictNovaUsingAttachment: Detach volume from instance bd453bcd-46e5-44c2-a0a2-5d8f063cedd8 using the Compute API"}}'
2026-05-28 13:22:18,061 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 401 POST https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01/action 0.016s
2026-05-28 13:22:18,061 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>', 'X-Service-Token': '<omitted>'}
Body: {"os-force_detach": {"connector": null, "attachment_id": "359422b0-7322-4521-9b8c-83f2ac399129"}}
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '114', 'www-authenticate': 'Keystone uri="https://10.4.3.16/identity"', 'x-openstack-request-id': 'req-cdaf8474-f083-40c7-a9a9-4731efb20c8b', 'connection': 'close', 'status': '401', 'content-location': 'https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01/action'}
Body: b'{"error": {"code": 401, "title": "Unauthorized", "message": "The request you have made requires authentication."}}'
2026-05-28 13:22:18,093 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 401 POST https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01/action 0.030s
2026-05-28 13:22:18,093 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>', 'X-Service-Token': '<omitted>'}
Body: {"os-force_detach": {"connector": null, "attachment_id": "359422b0-7322-4521-9b8c-83f2ac399129"}}
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '114', 'www-authenticate': 'Keystone uri="https://10.4.3.16/identity"', 'x-openstack-request-id': 'req-07fdccf1-f5d5-4f3f-bb98-42ffe79153c7', 'connection': 'close', 'status': '401', 'content-location': 'https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01/action'}
Body: b'{"error": {"code": 401, "title": "Unauthorized", "message": "The request you have made requires authentication."}}'
2026-05-28 13:22:18,126 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET https://10.4.3.16/volume/v3/volumes/d5d0d1f0-0b87-4743-8fd5-aacfa050f6c1 0.033s
2026-05-28 13:22:18,127 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1231851a-496b-4bac-af03-201a7824b118', 'content-length': '856', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1231851a-496b-4bac-af03-201a7824b118', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/volume/v3/volumes/d5d0d1f0-0b87-4743-8fd5-aacfa050f6c1'}
Body: b'{"volume": {"id": "d5d0d1f0-0b87-4743-8fd5-aacfa050f6c1", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T13:21:17.000000", "updated_at": "2026-05-28T13:21:17.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-1254214129", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.16/volume/v3/volumes/d5d0d1f0-0b87-4743-8fd5-aacfa050f6c1"}, {"rel": "bookmark", "href": "https://10.4.3.16/volume/volumes/d5d0d1f0-0b87-4743-8fd5-aacfa050f6c1"}], "user_id": "7f1d17776b96497cace687f5edaad81c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1aab42b97c44ed7957b87347f959c55"}}'
2026-05-28 13:22:18,132 106269 INFO [tempest.common.waiters] volume d5d0d1f0-0b87-4743-8fd5-aacfa050f6c1 reached available after waiting for 0.132308 seconds
2026-05-28 13:22:18,209 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET https://10.4.3.16/volume/v3/volumes/d5d0d1f0-0b87-4743-8fd5-aacfa050f6c1 0.077s
2026-05-28 13:22:18,210 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec7d0a2a-3672-4caf-8f53-c056779a33cc', 'content-length': '856', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec7d0a2a-3672-4caf-8f53-c056779a33cc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/volume/v3/volumes/d5d0d1f0-0b87-4743-8fd5-aacfa050f6c1'}
Body: b'{"volume": {"id": "d5d0d1f0-0b87-4743-8fd5-aacfa050f6c1", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T13:21:17.000000", "updated_at": "2026-05-28T13:21:17.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-1254214129", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.16/volume/v3/volumes/d5d0d1f0-0b87-4743-8fd5-aacfa050f6c1"}, {"rel": "bookmark", "href": "https://10.4.3.16/volume/volumes/d5d0d1f0-0b87-4743-8fd5-aacfa050f6c1"}], "user_id": "7f1d17776b96497cace687f5edaad81c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1aab42b97c44ed7957b87347f959c55"}}'
2026-05-28 13:22:20,809 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 POST https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8/os-volume_attachments 2.592s
2026-05-28 13:22:20,810 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volumeAttachment": {"volumeId": "d5d0d1f0-0b87-4743-8fd5-aacfa050f6c1"}}
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:18 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-1e1d776a-d498-4efc-80bd-926d18e1d1f3', 'x-compute-request-id': 'req-1e1d776a-d498-4efc-80bd-926d18e1d1f3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8/os-volume_attachments'}
Body: b'{"volumeAttachment": {"id": "d5d0d1f0-0b87-4743-8fd5-aacfa050f6c1", "serverId": "bd453bcd-46e5-44c2-a0a2-5d8f063cedd8", "volumeId": "d5d0d1f0-0b87-4743-8fd5-aacfa050f6c1", "device": "/dev/vdc"}}'
2026-05-28 13:22:20,857 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET https://10.4.3.16/volume/v3/volumes/d5d0d1f0-0b87-4743-8fd5-aacfa050f6c1 0.046s
2026-05-28 13:22:20,857 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-212d4b32-2d36-41bb-88b1-462057444ee1', 'content-length': '855', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-212d4b32-2d36-41bb-88b1-462057444ee1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/volume/v3/volumes/d5d0d1f0-0b87-4743-8fd5-aacfa050f6c1'}
Body: b'{"volume": {"id": "d5d0d1f0-0b87-4743-8fd5-aacfa050f6c1", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T13:21:17.000000", "updated_at": "2026-05-28T13:22:20.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-1254214129", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.16/volume/v3/volumes/d5d0d1f0-0b87-4743-8fd5-aacfa050f6c1"}, {"rel": "bookmark", "href": "https://10.4.3.16/volume/volumes/d5d0d1f0-0b87-4743-8fd5-aacfa050f6c1"}], "user_id": "7f1d17776b96497cace687f5edaad81c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1aab42b97c44ed7957b87347f959c55"}}'
2026-05-28 13:22:21,906 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET https://10.4.3.16/volume/v3/volumes/d5d0d1f0-0b87-4743-8fd5-aacfa050f6c1 0.043s
2026-05-28 13:22:21,906 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25704036-3120-4798-a1b8-8fa699521021', 'content-length': '856', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25704036-3120-4798-a1b8-8fa699521021', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/volume/v3/volumes/d5d0d1f0-0b87-4743-8fd5-aacfa050f6c1'}
Body: b'{"volume": {"id": "d5d0d1f0-0b87-4743-8fd5-aacfa050f6c1", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T13:21:17.000000", "updated_at": "2026-05-28T13:22:21.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-1254214129", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.16/volume/v3/volumes/d5d0d1f0-0b87-4743-8fd5-aacfa050f6c1"}, {"rel": "bookmark", "href": "https://10.4.3.16/volume/volumes/d5d0d1f0-0b87-4743-8fd5-aacfa050f6c1"}], "user_id": "7f1d17776b96497cace687f5edaad81c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1aab42b97c44ed7957b87347f959c55"}}'
2026-05-28 13:22:23,001 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 500 GET https://10.4.3.16/volume/v3/volumes/d5d0d1f0-0b87-4743-8fd5-aacfa050f6c1 0.089s
2026-05-28 13:22:23,002 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecfa2127-27a2-4667-aff7-0d26a82f3a9c', 'x-openstack-request-id': 'req-ecfa2127-27a2-4667-aff7-0d26a82f3a9c', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.16/volume/v3/volumes/d5d0d1f0-0b87-4743-8fd5-aacfa050f6c1'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2026-05-28 13:22:23,056 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 500 POST https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01/action 0.051s
2026-05-28 13:22:23,056 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-reset_status": {"status": "in-use"}}
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2b73f96-f0e0-439c-a053-3e4d36368537', 'x-openstack-request-id': 'req-c2b73f96-f0e0-439c-a053-3e4d36368537', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01/action'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2026-05-28 13:22:23,117 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 500 GET https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01 0.060s
2026-05-28 13:22:23,117 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6bc40cb-31cf-4fdb-bec1-b0e081e57d83', 'x-openstack-request-id': 'req-c6bc40cb-31cf-4fdb-bec1-b0e081e57d83', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2026-05-28 13:22:23,183 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 500 DELETE https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8/os-volume_attachments/00196654-b250-448a-bf07-0f2256e6ff01 0.065s
2026-05-28 13:22:23,184 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '147', 'x-openstack-request-id': 'req-a5b54933-49d0-45f9-8f15-1c70b2f1b7cd', 'x-compute-request-id': 'req-a5b54933-49d0-45f9-8f15-1c70b2f1b7cd', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8/os-volume_attachments/00196654-b250-448a-bf07-0f2256e6ff01'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-05-28 13:22:23,236 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 500 DELETE https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8/os-volume_attachments/00196654-b250-448a-bf07-0f2256e6ff01 0.051s
2026-05-28 13:22:23,236 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '147', 'x-openstack-request-id': 'req-9e185a86-c595-46fd-a54f-861fc12c45b0', 'x-compute-request-id': 'req-9e185a86-c595-46fd-a54f-861fc12c45b0', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8/os-volume_attachments/00196654-b250-448a-bf07-0f2256e6ff01'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-05-28 13:22:23,237 106269 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method ScenarioTest.nova_volume_detach of <tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario.test_server_detach_rules[compute,id-be615530-f105-437a-8afe-ce998c9535d9,image,network,slow,volume] id=0x70e97f13ba10>>, retrying...
2026-05-28 13:22:28,417 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 400 DELETE https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8/os-volume_attachments/00196654-b250-448a-bf07-0f2256e6ff01 0.179s
2026-05-28 13:22:28,417 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '269', 'x-openstack-request-id': 'req-138be9bd-bf23-416f-9185-c2fae3068317', 'x-compute-request-id': 'req-138be9bd-bf23-416f-9185-c2fae3068317', 'connection': 'close', 'status': '400', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8/os-volume_attachments/00196654-b250-448a-bf07-0f2256e6ff01'}
Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: Invalid input received: Invalid volume: Unable to detach volume. Volume status must be \'in-use\' and attach_status must be \'attached\' to detach. (HTTP 400) (Request-ID: req-80127abe-39c0-41c9-a15d-dd7f511136d0)"}}'
2026-05-28 13:22:28,515 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8 0.097s
2026-05-28 13:22:28,516 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:28 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-5c8d8f2d-b951-407d-803a-b0bf91182260', 'x-compute-request-id': 'req-5c8d8f2d-b951-407d-803a-b0bf91182260', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8'}
Body: b''
2026-05-28 13:22:28,741 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 200 GET https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8 0.225s
2026-05-28 13:22:28,742 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1741', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72073169-854b-40ff-a6bc-f7e2679a3e6c', 'x-compute-request-id': 'req-72073169-854b-40ff-a6bc-f7e2679a3e6c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestServerVolumeAttachmentScenario-1541694432-network": [{"version": 4, "addr": "10.1.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:f8:75"}, {"version": 4, "addr": "172.24.5.206", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:f8:75"}]}, "created": "2026-05-28T13:21:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/flavors/42"}]}, "hostId": "7f2efa202080d024daa18c6daa5b3527ecc8d95b63a5a1bbd67eb036", "id": "bd453bcd-46e5-44c2-a0a2-5d8f063cedd8", "image": {"id": "65208839-8393-4abb-ab7b-7906c9063a00", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/images/65208839-8393-4abb-ab7b-7906c9063a00"}]}, "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8"}], "metadata": {}, "name": "tempest-TestServerVolumeAttachmentScenario-server-1433921663", "status": "ACTIVE", "tenant_id": "f1aab42b97c44ed7957b87347f959c55", "user_id": "7f1d17776b96497cace687f5edaad81c", "updated": "2026-05-28T13:22:28Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-2109906984", "OS-SRV-USG:launched_at": "2026-05-28T13:21:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1435379608"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "00196654-b250-448a-bf07-0f2256e6ff01"}]}}'
2026-05-28 13:22:30,010 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 200 GET https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8 0.262s
2026-05-28 13:22:30,010 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1741', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10114a56-c6f1-4083-81fd-a3d6e85c6700', 'x-compute-request-id': 'req-10114a56-c6f1-4083-81fd-a3d6e85c6700', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestServerVolumeAttachmentScenario-1541694432-network": [{"version": 4, "addr": "10.1.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:f8:75"}, {"version": 4, "addr": "172.24.5.206", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:f8:75"}]}, "created": "2026-05-28T13:21:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/flavors/42"}]}, "hostId": "7f2efa202080d024daa18c6daa5b3527ecc8d95b63a5a1bbd67eb036", "id": "bd453bcd-46e5-44c2-a0a2-5d8f063cedd8", "image": {"id": "65208839-8393-4abb-ab7b-7906c9063a00", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/images/65208839-8393-4abb-ab7b-7906c9063a00"}]}, "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8"}], "metadata": {}, "name": "tempest-TestServerVolumeAttachmentScenario-server-1433921663", "status": "ACTIVE", "tenant_id": "f1aab42b97c44ed7957b87347f959c55", "user_id": "7f1d17776b96497cace687f5edaad81c", "updated": "2026-05-28T13:22:28Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-2109906984", "OS-SRV-USG:launched_at": "2026-05-28T13:21:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1435379608"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "00196654-b250-448a-bf07-0f2256e6ff01"}]}}'
2026-05-28 13:22:31,579 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 200 GET https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8 0.561s
2026-05-28 13:22:31,579 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1741', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-438e871e-5042-4e3c-a47f-13b31fd7033b', 'x-compute-request-id': 'req-438e871e-5042-4e3c-a47f-13b31fd7033b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestServerVolumeAttachmentScenario-1541694432-network": [{"version": 4, "addr": "10.1.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:f8:75"}, {"version": 4, "addr": "172.24.5.206", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:f8:75"}]}, "created": "2026-05-28T13:21:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/flavors/42"}]}, "hostId": "7f2efa202080d024daa18c6daa5b3527ecc8d95b63a5a1bbd67eb036", "id": "bd453bcd-46e5-44c2-a0a2-5d8f063cedd8", "image": {"id": "65208839-8393-4abb-ab7b-7906c9063a00", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/images/65208839-8393-4abb-ab7b-7906c9063a00"}]}, "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8"}], "metadata": {}, "name": "tempest-TestServerVolumeAttachmentScenario-server-1433921663", "status": "ACTIVE", "tenant_id": "f1aab42b97c44ed7957b87347f959c55", "user_id": "7f1d17776b96497cace687f5edaad81c", "updated": "2026-05-28T13:22:30Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-2109906984", "OS-SRV-USG:launched_at": "2026-05-28T13:21:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1435379608"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "00196654-b250-448a-bf07-0f2256e6ff01"}]}}'
2026-05-28 13:22:32,686 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 200 GET https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8 0.100s
2026-05-28 13:22:32,686 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1377', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-64177119-eeda-4cc7-b16c-768883f0425b', 'x-compute-request-id': 'req-64177119-eeda-4cc7-b16c-768883f0425b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T13:21:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/flavors/42"}]}, "hostId": "7f2efa202080d024daa18c6daa5b3527ecc8d95b63a5a1bbd67eb036", "id": "bd453bcd-46e5-44c2-a0a2-5d8f063cedd8", "image": {"id": "65208839-8393-4abb-ab7b-7906c9063a00", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/images/65208839-8393-4abb-ab7b-7906c9063a00"}]}, "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8"}], "metadata": {}, "name": "tempest-TestServerVolumeAttachmentScenario-server-1433921663", "status": "ACTIVE", "tenant_id": "f1aab42b97c44ed7957b87347f959c55", "user_id": "7f1d17776b96497cace687f5edaad81c", "updated": "2026-05-28T13:22:30Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-2109906984", "OS-SRV-USG:launched_at": "2026-05-28T13:21:31.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "00196654-b250-448a-bf07-0f2256e6ff01"}]}}'
2026-05-28 13:22:33,794 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 200 GET https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8 0.101s
2026-05-28 13:22:33,794 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b11ddf5a-72d3-484c-8998-516b2496f9d8', 'x-compute-request-id': 'req-b11ddf5a-72d3-484c-8998-516b2496f9d8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T13:21:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/flavors/42"}]}, "hostId": "7f2efa202080d024daa18c6daa5b3527ecc8d95b63a5a1bbd67eb036", "id": "bd453bcd-46e5-44c2-a0a2-5d8f063cedd8", "image": {"id": "65208839-8393-4abb-ab7b-7906c9063a00", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/images/65208839-8393-4abb-ab7b-7906c9063a00"}]}, "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8"}], "metadata": {}, "name": "tempest-TestServerVolumeAttachmentScenario-server-1433921663", "status": "DELETED", "tenant_id": "f1aab42b97c44ed7957b87347f959c55", "user_id": "7f1d17776b96497cace687f5edaad81c", "updated": "2026-05-28T13:22:33Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-05-28T13:22:27Z", "message": "RemoteError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-2109906984", "OS-SRV-USG:launched_at": "2026-05-28T13:21:31.000000", "OS-SRV-USG:terminated_at": "2026-05-28T13:22:33.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "00196654-b250-448a-bf07-0f2256e6ff01"}]}}'
2026-05-28 13:22:33,800 106269 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 5 second wait
2026-05-28 13:22:34,915 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 200 GET https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8 0.114s
2026-05-28 13:22:34,916 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cef85c05-6727-4c42-a1d6-c0e926d39977', 'x-compute-request-id': 'req-cef85c05-6727-4c42-a1d6-c0e926d39977', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T13:21:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/flavors/42"}]}, "hostId": "7f2efa202080d024daa18c6daa5b3527ecc8d95b63a5a1bbd67eb036", "id": "bd453bcd-46e5-44c2-a0a2-5d8f063cedd8", "image": {"id": "65208839-8393-4abb-ab7b-7906c9063a00", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/images/65208839-8393-4abb-ab7b-7906c9063a00"}]}, "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8"}], "metadata": {}, "name": "tempest-TestServerVolumeAttachmentScenario-server-1433921663", "status": "DELETED", "tenant_id": "f1aab42b97c44ed7957b87347f959c55", "user_id": "7f1d17776b96497cace687f5edaad81c", "updated": "2026-05-28T13:22:33Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-05-28T13:22:27Z", "message": "RemoteError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-2109906984", "OS-SRV-USG:launched_at": "2026-05-28T13:21:31.000000", "OS-SRV-USG:terminated_at": "2026-05-28T13:22:33.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "00196654-b250-448a-bf07-0f2256e6ff01"}]}}'
2026-05-28 13:22:36,043 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 200 GET https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8 0.118s
2026-05-28 13:22:36,043 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1467', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b717e9d5-cee1-4e2f-a508-8713d792ddd6', 'x-compute-request-id': 'req-b717e9d5-cee1-4e2f-a508-8713d792ddd6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T13:21:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/flavors/42"}]}, "hostId": "7f2efa202080d024daa18c6daa5b3527ecc8d95b63a5a1bbd67eb036", "id": "bd453bcd-46e5-44c2-a0a2-5d8f063cedd8", "image": {"id": "65208839-8393-4abb-ab7b-7906c9063a00", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/images/65208839-8393-4abb-ab7b-7906c9063a00"}]}, "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8"}], "metadata": {}, "name": "tempest-TestServerVolumeAttachmentScenario-server-1433921663", "status": "DELETED", "tenant_id": "f1aab42b97c44ed7957b87347f959c55", "user_id": "7f1d17776b96497cace687f5edaad81c", "updated": "2026-05-28T13:22:33Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-05-28T13:22:27Z", "message": "RemoteError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-2109906984", "OS-SRV-USG:launched_at": "2026-05-28T13:21:31.000000", "OS-SRV-USG:terminated_at": "2026-05-28T13:22:33.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "00196654-b250-448a-bf07-0f2256e6ff01"}]}}'
2026-05-28 13:22:37,082 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8 0.032s
2026-05-28 13:22:37,082 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:37 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-4c48c89e-5465-4105-97c3-772787b594c7', 'x-compute-request-id': 'req-4c48c89e-5465-4105-97c3-772787b594c7', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/bd453bcd-46e5-44c2-a0a2-5d8f063cedd8'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance bd453bcd-46e5-44c2-a0a2-5d8f063cedd8 could not be found."}}'
2026-05-28 13:22:37,114 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE https://10.4.3.16/compute/v2.1/os-keypairs/tempest-keypair-2109906984 0.031s
2026-05-28 13:22:37,114 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:37 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-1282f55d-0469-48f8-adea-0d24702da1a6', 'x-compute-request-id': 'req-1282f55d-0469-48f8-adea-0d24702da1a6', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.16/compute/v2.1/os-keypairs/tempest-keypair-2109906984'}
Body: b''
2026-05-28 13:22:37,325 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE https://10.4.3.16/networking/v2.0/security-groups/e6a0f85b-7c5e-4471-b8ec-c4504eb0ec7e 0.211s
2026-05-28 13:22:37,326 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-30c98816-dd6d-435c-a7fe-be7c3a2acef7', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.16/networking/v2.0/security-groups/e6a0f85b-7c5e-4471-b8ec-c4504eb0ec7e'}
Body: b''
2026-05-28 13:22:37,351 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET https://10.4.3.16/networking/v2.0/security-groups/e6a0f85b-7c5e-4471-b8ec-c4504eb0ec7e 0.025s
2026-05-28 13:22:37,351 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-6d7a5031-60c7-4e29-909e-a8cee01c1ed1', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.16/networking/v2.0/security-groups/e6a0f85b-7c5e-4471-b8ec-c4504eb0ec7e'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group e6a0f85b-7c5e-4471-b8ec-c4504eb0ec7e does not exist", "detail": ""}}'
2026-05-28 13:22:37,719 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE https://10.4.3.16/networking/v2.0/floatingips/f0d533bb-2bf0-4e98-9e95-9840c70af390 0.367s
2026-05-28 13:22:37,719 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-1d0f5365-a7a6-45b0-ad03-d0b2c0bd3322', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.16/networking/v2.0/floatingips/f0d533bb-2bf0-4e98-9e95-9840c70af390'}
Body: b''
2026-05-28 13:22:37,767 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE https://10.4.3.16/volume/v3/volumes/d5d0d1f0-0b87-4743-8fd5-aacfa050f6c1 0.047s
2026-05-28 13:22:37,767 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:37 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-560ed2f1-2a94-4977-aefd-dc711c87b95a', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.16/volume/v3/volumes/d5d0d1f0-0b87-4743-8fd5-aacfa050f6c1'}
Body: b''
2026-05-28 13:22:37,798 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 200 GET https://10.4.3.16/volume/v3/volumes/d5d0d1f0-0b87-4743-8fd5-aacfa050f6c1 0.030s
2026-05-28 13:22:37,798 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c7fe01c-b960-47e7-a902-d41a710ff889', 'content-length': '855', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c7fe01c-b960-47e7-a902-d41a710ff889', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/volume/v3/volumes/d5d0d1f0-0b87-4743-8fd5-aacfa050f6c1'}
Body: b'{"volume": {"id": "d5d0d1f0-0b87-4743-8fd5-aacfa050f6c1", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T13:21:17.000000", "updated_at": "2026-05-28T13:22:38.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-1254214129", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.16/volume/v3/volumes/d5d0d1f0-0b87-4743-8fd5-aacfa050f6c1"}, {"rel": "bookmark", "href": "https://10.4.3.16/volume/volumes/d5d0d1f0-0b87-4743-8fd5-aacfa050f6c1"}], "user_id": "7f1d17776b96497cace687f5edaad81c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1aab42b97c44ed7957b87347f959c55"}}'
2026-05-28 13:22:38,823 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET https://10.4.3.16/volume/v3/volumes/d5d0d1f0-0b87-4743-8fd5-aacfa050f6c1 0.016s
2026-05-28 13:22:38,823 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:38 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-4a4dd5fc-c0ac-45f5-b898-cc6700e191c7', 'x-openstack-request-id': 'req-4a4dd5fc-c0ac-45f5-b898-cc6700e191c7', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.16/volume/v3/volumes/d5d0d1f0-0b87-4743-8fd5-aacfa050f6c1'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume d5d0d1f0-0b87-4743-8fd5-aacfa050f6c1 could not be found."}}'
2026-05-28 13:22:38,857 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01 0.033s
2026-05-28 13:22:38,857 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:38 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-5b57de0a-7162-4398-906e-c2a7a6753054', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01'}
Body: b''
2026-05-28 13:22:38,880 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 200 GET https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01 0.023s
2026-05-28 13:22:38,881 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aecf2aaf-2cd8-4be9-929d-2f9bd72643c3', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aecf2aaf-2cd8-4be9-929d-2f9bd72643c3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01'}
Body: b'{"volume": {"id": "00196654-b250-448a-bf07-0f2256e6ff01", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T13:21:16.000000", "updated_at": "2026-05-28T13:22:39.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-736681839", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01"}, {"rel": "bookmark", "href": "https://10.4.3.16/volume/volumes/00196654-b250-448a-bf07-0f2256e6ff01"}], "user_id": "7f1d17776b96497cace687f5edaad81c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f1aab42b97c44ed7957b87347f959c55"}}'
2026-05-28 13:22:39,906 106269 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01 0.020s
2026-05-28 13:22:39,907 106269 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:39 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-4201ef53-ea9e-406f-9a70-a3b1e3e2f070', 'x-openstack-request-id': 'req-4201ef53-ea9e-406f-9a70-a3b1e3e2f070', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.16/volume/v3/volumes/00196654-b250-448a-bf07-0f2256e6ff01'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume 00196654-b250-448a-bf07-0f2256e6ff01 could not be found."}}'
}}}
traceback-1: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 284, in reset_volume_status
resp, body = self.post('volumes/%s/action' % volume_id, post_body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
}}}
traceback-2: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/waiters.py", line 371, in wait_for_volume_resource_status
resource_status = show_resource(resource_id)[resource_name]['status']
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 102, in show_volume
resp, body = self.get(url)
^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
return self.request('GET', url, extra_headers, headers,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
}}}
traceback-3: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/scenario/manager.py", line 1018, in nova_volume_detach
servers_client.detach_volume(server['id'], volume['id'])
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 498, in detach_volume
resp, body = self.delete('servers/%s/os-volume_attachments/%s' %
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
return self.request('DELETE', url, extra_headers, headers, body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'oslo_db.exception.DBConnectionError'>
}}}
traceback-4: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/scenario/manager.py", line 1018, in nova_volume_detach
servers_client.detach_volume(server['id'], volume['id'])
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 498, in detach_volume
resp, body = self.delete('servers/%s/os-volume_attachments/%s' %
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
return self.request('DELETE', url, extra_headers, headers, body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 882, in _error_checker
raise exceptions.BadRequest(resp_body, resp=resp)
tempest.lib.exceptions.BadRequest: Bad request
Details: {'code': 400, 'message': "Invalid volume: Invalid input received: Invalid volume: Unable to detach volume. Volume status must be 'in-use' and attach_status must be 'attached' to detach. (HTTP 400) (Request-ID: req-80127abe-39c0-41c9-a15d-dd7f511136d0)"}
}}}
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_server_volume_attachment.py", line 180, in test_server_detach_rules
volume2 = self.nova_volume_attach(server, volume2)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 376, in wait_for_volume_resource_status
resource_status = show_resource(resource_id)[
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 102, in show_volume
resp, body = self.get(url)
^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
return self.request('GET', url, extra_headers, headers,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| tempest.scenario.test_stamp_pattern.TestStampPattern | 1 | 0 | 1 | 0 | 0 | Detail | |
test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume] |
fail
ft3.1: tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-05-28 13:22:18,105 106277 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST https://10.4.3.16/compute/v2.1/os-keypairs 0.131s
2026-05-28 13:22:18,105 106277 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestStampPattern-2044460899", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDMw1XuJGOzU0J7lnwMD0bJofWEMDRvzBt7y6CPYne4DUobaOp24dYpzH5wmWEne9tBc381COmlcqPHFJ3Z1973Lkq05oMeps97nEBAwx/kOVm1NRjwgZWw5Wg8di8bxSw=="}}
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '395', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0f684275-7513-4305-91db-3bb445c07b94', 'x-compute-request-id': 'req-0f684275-7513-4305-91db-3bb445c07b94', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-TestStampPattern-2044460899", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDMw1XuJGOzU0J7lnwMD0bJofWEMDRvzBt7y6CPYne4DUobaOp24dYpzH5wmWEne9tBc381COmlcqPHFJ3Z1973Lkq05oMeps97nEBAwx/kOVm1NRjwgZWw5Wg8di8bxSw==", "fingerprint": "0f:7b:89:d0:a7:19:e1:2b:be:65:5c:ca:c8:d0:f8:ce", "user_id": "d57466d7864e42779c221432322a637c"}}'
2026-05-28 13:22:18,308 106277 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST https://10.4.3.16/networking/v2.0/security-groups 0.201s
2026-05-28 13:22:18,308 106277 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-secgroup-smoke-93475735", "description": "tempest-secgroup-smoke-93475735 description", "project_id": "5d7c8703f1144ce29bbcc30dabb35a51"}}
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1673', 'x-openstack-request-id': 'req-46fbeead-09a7-4b3b-b6c7-235cc05fe882', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.16/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "47394db7-95ae-4d43-81ff-ff441c2e1f3d", "name": "tempest-secgroup-smoke-93475735", "stateful": true, "tenant_id": "5d7c8703f1144ce29bbcc30dabb35a51", "project_id": "5d7c8703f1144ce29bbcc30dabb35a51", "description": "tempest-secgroup-smoke-93475735 description", "shared": false, "security_group_rules": [{"id": "63dc5b9b-d735-4e83-9fce-9d0c56044a2c", "project_id": "5d7c8703f1144ce29bbcc30dabb35a51", "security_group_id": "47394db7-95ae-4d43-81ff-ff441c2e1f3d", "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": 1590, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-05-28T13:22:18Z", "updated_at": "2026-05-28T13:22:18Z", "revision_number": 0, "tenant_id": "5d7c8703f1144ce29bbcc30dabb35a51"}, {"id": "82d9ded1-4b01-4a44-9dea-fe56bcb76865", "project_id": "5d7c8703f1144ce29bbcc30dabb35a51", "security_group_id": "47394db7-95ae-4d43-81ff-ff441c2e1f3d", "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": 1591, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-05-28T13:22:18Z", "updated_at": "2026-05-28T13:22:18Z", "revision_number": 0, "tenant_id": "5d7c8703f1144ce29bbcc30dabb35a51"}], "tags": [], "created_at": "2026-05-28T13:22:18Z", "updated_at": "2026-05-28T13:22:18Z", "revision_number": 1}}'
2026-05-28 13:22:18,447 106277 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST https://10.4.3.16/networking/v2.0/security-group-rules 0.138s
2026-05-28 13:22:18,447 106277 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": "47394db7-95ae-4d43-81ff-ff441c2e1f3d", "project_id": "5d7c8703f1144ce29bbcc30dabb35a51", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-77b93cb0-cbd2-4bfe-996d-23080e78ca38', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.16/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "dd024106-a600-4b7d-ac70-c81f11d55e00", "project_id": "5d7c8703f1144ce29bbcc30dabb35a51", "security_group_id": "47394db7-95ae-4d43-81ff-ff441c2e1f3d", "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-28T13:22:18Z", "updated_at": "2026-05-28T13:22:18Z", "revision_number": 0, "tenant_id": "5d7c8703f1144ce29bbcc30dabb35a51"}}'
2026-05-28 13:22:18,555 106277 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST https://10.4.3.16/networking/v2.0/security-group-rules 0.107s
2026-05-28 13:22:18,555 106277 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": "47394db7-95ae-4d43-81ff-ff441c2e1f3d", "project_id": "5d7c8703f1144ce29bbcc30dabb35a51", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}}
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-bfef9503-ea1b-429f-b2e7-1e8180c58cc4', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.16/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "2832a2c6-a3ad-48df-a9b0-f9a6b17ae08b", "project_id": "5d7c8703f1144ce29bbcc30dabb35a51", "security_group_id": "47394db7-95ae-4d43-81ff-ff441c2e1f3d", "ethertype": "IPv4", "direction": "egress", "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-28T13:22:18Z", "updated_at": "2026-05-28T13:22:18Z", "revision_number": 0, "tenant_id": "5d7c8703f1144ce29bbcc30dabb35a51"}}'
2026-05-28 13:22:18,659 106277 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST https://10.4.3.16/networking/v2.0/security-group-rules 0.103s
2026-05-28 13:22:18,659 106277 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": "47394db7-95ae-4d43-81ff-ff441c2e1f3d", "project_id": "5d7c8703f1144ce29bbcc30dabb35a51", "protocol": "icmp", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-5fce9d66-c1a4-4cc8-9e4d-f832db0739be', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.16/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "7a0ceb7b-2d88-4f8b-b47d-2e1cc250de1f", "project_id": "5d7c8703f1144ce29bbcc30dabb35a51", "security_group_id": "47394db7-95ae-4d43-81ff-ff441c2e1f3d", "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-28T13:22:18Z", "updated_at": "2026-05-28T13:22:18Z", "revision_number": 0, "tenant_id": "5d7c8703f1144ce29bbcc30dabb35a51"}}'
2026-05-28 13:22:18,816 106277 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST https://10.4.3.16/networking/v2.0/security-group-rules 0.156s
2026-05-28 13:22:18,816 106277 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": "47394db7-95ae-4d43-81ff-ff441c2e1f3d", "project_id": "5d7c8703f1144ce29bbcc30dabb35a51", "protocol": "icmp", "direction": "egress"}}
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-fe1f2339-1a31-4c40-9e81-98b22854c99e', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.16/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "4aba09a8-6ca8-4b70-b7ee-4889f4ea72e9", "project_id": "5d7c8703f1144ce29bbcc30dabb35a51", "security_group_id": "47394db7-95ae-4d43-81ff-ff441c2e1f3d", "ethertype": "IPv4", "direction": "egress", "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-28T13:22:18Z", "updated_at": "2026-05-28T13:22:18Z", "revision_number": 0, "tenant_id": "5d7c8703f1144ce29bbcc30dabb35a51"}}'
2026-05-28 13:22:19,077 106277 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST https://10.4.3.16/networking/v2.0/security-group-rules 0.260s
2026-05-28 13:22:19,077 106277 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": "47394db7-95ae-4d43-81ff-ff441c2e1f3d", "project_id": "5d7c8703f1144ce29bbcc30dabb35a51", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-e48d7b28-842f-4218-a43d-7ce892ddb34c', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.16/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "21bf7159-b85d-4147-a1c4-ff44b6b89714", "project_id": "5d7c8703f1144ce29bbcc30dabb35a51", "security_group_id": "47394db7-95ae-4d43-81ff-ff441c2e1f3d", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-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-28T13:22:18Z", "updated_at": "2026-05-28T13:22:18Z", "revision_number": 0, "tenant_id": "5d7c8703f1144ce29bbcc30dabb35a51"}}'
2026-05-28 13:22:19,379 106277 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST https://10.4.3.16/networking/v2.0/security-group-rules 0.301s
2026-05-28 13:22:19,379 106277 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": "47394db7-95ae-4d43-81ff-ff441c2e1f3d", "project_id": "5d7c8703f1144ce29bbcc30dabb35a51", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}}
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-63602ba0-6f44-4345-84d1-3a5ebf963e26', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.16/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "67517251-d52c-4428-b105-f516e12ea524", "project_id": "5d7c8703f1144ce29bbcc30dabb35a51", "security_group_id": "47394db7-95ae-4d43-81ff-ff441c2e1f3d", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-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-28T13:22:19Z", "updated_at": "2026-05-28T13:22:19Z", "revision_number": 0, "tenant_id": "5d7c8703f1144ce29bbcc30dabb35a51"}}'
2026-05-28 13:22:19,580 106277 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST https://10.4.3.16/volume/v3/volumes 0.200s
2026-05-28 13:22:19,580 106277 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"name": "tempest-TestStampPattern-volume-995554514", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}}
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9378144e-8044-4966-8c05-9522776a6ef9', 'content-length': '744', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9378144e-8044-4966-8c05-9522776a6ef9', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.16/volume/v3/volumes'}
Body: b'{"volume": {"id": "16140cc9-4152-46be-9599-30455622227a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T13:22:19.522275", "updated_at": null, "name": "tempest-TestStampPattern-volume-995554514", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.16/volume/v3/volumes/16140cc9-4152-46be-9599-30455622227a"}, {"rel": "bookmark", "href": "https://10.4.3.16/volume/volumes/16140cc9-4152-46be-9599-30455622227a"}], "user_id": "d57466d7864e42779c221432322a637c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-05-28 13:22:19,657 106277 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST https://10.4.3.16/identity/v3/auth/tokens 0.068s
2026-05-28 13:22:19,658 106277 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2919', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-2f078eaf-e31d-4dbc-aa14-bc2833b16db8', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.16/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "d57466d7864e42779c221432322a637c", "name": "tempest-TestStampPattern-1980467277-project-member", "password_expires_at": null}, "audit_ids": ["8cSNDUVGSbWuwI1lTGKzhQ"], "expires_at": "2026-05-28T14:22:19.000000Z", "issued_at": "2026-05-28T13:22:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5d7c8703f1144ce29bbcc30dabb35a51", "name": "tempest-TestStampPattern-1980467277"}, "is_domain": false, "roles": [{"id": "9537a38eb7da4f989921d2cad1bcd154", "name": "member"}, {"id": "4fe379c4ee204eaaad7f05f62d601b25", "name": "reader"}], "catalog": [{"endpoints": [{"id": "41851848dc6449e4a986475dcbd174bb", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.16/placement", "region": "RegionOne"}], "id": "4eb13c83c7b6455c8c02febc5e9f13fb", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "c67dab1e4f214be1a20ec94d97bb4589", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.16/compute/v2/5d7c8703f1144ce29bbcc30dabb35a51", "region": "RegionOne"}], "id": "56e4ed6580884c68aa154592de42af20", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7fbee52a51044907b70001566d377fc8", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.16/volume/v3", "region": "RegionOne"}], "id": "99a116a1ea06455495acc28c25c22bbd", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "564439d0201b4c37ba230d7f04311527", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.16/identity", "region": "RegionOne"}], "id": "9e0eea3c1ed74fb8b90b7ac0db5bf69e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7b9c0ca960bc4c4ca232a510513122c2", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.16/image", "region": "RegionOne"}], "id": "a907c3a8ea7e4233bbe9e10ad7200547", "type": "image", "name": "glance"}, {"endpoints": [{"id": "0f722817380241288fe5fc8fa993a582", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.16/networking", "region": "RegionOne"}], "id": "aafd36d935ca44e09a6372926643b61a", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5636d5944cf345de9eadcc113b532969", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.16/compute/v2.1", "region": "RegionOne"}], "id": "c1bb89918c604503812eae953d931de4", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "12f9e3a8a63545caa2da65ca7c0cb255", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.16:8080", "region": "RegionOne"}, {"id": "9e99434aceae49daab98b3f410a8c498", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.16:8080/v1/AUTH_5d7c8703f1144ce29bbcc30dabb35a51", "region": "RegionOne"}], "id": "d190b9bb27f9480e9695119c0a16791a", "type": "object-store", "name": "swift"}]}}'
2026-05-28 13:22:19,658 106277 INFO [tempest.lib.common.fixed_network] (TestStampPattern:test_stamp_pattern) Found network {'id': 'a9b8583c-c90d-4e22-85f9-3ddaa7dc6939', 'name': 'tempest-TestStampPattern-1099162249-network', 'tenant_id': '5d7c8703f1144ce29bbcc30dabb35a51', 'project_id': '5d7c8703f1144ce29bbcc30dabb35a51', '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': 21943, '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-28T13:22:08Z', 'updated_at': '2026-05-28T13:22:08Z', 'revision_number': 1} available for tenant
2026-05-28 13:22:20,604 106277 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST https://10.4.3.16/compute/v2.1/servers 0.945s
2026-05-28 13:22:20,604 106277 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestStampPattern-server-915652668", "imageRef": "65208839-8393-4abb-ab7b-7906c9063a00", "flavorRef": "42", "key_name": "tempest-TestStampPattern-2044460899", "security_groups": [{"name": "tempest-secgroup-smoke-93475735"}], "networks": [{"uuid": "a9b8583c-c90d-4e22-85f9-3ddaa7dc6939"}]}}
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '402', 'location': 'https://10.4.3.16/compute/v2.1/servers/6e11b1c7-6e71-4e46-b164-0442a4371714', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d99795a-e570-4691-bf16-d7e0e686d722', 'x-compute-request-id': 'req-6d99795a-e570-4691-bf16-d7e0e686d722', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.16/compute/v2.1/servers'}
Body: b'{"server": {"id": "6e11b1c7-6e71-4e46-b164-0442a4371714", "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/6e11b1c7-6e71-4e46-b164-0442a4371714"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/6e11b1c7-6e71-4e46-b164-0442a4371714"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-93475735"}], "adminPass": "mpzc2CRaH6iE"}}'
2026-05-28 13:22:20,707 106277 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET https://10.4.3.16/compute/v2.1/servers/6e11b1c7-6e71-4e46-b164-0442a4371714 0.101s
2026-05-28 13:22:20,707 106277 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1236', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aac73389-9dd9-4a00-a2da-2021c26d1d0b', 'x-compute-request-id': 'req-aac73389-9dd9-4a00-a2da-2021c26d1d0b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/6e11b1c7-6e71-4e46-b164-0442a4371714'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T13:22:21Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/flavors/42"}]}, "hostId": "", "id": "6e11b1c7-6e71-4e46-b164-0442a4371714", "image": {"id": "65208839-8393-4abb-ab7b-7906c9063a00", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/images/65208839-8393-4abb-ab7b-7906c9063a00"}]}, "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/6e11b1c7-6e71-4e46-b164-0442a4371714"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/6e11b1c7-6e71-4e46-b164-0442a4371714"}], "metadata": {}, "name": "tempest-TestStampPattern-server-915652668", "status": "BUILD", "tenant_id": "5d7c8703f1144ce29bbcc30dabb35a51", "user_id": "d57466d7864e42779c221432322a637c", "updated": "2026-05-28T13:22:20Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestStampPattern-2044460899", "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-28 13:22:21,866 106277 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET https://10.4.3.16/compute/v2.1/servers/6e11b1c7-6e71-4e46-b164-0442a4371714 0.149s
2026-05-28 13:22:21,866 106277 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1240', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6eff6a1a-919c-4c3e-87fa-527b33649b48', 'x-compute-request-id': 'req-6eff6a1a-919c-4c3e-87fa-527b33649b48', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/6e11b1c7-6e71-4e46-b164-0442a4371714'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T13:22:20Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/flavors/42"}]}, "hostId": "", "id": "6e11b1c7-6e71-4e46-b164-0442a4371714", "image": {"id": "65208839-8393-4abb-ab7b-7906c9063a00", "links": [{"rel": "bookmark", "href": "https://10.4.3.16/compute/images/65208839-8393-4abb-ab7b-7906c9063a00"}]}, "links": [{"rel": "self", "href": "https://10.4.3.16/compute/v2.1/servers/6e11b1c7-6e71-4e46-b164-0442a4371714"}, {"rel": "bookmark", "href": "https://10.4.3.16/compute/servers/6e11b1c7-6e71-4e46-b164-0442a4371714"}], "metadata": {}, "name": "tempest-TestStampPattern-server-915652668", "status": "BUILD", "tenant_id": "5d7c8703f1144ce29bbcc30dabb35a51", "user_id": "d57466d7864e42779c221432322a637c", "updated": "2026-05-28T13:22:21Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-2044460899", "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-28 13:22:22,958 106277 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 500 GET https://10.4.3.16/compute/v2.1/servers/6e11b1c7-6e71-4e46-b164-0442a4371714 0.084s
2026-05-28 13:22:22,959 106277 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '147', 'x-openstack-request-id': 'req-f4f31357-acff-4c2e-befe-5b09d8856b41', 'x-compute-request-id': 'req-f4f31357-acff-4c2e-befe-5b09d8856b41', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/6e11b1c7-6e71-4e46-b164-0442a4371714'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-05-28 13:22:23,034 106277 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 500 DELETE https://10.4.3.16/compute/v2.1/servers/6e11b1c7-6e71-4e46-b164-0442a4371714 0.075s
2026-05-28 13:22:23,034 106277 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '147', 'x-openstack-request-id': 'req-8c020749-ea2d-41c9-a887-a3cc3279dc96', 'x-compute-request-id': 'req-8c020749-ea2d-41c9-a887-a3cc3279dc96', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/6e11b1c7-6e71-4e46-b164-0442a4371714'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-05-28 13:22:23,034 106277 ERROR [tempest.common.compute] Deleting server 6e11b1c7-6e71-4e46-b164-0442a4371714 failed
2026-05-28 13:22:23.034 106277 ERROR tempest.common.compute Traceback (most recent call last):
2026-05-28 13:22:23.034 106277 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-05-28 13:22:23.034 106277 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-05-28 13:22:23.034 106277 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-28 13:22:23.034 106277 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 65, in wait_for_server_status
2026-05-28 13:22:23.034 106277 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-05-28 13:22:23.034 106277 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-28 13:22:23.034 106277 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-05-28 13:22:23.034 106277 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-05-28 13:22:23.034 106277 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-28 13:22:23.034 106277 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-05-28 13:22:23.034 106277 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-05-28 13:22:23.034 106277 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-28 13:22:23.034 106277 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-05-28 13:22:23.034 106277 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-05-28 13:22:23.034 106277 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-28 13:22:23.034 106277 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-05-28 13:22:23.034 106277 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-05-28 13:22:23.034 106277 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-05-28 13:22:23.034 106277 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-05-28 13:22:23.034 106277 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-05-28 13:22:23.034 106277 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-05-28 13:22:23.034 106277 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-05-28 13:22:23.034 106277 ERROR tempest.common.compute
2026-05-28 13:22:23.034 106277 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-05-28 13:22:23.034 106277 ERROR tempest.common.compute
2026-05-28 13:22:23.034 106277 ERROR tempest.common.compute Traceback (most recent call last):
2026-05-28 13:22:23.034 106277 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 348, in create_test_server
2026-05-28 13:22:23.034 106277 ERROR tempest.common.compute clients.servers_client.delete_server(
2026-05-28 13:22:23.034 106277 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 188, in delete_server
2026-05-28 13:22:23.034 106277 ERROR tempest.common.compute resp, body = self.delete("servers/%s" % server_id)
2026-05-28 13:22:23.034 106277 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-28 13:22:23.034 106277 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
2026-05-28 13:22:23.034 106277 ERROR tempest.common.compute return self.request('DELETE', url, extra_headers, headers, body)
2026-05-28 13:22:23.034 106277 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-28 13:22:23.034 106277 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-05-28 13:22:23.034 106277 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-05-28 13:22:23.034 106277 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-28 13:22:23.034 106277 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-05-28 13:22:23.034 106277 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-05-28 13:22:23.034 106277 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-05-28 13:22:23.034 106277 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-05-28 13:22:23.034 106277 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-05-28 13:22:23.034 106277 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-05-28 13:22:23.034 106277 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-05-28 13:22:23.034 106277 ERROR tempest.common.compute
2026-05-28 13:22:23,089 106277 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 500 GET https://10.4.3.16/compute/v2.1/servers/6e11b1c7-6e71-4e46-b164-0442a4371714 0.051s
2026-05-28 13:22:23,089 106277 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '147', 'x-openstack-request-id': 'req-3265a849-cae8-4d1e-8ffe-d7062f3dbb51', 'x-compute-request-id': 'req-3265a849-cae8-4d1e-8ffe-d7062f3dbb51', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.16/compute/v2.1/servers/6e11b1c7-6e71-4e46-b164-0442a4371714'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-05-28 13:22:23,090 106277 ERROR [tempest.common.compute] Server 6e11b1c7-6e71-4e46-b164-0442a4371714 failed to delete in time
2026-05-28 13:22:23.090 106277 ERROR tempest.common.compute Traceback (most recent call last):
2026-05-28 13:22:23.090 106277 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-05-28 13:22:23.090 106277 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-05-28 13:22:23.090 106277 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-28 13:22:23.090 106277 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 65, in wait_for_server_status
2026-05-28 13:22:23.090 106277 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-05-28 13:22:23.090 106277 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-28 13:22:23.090 106277 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-05-28 13:22:23.090 106277 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-05-28 13:22:23.090 106277 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-28 13:22:23.090 106277 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-05-28 13:22:23.090 106277 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-05-28 13:22:23.090 106277 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-28 13:22:23.090 106277 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-05-28 13:22:23.090 106277 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-05-28 13:22:23.090 106277 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-28 13:22:23.090 106277 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-05-28 13:22:23.090 106277 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-05-28 13:22:23.090 106277 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-05-28 13:22:23.090 106277 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-05-28 13:22:23.090 106277 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-05-28 13:22:23.090 106277 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-05-28 13:22:23.090 106277 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-05-28 13:22:23.090 106277 ERROR tempest.common.compute
2026-05-28 13:22:23.090 106277 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-05-28 13:22:23.090 106277 ERROR tempest.common.compute
2026-05-28 13:22:23.090 106277 ERROR tempest.common.compute Traceback (most recent call last):
2026-05-28 13:22:23.090 106277 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 361, in create_test_server
2026-05-28 13:22:23.090 106277 ERROR tempest.common.compute waiters.wait_for_server_termination(
2026-05-28 13:22:23.090 106277 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 110, in wait_for_server_termination
2026-05-28 13:22:23.090 106277 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-05-28 13:22:23.090 106277 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-28 13:22:23.090 106277 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-05-28 13:22:23.090 106277 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-05-28 13:22:23.090 106277 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-28 13:22:23.090 106277 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-05-28 13:22:23.090 106277 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-05-28 13:22:23.090 106277 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-28 13:22:23.090 106277 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-05-28 13:22:23.090 106277 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-05-28 13:22:23.090 106277 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-28 13:22:23.090 106277 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-05-28 13:22:23.090 106277 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-05-28 13:22:23.090 106277 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-05-28 13:22:23.090 106277 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-05-28 13:22:23.090 106277 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-05-28 13:22:23.090 106277 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-05-28 13:22:23.090 106277 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-05-28 13:22:23.090 106277 ERROR tempest.common.compute
2026-05-28 13:22:23,156 106277 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 500 DELETE https://10.4.3.16/volume/v3/volumes/16140cc9-4152-46be-9599-30455622227a 0.061s
2026-05-28 13:22:23,156 106277 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-254f7c95-7aa6-45ed-876a-c361b9591101', 'x-openstack-request-id': 'req-254f7c95-7aa6-45ed-876a-c361b9591101', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.16/volume/v3/volumes/16140cc9-4152-46be-9599-30455622227a'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2026-05-28 13:22:23,156 106277 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method VolumesClient.delete_volume of <tempest.lib.services.volume.v3.volumes_client.VolumesClient object at 0x779f000fe570>>, retrying...
2026-05-28 13:22:28,252 106277 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE https://10.4.3.16/volume/v3/volumes/16140cc9-4152-46be-9599-30455622227a 0.095s
2026-05-28 13:22:28,253 106277 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:28 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-7f25eaa7-db79-49de-a72e-b84c6de3747b', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.16/volume/v3/volumes/16140cc9-4152-46be-9599-30455622227a'}
Body: b''
2026-05-28 13:22:28,285 106277 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET https://10.4.3.16/volume/v3/volumes/16140cc9-4152-46be-9599-30455622227a 0.032s
2026-05-28 13:22:28,285 106277 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c48cc7f-3da4-49cb-94f9-5686a896ab04', 'content-length': '836', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c48cc7f-3da4-49cb-94f9-5686a896ab04', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.16/volume/v3/volumes/16140cc9-4152-46be-9599-30455622227a'}
Body: b'{"volume": {"id": "16140cc9-4152-46be-9599-30455622227a", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T13:22:20.000000", "updated_at": "2026-05-28T13:22:28.000000", "name": "tempest-TestStampPattern-volume-995554514", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.16/volume/v3/volumes/16140cc9-4152-46be-9599-30455622227a"}, {"rel": "bookmark", "href": "https://10.4.3.16/volume/volumes/16140cc9-4152-46be-9599-30455622227a"}], "user_id": "d57466d7864e42779c221432322a637c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5d7c8703f1144ce29bbcc30dabb35a51"}}'
2026-05-28 13:22:29,312 106277 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET https://10.4.3.16/volume/v3/volumes/16140cc9-4152-46be-9599-30455622227a 0.020s
2026-05-28 13:22:29,312 106277 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:29 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-5d5e5bd4-ea1d-4ea7-97ec-e5c2138aeff4', 'x-openstack-request-id': 'req-5d5e5bd4-ea1d-4ea7-97ec-e5c2138aeff4', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.16/volume/v3/volumes/16140cc9-4152-46be-9599-30455622227a'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume 16140cc9-4152-46be-9599-30455622227a could not be found."}}'
2026-05-28 13:22:29,692 106277 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE https://10.4.3.16/networking/v2.0/security-groups/47394db7-95ae-4d43-81ff-ff441c2e1f3d 0.379s
2026-05-28 13:22:29,692 106277 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-f618f9d9-f1ee-4d46-a488-71215ba257f0', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.16/networking/v2.0/security-groups/47394db7-95ae-4d43-81ff-ff441c2e1f3d'}
Body: b''
2026-05-28 13:22:29,732 106277 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE https://10.4.3.16/compute/v2.1/os-keypairs/tempest-TestStampPattern-2044460899 0.039s
2026-05-28 13:22:29,732 106277 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 13:22:29 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-14e31d10-996a-4000-81b4-000e16aeccea', 'x-compute-request-id': 'req-14e31d10-996a-4000-81b4-000e16aeccea', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.16/compute/v2.1/os-keypairs/tempest-TestStampPattern-2044460899'}
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_stamp_pattern.py", line 91, in test_stamp_pattern
server = self.create_server(
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/scenario/manager.py", line 349, in create_server
body, _ = compute.create_test_server(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
server = waiters.wait_for_server_status(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/waiters.py", line 65, in wait_for_server_status
body = client.show_server(server_id)['server']
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
resp, body = self.get("servers/%s" % server_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
return self.request('GET', url, extra_headers, headers,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'oslo_db.exception.DBConnectionError'>
|
||||||
| 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
pt4.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
pt4.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
pt4.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
pt5.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
pt6.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
pt7.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
pt8.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
pt9.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
pt10.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
pt10.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
pt10.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
pt10.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
pt11.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
pt11.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
pt11.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
pt11.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
pt12.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
pt12.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
pt12.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
pt13.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
pt13.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
pt14.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
pt14.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
pt15.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
pt16.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
pt17.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
pt17.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
pt18.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
pt19.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
pt20.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests)
|
||||||
VolumeTypesAdminTests) |
skip
pt20.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests)
|
||||||
VolumeTypesMemberTests) |
skip
pt20.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
pt21.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
pt22.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
pt23.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
pt24.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests)
|
||||||
| setUpClass (tempest.api.compute.admin.test_live_migration | 3 | 0 | 0 | 0 | 3 | Detail | |
LiveAutoBlockMigrationV225Test) |
skip
pt25.1: setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test)
|
||||||
LiveMigrationWithoutHostTest) |
skip
pt25.2: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationWithoutHostTest)
|
||||||
LiveMigrationTest) |
skip
pt25.3: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest)
|
||||||
| setUpClass (tempest.api.compute.admin.test_volume_swap | 1 | 0 | 0 | 0 | 1 | Detail | |
TestMultiAttachVolumeSwap) |
skip
pt26.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
pt27.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
pt28.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
pt29.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
pt30.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
pt31.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
pt32.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
pt33.1: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeMultiattachTest)
|
||||||
VolumeRetypeWithMigrationTest) |
skip
pt33.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
pt34.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
pt35.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
pt36.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
pt37.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
pt38.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
pt38.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
pt39.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
pt40.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
pt41.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
pt42.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
pt43.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
pt43.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
pt44.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
pt45.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
pt46.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
pt46.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
pt47.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
pt48.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
pt48.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
pt49.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
pt49.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
pt50.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
pt50.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
pt51.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
pt51.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
pt52.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
pt52.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
pt52.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
pt53.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
pt54.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
pt55.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
pt55.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
pt55.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
pt55.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
pt55.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
pt55.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
pt56.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
pt56.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
pt56.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
pt56.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
pt56.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
pt56.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
pt56.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
pt56.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
pt57.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
pt58.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
pt58.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
pt59.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
pt59.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
pt59.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
pt60.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
pt61.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
pt62.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
pt62.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
pt63.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
pt63.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
pt64.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
pt65.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt68.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
pt68.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
pt69.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
pt69.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
pt70.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
pt70.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
pt71.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
pt71.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
pt72.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
pt72.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
pt72.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
pt72.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
pt72.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
pt72.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
pt72.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
pt73.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
pt73.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
pt73.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
pt74.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
pt75.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
pt75.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
pt75.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
pt75.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
pt75.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
pt76.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
pt76.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
pt76.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
pt76.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
pt76.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
pt77.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
pt77.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
pt78.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
pt78.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
pt79.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
pt79.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
pt79.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
pt79.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
pt79.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
pt80.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
pt80.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
pt80.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
pt81.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
pt81.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
pt81.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
pt81.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
pt81.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
pt81.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
pt81.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
pt81.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
pt81.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
pt81.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
pt81.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
pt81.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
pt82.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
pt82.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
pt82.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
pt82.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
pt82.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
pt82.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
pt83.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
pt83.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
pt83.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
pt83.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
pt83.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
pt83.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
pt84.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
pt84.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
pt85.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
pt86.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
pt87.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
pt88.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
pt89.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
pt89.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
pt90.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
pt90.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
pt91.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
pt92.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
pt92.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
pt93.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
pt93.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
pt94.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
pt94.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
pt95.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
pt95.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
pt96.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
pt96.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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.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
pt98.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
pt98.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
pt98.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
pt98.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
pt99.1: tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test.test_update_backup[id-9b374cbc-be5f-4d37-8848-7efb8a873dcc]
|
||||||
| tempest.api.volume.test_volumes_clone.VolumesCloneTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_from_bootable_volume[id-cbbcd7c6-5a6c-481a-97ac-ca55ab715d16,image] |
pass
pt100.1: tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume[id-cbbcd7c6-5a6c-481a-97ac-ca55ab715d16,image]
|
||||||
test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e] |
pass
pt100.2: tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e]
|
||||||
| tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative] |
pass
pt101.1: tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative]
|
||||||
| tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_extend_attached_volume[id-301f5a30-1c6f-4ea0-be1a-91fd28d44354] |
pass
pt102.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
pt103.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
pt103.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
pt104.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
pt104.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
pt104.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
pt105.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt110.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
pt110.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
pt110.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
pt110.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
pt110.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
pt110.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
pt111.1: tempest.scenario.test_instances_with_cinder_volumes.TestInstancesWithCinderVolumes.test_instances_with_cinder_volumes_on_all_compute_nodes[compute,id-d0e3c1a3-4b0a-4b0e-8b0a-4b0e8b0a4b0e,image,multinode,network,slow,volume]
|
||||||
| tempest.scenario.test_minimum_basic.TestMinimumBasicScenario | 2 | 2 | 0 | 0 | 0 | Detail | |
test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion[compute,id-a8fd48ec-1d01-4895-b932-02321661ec1e,image,network,slow,volume] |
pass
pt112.1: tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion[compute,id-a8fd48ec-1d01-4895-b932-02321661ec1e,image,network,slow,volume]
|
||||||
test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,slow,volume] |
pass
pt112.2: tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,slow,volume]
|
||||||
| tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion | 1 | 1 | 0 | 0 | 0 | Detail | |
test_old_versions_reject[compute,id-6f4d2144-99f4-495c-8b0b-c6a537971418,image,network,slow,volume] |
pass
pt113.1: tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion.test_old_versions_reject[compute,id-6f4d2144-99f4-495c-8b0b-c6a537971418,image,network,slow,volume]
|
||||||
| tempest.scenario.test_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
pt114.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_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 | 321 | 294 | 3 | 0 | 24 | ||