Status: Pass 202 Failure 20 Skip 56
| Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
| setUpClass (tempest.api.compute.servers.test_server_rescue_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerRescueNegativeTestJSON) |
fail
ft1.1: setUpClass (tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue_negative.py", line 54, in resource_setup
resc_server = cls.create_test_server(adminPass=rescue_password,
File "/opt/stack/tempest/tempest/api/compute/base.py", line 257, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 267, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/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 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 0a52c71b-3725-4212-90c2-394551348a82 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-03-06T07:04:21Z', 'message': 'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 0a52c71b-3725-4212-90c2-394551348a82.'}. Request ID of server operation performed before checking the server status req-707e70f9-384d-458d-b391-4312a59a8c28.
|
||||||
| setUpClass (tempest.api.compute.servers.test_servers_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
ServersNegativeTestJSON) |
fail
ft2.1: setUpClass (tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_negative.py", line 59, in resource_setup
server = cls.create_test_server(wait_until='ACTIVE')
File "/opt/stack/tempest/tempest/api/compute/base.py", line 257, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 267, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/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 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 5dccb546-e18f-4135-a1ad-d187de93d32c failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-03-06T07:03:55Z', 'message': 'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 5dccb546-e18f-4135-a1ad-d187de93d32c.'}. Request ID of server operation performed before checking the server status req-ef8a8e3c-7772-47ea-bc7e-21f12b980d9b.
|
||||||
| setUpClass (tempest.api.compute.volumes.test_volumes_list | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesTestJSON) |
fail
ft3.1: setUpClass (tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/compute/volumes/test_volumes_list.py", line 57, in resource_setup
volume = cls.create_volume(metadata=metadata)
File "/opt/stack/tempest/tempest/api/compute/base.py", line 551, in create_volume
waiters.wait_for_volume_resource_status(cls.volumes_client,
File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status
raise exceptions.VolumeResourceBuildErrorException(
tempest.exceptions.VolumeResourceBuildErrorException: volume 2883cc6d-a70c-408c-a6d4-b3f8ee8af006 failed to build and is in ERROR status
|
||||||
| setUpClass (tempest.api.volume.admin.test_snapshots_actions | 1 | 0 | 1 | 0 | 0 | Detail | |
SnapshotsActionsTest) |
fail
ft4.1: setUpClass (tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/volume/admin/test_snapshots_actions.py", line 38, in resource_setup
cls.volume = cls.create_volume()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume
waiters.wait_for_volume_resource_status(self.volumes_client,
File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status
raise exceptions.VolumeResourceBuildErrorException(
tempest.exceptions.VolumeResourceBuildErrorException: volume a3bda7f2-370c-46aa-a965-7f19bd0d8201 failed to build and is in ERROR status
|
||||||
| tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest | 2 | 0 | 1 | 0 | 1 | Detail | |
test_update_attached_volume_with_nonexistent_volume_in_body[id-7dcac15a-b107-46d3-a5f6-cb863f4e454a,negative] |
skip
pt5.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] |
fail
ft5.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]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-03-06 08:03:12,182 79881 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 201 POST http://192.168.122.115/identity/v3/auth/tokens 0.104s
2026-03-06 08:03:12,182 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2530', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-3281ef0d-e1fa-42ca-bf50-15b8fb538801', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.115/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "974141717ac74c7da6f6ff2a283c671f", "name": "tempest-VolumesAdminNegativeTest-433308116-project-member", "password_expires_at": null}, "audit_ids": ["jRfX9O3IRgidLAeDZ6UAbQ"], "expires_at": "2026-03-06T08:03:12.000000Z", "issued_at": "2026-03-06T07:03:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "32d681ec07884a548b7f6cfa30de50e1", "name": "tempest-VolumesAdminNegativeTest-433308116"}, "is_domain": false, "roles": [{"id": "faf0412089b94a369729bbd6d50d7580", "name": "reader"}, {"id": "c445e98f04484b6f8b1059435b26bf1e", "name": "member"}], "catalog": [{"endpoints": [{"id": "bd4ab80fa3994b159f739ece0f0074bd", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/volume/v3", "region": "RegionOne"}], "id": "0a9ecb449b494e48b6b2b8605a52bbd8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "dbb461b59aaf40de9617ec1d7cd2bbd7", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/compute/v2/32d681ec07884a548b7f6cfa30de50e1", "region": "RegionOne"}], "id": "0bb4e960014141a2af57c30da1c8eae5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "ac2fac33cc064277b1bb9f6c6ccaa3f1", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/placement", "region": "RegionOne"}], "id": "183d2df0c9f5434ebbec289ab9dc4505", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "300388becb3145948463df628561029a", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/image", "region": "RegionOne"}], "id": "548403ecab834e5b8c3ee0446abeaa9d", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e57dc1529cf1426ab3707ab14fb68f88", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/identity", "region": "RegionOne"}], "id": "647af0dc79844f9c91f417a86a3f574e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "c2bb4d42e80f4ff39249003f45d0bdd3", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/networking", "region": "RegionOne"}], "id": "747bc414a0cc493ebd5d2e4eaa3cb093", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "2654c2c824fa4ff19d342903f4a0ef44", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/compute/v2.1", "region": "RegionOne"}], "id": "9d8ed9613c0145a1a91787a4e0378118", "type": "compute", "name": "nova"}]}}'
2026-03-06 08:03:12,183 79881 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': 'f210095b-31cc-44d4-9563-6d101bed2fd5', 'name': 'tempest-VolumesAdminNegativeTest-1257803835-network', 'tenant_id': '32d681ec07884a548b7f6cfa30de50e1', 'project_id': '32d681ec07884a548b7f6cfa30de50e1', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 52683, '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-03-06T07:02:30Z', 'updated_at': '2026-03-06T07:02:30Z', 'revision_number': 1} available for tenant
2026-03-06 08:03:13,049 79881 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 202 POST http://192.168.122.115/compute/v2.1/servers 0.865s
2026-03-06 08:03:13,049 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-2066408812", "imageRef": "f2af648e-1929-4039-8261-532ac47be76b", "flavorRef": "42", "networks": [{"uuid": "f210095b-31cc-44d4-9563-6d101bed2fd5"}]}}
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '388', 'location': 'http://192.168.122.115/compute/v2.1/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df1aaaf7-250f-47fb-bb0f-e403e4ad2004', 'x-compute-request-id': 'req-df1aaaf7-250f-47fb-bb0f-e403e4ad2004', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.115/compute/v2.1/servers'}
Body: b'{"server": {"id": "2cadfcda-0893-4fcd-bc06-41d0e490baf2", "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "6Vx2NAhv4nYR"}}'
2026-03-06 08:03:13,228 79881 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 200 GET http://192.168.122.115/compute/v2.1/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2 0.176s
2026-03-06 08:03:13,228 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1232', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57067c79-3bb2-4739-b79a-0a4a8a37f52f', 'x-compute-request-id': 'req-57067c79-3bb2-4739-b79a-0a4a8a37f52f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:03:13Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "", "id": "2cadfcda-0893-4fcd-bc06-41d0e490baf2", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2"}], "metadata": {}, "name": "tempest-VolumesAdminNegativeTest-server-2066408812", "status": "BUILD", "tenant_id": "32d681ec07884a548b7f6cfa30de50e1", "user_id": "974141717ac74c7da6f6ff2a283c671f", "updated": "2026-03-06T07:03:13Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:03:14,357 79881 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 200 GET http://192.168.122.115/compute/v2.1/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2 0.115s
2026-03-06 08:03:14,357 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:14 GMT', 'server': 'Apache/2.4.52 (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-f746f28c-8a9c-44ca-92a6-3d7779b7f798', 'x-compute-request-id': 'req-f746f28c-8a9c-44ca-92a6-3d7779b7f798', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:03:12Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "", "id": "2cadfcda-0893-4fcd-bc06-41d0e490baf2", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2"}], "metadata": {}, "name": "tempest-VolumesAdminNegativeTest-server-2066408812", "status": "BUILD", "tenant_id": "32d681ec07884a548b7f6cfa30de50e1", "user_id": "974141717ac74c7da6f6ff2a283c671f", "updated": "2026-03-06T07:03:14Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:03:15,487 79881 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 200 GET http://192.168.122.115/compute/v2.1/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2 0.116s
2026-03-06 08:03:15,487 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1284', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-618ced37-775c-4877-904e-7d107580b712', 'x-compute-request-id': 'req-618ced37-775c-4877-904e-7d107580b712', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:03:12Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "9b2c95a9ba8be9d72148a7c2d1e38a3917619fc26a901ff928e38d95", "id": "2cadfcda-0893-4fcd-bc06-41d0e490baf2", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2"}], "metadata": {}, "name": "tempest-VolumesAdminNegativeTest-server-2066408812", "status": "BUILD", "tenant_id": "32d681ec07884a548b7f6cfa30de50e1", "user_id": "974141717ac74c7da6f6ff2a283c671f", "updated": "2026-03-06T07:03:15Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:03:15,498 79881 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-03-06 08:03:16,602 79881 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 200 GET http://192.168.122.115/compute/v2.1/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2 0.102s
2026-03-06 08:03:16,602 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1284', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eda918de-bfd8-431d-b4ec-8fb95e35c5f5', 'x-compute-request-id': 'req-eda918de-bfd8-431d-b4ec-8fb95e35c5f5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:03:12Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "9b2c95a9ba8be9d72148a7c2d1e38a3917619fc26a901ff928e38d95", "id": "2cadfcda-0893-4fcd-bc06-41d0e490baf2", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2"}], "metadata": {}, "name": "tempest-VolumesAdminNegativeTest-server-2066408812", "status": "BUILD", "tenant_id": "32d681ec07884a548b7f6cfa30de50e1", "user_id": "974141717ac74c7da6f6ff2a283c671f", "updated": "2026-03-06T07:03:15Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:03:17,854 79881 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 200 GET http://192.168.122.115/compute/v2.1/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2 0.239s
2026-03-06 08:03:17,854 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1292', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8cc87ac1-ade8-48b9-bd6f-5b2f26e7c24c', 'x-compute-request-id': 'req-8cc87ac1-ade8-48b9-bd6f-5b2f26e7c24c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:03:12Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "9b2c95a9ba8be9d72148a7c2d1e38a3917619fc26a901ff928e38d95", "id": "2cadfcda-0893-4fcd-bc06-41d0e490baf2", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2"}], "metadata": {}, "name": "tempest-VolumesAdminNegativeTest-server-2066408812", "status": "BUILD", "tenant_id": "32d681ec07884a548b7f6cfa30de50e1", "user_id": "974141717ac74c7da6f6ff2a283c671f", "updated": "2026-03-06T07:03:17Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:03:17,865 79881 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 4 second wait
2026-03-06 08:03:19,809 79881 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 200 GET http://192.168.122.115/compute/v2.1/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2 0.942s
2026-03-06 08:03:19,809 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1332', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-176582ed-ae79-4092-b4b6-df58d8183d5d', 'x-compute-request-id': 'req-176582ed-ae79-4092-b4b6-df58d8183d5d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:03:12Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "9b2c95a9ba8be9d72148a7c2d1e38a3917619fc26a901ff928e38d95", "id": "2cadfcda-0893-4fcd-bc06-41d0e490baf2", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2"}], "metadata": {}, "name": "tempest-VolumesAdminNegativeTest-server-2066408812", "status": "BUILD", "tenant_id": "32d681ec07884a548b7f6cfa30de50e1", "user_id": "974141717ac74c7da6f6ff2a283c671f", "updated": "2026-03-06T07:03:19Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:03:19,820 79881 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 6 second wait
2026-03-06 08:03:21,146 79881 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 200 GET http://192.168.122.115/compute/v2.1/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2 0.324s
2026-03-06 08:03:21,147 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1332', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4eecbc1a-885d-494b-ab26-accaf44b5b3a', 'x-compute-request-id': 'req-4eecbc1a-885d-494b-ab26-accaf44b5b3a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:03:12Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "9b2c95a9ba8be9d72148a7c2d1e38a3917619fc26a901ff928e38d95", "id": "2cadfcda-0893-4fcd-bc06-41d0e490baf2", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2"}], "metadata": {}, "name": "tempest-VolumesAdminNegativeTest-server-2066408812", "status": "BUILD", "tenant_id": "32d681ec07884a548b7f6cfa30de50e1", "user_id": "974141717ac74c7da6f6ff2a283c671f", "updated": "2026-03-06T07:03:19Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:03:22,384 79881 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 200 GET http://192.168.122.115/compute/v2.1/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2 0.225s
2026-03-06 08:03:22,384 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1332', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b81b8f6e-41a1-47fe-b2d1-dabbfd357b64', 'x-compute-request-id': 'req-b81b8f6e-41a1-47fe-b2d1-dabbfd357b64', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:03:12Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "9b2c95a9ba8be9d72148a7c2d1e38a3917619fc26a901ff928e38d95", "id": "2cadfcda-0893-4fcd-bc06-41d0e490baf2", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2"}], "metadata": {}, "name": "tempest-VolumesAdminNegativeTest-server-2066408812", "status": "BUILD", "tenant_id": "32d681ec07884a548b7f6cfa30de50e1", "user_id": "974141717ac74c7da6f6ff2a283c671f", "updated": "2026-03-06T07:03:19Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:03:24,209 79881 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 200 GET http://192.168.122.115/compute/v2.1/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2 0.813s
2026-03-06 08:03:24,209 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1332', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f95942fa-f8e6-4c88-bc3b-ff1204d45fdf', 'x-compute-request-id': 'req-f95942fa-f8e6-4c88-bc3b-ff1204d45fdf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:03:12Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "9b2c95a9ba8be9d72148a7c2d1e38a3917619fc26a901ff928e38d95", "id": "2cadfcda-0893-4fcd-bc06-41d0e490baf2", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2"}], "metadata": {}, "name": "tempest-VolumesAdminNegativeTest-server-2066408812", "status": "BUILD", "tenant_id": "32d681ec07884a548b7f6cfa30de50e1", "user_id": "974141717ac74c7da6f6ff2a283c671f", "updated": "2026-03-06T07:03:23Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:03:25,681 79881 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 200 GET http://192.168.122.115/compute/v2.1/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2 0.459s
2026-03-06 08:03:25,681 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58595b2f-8e2a-46a9-8d43-9599104ee45a', 'x-compute-request-id': 'req-58595b2f-8e2a-46a9-8d43-9599104ee45a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:03:12Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "", "id": "2cadfcda-0893-4fcd-bc06-41d0e490baf2", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2"}], "metadata": {}, "name": "tempest-VolumesAdminNegativeTest-server-2066408812", "status": "BUILD", "tenant_id": "32d681ec07884a548b7f6cfa30de50e1", "user_id": "974141717ac74c7da6f6ff2a283c671f", "updated": "2026-03-06T07:03:24Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:03:26,795 79881 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 200 GET http://192.168.122.115/compute/v2.1/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2 0.102s
2026-03-06 08:03:26,795 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1234', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1295067-a59e-4f4e-b19f-5a044c126750', 'x-compute-request-id': 'req-a1295067-a59e-4f4e-b19f-5a044c126750', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:03:12Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "", "id": "2cadfcda-0893-4fcd-bc06-41d0e490baf2", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2"}], "metadata": {}, "name": "tempest-VolumesAdminNegativeTest-server-2066408812", "status": "BUILD", "tenant_id": "32d681ec07884a548b7f6cfa30de50e1", "user_id": "974141717ac74c7da6f6ff2a283c671f", "updated": "2026-03-06T07:03:24Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:03:28,235 79881 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 200 GET http://192.168.122.115/compute/v2.1/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2 0.428s
2026-03-06 08:03:28,235 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1234', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc0e9e01-9fb7-4a2d-892d-0c3690d1cffc', 'x-compute-request-id': 'req-cc0e9e01-9fb7-4a2d-892d-0c3690d1cffc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:03:12Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "", "id": "2cadfcda-0893-4fcd-bc06-41d0e490baf2", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2"}], "metadata": {}, "name": "tempest-VolumesAdminNegativeTest-server-2066408812", "status": "BUILD", "tenant_id": "32d681ec07884a548b7f6cfa30de50e1", "user_id": "974141717ac74c7da6f6ff2a283c671f", "updated": "2026-03-06T07:03:28Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:03:29,821 79881 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 200 GET http://192.168.122.115/compute/v2.1/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2 0.573s
2026-03-06 08:03:29,821 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1424', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-257ed6b6-d08b-4024-ad60-74600e51550c', 'x-compute-request-id': 'req-257ed6b6-d08b-4024-ad60-74600e51550c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:03:12Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "", "id": "2cadfcda-0893-4fcd-bc06-41d0e490baf2", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2"}], "metadata": {}, "name": "tempest-VolumesAdminNegativeTest-server-2066408812", "status": "ERROR", "tenant_id": "32d681ec07884a548b7f6cfa30de50e1", "user_id": "974141717ac74c7da6f6ff2a283c671f", "updated": "2026-03-06T07:03:29Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-03-06T07:03:29Z", "message": "Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 2cadfcda-0893-4fcd-bc06-41d0e490baf2."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:03:29,832 79881 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ERROR/None" after 16 second wait
2026-03-06 08:03:31,817 79881 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 204 DELETE http://192.168.122.115/compute/v2.1/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2 1.984s
2026-03-06 08:03:31,818 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b531412-c387-4b62-8cd0-61239289f5a4', 'x-compute-request-id': 'req-2b531412-c387-4b62-8cd0-61239289f5a4', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2'}
Body: b''
2026-03-06 08:03:31,907 79881 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 404 GET http://192.168.122.115/compute/v2.1/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2 0.089s
2026-03-06 08:03:31,907 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-b621f77d-92fe-4cfb-82af-eb48dde94079', 'x-compute-request-id': 'req-b621f77d-92fe-4cfb-82af-eb48dde94079', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/2cadfcda-0893-4fcd-bc06-41d0e490baf2'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 2cadfcda-0893-4fcd-bc06-41d0e490baf2 could not be found."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/admin/test_volumes_negative.py", line 61, in test_update_attached_volume_with_nonexistent_volume_in_uri
self.server = self.create_test_server(wait_until="ACTIVE")
File "/opt/stack/tempest/tempest/api/compute/base.py", line 257, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 267, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/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 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 2cadfcda-0893-4fcd-bc06-41d0e490baf2 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-03-06T07:03:29Z', 'message': 'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 2cadfcda-0893-4fcd-bc06-41d0e490baf2.'}. Request ID of server operation performed before checking the server status req-df1aaaf7-250f-47fb-bb0f-e403e4ad2004.
|
||||||
| tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON | 1 | 0 | 1 | 0 | 0 | Detail | |
test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume] |
fail
ft6.1: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-03-06 08:02:47,065 79884 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 201 POST http://192.168.122.115/identity/v3/auth/tokens 0.111s
2026-03-06 08:02:47,065 79884 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:02:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2526', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-f6fef09f-a293-4589-9db9-296d7ac275a3', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.115/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "dde0c72d950e44408e0cb800df054c25", "name": "tempest-DeleteServersTestJSON-1519268121-project-member", "password_expires_at": null}, "audit_ids": ["PWXp017KR2STPUxQfZhLlQ"], "expires_at": "2026-03-06T08:02:47.000000Z", "issued_at": "2026-03-06T07:02:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fa1f32bd585f4c1c9bae052182aed6ff", "name": "tempest-DeleteServersTestJSON-1519268121"}, "is_domain": false, "roles": [{"id": "faf0412089b94a369729bbd6d50d7580", "name": "reader"}, {"id": "c445e98f04484b6f8b1059435b26bf1e", "name": "member"}], "catalog": [{"endpoints": [{"id": "bd4ab80fa3994b159f739ece0f0074bd", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/volume/v3", "region": "RegionOne"}], "id": "0a9ecb449b494e48b6b2b8605a52bbd8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "dbb461b59aaf40de9617ec1d7cd2bbd7", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/compute/v2/fa1f32bd585f4c1c9bae052182aed6ff", "region": "RegionOne"}], "id": "0bb4e960014141a2af57c30da1c8eae5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "ac2fac33cc064277b1bb9f6c6ccaa3f1", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/placement", "region": "RegionOne"}], "id": "183d2df0c9f5434ebbec289ab9dc4505", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "300388becb3145948463df628561029a", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/image", "region": "RegionOne"}], "id": "548403ecab834e5b8c3ee0446abeaa9d", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e57dc1529cf1426ab3707ab14fb68f88", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/identity", "region": "RegionOne"}], "id": "647af0dc79844f9c91f417a86a3f574e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "c2bb4d42e80f4ff39249003f45d0bdd3", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/networking", "region": "RegionOne"}], "id": "747bc414a0cc493ebd5d2e4eaa3cb093", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "2654c2c824fa4ff19d342903f4a0ef44", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/compute/v2.1", "region": "RegionOne"}], "id": "9d8ed9613c0145a1a91787a4e0378118", "type": "compute", "name": "nova"}]}}'
2026-03-06 08:02:47,066 79884 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': '86a3c118-a9e1-4d7f-8cf9-b06257ff68cb', 'name': 'tempest-DeleteServersTestJSON-1828509842-network', 'tenant_id': 'fa1f32bd585f4c1c9bae052182aed6ff', 'project_id': 'fa1f32bd585f4c1c9bae052182aed6ff', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 45519, '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-03-06T07:02:30Z', 'updated_at': '2026-03-06T07:02:30Z', 'revision_number': 1} available for tenant
2026-03-06 08:02:56,982 79884 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://192.168.122.115/compute/v2.1/servers 9.914s
2026-03-06 08:02:56,982 79884 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-323956891", "imageRef": "f2af648e-1929-4039-8261-532ac47be76b", "flavorRef": "42", "networks": [{"uuid": "86a3c118-a9e1-4d7f-8cf9-b06257ff68cb"}]}}
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:02:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '388', 'location': 'http://192.168.122.115/compute/v2.1/servers/ea69796c-d4d6-425e-8fce-95e17e031036', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ba4d811-9057-4033-9ade-9daa9d4618fc', 'x-compute-request-id': 'req-7ba4d811-9057-4033-9ade-9daa9d4618fc', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.115/compute/v2.1/servers'}
Body: b'{"server": {"id": "ea69796c-d4d6-425e-8fce-95e17e031036", "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/ea69796c-d4d6-425e-8fce-95e17e031036"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/ea69796c-d4d6-425e-8fce-95e17e031036"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "xjY8zXwX4gue"}}'
2026-03-06 08:02:58,004 79884 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/ea69796c-d4d6-425e-8fce-95e17e031036 1.019s
2026-03-06 08:02:58,004 79884 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:02:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1228', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b397a2b1-60b7-416e-a9d8-8bcd0482ceda', 'x-compute-request-id': 'req-b397a2b1-60b7-416e-a9d8-8bcd0482ceda', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/ea69796c-d4d6-425e-8fce-95e17e031036'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:02:57Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "", "id": "ea69796c-d4d6-425e-8fce-95e17e031036", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/ea69796c-d4d6-425e-8fce-95e17e031036"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/ea69796c-d4d6-425e-8fce-95e17e031036"}], "metadata": {}, "name": "tempest-DeleteServersTestJSON-server-323956891", "status": "BUILD", "tenant_id": "fa1f32bd585f4c1c9bae052182aed6ff", "user_id": "dde0c72d950e44408e0cb800df054c25", "updated": "2026-03-06T07:02:57Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:03:01,071 79884 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/ea69796c-d4d6-425e-8fce-95e17e031036 2.052s
2026-03-06 08:03:01,071 79884 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:02:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-163b8ff1-90c4-4261-a155-5e1163e7ee0b', 'x-compute-request-id': 'req-163b8ff1-90c4-4261-a155-5e1163e7ee0b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/ea69796c-d4d6-425e-8fce-95e17e031036'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:02:56Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "", "id": "ea69796c-d4d6-425e-8fce-95e17e031036", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/ea69796c-d4d6-425e-8fce-95e17e031036"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/ea69796c-d4d6-425e-8fce-95e17e031036"}], "metadata": {}, "name": "tempest-DeleteServersTestJSON-server-323956891", "status": "BUILD", "tenant_id": "fa1f32bd585f4c1c9bae052182aed6ff", "user_id": "dde0c72d950e44408e0cb800df054c25", "updated": "2026-03-06T07:02:59Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:03:01,083 79884 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait
2026-03-06 08:03:03,227 79884 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/ea69796c-d4d6-425e-8fce-95e17e031036 1.142s
2026-03-06 08:03:03,227 79884 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1288', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ab3e1aef-6231-4034-b56c-581057f70b73', 'x-compute-request-id': 'req-ab3e1aef-6231-4034-b56c-581057f70b73', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/ea69796c-d4d6-425e-8fce-95e17e031036'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:02:56Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "519d9722fbc96525548a53b832046d2699f687f69e692513d9049970", "id": "ea69796c-d4d6-425e-8fce-95e17e031036", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/ea69796c-d4d6-425e-8fce-95e17e031036"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/ea69796c-d4d6-425e-8fce-95e17e031036"}], "metadata": {}, "name": "tempest-DeleteServersTestJSON-server-323956891", "status": "BUILD", "tenant_id": "fa1f32bd585f4c1c9bae052182aed6ff", "user_id": "dde0c72d950e44408e0cb800df054c25", "updated": "2026-03-06T07:03:02Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:03:03,239 79884 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 5 second wait
2026-03-06 08:03:11,007 79884 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/ea69796c-d4d6-425e-8fce-95e17e031036 6.766s
2026-03-06 08:03:11,007 79884 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1328', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69614284-c467-43bc-af7a-f9fac2b2e37e', 'x-compute-request-id': 'req-69614284-c467-43bc-af7a-f9fac2b2e37e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/ea69796c-d4d6-425e-8fce-95e17e031036'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:02:56Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "519d9722fbc96525548a53b832046d2699f687f69e692513d9049970", "id": "ea69796c-d4d6-425e-8fce-95e17e031036", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/ea69796c-d4d6-425e-8fce-95e17e031036"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/ea69796c-d4d6-425e-8fce-95e17e031036"}], "metadata": {}, "name": "tempest-DeleteServersTestJSON-server-323956891", "status": "BUILD", "tenant_id": "fa1f32bd585f4c1c9bae052182aed6ff", "user_id": "dde0c72d950e44408e0cb800df054c25", "updated": "2026-03-06T07:03:04Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:03:11,019 79884 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 13 second wait
2026-03-06 08:03:12,542 79884 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/ea69796c-d4d6-425e-8fce-95e17e031036 0.521s
2026-03-06 08:03:12,542 79884 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1328', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6a493d4-41ba-48ab-90de-6dc1fbcb16ca', 'x-compute-request-id': 'req-b6a493d4-41ba-48ab-90de-6dc1fbcb16ca', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/ea69796c-d4d6-425e-8fce-95e17e031036'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:02:56Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "519d9722fbc96525548a53b832046d2699f687f69e692513d9049970", "id": "ea69796c-d4d6-425e-8fce-95e17e031036", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/ea69796c-d4d6-425e-8fce-95e17e031036"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/ea69796c-d4d6-425e-8fce-95e17e031036"}], "metadata": {}, "name": "tempest-DeleteServersTestJSON-server-323956891", "status": "BUILD", "tenant_id": "fa1f32bd585f4c1c9bae052182aed6ff", "user_id": "dde0c72d950e44408e0cb800df054c25", "updated": "2026-03-06T07:03:04Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:03:13,827 79884 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/ea69796c-d4d6-425e-8fce-95e17e031036 0.272s
2026-03-06 08:03:13,828 79884 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1328', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d53e11c-a622-4253-a289-2db2f2235624', 'x-compute-request-id': 'req-5d53e11c-a622-4253-a289-2db2f2235624', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/ea69796c-d4d6-425e-8fce-95e17e031036'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:02:56Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "519d9722fbc96525548a53b832046d2699f687f69e692513d9049970", "id": "ea69796c-d4d6-425e-8fce-95e17e031036", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/ea69796c-d4d6-425e-8fce-95e17e031036"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/ea69796c-d4d6-425e-8fce-95e17e031036"}], "metadata": {}, "name": "tempest-DeleteServersTestJSON-server-323956891", "status": "BUILD", "tenant_id": "fa1f32bd585f4c1c9bae052182aed6ff", "user_id": "dde0c72d950e44408e0cb800df054c25", "updated": "2026-03-06T07:03:04Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:03:15,009 79884 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/ea69796c-d4d6-425e-8fce-95e17e031036 0.168s
2026-03-06 08:03:15,009 79884 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1328', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de93e223-7d45-463a-ab49-ab563e95a8e6', 'x-compute-request-id': 'req-de93e223-7d45-463a-ab49-ab563e95a8e6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/ea69796c-d4d6-425e-8fce-95e17e031036'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:02:56Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "519d9722fbc96525548a53b832046d2699f687f69e692513d9049970", "id": "ea69796c-d4d6-425e-8fce-95e17e031036", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/ea69796c-d4d6-425e-8fce-95e17e031036"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/ea69796c-d4d6-425e-8fce-95e17e031036"}], "metadata": {}, "name": "tempest-DeleteServersTestJSON-server-323956891", "status": "BUILD", "tenant_id": "fa1f32bd585f4c1c9bae052182aed6ff", "user_id": "dde0c72d950e44408e0cb800df054c25", "updated": "2026-03-06T07:03:04Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:03:16,238 79884 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/ea69796c-d4d6-425e-8fce-95e17e031036 0.217s
2026-03-06 08:03:16,239 79884 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1328', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-510c6885-86c4-44bd-881e-ee24047ad102', 'x-compute-request-id': 'req-510c6885-86c4-44bd-881e-ee24047ad102', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/ea69796c-d4d6-425e-8fce-95e17e031036'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:02:56Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "519d9722fbc96525548a53b832046d2699f687f69e692513d9049970", "id": "ea69796c-d4d6-425e-8fce-95e17e031036", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/ea69796c-d4d6-425e-8fce-95e17e031036"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/ea69796c-d4d6-425e-8fce-95e17e031036"}], "metadata": {}, "name": "tempest-DeleteServersTestJSON-server-323956891", "status": "BUILD", "tenant_id": "fa1f32bd585f4c1c9bae052182aed6ff", "user_id": "dde0c72d950e44408e0cb800df054c25", "updated": "2026-03-06T07:03:15Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:03:17,822 79884 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/ea69796c-d4d6-425e-8fce-95e17e031036 0.571s
2026-03-06 08:03:17,823 79884 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1328', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04dc741c-4c53-4db1-91c5-dfd3abf3a610', 'x-compute-request-id': 'req-04dc741c-4c53-4db1-91c5-dfd3abf3a610', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/ea69796c-d4d6-425e-8fce-95e17e031036'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:02:56Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "519d9722fbc96525548a53b832046d2699f687f69e692513d9049970", "id": "ea69796c-d4d6-425e-8fce-95e17e031036", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/ea69796c-d4d6-425e-8fce-95e17e031036"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/ea69796c-d4d6-425e-8fce-95e17e031036"}], "metadata": {}, "name": "tempest-DeleteServersTestJSON-server-323956891", "status": "BUILD", "tenant_id": "fa1f32bd585f4c1c9bae052182aed6ff", "user_id": "dde0c72d950e44408e0cb800df054c25", "updated": "2026-03-06T07:03:16Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:03:19,754 79884 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/ea69796c-d4d6-425e-8fce-95e17e031036 0.919s
2026-03-06 08:03:19,754 79884 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1272', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5880ba79-3c3b-4bda-af1e-61b9dfe0e954', 'x-compute-request-id': 'req-5880ba79-3c3b-4bda-af1e-61b9dfe0e954', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/ea69796c-d4d6-425e-8fce-95e17e031036'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:02:56Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "", "id": "ea69796c-d4d6-425e-8fce-95e17e031036", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/ea69796c-d4d6-425e-8fce-95e17e031036"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/ea69796c-d4d6-425e-8fce-95e17e031036"}], "metadata": {}, "name": "tempest-DeleteServersTestJSON-server-323956891", "status": "BUILD", "tenant_id": "fa1f32bd585f4c1c9bae052182aed6ff", "user_id": "dde0c72d950e44408e0cb800df054c25", "updated": "2026-03-06T07:03:19Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:03:20,990 79884 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/ea69796c-d4d6-425e-8fce-95e17e031036 0.224s
2026-03-06 08:03:20,990 79884 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1230', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c4a8bac-8719-4d56-95e4-44127c0ca092', 'x-compute-request-id': 'req-3c4a8bac-8719-4d56-95e4-44127c0ca092', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/ea69796c-d4d6-425e-8fce-95e17e031036'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:02:56Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "", "id": "ea69796c-d4d6-425e-8fce-95e17e031036", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/ea69796c-d4d6-425e-8fce-95e17e031036"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/ea69796c-d4d6-425e-8fce-95e17e031036"}], "metadata": {}, "name": "tempest-DeleteServersTestJSON-server-323956891", "status": "BUILD", "tenant_id": "fa1f32bd585f4c1c9bae052182aed6ff", "user_id": "dde0c72d950e44408e0cb800df054c25", "updated": "2026-03-06T07:03:19Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:03:22,109 79884 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/ea69796c-d4d6-425e-8fce-95e17e031036 0.107s
2026-03-06 08:03:22,110 79884 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1230', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ad7b568-b1d1-4997-b1cd-ac89c5562e3d', 'x-compute-request-id': 'req-3ad7b568-b1d1-4997-b1cd-ac89c5562e3d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/ea69796c-d4d6-425e-8fce-95e17e031036'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:02:56Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "", "id": "ea69796c-d4d6-425e-8fce-95e17e031036", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/ea69796c-d4d6-425e-8fce-95e17e031036"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/ea69796c-d4d6-425e-8fce-95e17e031036"}], "metadata": {}, "name": "tempest-DeleteServersTestJSON-server-323956891", "status": "BUILD", "tenant_id": "fa1f32bd585f4c1c9bae052182aed6ff", "user_id": "dde0c72d950e44408e0cb800df054c25", "updated": "2026-03-06T07:03:22Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:03:23,799 79884 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/ea69796c-d4d6-425e-8fce-95e17e031036 0.677s
2026-03-06 08:03:23,799 79884 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1420', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c366876-33c3-4997-9fac-63aaa359d582', 'x-compute-request-id': 'req-5c366876-33c3-4997-9fac-63aaa359d582', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/ea69796c-d4d6-425e-8fce-95e17e031036'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:02:56Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "", "id": "ea69796c-d4d6-425e-8fce-95e17e031036", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/ea69796c-d4d6-425e-8fce-95e17e031036"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/ea69796c-d4d6-425e-8fce-95e17e031036"}], "metadata": {}, "name": "tempest-DeleteServersTestJSON-server-323956891", "status": "ERROR", "tenant_id": "fa1f32bd585f4c1c9bae052182aed6ff", "user_id": "dde0c72d950e44408e0cb800df054c25", "updated": "2026-03-06T07:03:23Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-03-06T07:03:23Z", "message": "Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance ea69796c-d4d6-425e-8fce-95e17e031036."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:03:23,810 79884 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ERROR/None" after 25 second wait
2026-03-06 08:03:24,565 79884 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 204 DELETE http://192.168.122.115/compute/v2.1/servers/ea69796c-d4d6-425e-8fce-95e17e031036 0.755s
2026-03-06 08:03:24,566 79884 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-597c361a-1995-4317-a97d-64a67a91d3bb', 'x-compute-request-id': 'req-597c361a-1995-4317-a97d-64a67a91d3bb', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/ea69796c-d4d6-425e-8fce-95e17e031036'}
Body: b''
2026-03-06 08:03:24,626 79884 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 404 GET http://192.168.122.115/compute/v2.1/servers/ea69796c-d4d6-425e-8fce-95e17e031036 0.059s
2026-03-06 08:03:24,626 79884 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-4f19f255-378d-424a-a356-f6991d449e5a', 'x-compute-request-id': 'req-4f19f255-378d-424a-a356-f6991d449e5a', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/ea69796c-d4d6-425e-8fce-95e17e031036'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance ea69796c-d4d6-425e-8fce-95e17e031036 could not be found."}}'
}}}
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/api/compute/servers/test_delete_server.py", line 119, in test_delete_server_while_in_attached_volume
server = self.create_test_server(wait_until='ACTIVE')
File "/opt/stack/tempest/tempest/api/compute/base.py", line 257, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 267, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/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 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server ea69796c-d4d6-425e-8fce-95e17e031036 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-03-06T07:03:23Z', 'message': 'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance ea69796c-d4d6-425e-8fce-95e17e031036.'}. Request ID of server operation performed before checking the server status req-7ba4d811-9057-4033-9ade-9daa9d4618fc.
|
||||||
| tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest | 2 | 0 | 2 | 0 | 0 | Detail | |
test_stable_device_rescue_bfv_blank_volume[id-48f123cb-922a-4065-8db6-b9a9074a556b,slow] |
fail
ft7.1: tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume[id-48f123cb-922a-4065-8db6-b9a9074a556b,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-03-06 08:02:44,752 79885 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 201 POST http://192.168.122.115/identity/v3/auth/tokens 0.086s
2026-03-06 08:02:44,753 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:02:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2556', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-de73e473-8b68-4f94-b43a-8535a2c02192', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.115/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6883646fa7da44baae9c0814c493bc32", "name": "tempest-ServerBootFromVolumeStableRescueTest-1311170752-project-member", "password_expires_at": null}, "audit_ids": ["nZERWxIwR1uGpLNw7fsL7g"], "expires_at": "2026-03-06T08:02:44.000000Z", "issued_at": "2026-03-06T07:02:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "acc496116f90477f915bfdb5feaa4009", "name": "tempest-ServerBootFromVolumeStableRescueTest-1311170752"}, "is_domain": false, "roles": [{"id": "faf0412089b94a369729bbd6d50d7580", "name": "reader"}, {"id": "c445e98f04484b6f8b1059435b26bf1e", "name": "member"}], "catalog": [{"endpoints": [{"id": "bd4ab80fa3994b159f739ece0f0074bd", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/volume/v3", "region": "RegionOne"}], "id": "0a9ecb449b494e48b6b2b8605a52bbd8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "dbb461b59aaf40de9617ec1d7cd2bbd7", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/compute/v2/acc496116f90477f915bfdb5feaa4009", "region": "RegionOne"}], "id": "0bb4e960014141a2af57c30da1c8eae5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "ac2fac33cc064277b1bb9f6c6ccaa3f1", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/placement", "region": "RegionOne"}], "id": "183d2df0c9f5434ebbec289ab9dc4505", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "300388becb3145948463df628561029a", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/image", "region": "RegionOne"}], "id": "548403ecab834e5b8c3ee0446abeaa9d", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e57dc1529cf1426ab3707ab14fb68f88", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/identity", "region": "RegionOne"}], "id": "647af0dc79844f9c91f417a86a3f574e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "c2bb4d42e80f4ff39249003f45d0bdd3", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/networking", "region": "RegionOne"}], "id": "747bc414a0cc493ebd5d2e4eaa3cb093", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "2654c2c824fa4ff19d342903f4a0ef44", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/compute/v2.1", "region": "RegionOne"}], "id": "9d8ed9613c0145a1a91787a4e0378118", "type": "compute", "name": "nova"}]}}'
2026-03-06 08:02:44,753 79885 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '1a3023d7-e2c4-4661-b2dd-7219078f6245', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1102615688-network', 'tenant_id': 'acc496116f90477f915bfdb5feaa4009', 'project_id': 'acc496116f90477f915bfdb5feaa4009', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 4464, '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-03-06T07:02:29Z', 'updated_at': '2026-03-06T07:02:29Z', 'revision_number': 1} available for tenant
2026-03-06 08:02:48,869 79885 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 202 POST http://192.168.122.115/compute/v2.1/servers 4.115s
2026-03-06 08:02:48,870 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-ServerBootFromVolumeStableRescueTest-server-1889013841", "imageRef": "f2af648e-1929-4039-8261-532ac47be76b", "flavorRef": "42", "networks": [{"uuid": "1a3023d7-e2c4-4661-b2dd-7219078f6245"}]}}
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:02:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '388', 'location': 'http://192.168.122.115/compute/v2.1/servers/3e4089a0-f82f-462d-b396-518be60d91a4', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d243da64-09b6-446f-a7db-86ad5c1d15b7', 'x-compute-request-id': 'req-d243da64-09b6-446f-a7db-86ad5c1d15b7', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.115/compute/v2.1/servers'}
Body: b'{"server": {"id": "3e4089a0-f82f-462d-b396-518be60d91a4", "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/3e4089a0-f82f-462d-b396-518be60d91a4"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/3e4089a0-f82f-462d-b396-518be60d91a4"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "57KZrB2abt2j"}}'
2026-03-06 08:02:50,482 79885 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/3e4089a0-f82f-462d-b396-518be60d91a4 1.609s
2026-03-06 08:02:50,482 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:02:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1410', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ab952a77-4813-4e88-94ea-2e78249d7833', 'x-compute-request-id': 'req-ab952a77-4813-4e88-94ea-2e78249d7833', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/3e4089a0-f82f-462d-b396-518be60d91a4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:02:49Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "", "id": "3e4089a0-f82f-462d-b396-518be60d91a4", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/3e4089a0-f82f-462d-b396-518be60d91a4"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/3e4089a0-f82f-462d-b396-518be60d91a4"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1889013841", "status": "BUILD", "tenant_id": "acc496116f90477f915bfdb5feaa4009", "user_id": "6883646fa7da44baae9c0814c493bc32", "updated": "2026-03-06T07:02:48Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": [], "locked_reason": null}}'
2026-03-06 08:02:54,079 79885 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/3e4089a0-f82f-462d-b396-518be60d91a4 2.576s
2026-03-06 08:02:54,079 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:02:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1462', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-841c5251-ee24-4301-9068-e1eeae3d4975', 'x-compute-request-id': 'req-841c5251-ee24-4301-9068-e1eeae3d4975', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/3e4089a0-f82f-462d-b396-518be60d91a4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:02:48Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "555d94a5b6949f4b8628a9a6d2612590a205c2525d40a2ce9fa27870", "id": "3e4089a0-f82f-462d-b396-518be60d91a4", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/3e4089a0-f82f-462d-b396-518be60d91a4"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/3e4089a0-f82f-462d-b396-518be60d91a4"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1889013841", "status": "BUILD", "tenant_id": "acc496116f90477f915bfdb5feaa4009", "user_id": "6883646fa7da44baae9c0814c493bc32", "updated": "2026-03-06T07:02:52Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": [], "locked_reason": null}}'
2026-03-06 08:02:54,099 79885 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 4 second wait
2026-03-06 08:02:57,437 79885 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/3e4089a0-f82f-462d-b396-518be60d91a4 2.336s
2026-03-06 08:02:57,437 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:02:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1480', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24e79b0e-0fa9-46a7-aaee-98cbeecd987a', 'x-compute-request-id': 'req-24e79b0e-0fa9-46a7-aaee-98cbeecd987a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/3e4089a0-f82f-462d-b396-518be60d91a4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:02:48Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "555d94a5b6949f4b8628a9a6d2612590a205c2525d40a2ce9fa27870", "id": "3e4089a0-f82f-462d-b396-518be60d91a4", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/3e4089a0-f82f-462d-b396-518be60d91a4"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/3e4089a0-f82f-462d-b396-518be60d91a4"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1889013841", "status": "BUILD", "tenant_id": "acc496116f90477f915bfdb5feaa4009", "user_id": "6883646fa7da44baae9c0814c493bc32", "updated": "2026-03-06T07:02:55Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": [], "locked_reason": null}}'
2026-03-06 08:02:57,457 79885 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/block_device_mapping" after 7 second wait
2026-03-06 08:03:01,727 79885 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/3e4089a0-f82f-462d-b396-518be60d91a4 3.269s
2026-03-06 08:03:01,727 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:02:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1510', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7005f70c-19c7-4792-b0f2-2636c550d430', 'x-compute-request-id': 'req-7005f70c-19c7-4792-b0f2-2636c550d430', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/3e4089a0-f82f-462d-b396-518be60d91a4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:02:48Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "555d94a5b6949f4b8628a9a6d2612590a205c2525d40a2ce9fa27870", "id": "3e4089a0-f82f-462d-b396-518be60d91a4", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/3e4089a0-f82f-462d-b396-518be60d91a4"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/3e4089a0-f82f-462d-b396-518be60d91a4"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1889013841", "status": "BUILD", "tenant_id": "acc496116f90477f915bfdb5feaa4009", "user_id": "6883646fa7da44baae9c0814c493bc32", "updated": "2026-03-06T07:02:56Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": [], "locked_reason": null}}'
2026-03-06 08:03:01,743 79885 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 11 second wait
2026-03-06 08:03:07,038 79885 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/3e4089a0-f82f-462d-b396-518be60d91a4 4.293s
2026-03-06 08:03:07,039 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1510', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a2610df-9721-4245-a47a-ad972f48070f', 'x-compute-request-id': 'req-7a2610df-9721-4245-a47a-ad972f48070f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/3e4089a0-f82f-462d-b396-518be60d91a4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:02:48Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "555d94a5b6949f4b8628a9a6d2612590a205c2525d40a2ce9fa27870", "id": "3e4089a0-f82f-462d-b396-518be60d91a4", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/3e4089a0-f82f-462d-b396-518be60d91a4"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/3e4089a0-f82f-462d-b396-518be60d91a4"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1889013841", "status": "BUILD", "tenant_id": "acc496116f90477f915bfdb5feaa4009", "user_id": "6883646fa7da44baae9c0814c493bc32", "updated": "2026-03-06T07:02:56Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": [], "locked_reason": null}}'
2026-03-06 08:03:11,994 79885 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/3e4089a0-f82f-462d-b396-518be60d91a4 3.937s
2026-03-06 08:03:11,995 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1510', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c12edc9-ce7b-413b-a1ec-29cc3f281a1e', 'x-compute-request-id': 'req-8c12edc9-ce7b-413b-a1ec-29cc3f281a1e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/3e4089a0-f82f-462d-b396-518be60d91a4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:02:48Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "555d94a5b6949f4b8628a9a6d2612590a205c2525d40a2ce9fa27870", "id": "3e4089a0-f82f-462d-b396-518be60d91a4", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/3e4089a0-f82f-462d-b396-518be60d91a4"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/3e4089a0-f82f-462d-b396-518be60d91a4"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1889013841", "status": "BUILD", "tenant_id": "acc496116f90477f915bfdb5feaa4009", "user_id": "6883646fa7da44baae9c0814c493bc32", "updated": "2026-03-06T07:02:56Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": [], "locked_reason": null}}'
2026-03-06 08:03:13,421 79885 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/3e4089a0-f82f-462d-b396-518be60d91a4 0.410s
2026-03-06 08:03:13,422 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1510', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8af42a06-451f-4d7a-8c8b-fcb12dfb30ce', 'x-compute-request-id': 'req-8af42a06-451f-4d7a-8c8b-fcb12dfb30ce', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/3e4089a0-f82f-462d-b396-518be60d91a4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:02:48Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "555d94a5b6949f4b8628a9a6d2612590a205c2525d40a2ce9fa27870", "id": "3e4089a0-f82f-462d-b396-518be60d91a4", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/3e4089a0-f82f-462d-b396-518be60d91a4"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/3e4089a0-f82f-462d-b396-518be60d91a4"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1889013841", "status": "BUILD", "tenant_id": "acc496116f90477f915bfdb5feaa4009", "user_id": "6883646fa7da44baae9c0814c493bc32", "updated": "2026-03-06T07:02:56Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": [], "locked_reason": null}}'
2026-03-06 08:03:14,674 79885 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/3e4089a0-f82f-462d-b396-518be60d91a4 0.236s
2026-03-06 08:03:14,675 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1510', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6e4f598-ed73-492d-b82f-7dd6261bc134', 'x-compute-request-id': 'req-a6e4f598-ed73-492d-b82f-7dd6261bc134', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/3e4089a0-f82f-462d-b396-518be60d91a4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:02:48Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "555d94a5b6949f4b8628a9a6d2612590a205c2525d40a2ce9fa27870", "id": "3e4089a0-f82f-462d-b396-518be60d91a4", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/3e4089a0-f82f-462d-b396-518be60d91a4"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/3e4089a0-f82f-462d-b396-518be60d91a4"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1889013841", "status": "BUILD", "tenant_id": "acc496116f90477f915bfdb5feaa4009", "user_id": "6883646fa7da44baae9c0814c493bc32", "updated": "2026-03-06T07:02:56Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": [], "locked_reason": null}}'
2026-03-06 08:03:15,885 79885 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/3e4089a0-f82f-462d-b396-518be60d91a4 0.194s
2026-03-06 08:03:15,886 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1510', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1897a872-510b-46ec-a1e4-3a2eddeb46d1', 'x-compute-request-id': 'req-1897a872-510b-46ec-a1e4-3a2eddeb46d1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/3e4089a0-f82f-462d-b396-518be60d91a4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:02:48Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "555d94a5b6949f4b8628a9a6d2612590a205c2525d40a2ce9fa27870", "id": "3e4089a0-f82f-462d-b396-518be60d91a4", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/3e4089a0-f82f-462d-b396-518be60d91a4"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/3e4089a0-f82f-462d-b396-518be60d91a4"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1889013841", "status": "BUILD", "tenant_id": "acc496116f90477f915bfdb5feaa4009", "user_id": "6883646fa7da44baae9c0814c493bc32", "updated": "2026-03-06T07:03:15Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": [], "locked_reason": null}}'
2026-03-06 08:03:17,216 79885 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/3e4089a0-f82f-462d-b396-518be60d91a4 0.313s
2026-03-06 08:03:17,216 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1510', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-428005a0-f97b-48fa-be99-b3cad2368954', 'x-compute-request-id': 'req-428005a0-f97b-48fa-be99-b3cad2368954', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/3e4089a0-f82f-462d-b396-518be60d91a4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:02:48Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "555d94a5b6949f4b8628a9a6d2612590a205c2525d40a2ce9fa27870", "id": "3e4089a0-f82f-462d-b396-518be60d91a4", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/3e4089a0-f82f-462d-b396-518be60d91a4"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/3e4089a0-f82f-462d-b396-518be60d91a4"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1889013841", "status": "BUILD", "tenant_id": "acc496116f90477f915bfdb5feaa4009", "user_id": "6883646fa7da44baae9c0814c493bc32", "updated": "2026-03-06T07:03:16Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": [], "locked_reason": null}}'
2026-03-06 08:03:19,300 79885 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/3e4089a0-f82f-462d-b396-518be60d91a4 1.064s
2026-03-06 08:03:19,300 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1454', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-13f26f6d-2501-479d-9671-83f68a070165', 'x-compute-request-id': 'req-13f26f6d-2501-479d-9671-83f68a070165', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/3e4089a0-f82f-462d-b396-518be60d91a4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:02:48Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "", "id": "3e4089a0-f82f-462d-b396-518be60d91a4", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/3e4089a0-f82f-462d-b396-518be60d91a4"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/3e4089a0-f82f-462d-b396-518be60d91a4"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1889013841", "status": "BUILD", "tenant_id": "acc496116f90477f915bfdb5feaa4009", "user_id": "6883646fa7da44baae9c0814c493bc32", "updated": "2026-03-06T07:03:17Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": [], "locked_reason": null}}'
2026-03-06 08:03:20,439 79885 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/3e4089a0-f82f-462d-b396-518be60d91a4 0.123s
2026-03-06 08:03:20,440 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1412', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-651d7ef7-d5dc-4992-9684-c79e7fe0038a', 'x-compute-request-id': 'req-651d7ef7-d5dc-4992-9684-c79e7fe0038a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/3e4089a0-f82f-462d-b396-518be60d91a4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:02:48Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "", "id": "3e4089a0-f82f-462d-b396-518be60d91a4", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/3e4089a0-f82f-462d-b396-518be60d91a4"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/3e4089a0-f82f-462d-b396-518be60d91a4"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1889013841", "status": "BUILD", "tenant_id": "acc496116f90477f915bfdb5feaa4009", "user_id": "6883646fa7da44baae9c0814c493bc32", "updated": "2026-03-06T07:03:17Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": [], "locked_reason": null}}'
2026-03-06 08:03:21,555 79885 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/3e4089a0-f82f-462d-b396-518be60d91a4 0.098s
2026-03-06 08:03:21,555 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1412', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41e65fb2-eed8-45d2-948a-a872bbf9dbc8', 'x-compute-request-id': 'req-41e65fb2-eed8-45d2-948a-a872bbf9dbc8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/3e4089a0-f82f-462d-b396-518be60d91a4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:02:48Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "", "id": "3e4089a0-f82f-462d-b396-518be60d91a4", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/3e4089a0-f82f-462d-b396-518be60d91a4"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/3e4089a0-f82f-462d-b396-518be60d91a4"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1889013841", "status": "BUILD", "tenant_id": "acc496116f90477f915bfdb5feaa4009", "user_id": "6883646fa7da44baae9c0814c493bc32", "updated": "2026-03-06T07:03:21Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": [], "locked_reason": null}}'
2026-03-06 08:03:22,720 79885 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/3e4089a0-f82f-462d-b396-518be60d91a4 0.149s
2026-03-06 08:03:22,721 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1602', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0cc2f9b6-ef10-499c-8ec5-e6fb7ab00406', 'x-compute-request-id': 'req-0cc2f9b6-ef10-499c-8ec5-e6fb7ab00406', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/3e4089a0-f82f-462d-b396-518be60d91a4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:02:48Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "", "id": "3e4089a0-f82f-462d-b396-518be60d91a4", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/3e4089a0-f82f-462d-b396-518be60d91a4"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/3e4089a0-f82f-462d-b396-518be60d91a4"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1889013841", "status": "ERROR", "tenant_id": "acc496116f90477f915bfdb5feaa4009", "user_id": "6883646fa7da44baae9c0814c493bc32", "updated": "2026-03-06T07:03:22Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-03-06T07:03:22Z", "message": "Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 3e4089a0-f82f-462d-b396-518be60d91a4."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": [], "locked_reason": null}}'
2026-03-06 08:03:22,736 79885 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ERROR/None" after 32 second wait
2026-03-06 08:03:23,388 79885 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 204 DELETE http://192.168.122.115/compute/v2.1/servers/3e4089a0-f82f-462d-b396-518be60d91a4 0.651s
2026-03-06 08:03:23,388 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6bd0bb15-c319-4a74-9093-cabf8044ffe7', 'x-compute-request-id': 'req-6bd0bb15-c319-4a74-9093-cabf8044ffe7', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/3e4089a0-f82f-462d-b396-518be60d91a4'}
Body: b''
2026-03-06 08:03:23,422 79885 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 404 GET http://192.168.122.115/compute/v2.1/servers/3e4089a0-f82f-462d-b396-518be60d91a4 0.033s
2026-03-06 08:03:23,422 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-8e0d8f84-d7af-4646-8546-251e69dd90cf', 'x-compute-request-id': 'req-8e0d8f84-d7af-4646-8546-251e69dd90cf', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/3e4089a0-f82f-462d-b396-518be60d91a4'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 3e4089a0-f82f-462d-b396-518be60d91a4 could not be found."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 290, in test_stable_device_rescue_bfv_blank_volume
server, rescue_image_id = self._create_server_and_rescue_image(
File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 139, in _create_server_and_rescue_image
server = self.create_test_server(
File "/opt/stack/tempest/tempest/api/compute/base.py", line 257, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 267, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/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 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 3e4089a0-f82f-462d-b396-518be60d91a4 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-03-06T07:03:22Z', 'message': 'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 3e4089a0-f82f-462d-b396-518be60d91a4.'}. Request ID of server operation performed before checking the server status req-d243da64-09b6-446f-a7db-86ad5c1d15b7.
|
||||||
test_stable_device_rescue_bfv_image_volume[id-e4636333-c928-40fc-98b7-70a23eef4224,slow] |
fail
ft7.2: tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume[id-e4636333-c928-40fc-98b7-70a23eef4224,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-03-06 08:03:23,516 79885 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 201 POST http://192.168.122.115/identity/v3/auth/tokens 0.086s
2026-03-06 08:03:23,516 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2556', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-3caf843d-d70e-4709-b837-d14fff4fc188', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.115/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6883646fa7da44baae9c0814c493bc32", "name": "tempest-ServerBootFromVolumeStableRescueTest-1311170752-project-member", "password_expires_at": null}, "audit_ids": ["g0sCTeZlQOSa8FrzOXXcjg"], "expires_at": "2026-03-06T08:03:23.000000Z", "issued_at": "2026-03-06T07:03:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "acc496116f90477f915bfdb5feaa4009", "name": "tempest-ServerBootFromVolumeStableRescueTest-1311170752"}, "is_domain": false, "roles": [{"id": "faf0412089b94a369729bbd6d50d7580", "name": "reader"}, {"id": "c445e98f04484b6f8b1059435b26bf1e", "name": "member"}], "catalog": [{"endpoints": [{"id": "bd4ab80fa3994b159f739ece0f0074bd", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/volume/v3", "region": "RegionOne"}], "id": "0a9ecb449b494e48b6b2b8605a52bbd8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "dbb461b59aaf40de9617ec1d7cd2bbd7", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/compute/v2/acc496116f90477f915bfdb5feaa4009", "region": "RegionOne"}], "id": "0bb4e960014141a2af57c30da1c8eae5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "ac2fac33cc064277b1bb9f6c6ccaa3f1", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/placement", "region": "RegionOne"}], "id": "183d2df0c9f5434ebbec289ab9dc4505", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "300388becb3145948463df628561029a", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/image", "region": "RegionOne"}], "id": "548403ecab834e5b8c3ee0446abeaa9d", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e57dc1529cf1426ab3707ab14fb68f88", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/identity", "region": "RegionOne"}], "id": "647af0dc79844f9c91f417a86a3f574e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "c2bb4d42e80f4ff39249003f45d0bdd3", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/networking", "region": "RegionOne"}], "id": "747bc414a0cc493ebd5d2e4eaa3cb093", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "2654c2c824fa4ff19d342903f4a0ef44", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/compute/v2.1", "region": "RegionOne"}], "id": "9d8ed9613c0145a1a91787a4e0378118", "type": "compute", "name": "nova"}]}}'
2026-03-06 08:03:23,517 79885 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '1a3023d7-e2c4-4661-b2dd-7219078f6245', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1102615688-network', 'tenant_id': 'acc496116f90477f915bfdb5feaa4009', 'project_id': 'acc496116f90477f915bfdb5feaa4009', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 4464, '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-03-06T07:02:29Z', 'updated_at': '2026-03-06T07:02:29Z', 'revision_number': 1} available for tenant
2026-03-06 08:03:24,344 79885 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 202 POST http://192.168.122.115/compute/v2.1/servers 0.826s
2026-03-06 08:03:24,344 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-ServerBootFromVolumeStableRescueTest-server-1475061347", "imageRef": "f2af648e-1929-4039-8261-532ac47be76b", "flavorRef": "42", "networks": [{"uuid": "1a3023d7-e2c4-4661-b2dd-7219078f6245"}]}}
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '388', 'location': 'http://192.168.122.115/compute/v2.1/servers/5b0ff522-60fa-4776-ad07-b4afd6038973', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92043e36-d262-45cd-9060-000662e398f0', 'x-compute-request-id': 'req-92043e36-d262-45cd-9060-000662e398f0', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.115/compute/v2.1/servers'}
Body: b'{"server": {"id": "5b0ff522-60fa-4776-ad07-b4afd6038973", "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/5b0ff522-60fa-4776-ad07-b4afd6038973"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/5b0ff522-60fa-4776-ad07-b4afd6038973"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "E3r2doEo3Kzr"}}'
2026-03-06 08:03:24,541 79885 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/5b0ff522-60fa-4776-ad07-b4afd6038973 0.194s
2026-03-06 08:03:24,541 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1410', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3380dc04-14eb-4aad-bc34-3b37c85d9921', 'x-compute-request-id': 'req-3380dc04-14eb-4aad-bc34-3b37c85d9921', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/5b0ff522-60fa-4776-ad07-b4afd6038973'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:03:24Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "", "id": "5b0ff522-60fa-4776-ad07-b4afd6038973", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/5b0ff522-60fa-4776-ad07-b4afd6038973"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/5b0ff522-60fa-4776-ad07-b4afd6038973"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1475061347", "status": "BUILD", "tenant_id": "acc496116f90477f915bfdb5feaa4009", "user_id": "6883646fa7da44baae9c0814c493bc32", "updated": "2026-03-06T07:03:24Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": [], "locked_reason": null}}'
2026-03-06 08:03:25,718 79885 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/5b0ff522-60fa-4776-ad07-b4afd6038973 0.160s
2026-03-06 08:03:25,719 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1414', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf9ff7a6-ce6b-42b7-b79b-c99300ab9759', 'x-compute-request-id': 'req-bf9ff7a6-ce6b-42b7-b79b-c99300ab9759', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/5b0ff522-60fa-4776-ad07-b4afd6038973'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:03:24Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "", "id": "5b0ff522-60fa-4776-ad07-b4afd6038973", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/5b0ff522-60fa-4776-ad07-b4afd6038973"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/5b0ff522-60fa-4776-ad07-b4afd6038973"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1475061347", "status": "BUILD", "tenant_id": "acc496116f90477f915bfdb5feaa4009", "user_id": "6883646fa7da44baae9c0814c493bc32", "updated": "2026-03-06T07:03:25Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": [], "locked_reason": null}}'
2026-03-06 08:03:27,393 79885 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/5b0ff522-60fa-4776-ad07-b4afd6038973 0.658s
2026-03-06 08:03:27,394 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1462', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0dd1be4-dcc4-4b53-87a3-68906c8f5f6d', 'x-compute-request-id': 'req-c0dd1be4-dcc4-4b53-87a3-68906c8f5f6d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/5b0ff522-60fa-4776-ad07-b4afd6038973'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:03:24Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "555d94a5b6949f4b8628a9a6d2612590a205c2525d40a2ce9fa27870", "id": "5b0ff522-60fa-4776-ad07-b4afd6038973", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/5b0ff522-60fa-4776-ad07-b4afd6038973"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/5b0ff522-60fa-4776-ad07-b4afd6038973"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1475061347", "status": "BUILD", "tenant_id": "acc496116f90477f915bfdb5feaa4009", "user_id": "6883646fa7da44baae9c0814c493bc32", "updated": "2026-03-06T07:03:26Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": [], "locked_reason": null}}'
2026-03-06 08:03:27,409 79885 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait
2026-03-06 08:03:28,513 79885 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/5b0ff522-60fa-4776-ad07-b4afd6038973 0.103s
2026-03-06 08:03:28,513 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1470', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94c1855e-926b-40de-82ba-d15b151037cf', 'x-compute-request-id': 'req-94c1855e-926b-40de-82ba-d15b151037cf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/5b0ff522-60fa-4776-ad07-b4afd6038973'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:03:24Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "555d94a5b6949f4b8628a9a6d2612590a205c2525d40a2ce9fa27870", "id": "5b0ff522-60fa-4776-ad07-b4afd6038973", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/5b0ff522-60fa-4776-ad07-b4afd6038973"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/5b0ff522-60fa-4776-ad07-b4afd6038973"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1475061347", "status": "BUILD", "tenant_id": "acc496116f90477f915bfdb5feaa4009", "user_id": "6883646fa7da44baae9c0814c493bc32", "updated": "2026-03-06T07:03:28Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": [], "locked_reason": null}}'
2026-03-06 08:03:28,528 79885 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 4 second wait
2026-03-06 08:03:31,355 79885 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/5b0ff522-60fa-4776-ad07-b4afd6038973 1.825s
2026-03-06 08:03:31,355 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1512', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1e1becb-5c0c-48aa-b11f-5b347be003c7', 'x-compute-request-id': 'req-b1e1becb-5c0c-48aa-b11f-5b347be003c7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/5b0ff522-60fa-4776-ad07-b4afd6038973'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:03:24Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "555d94a5b6949f4b8628a9a6d2612590a205c2525d40a2ce9fa27870", "id": "5b0ff522-60fa-4776-ad07-b4afd6038973", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/5b0ff522-60fa-4776-ad07-b4afd6038973"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/5b0ff522-60fa-4776-ad07-b4afd6038973"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1475061347", "status": "BUILD", "tenant_id": "acc496116f90477f915bfdb5feaa4009", "user_id": "6883646fa7da44baae9c0814c493bc32", "updated": "2026-03-06T07:03:28Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": [], "locked_reason": null}}'
2026-03-06 08:03:34,803 79885 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/5b0ff522-60fa-4776-ad07-b4afd6038973 2.430s
2026-03-06 08:03:34,804 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1510', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43612417-e584-4d20-b490-d77764733d3e', 'x-compute-request-id': 'req-43612417-e584-4d20-b490-d77764733d3e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/5b0ff522-60fa-4776-ad07-b4afd6038973'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:03:24Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "555d94a5b6949f4b8628a9a6d2612590a205c2525d40a2ce9fa27870", "id": "5b0ff522-60fa-4776-ad07-b4afd6038973", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/5b0ff522-60fa-4776-ad07-b4afd6038973"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/5b0ff522-60fa-4776-ad07-b4afd6038973"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1475061347", "status": "BUILD", "tenant_id": "acc496116f90477f915bfdb5feaa4009", "user_id": "6883646fa7da44baae9c0814c493bc32", "updated": "2026-03-06T07:03:30Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": [], "locked_reason": null}}'
2026-03-06 08:03:34,823 79885 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 10 second wait
2026-03-06 08:03:37,039 79885 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/5b0ff522-60fa-4776-ad07-b4afd6038973 1.216s
2026-03-06 08:03:37,040 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1510', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a372e13-0904-49aa-95cb-0ef2d6d16458', 'x-compute-request-id': 'req-3a372e13-0904-49aa-95cb-0ef2d6d16458', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/5b0ff522-60fa-4776-ad07-b4afd6038973'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:03:24Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "555d94a5b6949f4b8628a9a6d2612590a205c2525d40a2ce9fa27870", "id": "5b0ff522-60fa-4776-ad07-b4afd6038973", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/5b0ff522-60fa-4776-ad07-b4afd6038973"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/5b0ff522-60fa-4776-ad07-b4afd6038973"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1475061347", "status": "BUILD", "tenant_id": "acc496116f90477f915bfdb5feaa4009", "user_id": "6883646fa7da44baae9c0814c493bc32", "updated": "2026-03-06T07:03:30Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": [], "locked_reason": null}}'
2026-03-06 08:03:38,277 79885 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/5b0ff522-60fa-4776-ad07-b4afd6038973 0.219s
2026-03-06 08:03:38,277 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1510', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-65525851-ec85-4513-9fc2-fb2d8e91804f', 'x-compute-request-id': 'req-65525851-ec85-4513-9fc2-fb2d8e91804f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/5b0ff522-60fa-4776-ad07-b4afd6038973'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:03:24Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "555d94a5b6949f4b8628a9a6d2612590a205c2525d40a2ce9fa27870", "id": "5b0ff522-60fa-4776-ad07-b4afd6038973", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/5b0ff522-60fa-4776-ad07-b4afd6038973"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/5b0ff522-60fa-4776-ad07-b4afd6038973"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1475061347", "status": "BUILD", "tenant_id": "acc496116f90477f915bfdb5feaa4009", "user_id": "6883646fa7da44baae9c0814c493bc32", "updated": "2026-03-06T07:03:38Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": [], "locked_reason": null}}'
2026-03-06 08:03:40,088 79885 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/5b0ff522-60fa-4776-ad07-b4afd6038973 0.794s
2026-03-06 08:03:40,088 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1454', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33729ca8-187b-4e8c-a624-066c44215f8d', 'x-compute-request-id': 'req-33729ca8-187b-4e8c-a624-066c44215f8d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/5b0ff522-60fa-4776-ad07-b4afd6038973'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:03:24Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "", "id": "5b0ff522-60fa-4776-ad07-b4afd6038973", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/5b0ff522-60fa-4776-ad07-b4afd6038973"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/5b0ff522-60fa-4776-ad07-b4afd6038973"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1475061347", "status": "BUILD", "tenant_id": "acc496116f90477f915bfdb5feaa4009", "user_id": "6883646fa7da44baae9c0814c493bc32", "updated": "2026-03-06T07:03:38Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": [], "locked_reason": null}}'
2026-03-06 08:03:41,204 79885 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/5b0ff522-60fa-4776-ad07-b4afd6038973 0.098s
2026-03-06 08:03:41,204 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1412', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98f61755-fe16-4dde-90f2-989b5f13dc5a', 'x-compute-request-id': 'req-98f61755-fe16-4dde-90f2-989b5f13dc5a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/5b0ff522-60fa-4776-ad07-b4afd6038973'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:03:24Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "", "id": "5b0ff522-60fa-4776-ad07-b4afd6038973", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/5b0ff522-60fa-4776-ad07-b4afd6038973"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/5b0ff522-60fa-4776-ad07-b4afd6038973"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1475061347", "status": "BUILD", "tenant_id": "acc496116f90477f915bfdb5feaa4009", "user_id": "6883646fa7da44baae9c0814c493bc32", "updated": "2026-03-06T07:03:38Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": [], "locked_reason": null}}'
2026-03-06 08:03:42,326 79885 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/5b0ff522-60fa-4776-ad07-b4afd6038973 0.104s
2026-03-06 08:03:42,326 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1410', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01a52c70-f1fb-432f-80a7-2e65733a5071', 'x-compute-request-id': 'req-01a52c70-f1fb-432f-80a7-2e65733a5071', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/5b0ff522-60fa-4776-ad07-b4afd6038973'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:03:24Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "", "id": "5b0ff522-60fa-4776-ad07-b4afd6038973", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/5b0ff522-60fa-4776-ad07-b4afd6038973"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/5b0ff522-60fa-4776-ad07-b4afd6038973"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1475061347", "status": "BUILD", "tenant_id": "acc496116f90477f915bfdb5feaa4009", "user_id": "6883646fa7da44baae9c0814c493bc32", "updated": "2026-03-06T07:03:42Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": [], "locked_reason": null}}'
2026-03-06 08:03:42,344 79885 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "BUILD/scheduling" after 18 second wait
2026-03-06 08:03:43,908 79885 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/5b0ff522-60fa-4776-ad07-b4afd6038973 0.562s
2026-03-06 08:03:43,909 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1602', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5889f131-5876-4f36-a182-1f90c669c43b', 'x-compute-request-id': 'req-5889f131-5876-4f36-a182-1f90c669c43b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/5b0ff522-60fa-4776-ad07-b4afd6038973'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:03:24Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "", "id": "5b0ff522-60fa-4776-ad07-b4afd6038973", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/5b0ff522-60fa-4776-ad07-b4afd6038973"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/5b0ff522-60fa-4776-ad07-b4afd6038973"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1475061347", "status": "ERROR", "tenant_id": "acc496116f90477f915bfdb5feaa4009", "user_id": "6883646fa7da44baae9c0814c493bc32", "updated": "2026-03-06T07:03:43Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-03-06T07:03:43Z", "message": "Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 5b0ff522-60fa-4776-ad07-b4afd6038973."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": [], "locked_reason": null}}'
2026-03-06 08:03:43,926 79885 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 19 second wait
2026-03-06 08:03:44,868 79885 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 204 DELETE http://192.168.122.115/compute/v2.1/servers/5b0ff522-60fa-4776-ad07-b4afd6038973 0.941s
2026-03-06 08:03:44,868 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0bb4c77b-481f-4456-b836-a719d0a52b69', 'x-compute-request-id': 'req-0bb4c77b-481f-4456-b836-a719d0a52b69', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/5b0ff522-60fa-4776-ad07-b4afd6038973'}
Body: b''
2026-03-06 08:03:44,938 79885 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 404 GET http://192.168.122.115/compute/v2.1/servers/5b0ff522-60fa-4776-ad07-b4afd6038973 0.069s
2026-03-06 08:03:44,939 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-d17f7f4e-0410-484e-9e33-bb0134a5a334', 'x-compute-request-id': 'req-d17f7f4e-0410-484e-9e33-bb0134a5a334', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/5b0ff522-60fa-4776-ad07-b4afd6038973'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 5b0ff522-60fa-4776-ad07-b4afd6038973 could not be found."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 310, in test_stable_device_rescue_bfv_image_volume
server, rescue_image_id = self._create_server_and_rescue_image(
File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 139, in _create_server_and_rescue_image
server = self.create_test_server(
File "/opt/stack/tempest/tempest/api/compute/base.py", line 257, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 267, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/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 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 5b0ff522-60fa-4776-ad07-b4afd6038973 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-03-06T07:03:43Z', 'message': 'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 5b0ff522-60fa-4776-ad07-b4afd6038973.'}. Request ID of server operation performed before checking the server status req-92043e36-d262-45cd-9060-000662e398f0.
|
||||||
| tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON | 1 | 0 | 1 | 0 | 0 | Detail | |
test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f] |
fail
ft8.1: tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-03-06 08:03:49,474 79881 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotsTestJSON:test_volume_snapshot_create_get_list_delete): 200 POST http://192.168.122.115/compute/v2.1/os-volumes 0.439s
2026-03-06 08:03:49,474 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "display_name": "tempest-VolumesSnapshotsTestJSON-volume-1889781176"}}
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '343', 'location': 'http://192.168.122.115/compute/v2.1/os-volumes/6cb3e81a-a627-4972-988d-4abf3136cf4c', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4eb39d6-bff9-48a8-be75-65bc53e53a05', 'x-compute-request-id': 'req-c4eb39d6-bff9-48a8-be75-65bc53e53a05', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/os-volumes'}
Body: b'{"volume": {"id": "6cb3e81a-a627-4972-988d-4abf3136cf4c", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2026-03-06T07:03:49.351295", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1889781176", "displayDescription": null, "volumeType": "QuobyteHD", "snapshotId": null, "metadata": {}}}'
2026-03-06 08:03:49,547 79881 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotsTestJSON:test_volume_snapshot_create_get_list_delete): 200 GET http://192.168.122.115/compute/v2.1/os-volumes/6cb3e81a-a627-4972-988d-4abf3136cf4c 0.068s
2026-03-06 08:03:49,547 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '343', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8108dc4d-2d4d-49ec-9e98-65f7ead4b5f5', 'x-compute-request-id': 'req-8108dc4d-2d4d-49ec-9e98-65f7ead4b5f5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/os-volumes/6cb3e81a-a627-4972-988d-4abf3136cf4c'}
Body: b'{"volume": {"id": "6cb3e81a-a627-4972-988d-4abf3136cf4c", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2026-03-06T07:03:49.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1889781176", "displayDescription": null, "volumeType": "QuobyteHD", "snapshotId": null, "metadata": {}}}'
2026-03-06 08:03:50,629 79881 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotsTestJSON:test_volume_snapshot_create_get_list_delete): 200 GET http://192.168.122.115/compute/v2.1/os-volumes/6cb3e81a-a627-4972-988d-4abf3136cf4c 0.076s
2026-03-06 08:03:50,629 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '340', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-32ee5382-294e-41f6-9adc-d1310421737c', 'x-compute-request-id': 'req-32ee5382-294e-41f6-9adc-d1310421737c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/os-volumes/6cb3e81a-a627-4972-988d-4abf3136cf4c'}
Body: b'{"volume": {"id": "6cb3e81a-a627-4972-988d-4abf3136cf4c", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2026-03-06T07:03:49.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1889781176", "displayDescription": null, "volumeType": "QuobyteHD", "snapshotId": null, "metadata": {}}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/volumes/test_volume_snapshots.py", line 54, in test_volume_snapshot_create_get_list_delete
volume = self.create_volume()
File "/opt/stack/tempest/tempest/api/compute/base.py", line 551, in create_volume
waiters.wait_for_volume_resource_status(cls.volumes_client,
File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status
raise exceptions.VolumeResourceBuildErrorException(
tempest.exceptions.VolumeResourceBuildErrorException: volume 6cb3e81a-a627-4972-988d-4abf3136cf4c failed to build and is in ERROR status
|
||||||
| tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON | 1 | 0 | 1 | 0 | 0 | Detail | |
test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f] |
fail
ft9.1: tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-03-06 08:03:33,636 79884 INFO [tempest.lib.common.rest_client] Request (VolumesGetTestJSON:test_volume_create_get_delete): 200 POST http://192.168.122.115/compute/v2.1/os-volumes 3.403s
2026-03-06 08:03:33,636 79884 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "display_name": "tempest-VolumesGetTestJSON-Volume-1862128797", "metadata": {"Type": "work"}}}
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '351', 'location': 'http://192.168.122.115/compute/v2.1/os-volumes/5de3ca70-3dd4-42b1-a949-97777ad775f0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1d512f6-7ef8-4556-a0d8-23011db13de5', 'x-compute-request-id': 'req-e1d512f6-7ef8-4556-a0d8-23011db13de5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/os-volumes'}
Body: b'{"volume": {"id": "5de3ca70-3dd4-42b1-a949-97777ad775f0", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2026-03-06T07:03:32.655715", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1862128797", "displayDescription": null, "volumeType": "QuobyteHD", "snapshotId": null, "metadata": {"Type": "work"}}}'
2026-03-06 08:03:33,727 79884 INFO [tempest.lib.common.rest_client] Request (VolumesGetTestJSON:test_volume_create_get_delete): 200 GET http://192.168.122.115/compute/v2.1/os-volumes/5de3ca70-3dd4-42b1-a949-97777ad775f0 0.086s
2026-03-06 08:03:33,728 79884 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '348', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1242f8d1-40f3-4574-a382-8fa0f13ba323', 'x-compute-request-id': 'req-1242f8d1-40f3-4574-a382-8fa0f13ba323', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/os-volumes/5de3ca70-3dd4-42b1-a949-97777ad775f0'}
Body: b'{"volume": {"id": "5de3ca70-3dd4-42b1-a949-97777ad775f0", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2026-03-06T07:03:33.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1862128797", "displayDescription": null, "volumeType": "QuobyteHD", "snapshotId": null, "metadata": {"Type": "work"}}}'
2026-03-06 08:03:34,821 79884 INFO [tempest.lib.common.rest_client] Request (VolumesGetTestJSON:test_volume_create_get_delete): 200 GET http://192.168.122.115/compute/v2.1/os-volumes/5de3ca70-3dd4-42b1-a949-97777ad775f0 0.088s
2026-03-06 08:03:34,822 79884 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '348', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7914dc43-f7b2-41d6-94f0-b12c4d2e3ca1', 'x-compute-request-id': 'req-7914dc43-f7b2-41d6-94f0-b12c4d2e3ca1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/os-volumes/5de3ca70-3dd4-42b1-a949-97777ad775f0'}
Body: b'{"volume": {"id": "5de3ca70-3dd4-42b1-a949-97777ad775f0", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2026-03-06T07:03:33.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1862128797", "displayDescription": null, "volumeType": "QuobyteHD", "snapshotId": null, "metadata": {"Type": "work"}}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/volumes/test_volumes_get.py", line 56, in test_volume_create_get_delete
volume = self.create_volume(size=CONF.volume.volume_size,
File "/opt/stack/tempest/tempest/api/compute/base.py", line 551, in create_volume
waiters.wait_for_volume_resource_status(cls.volumes_client,
File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status
raise exceptions.VolumeResourceBuildErrorException(
tempest.exceptions.VolumeResourceBuildErrorException: volume 5de3ca70-3dd4-42b1-a949-97777ad775f0 failed to build and is in ERROR status
|
||||||
| tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON | 2 | 1 | 1 | 0 | 0 | Detail | |
test_compare_volume_stats_values[id-a9035743-d46a-47c5-9cb7-3c80ea16dea0] |
pass
pt10.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] |
fail
ft10.2: tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend[id-3750af44-5ea2-4cd4-bc3e-56e7e6caf854]testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/volume/admin/test_backends_capabilities.py", line 38, in test_get_capabilities_backend
self.admin_capabilities_client.show_backend_capabilities(self.hosts[0])
IndexError: list index out of range
|
||||||
| tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest | 3 | 0 | 3 | 0 | 0 | Detail | |
test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81] |
fail
ft11.1: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-03-06 08:04:09,089 79878 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 POST http://192.168.122.115/volume/v3/types 0.268s
2026-03-06 08:04:09,089 79878 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume_type": {"name": "tempest-GroupSnapshotsTest-volume-type-204845682"}}
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:04:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b62ef6d-2746-42ac-868c-460953110650', 'content-length': '223', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b62ef6d-2746-42ac-868c-460953110650', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/volume/v3/types'}
Body: b'{"volume_type": {"id": "806b82f4-a1ce-459e-86a5-69e4b4c22a09", "name": "tempest-GroupSnapshotsTest-volume-type-204845682", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2026-03-06 08:04:09,164 79878 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://192.168.122.115/volume/v3/group_types 0.072s
2026-03-06 08:04:09,164 79878 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: {"group_type": {"name": "tempest-GroupSnapshotsTest-group-type-1226205581"}}
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:04:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7301a39-030a-4687-824b-6e0220a27497', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7301a39-030a-4687-824b-6e0220a27497', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.115/volume/v3/group_types'}
Body: b'{"group_type": {"id": "44c08b6c-7941-457d-8ee0-ec90ff3ef17c", "name": "tempest-GroupSnapshotsTest-group-type-1226205581", "description": null, "is_public": true, "group_specs": {}}}'
2026-03-06 08:04:09,597 79878 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://192.168.122.115/volume/v3/groups 0.430s
2026-03-06 08:04:09,597 79878 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: {"group": {"group_type": "44c08b6c-7941-457d-8ee0-ec90ff3ef17c", "volume_types": ["806b82f4-a1ce-459e-86a5-69e4b4c22a09"], "name": "tempest-GroupSnapshotsTest-Group-860397503"}}
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:04:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ea79142-0802-4f2f-bdcf-c7402ae52f09', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ea79142-0802-4f2f-bdcf-c7402ae52f09', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.115/volume/v3/groups'}
Body: b'{"group": {"id": "a4a06e31-f556-429c-b667-738d330f5d82", "name": "tempest-GroupSnapshotsTest-Group-860397503"}}'
2026-03-06 08:04:09,659 79878 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://192.168.122.115/volume/v3/groups/a4a06e31-f556-429c-b667-738d330f5d82 0.060s
2026-03-06 08:04:09,659 79878 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:04:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c7ecde6-3970-4fd1-8bf3-a43d2f0af2b6', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c7ecde6-3970-4fd1-8bf3-a43d2f0af2b6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/volume/v3/groups/a4a06e31-f556-429c-b667-738d330f5d82'}
Body: b'{"group": {"id": "a4a06e31-f556-429c-b667-738d330f5d82", "status": "creating", "availability_zone": "nova", "created_at": "2026-03-06T07:04:10.000000", "name": "tempest-GroupSnapshotsTest-Group-860397503", "description": null, "group_type": "44c08b6c-7941-457d-8ee0-ec90ff3ef17c", "volume_types": ["806b82f4-a1ce-459e-86a5-69e4b4c22a09"], "group_snapshot_id": null, "source_group_id": null}}'
2026-03-06 08:04:10,755 79878 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://192.168.122.115/volume/v3/groups/a4a06e31-f556-429c-b667-738d330f5d82 0.091s
2026-03-06 08:04:10,755 79878 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:04:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6d43fe8-0e80-4cfa-9385-cb4bd3cc6053', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6d43fe8-0e80-4cfa-9385-cb4bd3cc6053', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/volume/v3/groups/a4a06e31-f556-429c-b667-738d330f5d82'}
Body: b'{"group": {"id": "a4a06e31-f556-429c-b667-738d330f5d82", "status": "error", "availability_zone": "nova", "created_at": "2026-03-06T07:04:10.000000", "name": "tempest-GroupSnapshotsTest-Group-860397503", "description": null, "group_type": "44c08b6c-7941-457d-8ee0-ec90ff3ef17c", "volume_types": ["806b82f4-a1ce-459e-86a5-69e4b4c22a09"], "group_snapshot_id": null, "source_group_id": null}}'
2026-03-06 08:04:10,847 79878 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://192.168.122.115/volume/v3/volumes/detail 0.087s
2026-03-06 08:04:10,847 79878 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:04:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c033b88c-fc25-4821-a786-df7e5bbd0851', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c033b88c-fc25-4821-a786-df7e5bbd0851', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/volume/v3/volumes/detail'}
Body: b'{"volumes": []}'
2026-03-06 08:04:10,957 79878 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://192.168.122.115/volume/v3/groups/a4a06e31-f556-429c-b667-738d330f5d82/action 0.099s
2026-03-06 08:04:10,957 79878 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: {"delete": {"delete-volumes": true}}
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:04:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-685b3078-c69c-4a8d-b196-916b3360ec7e', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.115/volume/v3/groups/a4a06e31-f556-429c-b667-738d330f5d82/action'}
Body: b''
2026-03-06 08:04:10,975 79878 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://192.168.122.115/volume/v3/groups/a4a06e31-f556-429c-b667-738d330f5d82 0.017s
2026-03-06 08:04:10,976 79878 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:04:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-24164c14-ab7b-4657-9ae1-f4ee459b52dd', 'x-openstack-request-id': 'req-24164c14-ab7b-4657-9ae1-f4ee459b52dd', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.115/volume/v3/groups/a4a06e31-f556-429c-b667-738d330f5d82'}
Body: b'{"itemNotFound": {"code": 404, "message": "Group a4a06e31-f556-429c-b667-738d330f5d82 could not be found."}}'
2026-03-06 08:04:11,013 79878 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://192.168.122.115/volume/v3/group_types/44c08b6c-7941-457d-8ee0-ec90ff3ef17c 0.037s
2026-03-06 08:04:11,014 79878 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:04:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8550146f-b48e-4d88-8fcf-8b6df009e26d', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.115/volume/v3/group_types/44c08b6c-7941-457d-8ee0-ec90ff3ef17c'}
Body: b''
2026-03-06 08:04:11,074 79878 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://192.168.122.115/volume/v3/types/806b82f4-a1ce-459e-86a5-69e4b4c22a09 0.060s
2026-03-06 08:04:11,075 79878 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:04:11 GMT', 'server': 'Apache/2.4.52 (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-5b8afbbc-f14e-41aa-9e4f-f58e267254a5', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.115/volume/v3/types/806b82f4-a1ce-459e-86a5-69e4b4c22a09'}
Body: b''
2026-03-06 08:04:11,091 79878 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://192.168.122.115/volume/v3/types/806b82f4-a1ce-459e-86a5-69e4b4c22a09 0.015s
2026-03-06 08:04:11,091 79878 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:04:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ebe95f9-0ca2-4ca0-890b-e92a558796a1', 'x-openstack-request-id': 'req-3ebe95f9-0ca2-4ca0-890b-e92a558796a1', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.115/volume/v3/types/806b82f4-a1ce-459e-86a5-69e4b4c22a09'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 806b82f4-a1ce-459e-86a5-69e4b4c22a09 could not be found."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 162, in test_create_group_from_group_snapshot
grp = self.create_group(group_type=group_type['id'],
File "/opt/stack/tempest/tempest/api/volume/base.py", line 293, in create_group
waiters.wait_for_volume_resource_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status
raise exceptions.VolumeResourceBuildErrorException(
tempest.exceptions.VolumeResourceBuildErrorException: group a4a06e31-f556-429c-b667-738d330f5d82 failed to build and is in ERROR status
|
||||||
test_delete_group_snapshots_following_updated_volumes[id-7d7fc000-0b4c-4376-a372-544116d2e127] |
fail
ft11.2: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes[id-7d7fc000-0b4c-4376-a372-544116d2e127]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-03-06 08:04:11,136 79878 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 POST http://192.168.122.115/volume/v3/types 0.042s
2026-03-06 08:04:11,136 79878 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume_type": {"name": "tempest-GroupSnapshotsTest-volume-type-1756813384"}}
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:04:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16720d46-3c36-4b9e-9765-281e07e35491', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16720d46-3c36-4b9e-9765-281e07e35491', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/volume/v3/types'}
Body: b'{"volume_type": {"id": "de64b769-2f1c-47f8-87eb-8b6fdc69ea71", "name": "tempest-GroupSnapshotsTest-volume-type-1756813384", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2026-03-06 08:04:11,174 79878 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://192.168.122.115/volume/v3/group_types 0.034s
2026-03-06 08:04:11,174 79878 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: {"group_type": {"name": "tempest-GroupSnapshotsTest-group-type-333342565"}}
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:04:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69d1187a-7ca3-4650-8dc8-96d729d823a6', 'content-length': '180', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69d1187a-7ca3-4650-8dc8-96d729d823a6', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.115/volume/v3/group_types'}
Body: b'{"group_type": {"id": "742857e1-0862-4d5b-ab27-e22035237a40", "name": "tempest-GroupSnapshotsTest-group-type-333342565", "description": null, "is_public": true, "group_specs": {}}}'
2026-03-06 08:04:11,315 79878 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://192.168.122.115/volume/v3/groups 0.139s
2026-03-06 08:04:11,316 79878 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: {"group": {"group_type": "742857e1-0862-4d5b-ab27-e22035237a40", "volume_types": ["de64b769-2f1c-47f8-87eb-8b6fdc69ea71"], "name": "tempest-GroupSnapshotsTest-Group-630651073"}}
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:04:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b42b2f5-5c57-40f3-89ce-20253e056ef1', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b42b2f5-5c57-40f3-89ce-20253e056ef1', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.115/volume/v3/groups'}
Body: b'{"group": {"id": "50c6ed7b-e6fa-4261-b973-b96f84002e28", "name": "tempest-GroupSnapshotsTest-Group-630651073"}}'
2026-03-06 08:04:11,366 79878 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://192.168.122.115/volume/v3/groups/50c6ed7b-e6fa-4261-b973-b96f84002e28 0.048s
2026-03-06 08:04:11,366 79878 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:04:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e99975e-8c1a-487a-9799-b8fcdf32d9ea', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e99975e-8c1a-487a-9799-b8fcdf32d9ea', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/volume/v3/groups/50c6ed7b-e6fa-4261-b973-b96f84002e28'}
Body: b'{"group": {"id": "50c6ed7b-e6fa-4261-b973-b96f84002e28", "status": "creating", "availability_zone": "nova", "created_at": "2026-03-06T07:04:11.000000", "name": "tempest-GroupSnapshotsTest-Group-630651073", "description": null, "group_type": "742857e1-0862-4d5b-ab27-e22035237a40", "volume_types": ["de64b769-2f1c-47f8-87eb-8b6fdc69ea71"], "group_snapshot_id": null, "source_group_id": null}}'
2026-03-06 08:04:12,410 79878 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://192.168.122.115/volume/v3/groups/50c6ed7b-e6fa-4261-b973-b96f84002e28 0.039s
2026-03-06 08:04:12,410 79878 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:04:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-990bfe3e-3b6e-4e75-bbd0-f14593eae720', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-990bfe3e-3b6e-4e75-bbd0-f14593eae720', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/volume/v3/groups/50c6ed7b-e6fa-4261-b973-b96f84002e28'}
Body: b'{"group": {"id": "50c6ed7b-e6fa-4261-b973-b96f84002e28", "status": "error", "availability_zone": "nova", "created_at": "2026-03-06T07:04:11.000000", "name": "tempest-GroupSnapshotsTest-Group-630651073", "description": null, "group_type": "742857e1-0862-4d5b-ab27-e22035237a40", "volume_types": ["de64b769-2f1c-47f8-87eb-8b6fdc69ea71"], "group_snapshot_id": null, "source_group_id": null}}'
2026-03-06 08:04:12,414 79878 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1739031. The failure could be related to https://launchpad.net/bugs/1739031
2026-03-06 08:04:12,495 79878 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://192.168.122.115/volume/v3/volumes/detail 0.080s
2026-03-06 08:04:12,495 79878 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:04:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21c82fce-5163-4339-b10d-ac30b617caea', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21c82fce-5163-4339-b10d-ac30b617caea', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/volume/v3/volumes/detail'}
Body: b'{"volumes": []}'
2026-03-06 08:04:12,595 79878 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://192.168.122.115/volume/v3/groups/50c6ed7b-e6fa-4261-b973-b96f84002e28/action 0.089s
2026-03-06 08:04:12,595 79878 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: {"delete": {"delete-volumes": true}}
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:04:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e14e137-c4cc-45fe-bf2b-423fbfd620e0', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.115/volume/v3/groups/50c6ed7b-e6fa-4261-b973-b96f84002e28/action'}
Body: b''
2026-03-06 08:04:12,612 79878 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://192.168.122.115/volume/v3/groups/50c6ed7b-e6fa-4261-b973-b96f84002e28 0.016s
2026-03-06 08:04:12,613 79878 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:04:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-42b8a2b0-a394-4ac4-955d-d46b16f98c41', 'x-openstack-request-id': 'req-42b8a2b0-a394-4ac4-955d-d46b16f98c41', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.115/volume/v3/groups/50c6ed7b-e6fa-4261-b973-b96f84002e28'}
Body: b'{"itemNotFound": {"code": 404, "message": "Group 50c6ed7b-e6fa-4261-b973-b96f84002e28 could not be found."}}'
2026-03-06 08:04:12,649 79878 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://192.168.122.115/volume/v3/group_types/742857e1-0862-4d5b-ab27-e22035237a40 0.036s
2026-03-06 08:04:12,650 79878 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:04:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e4fe7b0-8364-49f4-be28-c7c923eb26bc', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.115/volume/v3/group_types/742857e1-0862-4d5b-ab27-e22035237a40'}
Body: b''
2026-03-06 08:04:12,696 79878 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://192.168.122.115/volume/v3/types/de64b769-2f1c-47f8-87eb-8b6fdc69ea71 0.046s
2026-03-06 08:04:12,697 79878 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:04:12 GMT', 'server': 'Apache/2.4.52 (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-a922b4dc-4de8-43e1-ba20-76e96dff6478', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.115/volume/v3/types/de64b769-2f1c-47f8-87eb-8b6fdc69ea71'}
Body: b''
2026-03-06 08:04:12,711 79878 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://192.168.122.115/volume/v3/types/de64b769-2f1c-47f8-87eb-8b6fdc69ea71 0.014s
2026-03-06 08:04:12,711 79878 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:04:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-eef7357d-f56c-406f-9bf2-af85aeff9050', 'x-openstack-request-id': 'req-eef7357d-f56c-406f-9bf2-af85aeff9050', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.115/volume/v3/types/de64b769-2f1c-47f8-87eb-8b6fdc69ea71'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume type de64b769-2f1c-47f8-87eb-8b6fdc69ea71 could not be found."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper
raise exc
File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper
return f(*func_args, **func_kwargs)
File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 225, in test_delete_group_snapshots_following_updated_volumes
grp = self.create_group(group_type=group_type['id'],
File "/opt/stack/tempest/tempest/api/volume/base.py", line 293, in create_group
waiters.wait_for_volume_resource_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status
raise exceptions.VolumeResourceBuildErrorException(
tempest.exceptions.VolumeResourceBuildErrorException: group 50c6ed7b-e6fa-4261-b973-b96f84002e28 failed to build and is in ERROR status
|
||||||
test_group_snapshot_create_show_list_delete[id-1298e537-f1f0-47a3-a1dd-8adec8168897] |
fail
ft11.3: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete[id-1298e537-f1f0-47a3-a1dd-8adec8168897]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-03-06 08:04:12,745 79878 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 POST http://192.168.122.115/volume/v3/types 0.031s
2026-03-06 08:04:12,745 79878 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume_type": {"name": "tempest-GroupSnapshotsTest-volume-type-2029316126"}}
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:04:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-304b486b-7c97-49dc-8991-25d7cad9ee40', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-304b486b-7c97-49dc-8991-25d7cad9ee40', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/volume/v3/types'}
Body: b'{"volume_type": {"id": "b431846f-1ade-4949-8aa0-387901f489d5", "name": "tempest-GroupSnapshotsTest-volume-type-2029316126", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2026-03-06 08:04:12,790 79878 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://192.168.122.115/volume/v3/group_types 0.042s
2026-03-06 08:04:12,790 79878 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: {"group_type": {"name": "tempest-GroupSnapshotsTest-group-type-1043250271"}}
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:04:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-314adc4d-4f4d-4d6a-b6dd-f802294b6f90', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-314adc4d-4f4d-4d6a-b6dd-f802294b6f90', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.115/volume/v3/group_types'}
Body: b'{"group_type": {"id": "ce837485-fe7d-4e3f-9318-bdecd02f17e7", "name": "tempest-GroupSnapshotsTest-group-type-1043250271", "description": null, "is_public": true, "group_specs": {}}}'
2026-03-06 08:04:12,884 79878 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://192.168.122.115/volume/v3/groups 0.091s
2026-03-06 08:04:12,884 79878 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: {"group": {"group_type": "ce837485-fe7d-4e3f-9318-bdecd02f17e7", "volume_types": ["b431846f-1ade-4949-8aa0-387901f489d5"], "name": "tempest-GroupSnapshotsTest-Group-474889770"}}
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:04:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b78eb982-efc1-4bad-962d-4fa75e2d4f38', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b78eb982-efc1-4bad-962d-4fa75e2d4f38', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.115/volume/v3/groups'}
Body: b'{"group": {"id": "c6d86b84-202f-4d9c-a1c7-d313a67d69a6", "name": "tempest-GroupSnapshotsTest-Group-474889770"}}'
2026-03-06 08:04:12,927 79878 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://192.168.122.115/volume/v3/groups/c6d86b84-202f-4d9c-a1c7-d313a67d69a6 0.041s
2026-03-06 08:04:12,927 79878 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:04:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5bb8279-feed-474b-9b86-c2fa514d6547', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5bb8279-feed-474b-9b86-c2fa514d6547', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/volume/v3/groups/c6d86b84-202f-4d9c-a1c7-d313a67d69a6'}
Body: b'{"group": {"id": "c6d86b84-202f-4d9c-a1c7-d313a67d69a6", "status": "creating", "availability_zone": "nova", "created_at": "2026-03-06T07:04:13.000000", "name": "tempest-GroupSnapshotsTest-Group-474889770", "description": null, "group_type": "ce837485-fe7d-4e3f-9318-bdecd02f17e7", "volume_types": ["b431846f-1ade-4949-8aa0-387901f489d5"], "group_snapshot_id": null, "source_group_id": null}}'
2026-03-06 08:04:13,972 79878 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://192.168.122.115/volume/v3/groups/c6d86b84-202f-4d9c-a1c7-d313a67d69a6 0.040s
2026-03-06 08:04:13,972 79878 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:04:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0dc4a6cf-ae3b-4267-880c-9ce0638c1cca', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0dc4a6cf-ae3b-4267-880c-9ce0638c1cca', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/volume/v3/groups/c6d86b84-202f-4d9c-a1c7-d313a67d69a6'}
Body: b'{"group": {"id": "c6d86b84-202f-4d9c-a1c7-d313a67d69a6", "status": "error", "availability_zone": "nova", "created_at": "2026-03-06T07:04:13.000000", "name": "tempest-GroupSnapshotsTest-Group-474889770", "description": null, "group_type": "ce837485-fe7d-4e3f-9318-bdecd02f17e7", "volume_types": ["b431846f-1ade-4949-8aa0-387901f489d5"], "group_snapshot_id": null, "source_group_id": null}}'
2026-03-06 08:04:14,013 79878 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://192.168.122.115/volume/v3/volumes/detail 0.036s
2026-03-06 08:04:14,013 79878 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:04:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d78fc74d-e727-4424-b876-f38733c515c6', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d78fc74d-e727-4424-b876-f38733c515c6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/volume/v3/volumes/detail'}
Body: b'{"volumes": []}'
2026-03-06 08:04:14,105 79878 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://192.168.122.115/volume/v3/groups/c6d86b84-202f-4d9c-a1c7-d313a67d69a6/action 0.081s
2026-03-06 08:04:14,105 79878 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: {"delete": {"delete-volumes": true}}
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:04:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66911932-2667-4c68-a508-5b08d66684f8', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.115/volume/v3/groups/c6d86b84-202f-4d9c-a1c7-d313a67d69a6/action'}
Body: b''
2026-03-06 08:04:14,119 79878 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://192.168.122.115/volume/v3/groups/c6d86b84-202f-4d9c-a1c7-d313a67d69a6 0.013s
2026-03-06 08:04:14,119 79878 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:04:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-d418729a-4279-4c6c-9868-c437c036e0e0', 'x-openstack-request-id': 'req-d418729a-4279-4c6c-9868-c437c036e0e0', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.115/volume/v3/groups/c6d86b84-202f-4d9c-a1c7-d313a67d69a6'}
Body: b'{"itemNotFound": {"code": 404, "message": "Group c6d86b84-202f-4d9c-a1c7-d313a67d69a6 could not be found."}}'
2026-03-06 08:04:14,148 79878 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://192.168.122.115/volume/v3/group_types/ce837485-fe7d-4e3f-9318-bdecd02f17e7 0.029s
2026-03-06 08:04:14,149 79878 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:04:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a93f42a7-1f1c-476c-a8bf-dfe1d6c42a75', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.115/volume/v3/group_types/ce837485-fe7d-4e3f-9318-bdecd02f17e7'}
Body: b''
2026-03-06 08:04:14,203 79878 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://192.168.122.115/volume/v3/types/b431846f-1ade-4949-8aa0-387901f489d5 0.053s
2026-03-06 08:04:14,203 79878 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:04:14 GMT', 'server': 'Apache/2.4.52 (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-6ae38e3f-262b-4239-a0ff-e4947ea44c5a', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.115/volume/v3/types/b431846f-1ade-4949-8aa0-387901f489d5'}
Body: b''
2026-03-06 08:04:14,220 79878 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://192.168.122.115/volume/v3/types/b431846f-1ade-4949-8aa0-387901f489d5 0.016s
2026-03-06 08:04:14,220 79878 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:04:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ad1cd6e-59de-46b6-8391-c3e984756578', 'x-openstack-request-id': 'req-0ad1cd6e-59de-46b6-8391-c3e984756578', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.115/volume/v3/types/b431846f-1ade-4949-8aa0-387901f489d5'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume type b431846f-1ade-4949-8aa0-387901f489d5 could not be found."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 92, in test_group_snapshot_create_show_list_delete
grp = self.create_group(group_type=group_type['id'],
File "/opt/stack/tempest/tempest/api/volume/base.py", line 293, in create_group
waiters.wait_for_volume_resource_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status
raise exceptions.VolumeResourceBuildErrorException(
tempest.exceptions.VolumeResourceBuildErrorException: group c6d86b84-202f-4d9c-a1c7-d313a67d69a6 failed to build and is in ERROR status
|
||||||
| tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON | 5 | 4 | 1 | 0 | 0 | Detail | |
test_get_service_by_host_name[id-178710e4-7596-4e08-9333-745cb8bc4f8d] |
pass
pt12.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
pt12.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
pt12.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] |
fail
ft12.4: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name[id-67ec6902-f91d-4dec-91fa-338523208bbc]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-03-06 08:03:56,301 79884 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 202 POST http://192.168.122.115/volume/v3/volumes 0.387s
2026-03-06 08:03:56,301 79884 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "name": "tempest-VolumesServicesTestJSON-Volume-1214911"}}
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb578e7d-3005-4af2-8b67-2778adfe17d0', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb578e7d-3005-4af2-8b67-2778adfe17d0', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.115/volume/v3/volumes'}
Body: b'{"volume": {"id": "5518ac07-ada8-4ef5-b726-bf652cce8694", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-03-06T07:03:56.233864", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-1214911", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.115/volume/v3/volumes/5518ac07-ada8-4ef5-b726-bf652cce8694"}, {"rel": "bookmark", "href": "http://192.168.122.115/volume/volumes/5518ac07-ada8-4ef5-b726-bf652cce8694"}], "user_id": "abedd073009b400895976d60f07976df", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-03-06 08:03:56,359 79884 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://192.168.122.115/volume/v3/volumes/5518ac07-ada8-4ef5-b726-bf652cce8694 0.048s
2026-03-06 08:03:56,359 79884 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1b43f91-1c84-4437-899c-ef01d6043fc0', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1b43f91-1c84-4437-899c-ef01d6043fc0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/volume/v3/volumes/5518ac07-ada8-4ef5-b726-bf652cce8694'}
Body: b'{"volume": {"id": "5518ac07-ada8-4ef5-b726-bf652cce8694", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-03-06T07:03:56.000000", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-1214911", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.115/volume/v3/volumes/5518ac07-ada8-4ef5-b726-bf652cce8694"}, {"rel": "bookmark", "href": "http://192.168.122.115/volume/volumes/5518ac07-ada8-4ef5-b726-bf652cce8694"}], "user_id": "abedd073009b400895976d60f07976df", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "adac77e3c7284dd4964484c37b344b11"}}'
2026-03-06 08:03:57,410 79884 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://192.168.122.115/volume/v3/volumes/5518ac07-ada8-4ef5-b726-bf652cce8694 0.040s
2026-03-06 08:03:57,411 79884 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-137860db-a08b-4bc3-aa0c-4689fe09a093', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-137860db-a08b-4bc3-aa0c-4689fe09a093', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/volume/v3/volumes/5518ac07-ada8-4ef5-b726-bf652cce8694'}
Body: b'{"volume": {"id": "5518ac07-ada8-4ef5-b726-bf652cce8694", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2026-03-06T07:03:56.000000", "updated_at": "2026-03-06T07:03:56.000000", "name": "tempest-VolumesServicesTestJSON-Volume-1214911", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.115/volume/v3/volumes/5518ac07-ada8-4ef5-b726-bf652cce8694"}, {"rel": "bookmark", "href": "http://192.168.122.115/volume/volumes/5518ac07-ada8-4ef5-b726-bf652cce8694"}], "user_id": "abedd073009b400895976d60f07976df", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "adac77e3c7284dd4964484c37b344b11"}}'
2026-03-06 08:03:57,474 79884 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 200 GET http://192.168.122.115/volume/v3/volumes/5518ac07-ada8-4ef5-b726-bf652cce8694 0.052s
2026-03-06 08:03:57,474 79884 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-934cde44-266e-437d-ab73-9f80c57f39e9', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-934cde44-266e-437d-ab73-9f80c57f39e9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/volume/v3/volumes/5518ac07-ada8-4ef5-b726-bf652cce8694'}
Body: b'{"volume": {"id": "5518ac07-ada8-4ef5-b726-bf652cce8694", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2026-03-06T07:03:56.000000", "updated_at": "2026-03-06T07:03:56.000000", "name": "tempest-VolumesServicesTestJSON-Volume-1214911", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.115/volume/v3/volumes/5518ac07-ada8-4ef5-b726-bf652cce8694"}, {"rel": "bookmark", "href": "http://192.168.122.115/volume/volumes/5518ac07-ada8-4ef5-b726-bf652cce8694"}], "user_id": "abedd073009b400895976d60f07976df", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "adac77e3c7284dd4964484c37b344b11"}}'
2026-03-06 08:03:57,621 79884 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 202 DELETE http://192.168.122.115/volume/v3/volumes/5518ac07-ada8-4ef5-b726-bf652cce8694 0.136s
2026-03-06 08:03:57,621 79884 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:57 GMT', 'server': 'Apache/2.4.52 (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-7e092a1f-7c7e-49f7-a286-51b63a7cc833', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.115/volume/v3/volumes/5518ac07-ada8-4ef5-b726-bf652cce8694'}
Body: b''
2026-03-06 08:03:57,640 79884 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 404 GET http://192.168.122.115/volume/v3/volumes/5518ac07-ada8-4ef5-b726-bf652cce8694 0.018s
2026-03-06 08:03:57,640 79884 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:03:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bd5808c-3cd9-4994-abf8-fd587bb1732d', 'x-openstack-request-id': 'req-8bd5808c-3cd9-4994-abf8-fd587bb1732d', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.115/volume/v3/volumes/5518ac07-ada8-4ef5-b726-bf652cce8694'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5518ac07-ada8-4ef5-b726-bf652cce8694 could not be found."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_services.py", line 76, in test_get_service_by_volume_host_name
volume_id = self.create_volume()['id']
File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume
waiters.wait_for_volume_resource_status(self.volumes_client,
File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status
raise exceptions.VolumeResourceBuildErrorException(
tempest.exceptions.VolumeResourceBuildErrorException: volume 5518ac07-ada8-4ef5-b726-bf652cce8694 failed to build and is in ERROR status
|
||||||
test_list_services[id-e0218299-0a59-4f43-8b2b-f1c035b3d26d] |
pass
pt12.5: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services[id-e0218299-0a59-4f43-8b2b-f1c035b3d26d]
|
||||||
| tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest | 6 | 5 | 1 | 0 | 0 | Detail | |
test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81] |
fail
ft13.1: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-03-06 08:05:24,180 79885 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://192.168.122.115/identity/v3/auth/tokens 0.114s
2026-03-06 08:05:24,180 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:05:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2518', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-15203a2d-9b5b-4d9d-8a13-455bcd624db4', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.115/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "40f24f59b09143e086f34fcc8d98ae96", "name": "tempest-VolumesActionsTest-828932410-project-member", "password_expires_at": null}, "audit_ids": ["A30AdSEqRTOcdYsVRgiz-w"], "expires_at": "2026-03-06T08:05:24.000000Z", "issued_at": "2026-03-06T07:05:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7bd55e329157417aaf50711eaa49b6b1", "name": "tempest-VolumesActionsTest-828932410"}, "is_domain": false, "roles": [{"id": "faf0412089b94a369729bbd6d50d7580", "name": "reader"}, {"id": "c445e98f04484b6f8b1059435b26bf1e", "name": "member"}], "catalog": [{"endpoints": [{"id": "bd4ab80fa3994b159f739ece0f0074bd", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/volume/v3", "region": "RegionOne"}], "id": "0a9ecb449b494e48b6b2b8605a52bbd8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "dbb461b59aaf40de9617ec1d7cd2bbd7", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/compute/v2/7bd55e329157417aaf50711eaa49b6b1", "region": "RegionOne"}], "id": "0bb4e960014141a2af57c30da1c8eae5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "ac2fac33cc064277b1bb9f6c6ccaa3f1", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/placement", "region": "RegionOne"}], "id": "183d2df0c9f5434ebbec289ab9dc4505", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "300388becb3145948463df628561029a", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/image", "region": "RegionOne"}], "id": "548403ecab834e5b8c3ee0446abeaa9d", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e57dc1529cf1426ab3707ab14fb68f88", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/identity", "region": "RegionOne"}], "id": "647af0dc79844f9c91f417a86a3f574e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "c2bb4d42e80f4ff39249003f45d0bdd3", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/networking", "region": "RegionOne"}], "id": "747bc414a0cc493ebd5d2e4eaa3cb093", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "2654c2c824fa4ff19d342903f4a0ef44", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/compute/v2.1", "region": "RegionOne"}], "id": "9d8ed9613c0145a1a91787a4e0378118", "type": "compute", "name": "nova"}]}}'
2026-03-06 08:05:24,181 79885 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': '310fe011-197b-44bb-98e0-bbc824d920cd', 'name': 'tempest-VolumesActionsTest-16106120-network', 'tenant_id': '7bd55e329157417aaf50711eaa49b6b1', 'project_id': '7bd55e329157417aaf50711eaa49b6b1', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 32020, '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-03-06T07:05:03Z', 'updated_at': '2026-03-06T07:05:03Z', 'revision_number': 1} available for tenant
2026-03-06 08:05:25,030 79885 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://192.168.122.115/compute/v2.1/servers 0.849s
2026-03-06 08:05:25,031 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-VolumesActionsTest-instance-1637164311", "imageRef": "f2af648e-1929-4039-8261-532ac47be76b", "flavorRef": "42", "networks": [{"uuid": "310fe011-197b-44bb-98e0-bbc824d920cd"}]}}
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:05:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '388', 'location': 'http://192.168.122.115/compute/v2.1/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aeda5516-2517-4c61-9e4f-e18bb6111c3b', 'x-compute-request-id': 'req-aeda5516-2517-4c61-9e4f-e18bb6111c3b', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.115/compute/v2.1/servers'}
Body: b'{"server": {"id": "97e1a157-39a4-481c-a8d8-7c08abba0aea", "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "qMEpEqc68ij6"}}'
2026-03-06 08:05:25,167 79885 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea 0.134s
2026-03-06 08:05:25,168 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:05:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1228', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b81342a-b8da-495e-bcd0-c29a9ccdb401', 'x-compute-request-id': 'req-8b81342a-b8da-495e-bcd0-c29a9ccdb401', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:05:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "", "id": "97e1a157-39a4-481c-a8d8-7c08abba0aea", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea"}], "metadata": {}, "name": "tempest-VolumesActionsTest-instance-1637164311", "status": "BUILD", "tenant_id": "7bd55e329157417aaf50711eaa49b6b1", "user_id": "40f24f59b09143e086f34fcc8d98ae96", "updated": "2026-03-06T07:05:25Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:05:26,354 79885 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea 0.174s
2026-03-06 08:05:26,355 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:05:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1232', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd3e2f1f-9304-46a3-bc53-0b02ddcf6c7f', 'x-compute-request-id': 'req-bd3e2f1f-9304-46a3-bc53-0b02ddcf6c7f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:05:24Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "", "id": "97e1a157-39a4-481c-a8d8-7c08abba0aea", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea"}], "metadata": {}, "name": "tempest-VolumesActionsTest-instance-1637164311", "status": "BUILD", "tenant_id": "7bd55e329157417aaf50711eaa49b6b1", "user_id": "40f24f59b09143e086f34fcc8d98ae96", "updated": "2026-03-06T07:05:26Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:05:27,490 79885 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea 0.123s
2026-03-06 08:05:27,490 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:05:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1280', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e290c4c6-ee60-4286-9987-e04bcf025c21', 'x-compute-request-id': 'req-e290c4c6-ee60-4286-9987-e04bcf025c21', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:05:24Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "ca05a17a84864bc8f2d1b13c2b0a32075583bd93a5b6e592ccc79eff", "id": "97e1a157-39a4-481c-a8d8-7c08abba0aea", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea"}], "metadata": {}, "name": "tempest-VolumesActionsTest-instance-1637164311", "status": "BUILD", "tenant_id": "7bd55e329157417aaf50711eaa49b6b1", "user_id": "40f24f59b09143e086f34fcc8d98ae96", "updated": "2026-03-06T07:05:27Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:05:27,501 79885 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-03-06 08:05:28,635 79885 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea 0.131s
2026-03-06 08:05:28,635 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:05:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1280', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8e9f37b-1a8d-49a6-9e8c-e24fe9035e90', 'x-compute-request-id': 'req-b8e9f37b-1a8d-49a6-9e8c-e24fe9035e90', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:05:24Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "ca05a17a84864bc8f2d1b13c2b0a32075583bd93a5b6e592ccc79eff", "id": "97e1a157-39a4-481c-a8d8-7c08abba0aea", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea"}], "metadata": {}, "name": "tempest-VolumesActionsTest-instance-1637164311", "status": "BUILD", "tenant_id": "7bd55e329157417aaf50711eaa49b6b1", "user_id": "40f24f59b09143e086f34fcc8d98ae96", "updated": "2026-03-06T07:05:27Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:05:29,762 79885 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea 0.113s
2026-03-06 08:05:29,762 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:05:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1288', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b0dcf82-f9d3-421a-ae11-d838e55a35e5', 'x-compute-request-id': 'req-6b0dcf82-f9d3-421a-ae11-d838e55a35e5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:05:24Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "ca05a17a84864bc8f2d1b13c2b0a32075583bd93a5b6e592ccc79eff", "id": "97e1a157-39a4-481c-a8d8-7c08abba0aea", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea"}], "metadata": {}, "name": "tempest-VolumesActionsTest-instance-1637164311", "status": "BUILD", "tenant_id": "7bd55e329157417aaf50711eaa49b6b1", "user_id": "40f24f59b09143e086f34fcc8d98ae96", "updated": "2026-03-06T07:05:29Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:05:29,775 79885 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 4 second wait
2026-03-06 08:05:31,545 79885 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea 0.768s
2026-03-06 08:05:31,546 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:05:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1340', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b904c298-abba-4bd1-ab33-5a264120f0a6', 'x-compute-request-id': 'req-b904c298-abba-4bd1-ab33-5a264120f0a6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:05:24Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "ca05a17a84864bc8f2d1b13c2b0a32075583bd93a5b6e592ccc79eff", "id": "97e1a157-39a4-481c-a8d8-7c08abba0aea", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea"}], "metadata": {}, "name": "tempest-VolumesActionsTest-instance-1637164311", "status": "BUILD", "tenant_id": "7bd55e329157417aaf50711eaa49b6b1", "user_id": "40f24f59b09143e086f34fcc8d98ae96", "updated": "2026-03-06T07:05:30Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:05:31,558 79885 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 6 second wait
2026-03-06 08:05:32,785 79885 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea 0.225s
2026-03-06 08:05:32,785 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:05:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1328', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5890fb93-831d-4376-bef8-0f49a8849478', 'x-compute-request-id': 'req-5890fb93-831d-4376-bef8-0f49a8849478', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:05:24Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "ca05a17a84864bc8f2d1b13c2b0a32075583bd93a5b6e592ccc79eff", "id": "97e1a157-39a4-481c-a8d8-7c08abba0aea", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea"}], "metadata": {}, "name": "tempest-VolumesActionsTest-instance-1637164311", "status": "BUILD", "tenant_id": "7bd55e329157417aaf50711eaa49b6b1", "user_id": "40f24f59b09143e086f34fcc8d98ae96", "updated": "2026-03-06T07:05:31Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:05:32,796 79885 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 7 second wait
2026-03-06 08:05:33,963 79885 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea 0.165s
2026-03-06 08:05:33,964 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:05:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1328', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11803985-c7f8-47f9-a89f-57996812a850', 'x-compute-request-id': 'req-11803985-c7f8-47f9-a89f-57996812a850', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:05:24Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "ca05a17a84864bc8f2d1b13c2b0a32075583bd93a5b6e592ccc79eff", "id": "97e1a157-39a4-481c-a8d8-7c08abba0aea", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea"}], "metadata": {}, "name": "tempest-VolumesActionsTest-instance-1637164311", "status": "BUILD", "tenant_id": "7bd55e329157417aaf50711eaa49b6b1", "user_id": "40f24f59b09143e086f34fcc8d98ae96", "updated": "2026-03-06T07:05:31Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:05:35,198 79885 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea 0.222s
2026-03-06 08:05:35,198 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:05:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1328', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-88026e3b-ad96-4d78-b3c6-f0024143074b', 'x-compute-request-id': 'req-88026e3b-ad96-4d78-b3c6-f0024143074b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:05:24Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "ca05a17a84864bc8f2d1b13c2b0a32075583bd93a5b6e592ccc79eff", "id": "97e1a157-39a4-481c-a8d8-7c08abba0aea", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea"}], "metadata": {}, "name": "tempest-VolumesActionsTest-instance-1637164311", "status": "BUILD", "tenant_id": "7bd55e329157417aaf50711eaa49b6b1", "user_id": "40f24f59b09143e086f34fcc8d98ae96", "updated": "2026-03-06T07:05:35Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:05:36,621 79885 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea 0.411s
2026-03-06 08:05:36,621 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:05:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1328', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d61f77f-5e92-4e77-9d49-ec73b9d08a98', 'x-compute-request-id': 'req-8d61f77f-5e92-4e77-9d49-ec73b9d08a98', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:05:24Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "ca05a17a84864bc8f2d1b13c2b0a32075583bd93a5b6e592ccc79eff", "id": "97e1a157-39a4-481c-a8d8-7c08abba0aea", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea"}], "metadata": {}, "name": "tempest-VolumesActionsTest-instance-1637164311", "status": "BUILD", "tenant_id": "7bd55e329157417aaf50711eaa49b6b1", "user_id": "40f24f59b09143e086f34fcc8d98ae96", "updated": "2026-03-06T07:05:36Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:05:37,955 79885 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea 0.320s
2026-03-06 08:05:37,955 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:05:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1272', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-32c304c7-be6f-42f0-a7f0-6adafcd3eb8f', 'x-compute-request-id': 'req-32c304c7-be6f-42f0-a7f0-6adafcd3eb8f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:05:24Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "", "id": "97e1a157-39a4-481c-a8d8-7c08abba0aea", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea"}], "metadata": {}, "name": "tempest-VolumesActionsTest-instance-1637164311", "status": "BUILD", "tenant_id": "7bd55e329157417aaf50711eaa49b6b1", "user_id": "40f24f59b09143e086f34fcc8d98ae96", "updated": "2026-03-06T07:05:36Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:05:39,073 79885 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea 0.106s
2026-03-06 08:05:39,074 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:05:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1230', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f953360b-f3ec-4231-b1c6-b765ed7e7a96', 'x-compute-request-id': 'req-f953360b-f3ec-4231-b1c6-b765ed7e7a96', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:05:24Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "", "id": "97e1a157-39a4-481c-a8d8-7c08abba0aea", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea"}], "metadata": {}, "name": "tempest-VolumesActionsTest-instance-1637164311", "status": "BUILD", "tenant_id": "7bd55e329157417aaf50711eaa49b6b1", "user_id": "40f24f59b09143e086f34fcc8d98ae96", "updated": "2026-03-06T07:05:36Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:05:40,211 79885 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea 0.124s
2026-03-06 08:05:40,211 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:05:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1230', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3140d18c-2874-4087-9032-c23bf6ad0c82', 'x-compute-request-id': 'req-3140d18c-2874-4087-9032-c23bf6ad0c82', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:05:24Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "", "id": "97e1a157-39a4-481c-a8d8-7c08abba0aea", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea"}], "metadata": {}, "name": "tempest-VolumesActionsTest-instance-1637164311", "status": "BUILD", "tenant_id": "7bd55e329157417aaf50711eaa49b6b1", "user_id": "40f24f59b09143e086f34fcc8d98ae96", "updated": "2026-03-06T07:05:40Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:05:41,362 79885 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://192.168.122.115/compute/v2.1/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea 0.139s
2026-03-06 08:05:41,363 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:05:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1420', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-589d1c74-ff54-41d9-a1f5-1f1dc11ace01', 'x-compute-request-id': 'req-589d1c74-ff54-41d9-a1f5-1f1dc11ace01', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:05:24Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "", "id": "97e1a157-39a4-481c-a8d8-7c08abba0aea", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea"}], "metadata": {}, "name": "tempest-VolumesActionsTest-instance-1637164311", "status": "ERROR", "tenant_id": "7bd55e329157417aaf50711eaa49b6b1", "user_id": "40f24f59b09143e086f34fcc8d98ae96", "updated": "2026-03-06T07:05:41Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-03-06T07:05:41Z", "message": "Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 97e1a157-39a4-481c-a8d8-7c08abba0aea."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:05:41,378 79885 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ERROR/None" after 16 second wait
2026-03-06 08:05:41,729 79885 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 204 DELETE http://192.168.122.115/compute/v2.1/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea 0.350s
2026-03-06 08:05:41,729 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:05:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-748eb4cc-663f-4911-9335-eae4a789cc6e', 'x-compute-request-id': 'req-748eb4cc-663f-4911-9335-eae4a789cc6e', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea'}
Body: b''
2026-03-06 08:05:41,767 79885 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 404 GET http://192.168.122.115/compute/v2.1/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea 0.038s
2026-03-06 08:05:41,768 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:05:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-fe891e4e-b09f-4f0e-8088-1877217ba6c7', 'x-compute-request-id': 'req-fe891e4e-b09f-4f0e-8088-1877217ba6c7', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/97e1a157-39a4-481c-a8d8-7c08abba0aea'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 97e1a157-39a4-481c-a8d8-7c08abba0aea could not be found."}}'
}}}
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/api/volume/admin/test_volumes_actions.py", line 83, in test_force_detach_volume
server_id = self.create_server()['id']
File "/opt/stack/tempest/tempest/api/volume/base.py", line 270, 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/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 267, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/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 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 97e1a157-39a4-481c-a8d8-7c08abba0aea failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-03-06T07:05:41Z', 'message': 'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 97e1a157-39a4-481c-a8d8-7c08abba0aea.'}. Request ID of server operation performed before checking the server status req-aeda5516-2517-4c61-9e4f-e18bb6111c3b.
|
||||||
test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011] |
pass
pt13.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
pt13.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
pt13.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
pt13.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
pt13.6: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status[id-d063f96e-a2e0-4f34-8b8a-395c42de1845]
|
||||||
| tempest.api.volume.test_volumes_actions.VolumesActionsTest | 6 | 4 | 2 | 0 | 0 | Detail | |
test_attach_detach_volume_to_instance[compute,id-fff42874-7db5-4487-a8e1-ddda5fb5288d,smoke] |
fail
ft14.1: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance[compute,id-fff42874-7db5-4487-a8e1-ddda5fb5288d,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-03-06 08:06:00,696 79881 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 201 POST http://192.168.122.115/identity/v3/auth/tokens 0.087s
2026-03-06 08:06:00,696 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:06:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2520', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-3e052b84-efa5-492b-94f8-968a69f52a18', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.115/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a32fe0e998ec42f78fe50c53aa2f63fe", "name": "tempest-VolumesActionsTest-1534154595-project-member", "password_expires_at": null}, "audit_ids": ["Cx0fkA5FQ6mgJVDxwBGz-A"], "expires_at": "2026-03-06T08:06:00.000000Z", "issued_at": "2026-03-06T07:06:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ecaa336d34eb415f8acba6227e0ab1a7", "name": "tempest-VolumesActionsTest-1534154595"}, "is_domain": false, "roles": [{"id": "faf0412089b94a369729bbd6d50d7580", "name": "reader"}, {"id": "c445e98f04484b6f8b1059435b26bf1e", "name": "member"}], "catalog": [{"endpoints": [{"id": "bd4ab80fa3994b159f739ece0f0074bd", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/volume/v3", "region": "RegionOne"}], "id": "0a9ecb449b494e48b6b2b8605a52bbd8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "dbb461b59aaf40de9617ec1d7cd2bbd7", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/compute/v2/ecaa336d34eb415f8acba6227e0ab1a7", "region": "RegionOne"}], "id": "0bb4e960014141a2af57c30da1c8eae5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "ac2fac33cc064277b1bb9f6c6ccaa3f1", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/placement", "region": "RegionOne"}], "id": "183d2df0c9f5434ebbec289ab9dc4505", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "300388becb3145948463df628561029a", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/image", "region": "RegionOne"}], "id": "548403ecab834e5b8c3ee0446abeaa9d", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e57dc1529cf1426ab3707ab14fb68f88", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/identity", "region": "RegionOne"}], "id": "647af0dc79844f9c91f417a86a3f574e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "c2bb4d42e80f4ff39249003f45d0bdd3", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/networking", "region": "RegionOne"}], "id": "747bc414a0cc493ebd5d2e4eaa3cb093", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "2654c2c824fa4ff19d342903f4a0ef44", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/compute/v2.1", "region": "RegionOne"}], "id": "9d8ed9613c0145a1a91787a4e0378118", "type": "compute", "name": "nova"}]}}'
2026-03-06 08:06:00,697 79881 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_attach_detach_volume_to_instance) Found network {'id': '66dfe382-128a-4d7d-9e5e-d5a33fb0a48e', 'name': 'tempest-VolumesActionsTest-12257948-network', 'tenant_id': 'ecaa336d34eb415f8acba6227e0ab1a7', 'project_id': 'ecaa336d34eb415f8acba6227e0ab1a7', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 5339, '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-03-06T07:05:48Z', 'updated_at': '2026-03-06T07:05:48Z', 'revision_number': 1} available for tenant
2026-03-06 08:06:01,298 79881 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 202 POST http://192.168.122.115/compute/v2.1/servers 0.600s
2026-03-06 08:06:01,298 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-VolumesActionsTest-instance-54498637", "imageRef": "f2af648e-1929-4039-8261-532ac47be76b", "flavorRef": "42", "networks": [{"uuid": "66dfe382-128a-4d7d-9e5e-d5a33fb0a48e"}]}}
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:06:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '388', 'location': 'http://192.168.122.115/compute/v2.1/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-186c02d5-75a5-4e23-8677-fc9e1e738619', 'x-compute-request-id': 'req-186c02d5-75a5-4e23-8677-fc9e1e738619', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.115/compute/v2.1/servers'}
Body: b'{"server": {"id": "553a6d5e-bfe8-44a7-b841-e371a8cd8ed9", "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "TmFdW8i7oc5Q"}}'
2026-03-06 08:06:01,387 79881 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 200 GET http://192.168.122.115/compute/v2.1/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9 0.086s
2026-03-06 08:06:01,387 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:06:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06bcc927-ed3f-470d-861f-7daac0750ae6', 'x-compute-request-id': 'req-06bcc927-ed3f-470d-861f-7daac0750ae6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:06:01Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "", "id": "553a6d5e-bfe8-44a7-b841-e371a8cd8ed9", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9"}], "metadata": {}, "name": "tempest-VolumesActionsTest-instance-54498637", "status": "BUILD", "tenant_id": "ecaa336d34eb415f8acba6227e0ab1a7", "user_id": "a32fe0e998ec42f78fe50c53aa2f63fe", "updated": "2026-03-06T07:06:01Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:06:02,513 79881 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 200 GET http://192.168.122.115/compute/v2.1/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9 0.114s
2026-03-06 08:06:02,513 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:06:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1230', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6bf221b9-ba6c-4006-aa1b-7a90326830a1', 'x-compute-request-id': 'req-6bf221b9-ba6c-4006-aa1b-7a90326830a1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:06:01Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "", "id": "553a6d5e-bfe8-44a7-b841-e371a8cd8ed9", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9"}], "metadata": {}, "name": "tempest-VolumesActionsTest-instance-54498637", "status": "BUILD", "tenant_id": "ecaa336d34eb415f8acba6227e0ab1a7", "user_id": "a32fe0e998ec42f78fe50c53aa2f63fe", "updated": "2026-03-06T07:06:02Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:06:03,613 79881 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 200 GET http://192.168.122.115/compute/v2.1/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9 0.087s
2026-03-06 08:06:03,614 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:06:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1278', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d9f2c6a-4279-4e1b-898e-3ec842316a2e', 'x-compute-request-id': 'req-9d9f2c6a-4279-4e1b-898e-3ec842316a2e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:06:01Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "9c4ca6c7057495474eeceb7f91ece88cc9ffa159bcd7c7ed44b264f7", "id": "553a6d5e-bfe8-44a7-b841-e371a8cd8ed9", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9"}], "metadata": {}, "name": "tempest-VolumesActionsTest-instance-54498637", "status": "BUILD", "tenant_id": "ecaa336d34eb415f8acba6227e0ab1a7", "user_id": "a32fe0e998ec42f78fe50c53aa2f63fe", "updated": "2026-03-06T07:06:03Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:06:03,625 79881 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-03-06 08:06:04,781 79881 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 200 GET http://192.168.122.115/compute/v2.1/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9 0.154s
2026-03-06 08:06:04,782 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:06:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1278', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c717a7a7-095e-4e4c-896a-71031ff23b3b', 'x-compute-request-id': 'req-c717a7a7-095e-4e4c-896a-71031ff23b3b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:06:01Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "9c4ca6c7057495474eeceb7f91ece88cc9ffa159bcd7c7ed44b264f7", "id": "553a6d5e-bfe8-44a7-b841-e371a8cd8ed9", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9"}], "metadata": {}, "name": "tempest-VolumesActionsTest-instance-54498637", "status": "BUILD", "tenant_id": "ecaa336d34eb415f8acba6227e0ab1a7", "user_id": "a32fe0e998ec42f78fe50c53aa2f63fe", "updated": "2026-03-06T07:06:03Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:06:05,992 79881 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 200 GET http://192.168.122.115/compute/v2.1/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9 0.180s
2026-03-06 08:06:05,993 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:06:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1286', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2efff529-d5bf-4bf9-b44f-80697b92bf64', 'x-compute-request-id': 'req-2efff529-d5bf-4bf9-b44f-80697b92bf64', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:06:01Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "9c4ca6c7057495474eeceb7f91ece88cc9ffa159bcd7c7ed44b264f7", "id": "553a6d5e-bfe8-44a7-b841-e371a8cd8ed9", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9"}], "metadata": {}, "name": "tempest-VolumesActionsTest-instance-54498637", "status": "BUILD", "tenant_id": "ecaa336d34eb415f8acba6227e0ab1a7", "user_id": "a32fe0e998ec42f78fe50c53aa2f63fe", "updated": "2026-03-06T07:06:05Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:06:06,004 79881 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 5 second wait
2026-03-06 08:06:07,823 79881 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 200 GET http://192.168.122.115/compute/v2.1/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9 0.817s
2026-03-06 08:06:07,823 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:06:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1338', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f27dc663-68a7-44fe-af99-16170dfca0c3', 'x-compute-request-id': 'req-f27dc663-68a7-44fe-af99-16170dfca0c3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:06:01Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "9c4ca6c7057495474eeceb7f91ece88cc9ffa159bcd7c7ed44b264f7", "id": "553a6d5e-bfe8-44a7-b841-e371a8cd8ed9", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9"}], "metadata": {}, "name": "tempest-VolumesActionsTest-instance-54498637", "status": "BUILD", "tenant_id": "ecaa336d34eb415f8acba6227e0ab1a7", "user_id": "a32fe0e998ec42f78fe50c53aa2f63fe", "updated": "2026-03-06T07:06:07Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:06:07,834 79881 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 6 second wait
2026-03-06 08:06:09,162 79881 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 200 GET http://192.168.122.115/compute/v2.1/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9 0.326s
2026-03-06 08:06:09,163 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:06:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1326', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb8efa83-81c6-40d3-988a-6af2fcf794af', 'x-compute-request-id': 'req-eb8efa83-81c6-40d3-988a-6af2fcf794af', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:06:01Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "9c4ca6c7057495474eeceb7f91ece88cc9ffa159bcd7c7ed44b264f7", "id": "553a6d5e-bfe8-44a7-b841-e371a8cd8ed9", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9"}], "metadata": {}, "name": "tempest-VolumesActionsTest-instance-54498637", "status": "BUILD", "tenant_id": "ecaa336d34eb415f8acba6227e0ab1a7", "user_id": "a32fe0e998ec42f78fe50c53aa2f63fe", "updated": "2026-03-06T07:06:07Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:06:09,173 79881 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 8 second wait
2026-03-06 08:06:10,382 79881 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 200 GET http://192.168.122.115/compute/v2.1/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9 0.207s
2026-03-06 08:06:10,382 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:06:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1326', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81a6a37a-1bb2-4ae2-b709-ae65974dadd7', 'x-compute-request-id': 'req-81a6a37a-1bb2-4ae2-b709-ae65974dadd7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:06:01Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "9c4ca6c7057495474eeceb7f91ece88cc9ffa159bcd7c7ed44b264f7", "id": "553a6d5e-bfe8-44a7-b841-e371a8cd8ed9", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9"}], "metadata": {}, "name": "tempest-VolumesActionsTest-instance-54498637", "status": "BUILD", "tenant_id": "ecaa336d34eb415f8acba6227e0ab1a7", "user_id": "a32fe0e998ec42f78fe50c53aa2f63fe", "updated": "2026-03-06T07:06:07Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:06:11,614 79881 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 200 GET http://192.168.122.115/compute/v2.1/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9 0.219s
2026-03-06 08:06:11,614 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:06:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1326', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de1ee8e3-4935-45c1-95b6-c56c8af49d58', 'x-compute-request-id': 'req-de1ee8e3-4935-45c1-95b6-c56c8af49d58', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:06:01Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "9c4ca6c7057495474eeceb7f91ece88cc9ffa159bcd7c7ed44b264f7", "id": "553a6d5e-bfe8-44a7-b841-e371a8cd8ed9", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9"}], "metadata": {}, "name": "tempest-VolumesActionsTest-instance-54498637", "status": "BUILD", "tenant_id": "ecaa336d34eb415f8acba6227e0ab1a7", "user_id": "a32fe0e998ec42f78fe50c53aa2f63fe", "updated": "2026-03-06T07:06:11Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:06:12,947 79881 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 200 GET http://192.168.122.115/compute/v2.1/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9 0.320s
2026-03-06 08:06:12,947 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:06:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1270', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-283376b1-9e4b-4234-8474-268f6c49a650', 'x-compute-request-id': 'req-283376b1-9e4b-4234-8474-268f6c49a650', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:06:01Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "", "id": "553a6d5e-bfe8-44a7-b841-e371a8cd8ed9", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9"}], "metadata": {}, "name": "tempest-VolumesActionsTest-instance-54498637", "status": "BUILD", "tenant_id": "ecaa336d34eb415f8acba6227e0ab1a7", "user_id": "a32fe0e998ec42f78fe50c53aa2f63fe", "updated": "2026-03-06T07:06:13Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:06:14,286 79881 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 200 GET http://192.168.122.115/compute/v2.1/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9 0.326s
2026-03-06 08:06:14,286 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:06:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1270', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ba0a5af-ea4d-4754-813f-0331ae04ea40', 'x-compute-request-id': 'req-8ba0a5af-ea4d-4754-813f-0331ae04ea40', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:06:01Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "", "id": "553a6d5e-bfe8-44a7-b841-e371a8cd8ed9", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9"}], "metadata": {}, "name": "tempest-VolumesActionsTest-instance-54498637", "status": "BUILD", "tenant_id": "ecaa336d34eb415f8acba6227e0ab1a7", "user_id": "a32fe0e998ec42f78fe50c53aa2f63fe", "updated": "2026-03-06T07:06:13Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:06:15,427 79881 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 200 GET http://192.168.122.115/compute/v2.1/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9 0.128s
2026-03-06 08:06:15,427 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:06:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1228', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20e841a1-28f0-4c17-b13f-91d9babb0abe', 'x-compute-request-id': 'req-20e841a1-28f0-4c17-b13f-91d9babb0abe', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:06:01Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "", "id": "553a6d5e-bfe8-44a7-b841-e371a8cd8ed9", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9"}], "metadata": {}, "name": "tempest-VolumesActionsTest-instance-54498637", "status": "BUILD", "tenant_id": "ecaa336d34eb415f8acba6227e0ab1a7", "user_id": "a32fe0e998ec42f78fe50c53aa2f63fe", "updated": "2026-03-06T07:06:13Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:06:16,557 79881 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 200 GET http://192.168.122.115/compute/v2.1/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9 0.117s
2026-03-06 08:06:16,557 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:06:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be4d97a1-9283-4d7d-ab4d-78bcb6e7a8d8', 'x-compute-request-id': 'req-be4d97a1-9283-4d7d-ab4d-78bcb6e7a8d8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:06:01Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "", "id": "553a6d5e-bfe8-44a7-b841-e371a8cd8ed9", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9"}], "metadata": {}, "name": "tempest-VolumesActionsTest-instance-54498637", "status": "BUILD", "tenant_id": "ecaa336d34eb415f8acba6227e0ab1a7", "user_id": "a32fe0e998ec42f78fe50c53aa2f63fe", "updated": "2026-03-06T07:06:16Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:06:16,569 79881 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "BUILD/scheduling" after 15 second wait
2026-03-06 08:06:17,717 79881 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 200 GET http://192.168.122.115/compute/v2.1/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9 0.147s
2026-03-06 08:06:17,717 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:06:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1418', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b93c4bf-2618-4f68-8934-028e73f94e8b', 'x-compute-request-id': 'req-0b93c4bf-2618-4f68-8934-028e73f94e8b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:06:01Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "", "id": "553a6d5e-bfe8-44a7-b841-e371a8cd8ed9", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9"}], "metadata": {}, "name": "tempest-VolumesActionsTest-instance-54498637", "status": "ERROR", "tenant_id": "ecaa336d34eb415f8acba6227e0ab1a7", "user_id": "a32fe0e998ec42f78fe50c53aa2f63fe", "updated": "2026-03-06T07:06:17Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-03-06T07:06:17Z", "message": "Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 553a6d5e-bfe8-44a7-b841-e371a8cd8ed9."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:06:17,729 79881 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 16 second wait
2026-03-06 08:06:18,049 79881 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 204 DELETE http://192.168.122.115/compute/v2.1/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9 0.320s
2026-03-06 08:06:18,049 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:06:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee14a412-2942-482b-ba8b-7ff2687110ba', 'x-compute-request-id': 'req-ee14a412-2942-482b-ba8b-7ff2687110ba', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9'}
Body: b''
2026-03-06 08:06:18,089 79881 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 404 GET http://192.168.122.115/compute/v2.1/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9 0.039s
2026-03-06 08:06:18,089 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:06:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-4a304aee-2385-4c91-84ae-dbc22cb7052e', 'x-compute-request-id': 'req-4a304aee-2385-4c91-84ae-dbc22cb7052e', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/553a6d5e-bfe8-44a7-b841-e371a8cd8ed9'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 553a6d5e-bfe8-44a7-b841-e371a8cd8ed9 could not be found."}}'
}}}
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/api/volume/test_volumes_actions.py", line 45, in test_attach_detach_volume_to_instance
server = self.create_server()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 270, 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/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 267, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/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 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 553a6d5e-bfe8-44a7-b841-e371a8cd8ed9 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-03-06T07:06:17Z', 'message': 'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 553a6d5e-bfe8-44a7-b841-e371a8cd8ed9.'}. Request ID of server operation performed before checking the server status req-186c02d5-75a5-4e23-8677-fc9e1e738619.
|
||||||
test_get_volume_attachment[compute,id-9516a2c8-9135-488c-8dd6-5677a7e5f371] |
fail
ft14.2: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment[compute,id-9516a2c8-9135-488c-8dd6-5677a7e5f371]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-03-06 08:06:18,216 79881 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 201 POST http://192.168.122.115/identity/v3/auth/tokens 0.119s
2026-03-06 08:06:18,216 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:06:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2520', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-60128dca-3566-46bf-8737-9bceb6f5fbd1', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.115/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a32fe0e998ec42f78fe50c53aa2f63fe", "name": "tempest-VolumesActionsTest-1534154595-project-member", "password_expires_at": null}, "audit_ids": ["9Lim8b40SdmsPAgvCSoU1w"], "expires_at": "2026-03-06T08:06:18.000000Z", "issued_at": "2026-03-06T07:06:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ecaa336d34eb415f8acba6227e0ab1a7", "name": "tempest-VolumesActionsTest-1534154595"}, "is_domain": false, "roles": [{"id": "faf0412089b94a369729bbd6d50d7580", "name": "reader"}, {"id": "c445e98f04484b6f8b1059435b26bf1e", "name": "member"}], "catalog": [{"endpoints": [{"id": "bd4ab80fa3994b159f739ece0f0074bd", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/volume/v3", "region": "RegionOne"}], "id": "0a9ecb449b494e48b6b2b8605a52bbd8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "dbb461b59aaf40de9617ec1d7cd2bbd7", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/compute/v2/ecaa336d34eb415f8acba6227e0ab1a7", "region": "RegionOne"}], "id": "0bb4e960014141a2af57c30da1c8eae5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "ac2fac33cc064277b1bb9f6c6ccaa3f1", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/placement", "region": "RegionOne"}], "id": "183d2df0c9f5434ebbec289ab9dc4505", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "300388becb3145948463df628561029a", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/image", "region": "RegionOne"}], "id": "548403ecab834e5b8c3ee0446abeaa9d", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e57dc1529cf1426ab3707ab14fb68f88", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/identity", "region": "RegionOne"}], "id": "647af0dc79844f9c91f417a86a3f574e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "c2bb4d42e80f4ff39249003f45d0bdd3", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/networking", "region": "RegionOne"}], "id": "747bc414a0cc493ebd5d2e4eaa3cb093", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "2654c2c824fa4ff19d342903f4a0ef44", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/compute/v2.1", "region": "RegionOne"}], "id": "9d8ed9613c0145a1a91787a4e0378118", "type": "compute", "name": "nova"}]}}'
2026-03-06 08:06:18,216 79881 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_get_volume_attachment) Found network {'id': '66dfe382-128a-4d7d-9e5e-d5a33fb0a48e', 'name': 'tempest-VolumesActionsTest-12257948-network', 'tenant_id': 'ecaa336d34eb415f8acba6227e0ab1a7', 'project_id': 'ecaa336d34eb415f8acba6227e0ab1a7', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 5339, '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-03-06T07:05:48Z', 'updated_at': '2026-03-06T07:05:48Z', 'revision_number': 1} available for tenant
2026-03-06 08:06:18,730 79881 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 202 POST http://192.168.122.115/compute/v2.1/servers 0.513s
2026-03-06 08:06:18,731 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-VolumesActionsTest-instance-434676653", "imageRef": "f2af648e-1929-4039-8261-532ac47be76b", "flavorRef": "42", "networks": [{"uuid": "66dfe382-128a-4d7d-9e5e-d5a33fb0a48e"}]}}
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:06:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '388', 'location': 'http://192.168.122.115/compute/v2.1/servers/fb410974-f579-48ce-bcbc-a917957718a9', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-97b81dc5-fc3d-47e4-a33b-190db83b7275', 'x-compute-request-id': 'req-97b81dc5-fc3d-47e4-a33b-190db83b7275', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.115/compute/v2.1/servers'}
Body: b'{"server": {"id": "fb410974-f579-48ce-bcbc-a917957718a9", "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/fb410974-f579-48ce-bcbc-a917957718a9"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/fb410974-f579-48ce-bcbc-a917957718a9"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "Pqm3D7VmsuKt"}}'
2026-03-06 08:06:18,829 79881 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 200 GET http://192.168.122.115/compute/v2.1/servers/fb410974-f579-48ce-bcbc-a917957718a9 0.095s
2026-03-06 08:06:18,829 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:06:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1227', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2f17d8ce-b9e5-426e-8fe0-89d663ac4743', 'x-compute-request-id': 'req-2f17d8ce-b9e5-426e-8fe0-89d663ac4743', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/fb410974-f579-48ce-bcbc-a917957718a9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:06:19Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "", "id": "fb410974-f579-48ce-bcbc-a917957718a9", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/fb410974-f579-48ce-bcbc-a917957718a9"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/fb410974-f579-48ce-bcbc-a917957718a9"}], "metadata": {}, "name": "tempest-VolumesActionsTest-instance-434676653", "status": "BUILD", "tenant_id": "ecaa336d34eb415f8acba6227e0ab1a7", "user_id": "a32fe0e998ec42f78fe50c53aa2f63fe", "updated": "2026-03-06T07:06:18Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:06:19,928 79881 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 200 GET http://192.168.122.115/compute/v2.1/servers/fb410974-f579-48ce-bcbc-a917957718a9 0.087s
2026-03-06 08:06:19,929 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:06:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1231', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ace319b-a8ef-44d8-99bb-959c0ab0fcad', 'x-compute-request-id': 'req-3ace319b-a8ef-44d8-99bb-959c0ab0fcad', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/fb410974-f579-48ce-bcbc-a917957718a9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:06:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "", "id": "fb410974-f579-48ce-bcbc-a917957718a9", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/fb410974-f579-48ce-bcbc-a917957718a9"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/fb410974-f579-48ce-bcbc-a917957718a9"}], "metadata": {}, "name": "tempest-VolumesActionsTest-instance-434676653", "status": "BUILD", "tenant_id": "ecaa336d34eb415f8acba6227e0ab1a7", "user_id": "a32fe0e998ec42f78fe50c53aa2f63fe", "updated": "2026-03-06T07:06:19Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:06:21,045 79881 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 200 GET http://192.168.122.115/compute/v2.1/servers/fb410974-f579-48ce-bcbc-a917957718a9 0.103s
2026-03-06 08:06:21,045 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:06:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1279', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5421356-731d-4fad-8c5f-57ddaa356bfb', 'x-compute-request-id': 'req-d5421356-731d-4fad-8c5f-57ddaa356bfb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/fb410974-f579-48ce-bcbc-a917957718a9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:06:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "9c4ca6c7057495474eeceb7f91ece88cc9ffa159bcd7c7ed44b264f7", "id": "fb410974-f579-48ce-bcbc-a917957718a9", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/fb410974-f579-48ce-bcbc-a917957718a9"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/fb410974-f579-48ce-bcbc-a917957718a9"}], "metadata": {}, "name": "tempest-VolumesActionsTest-instance-434676653", "status": "BUILD", "tenant_id": "ecaa336d34eb415f8acba6227e0ab1a7", "user_id": "a32fe0e998ec42f78fe50c53aa2f63fe", "updated": "2026-03-06T07:06:20Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:06:21,056 79881 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait
2026-03-06 08:06:22,198 79881 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 200 GET http://192.168.122.115/compute/v2.1/servers/fb410974-f579-48ce-bcbc-a917957718a9 0.140s
2026-03-06 08:06:22,198 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:06:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1279', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-736f499e-4d1a-4d76-aa1d-eac26702231f', 'x-compute-request-id': 'req-736f499e-4d1a-4d76-aa1d-eac26702231f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/fb410974-f579-48ce-bcbc-a917957718a9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:06:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "9c4ca6c7057495474eeceb7f91ece88cc9ffa159bcd7c7ed44b264f7", "id": "fb410974-f579-48ce-bcbc-a917957718a9", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/fb410974-f579-48ce-bcbc-a917957718a9"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/fb410974-f579-48ce-bcbc-a917957718a9"}], "metadata": {}, "name": "tempest-VolumesActionsTest-instance-434676653", "status": "BUILD", "tenant_id": "ecaa336d34eb415f8acba6227e0ab1a7", "user_id": "a32fe0e998ec42f78fe50c53aa2f63fe", "updated": "2026-03-06T07:06:20Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:06:23,324 79881 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 200 GET http://192.168.122.115/compute/v2.1/servers/fb410974-f579-48ce-bcbc-a917957718a9 0.112s
2026-03-06 08:06:23,324 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:06:23 GMT', 'server': 'Apache/2.4.52 (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-e8ae18e9-6aa2-4894-af9b-bc4e5355c2ad', 'x-compute-request-id': 'req-e8ae18e9-6aa2-4894-af9b-bc4e5355c2ad', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/fb410974-f579-48ce-bcbc-a917957718a9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:06:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "9c4ca6c7057495474eeceb7f91ece88cc9ffa159bcd7c7ed44b264f7", "id": "fb410974-f579-48ce-bcbc-a917957718a9", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/fb410974-f579-48ce-bcbc-a917957718a9"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/fb410974-f579-48ce-bcbc-a917957718a9"}], "metadata": {}, "name": "tempest-VolumesActionsTest-instance-434676653", "status": "BUILD", "tenant_id": "ecaa336d34eb415f8acba6227e0ab1a7", "user_id": "a32fe0e998ec42f78fe50c53aa2f63fe", "updated": "2026-03-06T07:06:23Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:06:23,342 79881 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 5 second wait
2026-03-06 08:06:24,561 79881 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 200 GET http://192.168.122.115/compute/v2.1/servers/fb410974-f579-48ce-bcbc-a917957718a9 0.218s
2026-03-06 08:06:24,561 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:06:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1339', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fdb9d71f-364d-4d44-89fa-b18beaa5431f', 'x-compute-request-id': 'req-fdb9d71f-364d-4d44-89fa-b18beaa5431f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/fb410974-f579-48ce-bcbc-a917957718a9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:06:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "9c4ca6c7057495474eeceb7f91ece88cc9ffa159bcd7c7ed44b264f7", "id": "fb410974-f579-48ce-bcbc-a917957718a9", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/fb410974-f579-48ce-bcbc-a917957718a9"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/fb410974-f579-48ce-bcbc-a917957718a9"}], "metadata": {}, "name": "tempest-VolumesActionsTest-instance-434676653", "status": "BUILD", "tenant_id": "ecaa336d34eb415f8acba6227e0ab1a7", "user_id": "a32fe0e998ec42f78fe50c53aa2f63fe", "updated": "2026-03-06T07:06:24Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:06:24,572 79881 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 6 second wait
2026-03-06 08:06:25,775 79881 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 200 GET http://192.168.122.115/compute/v2.1/servers/fb410974-f579-48ce-bcbc-a917957718a9 0.201s
2026-03-06 08:06:25,776 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:06:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1327', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b217d5f-6400-4a03-99af-03d07450d666', 'x-compute-request-id': 'req-9b217d5f-6400-4a03-99af-03d07450d666', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/fb410974-f579-48ce-bcbc-a917957718a9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:06:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "9c4ca6c7057495474eeceb7f91ece88cc9ffa159bcd7c7ed44b264f7", "id": "fb410974-f579-48ce-bcbc-a917957718a9", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/fb410974-f579-48ce-bcbc-a917957718a9"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/fb410974-f579-48ce-bcbc-a917957718a9"}], "metadata": {}, "name": "tempest-VolumesActionsTest-instance-434676653", "status": "BUILD", "tenant_id": "ecaa336d34eb415f8acba6227e0ab1a7", "user_id": "a32fe0e998ec42f78fe50c53aa2f63fe", "updated": "2026-03-06T07:06:25Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:06:25,786 79881 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 7 second wait
2026-03-06 08:06:27,145 79881 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 200 GET http://192.168.122.115/compute/v2.1/servers/fb410974-f579-48ce-bcbc-a917957718a9 0.355s
2026-03-06 08:06:27,145 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:06:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1327', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-52747ab3-c609-4574-af17-23140d8ef794', 'x-compute-request-id': 'req-52747ab3-c609-4574-af17-23140d8ef794', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/fb410974-f579-48ce-bcbc-a917957718a9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:06:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "9c4ca6c7057495474eeceb7f91ece88cc9ffa159bcd7c7ed44b264f7", "id": "fb410974-f579-48ce-bcbc-a917957718a9", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/fb410974-f579-48ce-bcbc-a917957718a9"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/fb410974-f579-48ce-bcbc-a917957718a9"}], "metadata": {}, "name": "tempest-VolumesActionsTest-instance-434676653", "status": "BUILD", "tenant_id": "ecaa336d34eb415f8acba6227e0ab1a7", "user_id": "a32fe0e998ec42f78fe50c53aa2f63fe", "updated": "2026-03-06T07:06:25Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:06:28,366 79881 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 200 GET http://192.168.122.115/compute/v2.1/servers/fb410974-f579-48ce-bcbc-a917957718a9 0.208s
2026-03-06 08:06:28,367 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:06:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1327', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c8d1580-3e03-4039-bc3f-ed6c9c5df870', 'x-compute-request-id': 'req-2c8d1580-3e03-4039-bc3f-ed6c9c5df870', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/fb410974-f579-48ce-bcbc-a917957718a9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:06:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "9c4ca6c7057495474eeceb7f91ece88cc9ffa159bcd7c7ed44b264f7", "id": "fb410974-f579-48ce-bcbc-a917957718a9", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/fb410974-f579-48ce-bcbc-a917957718a9"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/fb410974-f579-48ce-bcbc-a917957718a9"}], "metadata": {}, "name": "tempest-VolumesActionsTest-instance-434676653", "status": "BUILD", "tenant_id": "ecaa336d34eb415f8acba6227e0ab1a7", "user_id": "a32fe0e998ec42f78fe50c53aa2f63fe", "updated": "2026-03-06T07:06:25Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:06:30,267 79881 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 200 GET http://192.168.122.115/compute/v2.1/servers/fb410974-f579-48ce-bcbc-a917957718a9 0.888s
2026-03-06 08:06:30,268 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:06:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1327', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-abb45816-ed9d-45f9-93a7-cff1c7a1907b', 'x-compute-request-id': 'req-abb45816-ed9d-45f9-93a7-cff1c7a1907b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/fb410974-f579-48ce-bcbc-a917957718a9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:06:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "9c4ca6c7057495474eeceb7f91ece88cc9ffa159bcd7c7ed44b264f7", "id": "fb410974-f579-48ce-bcbc-a917957718a9", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/fb410974-f579-48ce-bcbc-a917957718a9"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/fb410974-f579-48ce-bcbc-a917957718a9"}], "metadata": {}, "name": "tempest-VolumesActionsTest-instance-434676653", "status": "BUILD", "tenant_id": "ecaa336d34eb415f8acba6227e0ab1a7", "user_id": "a32fe0e998ec42f78fe50c53aa2f63fe", "updated": "2026-03-06T07:06:29Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:06:31,478 79881 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 200 GET http://192.168.122.115/compute/v2.1/servers/fb410974-f579-48ce-bcbc-a917957718a9 0.198s
2026-03-06 08:06:31,478 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:06:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1271', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aebe412b-329d-4f48-a291-c63ff5007423', 'x-compute-request-id': 'req-aebe412b-329d-4f48-a291-c63ff5007423', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/fb410974-f579-48ce-bcbc-a917957718a9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:06:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "", "id": "fb410974-f579-48ce-bcbc-a917957718a9", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/fb410974-f579-48ce-bcbc-a917957718a9"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/fb410974-f579-48ce-bcbc-a917957718a9"}], "metadata": {}, "name": "tempest-VolumesActionsTest-instance-434676653", "status": "BUILD", "tenant_id": "ecaa336d34eb415f8acba6227e0ab1a7", "user_id": "a32fe0e998ec42f78fe50c53aa2f63fe", "updated": "2026-03-06T07:06:30Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:06:32,620 79881 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 200 GET http://192.168.122.115/compute/v2.1/servers/fb410974-f579-48ce-bcbc-a917957718a9 0.129s
2026-03-06 08:06:32,621 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:06:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1229', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aff3db5f-eff3-47a4-9147-16168eaae2e9', 'x-compute-request-id': 'req-aff3db5f-eff3-47a4-9147-16168eaae2e9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/fb410974-f579-48ce-bcbc-a917957718a9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:06:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "", "id": "fb410974-f579-48ce-bcbc-a917957718a9", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/fb410974-f579-48ce-bcbc-a917957718a9"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/fb410974-f579-48ce-bcbc-a917957718a9"}], "metadata": {}, "name": "tempest-VolumesActionsTest-instance-434676653", "status": "BUILD", "tenant_id": "ecaa336d34eb415f8acba6227e0ab1a7", "user_id": "a32fe0e998ec42f78fe50c53aa2f63fe", "updated": "2026-03-06T07:06:30Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:06:33,725 79881 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 200 GET http://192.168.122.115/compute/v2.1/servers/fb410974-f579-48ce-bcbc-a917957718a9 0.090s
2026-03-06 08:06:33,726 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:06:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1229', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20a8aa6f-479e-4292-8489-fd4f19185fab', 'x-compute-request-id': 'req-20a8aa6f-479e-4292-8489-fd4f19185fab', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/fb410974-f579-48ce-bcbc-a917957718a9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:06:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "", "id": "fb410974-f579-48ce-bcbc-a917957718a9", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/fb410974-f579-48ce-bcbc-a917957718a9"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/fb410974-f579-48ce-bcbc-a917957718a9"}], "metadata": {}, "name": "tempest-VolumesActionsTest-instance-434676653", "status": "BUILD", "tenant_id": "ecaa336d34eb415f8acba6227e0ab1a7", "user_id": "a32fe0e998ec42f78fe50c53aa2f63fe", "updated": "2026-03-06T07:06:33Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:06:34,837 79881 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 200 GET http://192.168.122.115/compute/v2.1/servers/fb410974-f579-48ce-bcbc-a917957718a9 0.099s
2026-03-06 08:06:34,838 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:06:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1419', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c72da379-6c54-4451-8e2d-c41a71e51031', 'x-compute-request-id': 'req-c72da379-6c54-4451-8e2d-c41a71e51031', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/fb410974-f579-48ce-bcbc-a917957718a9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:06:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "", "id": "fb410974-f579-48ce-bcbc-a917957718a9", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/fb410974-f579-48ce-bcbc-a917957718a9"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/fb410974-f579-48ce-bcbc-a917957718a9"}], "metadata": {}, "name": "tempest-VolumesActionsTest-instance-434676653", "status": "ERROR", "tenant_id": "ecaa336d34eb415f8acba6227e0ab1a7", "user_id": "a32fe0e998ec42f78fe50c53aa2f63fe", "updated": "2026-03-06T07:06:34Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-03-06T07:06:34Z", "message": "Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance fb410974-f579-48ce-bcbc-a917957718a9."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:06:34,850 79881 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ERROR/None" after 16 second wait
2026-03-06 08:06:35,225 79881 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 204 DELETE http://192.168.122.115/compute/v2.1/servers/fb410974-f579-48ce-bcbc-a917957718a9 0.374s
2026-03-06 08:06:35,225 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:06:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f1fd22b-078f-4817-9909-e519a7679483', 'x-compute-request-id': 'req-6f1fd22b-078f-4817-9909-e519a7679483', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/fb410974-f579-48ce-bcbc-a917957718a9'}
Body: b''
2026-03-06 08:06:35,263 79881 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 404 GET http://192.168.122.115/compute/v2.1/servers/fb410974-f579-48ce-bcbc-a917957718a9 0.038s
2026-03-06 08:06:35,263 79881 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:06:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-36fee88b-60b4-4b8e-a101-ac2f76373394', 'x-compute-request-id': 'req-36fee88b-60b4-4b8e-a101-ac2f76373394', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/fb410974-f579-48ce-bcbc-a917957718a9'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance fb410974-f579-48ce-bcbc-a917957718a9 could not be found."}}'
}}}
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/api/volume/test_volumes_actions.py", line 81, in test_get_volume_attachment
server = self.create_server()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 270, 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/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 267, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/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 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server fb410974-f579-48ce-bcbc-a917957718a9 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-03-06T07:06:34Z', 'message': 'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance fb410974-f579-48ce-bcbc-a917957718a9.'}. Request ID of server operation performed before checking the server status req-97b81dc5-fc3d-47e4-a33b-190db83b7275.
|
||||||
test_reserve_unreserve_volume[id-92c4ef64-51b2-40c0-9f7e-4749fbaaba33] |
pass
pt14.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
pt14.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
pt14.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
pt14.6: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload[id-d8f1ca95-3d5b-44a3-b8ca-909691c9532d,image]
|
||||||
| tempest.api.volume.test_volumes_clone.VolumesCloneTest | 1 | 0 | 1 | 0 | 0 | Detail | |
test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e] |
fail
ft15.1: tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-03-06 08:04:09,202 79884 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 202 POST http://192.168.122.115/volume/v3/volumes 0.789s
2026-03-06 08:04:09,203 79884 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "name": "tempest-VolumesCloneTest-Volume-247956193"}}
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:04:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-591861f2-7e16-492a-8461-7a4175cac743', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-591861f2-7e16-492a-8461-7a4175cac743', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.115/volume/v3/volumes'}
Body: b'{"volume": {"id": "088f123c-d6cb-44e3-9fd0-6f6e8f8cc5e2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-03-06T07:04:09.018165", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-247956193", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.115/volume/v3/volumes/088f123c-d6cb-44e3-9fd0-6f6e8f8cc5e2"}, {"rel": "bookmark", "href": "http://192.168.122.115/volume/volumes/088f123c-d6cb-44e3-9fd0-6f6e8f8cc5e2"}], "user_id": "63672a06c29a43a4b56c49f49e214bd9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-03-06 08:04:09,306 79884 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://192.168.122.115/volume/v3/volumes/088f123c-d6cb-44e3-9fd0-6f6e8f8cc5e2 0.094s
2026-03-06 08:04:09,307 79884 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:04:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80a497b5-79e0-414c-ba6e-4eaae97afd60', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80a497b5-79e0-414c-ba6e-4eaae97afd60', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/volume/v3/volumes/088f123c-d6cb-44e3-9fd0-6f6e8f8cc5e2'}
Body: b'{"volume": {"id": "088f123c-d6cb-44e3-9fd0-6f6e8f8cc5e2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-03-06T07:04:09.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-247956193", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.115/volume/v3/volumes/088f123c-d6cb-44e3-9fd0-6f6e8f8cc5e2"}, {"rel": "bookmark", "href": "http://192.168.122.115/volume/volumes/088f123c-d6cb-44e3-9fd0-6f6e8f8cc5e2"}], "user_id": "63672a06c29a43a4b56c49f49e214bd9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1ed0f77f911441d1adb5fc515cc2d383"}}'
2026-03-06 08:04:10,374 79884 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://192.168.122.115/volume/v3/volumes/088f123c-d6cb-44e3-9fd0-6f6e8f8cc5e2 0.055s
2026-03-06 08:04:10,374 79884 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:04:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e7ca90b-57bd-488d-8a8d-b699ea089609', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e7ca90b-57bd-488d-8a8d-b699ea089609', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/volume/v3/volumes/088f123c-d6cb-44e3-9fd0-6f6e8f8cc5e2'}
Body: b'{"volume": {"id": "088f123c-d6cb-44e3-9fd0-6f6e8f8cc5e2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2026-03-06T07:04:09.000000", "updated_at": "2026-03-06T07:04:09.000000", "name": "tempest-VolumesCloneTest-Volume-247956193", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.115/volume/v3/volumes/088f123c-d6cb-44e3-9fd0-6f6e8f8cc5e2"}, {"rel": "bookmark", "href": "http://192.168.122.115/volume/volumes/088f123c-d6cb-44e3-9fd0-6f6e8f8cc5e2"}], "user_id": "63672a06c29a43a4b56c49f49e214bd9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1ed0f77f911441d1adb5fc515cc2d383"}}'
2026-03-06 08:04:10,421 79884 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://192.168.122.115/volume/v3/volumes/088f123c-d6cb-44e3-9fd0-6f6e8f8cc5e2 0.036s
2026-03-06 08:04:10,421 79884 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:04:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-559e3e1e-5d28-4399-b55f-28c769899c4d', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-559e3e1e-5d28-4399-b55f-28c769899c4d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/volume/v3/volumes/088f123c-d6cb-44e3-9fd0-6f6e8f8cc5e2'}
Body: b'{"volume": {"id": "088f123c-d6cb-44e3-9fd0-6f6e8f8cc5e2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2026-03-06T07:04:09.000000", "updated_at": "2026-03-06T07:04:09.000000", "name": "tempest-VolumesCloneTest-Volume-247956193", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.115/volume/v3/volumes/088f123c-d6cb-44e3-9fd0-6f6e8f8cc5e2"}, {"rel": "bookmark", "href": "http://192.168.122.115/volume/volumes/088f123c-d6cb-44e3-9fd0-6f6e8f8cc5e2"}], "user_id": "63672a06c29a43a4b56c49f49e214bd9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1ed0f77f911441d1adb5fc515cc2d383"}}'
2026-03-06 08:04:10,580 79884 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://192.168.122.115/volume/v3/volumes/088f123c-d6cb-44e3-9fd0-6f6e8f8cc5e2 0.148s
2026-03-06 08:04:10,581 79884 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:04:10 GMT', 'server': 'Apache/2.4.52 (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-7c9708d0-b7d7-488d-8f12-49c84dc8ae9e', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.115/volume/v3/volumes/088f123c-d6cb-44e3-9fd0-6f6e8f8cc5e2'}
Body: b''
2026-03-06 08:04:10,602 79884 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://192.168.122.115/volume/v3/volumes/088f123c-d6cb-44e3-9fd0-6f6e8f8cc5e2 0.021s
2026-03-06 08:04:10,602 79884 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:04:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-2abeb09e-417a-4974-bebe-d51e5d712646', 'x-openstack-request-id': 'req-2abeb09e-417a-4974-bebe-d51e5d712646', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.115/volume/v3/volumes/088f123c-d6cb-44e3-9fd0-6f6e8f8cc5e2'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume 088f123c-d6cb-44e3-9fd0-6f6e8f8cc5e2 could not be found."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/volume/test_volumes_clone.py", line 54, in test_create_from_volume
src_vol = self.create_volume(size=src_size)
File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume
waiters.wait_for_volume_resource_status(self.volumes_client,
File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status
raise exceptions.VolumeResourceBuildErrorException(
tempest.exceptions.VolumeResourceBuildErrorException: volume 088f123c-d6cb-44e3-9fd0-6f6e8f8cc5e2 failed to build and is in ERROR status
|
||||||
| tempest.api.volume.test_volumes_negative.VolumesNegativeTest | 32 | 31 | 1 | 0 | 0 | Detail | |
test_attach_volumes_with_nonexistent_volume_id[compute,id-f5e56b0a-5d02-43c1-a2a7-c9b792c2e3f6,negative] |
fail
ft16.1: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id[compute,id-f5e56b0a-5d02-43c1-a2a7-c9b792c2e3f6,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-03-06 08:08:24,864 79885 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 201 POST http://192.168.122.115/identity/v3/auth/tokens 0.040s
2026-03-06 08:08:24,864 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:08:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2520', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-6e6055c4-9f83-4ff9-aaa2-7c517c9be4bd', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.115/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e8ac56ee882b495f8dcd1dbc613a31c2", "name": "tempest-VolumesNegativeTest-545974869-project-member", "password_expires_at": null}, "audit_ids": ["f8qzjQEZTAi_e_PIbaAZzw"], "expires_at": "2026-03-06T08:08:24.000000Z", "issued_at": "2026-03-06T07:08:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "35ce726722164d0a8f80cd1b7234d330", "name": "tempest-VolumesNegativeTest-545974869"}, "is_domain": false, "roles": [{"id": "faf0412089b94a369729bbd6d50d7580", "name": "reader"}, {"id": "c445e98f04484b6f8b1059435b26bf1e", "name": "member"}], "catalog": [{"endpoints": [{"id": "bd4ab80fa3994b159f739ece0f0074bd", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/volume/v3", "region": "RegionOne"}], "id": "0a9ecb449b494e48b6b2b8605a52bbd8", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "dbb461b59aaf40de9617ec1d7cd2bbd7", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/compute/v2/35ce726722164d0a8f80cd1b7234d330", "region": "RegionOne"}], "id": "0bb4e960014141a2af57c30da1c8eae5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "ac2fac33cc064277b1bb9f6c6ccaa3f1", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/placement", "region": "RegionOne"}], "id": "183d2df0c9f5434ebbec289ab9dc4505", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "300388becb3145948463df628561029a", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/image", "region": "RegionOne"}], "id": "548403ecab834e5b8c3ee0446abeaa9d", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e57dc1529cf1426ab3707ab14fb68f88", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/identity", "region": "RegionOne"}], "id": "647af0dc79844f9c91f417a86a3f574e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "c2bb4d42e80f4ff39249003f45d0bdd3", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/networking", "region": "RegionOne"}], "id": "747bc414a0cc493ebd5d2e4eaa3cb093", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "2654c2c824fa4ff19d342903f4a0ef44", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.115/compute/v2.1", "region": "RegionOne"}], "id": "9d8ed9613c0145a1a91787a4e0378118", "type": "compute", "name": "nova"}]}}'
2026-03-06 08:08:24,865 79885 INFO [tempest.lib.common.fixed_network] (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id) Found network None available for tenant
2026-03-06 08:08:25,430 79885 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 202 POST http://192.168.122.115/compute/v2.1/servers 0.565s
2026-03-06 08:08:25,431 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-VolumesNegativeTest-instance-1852661707", "imageRef": "f2af648e-1929-4039-8261-532ac47be76b", "flavorRef": "42"}}
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:08:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '388', 'location': 'http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd13373e-9aa4-4021-876a-229f69326a89', 'x-compute-request-id': 'req-dd13373e-9aa4-4021-876a-229f69326a89', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.115/compute/v2.1/servers'}
Body: b'{"server": {"id": "ee136a60-47f9-4a36-b9b1-29eec2e594f7", "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "BMGx5EqeAhgc"}}'
2026-03-06 08:08:25,658 79885 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7 0.224s
2026-03-06 08:08:25,658 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:08:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1229', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5915044a-e428-4429-86f5-05d055520108', 'x-compute-request-id': 'req-5915044a-e428-4429-86f5-05d055520108', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:08:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "", "id": "ee136a60-47f9-4a36-b9b1-29eec2e594f7", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-1852661707", "status": "BUILD", "tenant_id": "35ce726722164d0a8f80cd1b7234d330", "user_id": "e8ac56ee882b495f8dcd1dbc613a31c2", "updated": "2026-03-06T07:08:25Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:08:26,768 79885 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7 0.098s
2026-03-06 08:08:26,769 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:08:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1233', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bcdd81dd-9273-4c5b-9b72-165ee463d230', 'x-compute-request-id': 'req-bcdd81dd-9273-4c5b-9b72-165ee463d230', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:08:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "", "id": "ee136a60-47f9-4a36-b9b1-29eec2e594f7", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-1852661707", "status": "BUILD", "tenant_id": "35ce726722164d0a8f80cd1b7234d330", "user_id": "e8ac56ee882b495f8dcd1dbc613a31c2", "updated": "2026-03-06T07:08:26Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:08:27,876 79885 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7 0.095s
2026-03-06 08:08:27,877 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:08:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1225', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-30f202e6-3db2-4321-b08b-bc64085a059a', 'x-compute-request-id': 'req-30f202e6-3db2-4321-b08b-bc64085a059a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:08:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "", "id": "ee136a60-47f9-4a36-b9b1-29eec2e594f7", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-1852661707", "status": "BUILD", "tenant_id": "35ce726722164d0a8f80cd1b7234d330", "user_id": "e8ac56ee882b495f8dcd1dbc613a31c2", "updated": "2026-03-06T07:08:27Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:08:27,888 79885 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-03-06 08:08:28,982 79885 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7 0.093s
2026-03-06 08:08:28,983 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:08:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1281', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f1fa73d-a113-4a71-8f1b-3527909e6378', 'x-compute-request-id': 'req-8f1fa73d-a113-4a71-8f1b-3527909e6378', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:08:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "da97c08306d22f4bf086d97e67c1e0ecc1685151fc7fef02cdd4576a", "id": "ee136a60-47f9-4a36-b9b1-29eec2e594f7", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-1852661707", "status": "BUILD", "tenant_id": "35ce726722164d0a8f80cd1b7234d330", "user_id": "e8ac56ee882b495f8dcd1dbc613a31c2", "updated": "2026-03-06T07:08:28Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:08:30,106 79885 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7 0.111s
2026-03-06 08:08:30,106 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:08:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1281', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5a56c0d-0e65-4f29-8984-1e0adc128bb3', 'x-compute-request-id': 'req-c5a56c0d-0e65-4f29-8984-1e0adc128bb3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:08:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "da97c08306d22f4bf086d97e67c1e0ecc1685151fc7fef02cdd4576a", "id": "ee136a60-47f9-4a36-b9b1-29eec2e594f7", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-1852661707", "status": "BUILD", "tenant_id": "35ce726722164d0a8f80cd1b7234d330", "user_id": "e8ac56ee882b495f8dcd1dbc613a31c2", "updated": "2026-03-06T07:08:28Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:08:31,233 79885 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7 0.114s
2026-03-06 08:08:31,234 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:08:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1289', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4fd7df6d-788f-4f4e-b7bd-30bf37bcbb71', 'x-compute-request-id': 'req-4fd7df6d-788f-4f4e-b7bd-30bf37bcbb71', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:08:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "da97c08306d22f4bf086d97e67c1e0ecc1685151fc7fef02cdd4576a", "id": "ee136a60-47f9-4a36-b9b1-29eec2e594f7", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-1852661707", "status": "BUILD", "tenant_id": "35ce726722164d0a8f80cd1b7234d330", "user_id": "e8ac56ee882b495f8dcd1dbc613a31c2", "updated": "2026-03-06T07:08:30Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:08:31,247 79885 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 6 second wait
2026-03-06 08:08:32,456 79885 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7 0.208s
2026-03-06 08:08:32,457 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:08:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1341', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c0f4517-fe9e-472e-b786-b4a747b0cd90', 'x-compute-request-id': 'req-0c0f4517-fe9e-472e-b786-b4a747b0cd90', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:08:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "da97c08306d22f4bf086d97e67c1e0ecc1685151fc7fef02cdd4576a", "id": "ee136a60-47f9-4a36-b9b1-29eec2e594f7", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-1852661707", "status": "BUILD", "tenant_id": "35ce726722164d0a8f80cd1b7234d330", "user_id": "e8ac56ee882b495f8dcd1dbc613a31c2", "updated": "2026-03-06T07:08:32Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:08:32,468 79885 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 7 second wait
2026-03-06 08:08:33,674 79885 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7 0.204s
2026-03-06 08:08:33,674 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:08:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1329', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f43dcfb-eae8-4e2e-a49a-906e5ff52a12', 'x-compute-request-id': 'req-3f43dcfb-eae8-4e2e-a49a-906e5ff52a12', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:08:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "da97c08306d22f4bf086d97e67c1e0ecc1685151fc7fef02cdd4576a", "id": "ee136a60-47f9-4a36-b9b1-29eec2e594f7", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-1852661707", "status": "BUILD", "tenant_id": "35ce726722164d0a8f80cd1b7234d330", "user_id": "e8ac56ee882b495f8dcd1dbc613a31c2", "updated": "2026-03-06T07:08:33Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:08:33,685 79885 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 8 second wait
2026-03-06 08:08:34,931 79885 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7 0.245s
2026-03-06 08:08:34,932 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:08:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1329', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-453bc65a-ad6a-4f40-baf9-527885cddb1d', 'x-compute-request-id': 'req-453bc65a-ad6a-4f40-baf9-527885cddb1d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:08:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "da97c08306d22f4bf086d97e67c1e0ecc1685151fc7fef02cdd4576a", "id": "ee136a60-47f9-4a36-b9b1-29eec2e594f7", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-1852661707", "status": "BUILD", "tenant_id": "35ce726722164d0a8f80cd1b7234d330", "user_id": "e8ac56ee882b495f8dcd1dbc613a31c2", "updated": "2026-03-06T07:08:33Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:08:36,126 79885 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7 0.183s
2026-03-06 08:08:36,126 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:08:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1329', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f44a2933-2470-46f7-9175-24a5851aa5c0', 'x-compute-request-id': 'req-f44a2933-2470-46f7-9175-24a5851aa5c0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:08:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "da97c08306d22f4bf086d97e67c1e0ecc1685151fc7fef02cdd4576a", "id": "ee136a60-47f9-4a36-b9b1-29eec2e594f7", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-1852661707", "status": "BUILD", "tenant_id": "35ce726722164d0a8f80cd1b7234d330", "user_id": "e8ac56ee882b495f8dcd1dbc613a31c2", "updated": "2026-03-06T07:08:33Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:08:37,307 79885 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7 0.168s
2026-03-06 08:08:37,307 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:08:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1329', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bdfb4215-7e90-4cac-bd9c-b5290ba92716', 'x-compute-request-id': 'req-bdfb4215-7e90-4cac-bd9c-b5290ba92716', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:08:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "da97c08306d22f4bf086d97e67c1e0ecc1685151fc7fef02cdd4576a", "id": "ee136a60-47f9-4a36-b9b1-29eec2e594f7", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-1852661707", "status": "BUILD", "tenant_id": "35ce726722164d0a8f80cd1b7234d330", "user_id": "e8ac56ee882b495f8dcd1dbc613a31c2", "updated": "2026-03-06T07:08:37Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:08:38,476 79885 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7 0.157s
2026-03-06 08:08:38,476 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:08:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1273', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-291d992b-777e-4e46-a13c-cd47c238faff', 'x-compute-request-id': 'req-291d992b-777e-4e46-a13c-cd47c238faff', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:08:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "", "id": "ee136a60-47f9-4a36-b9b1-29eec2e594f7", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-1852661707", "status": "BUILD", "tenant_id": "35ce726722164d0a8f80cd1b7234d330", "user_id": "e8ac56ee882b495f8dcd1dbc613a31c2", "updated": "2026-03-06T07:08:38Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:08:39,645 79885 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7 0.156s
2026-03-06 08:08:39,646 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:08:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1273', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c9dc5c1a-1c24-497e-a7bd-0966f6a1081e', 'x-compute-request-id': 'req-c9dc5c1a-1c24-497e-a7bd-0966f6a1081e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:08:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "", "id": "ee136a60-47f9-4a36-b9b1-29eec2e594f7", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-1852661707", "status": "BUILD", "tenant_id": "35ce726722164d0a8f80cd1b7234d330", "user_id": "e8ac56ee882b495f8dcd1dbc613a31c2", "updated": "2026-03-06T07:08:38Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:08:40,754 79885 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7 0.096s
2026-03-06 08:08:40,754 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:08:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1231', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6054c052-8816-45f1-9407-61a927aac4f5', 'x-compute-request-id': 'req-6054c052-8816-45f1-9407-61a927aac4f5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:08:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "", "id": "ee136a60-47f9-4a36-b9b1-29eec2e594f7", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-1852661707", "status": "BUILD", "tenant_id": "35ce726722164d0a8f80cd1b7234d330", "user_id": "e8ac56ee882b495f8dcd1dbc613a31c2", "updated": "2026-03-06T07:08:38Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:08:41,889 79885 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7 0.123s
2026-03-06 08:08:41,890 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:08:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1231', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5ede7dc-d5f8-45be-88f0-426b152dcedb', 'x-compute-request-id': 'req-a5ede7dc-d5f8-45be-88f0-426b152dcedb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:08:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "", "id": "ee136a60-47f9-4a36-b9b1-29eec2e594f7", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-1852661707", "status": "BUILD", "tenant_id": "35ce726722164d0a8f80cd1b7234d330", "user_id": "e8ac56ee882b495f8dcd1dbc613a31c2", "updated": "2026-03-06T07:08:41Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:08:42,995 79885 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7 0.094s
2026-03-06 08:08:42,996 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:08:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1421', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2fccb522-b834-41ac-a0cb-00a1919cf884', 'x-compute-request-id': 'req-2fccb522-b834-41ac-a0cb-00a1919cf884', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-03-06T07:08:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/flavors/42"}]}, "hostId": "", "id": "ee136a60-47f9-4a36-b9b1-29eec2e594f7", "image": {"id": "f2af648e-1929-4039-8261-532ac47be76b", "links": [{"rel": "bookmark", "href": "http://192.168.122.115/compute/images/f2af648e-1929-4039-8261-532ac47be76b"}]}, "links": [{"rel": "self", "href": "http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7"}, {"rel": "bookmark", "href": "http://192.168.122.115/compute/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-1852661707", "status": "ERROR", "tenant_id": "35ce726722164d0a8f80cd1b7234d330", "user_id": "e8ac56ee882b495f8dcd1dbc613a31c2", "updated": "2026-03-06T07:08:42Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-03-06T07:08:42Z", "message": "Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance ee136a60-47f9-4a36-b9b1-29eec2e594f7."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-03-06 08:08:43,006 79885 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ERROR/None" after 18 second wait
2026-03-06 08:08:43,413 79885 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 204 DELETE http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7 0.406s
2026-03-06 08:08:43,413 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:08:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99cc1cfb-aa1f-4ce9-9f86-71f35566c160', 'x-compute-request-id': 'req-99cc1cfb-aa1f-4ce9-9f86-71f35566c160', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7'}
Body: b''
2026-03-06 08:08:43,446 79885 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 404 GET http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7 0.032s
2026-03-06 08:08:43,446 79885 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 06 Mar 2026 07:08:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-092490c9-e0e2-4228-b96d-b223868b02fa', 'x-compute-request-id': 'req-092490c9-e0e2-4228-b96d-b223868b02fa', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.115/compute/v2.1/servers/ee136a60-47f9-4a36-b9b1-29eec2e594f7'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance ee136a60-47f9-4a36-b9b1-29eec2e594f7 could not be found."}}'
}}}
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/api/volume/test_volumes_negative.py", line 188, in test_attach_volumes_with_nonexistent_volume_id
server = self.create_server()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 270, 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/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 267, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/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 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server ee136a60-47f9-4a36-b9b1-29eec2e594f7 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-03-06T07:08:42Z', 'message': 'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance ee136a60-47f9-4a36-b9b1-29eec2e594f7.'}. Request ID of server operation performed before checking the server status req-dd13373e-9aa4-4021-876a-229f69326a89.
|
||||||
test_create_volume_from_deactivated_image[id-d15e7f35-2cfc-48c8-9418-c8223a89bcbb,image,negative] |
pass
pt16.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
pt16.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
pt16.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
pt16.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
pt16.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
pt16.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
pt16.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
pt16.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
pt16.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
pt16.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
pt16.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
pt16.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
pt16.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
pt16.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
pt16.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
pt16.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
pt16.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
pt16.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
pt16.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
pt16.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
pt16.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
pt16.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
pt16.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
pt16.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
pt16.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
pt16.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
pt16.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
pt16.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
pt16.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
pt16.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
pt16.32: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id[id-f131c586-9448-44a4-a8b0-54ca838aa43e,negative]
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e] |
pass
pt17.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e]
|
||||||
test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e] |
pass
pt17.2: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e]
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3] |
pass
pt18.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3]
|
||||||
test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3] |
pass
pt18.2: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3]
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558] |
pass
pt19.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558]
|
||||||
test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558] |
pass
pt19.2: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests | 4 | 4 | 0 | 0 | 0 | Detail | |
test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40] |
pass
pt20.1: 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
pt20.2: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_volume[id-42e9df95-854b-4840-9d55-ae62f65e9b8e]
|
||||||
test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40] |
pass
pt20.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
pt20.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_unicode.CinderUnicodeTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_delete_unicode_volume_name[id-2d7e2e49-150e-4849-a18e-79f9777c9a96] |
pass
pt21.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
pt21.2: cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code[id-332be44d-5418-4fb3-a8f0-a3587de6929f]
|
||||||
test_create_delete_unicode_volume_name[id-2d7e2e49-150e-4849-a18e-79f9777c9a96] |
pass
pt21.3: cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name[id-2d7e2e49-150e-4849-a18e-79f9777c9a96]
|
||||||
test_snapshot_create_volume_description_non_ascii_code[id-332be44d-5418-4fb3-a8f0-a3587de6929f] |
pass
pt21.4: cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code[id-332be44d-5418-4fb3-a8f0-a3587de6929f]
|
||||||
| cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests | 2 | 2 | 0 | 0 | 0 | Detail | |
test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume] |
pass
pt22.1: cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests.test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume]
|
||||||
test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume] |
pass
pt22.2: cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests.test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume]
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups | 2 | 0 | 0 | 0 | 2 | Detail | |
ConsistencyGroupsV2Test) |
skip
pt23.1: setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test)
|
||||||
ConsistencyGroupsV2Test) |
skip
pt23.2: setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test)
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumesBackupsTest) |
skip
pt24.1: setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest)
|
||||||
VolumesBackupsTest) |
skip
pt24.2: setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest)
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource | 2 | 0 | 0 | 0 | 2 | Detail | |
CreateVolumesFromBackupTest) |
skip
pt25.1: setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest)
|
||||||
CreateVolumesFromBackupTest) |
skip
pt25.2: setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest)
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumesBackupsTest) |
skip
pt26.1: setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest)
|
||||||
VolumesBackupsTest) |
skip
pt26.2: setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_backups | 6 | 0 | 0 | 0 | 6 | Detail | |
ProjectReaderTests39) |
skip
pt27.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectReaderTests39)
|
||||||
ProjectMemberTests39) |
skip
pt27.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectMemberTests39)
|
||||||
ProjectReaderTests33) |
skip
pt27.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectReaderTests33)
|
||||||
ProjectAdminTests33) |
skip
pt27.4: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectAdminTests33)
|
||||||
ProjectMemberTests33) |
skip
pt27.5: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectMemberTests33)
|
||||||
ProjectAdminTests39) |
skip
pt27.6: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectAdminTests39)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities | 3 | 0 | 0 | 0 | 3 | Detail | |
ProjectAdminTests) |
skip
pt28.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectAdminTests)
|
||||||
ProjectMemberTests) |
skip
pt28.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectMemberTests)
|
||||||
ProjectReaderTests) |
skip
pt28.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_snapshots | 2 | 0 | 0 | 0 | 2 | Detail | |
ProjectMemberTests) |
skip
pt29.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_snapshots.ProjectMemberTests)
|
||||||
ProjectReaderTests) |
skip
pt29.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_snapshots.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages | 3 | 0 | 0 | 0 | 3 | Detail | |
ProjectReaderTests) |
skip
pt30.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectReaderTests)
|
||||||
ProjectAdminTests) |
skip
pt30.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectAdminTests)
|
||||||
ProjectMemberTests) |
skip
pt30.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectMemberTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions | 2 | 0 | 0 | 0 | 2 | Detail | |
ProjectReaderTests) |
skip
pt31.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests)
|
||||||
ProjectReaderTests) |
skip
pt31.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types | 6 | 0 | 0 | 0 | 6 | Detail | |
VolumeTypesAdminTests) |
skip
pt32.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests)
|
||||||
VolumeTypesReaderTests) |
skip
pt32.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests)
|
||||||
VolumeTypesMemberTests) |
skip
pt32.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests)
|
||||||
VolumeTypesAdminTests) |
skip
pt32.4: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests)
|
||||||
VolumeTypesMemberTests) |
skip
pt32.5: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests)
|
||||||
VolumeTypesReaderTests) |
skip
pt32.6: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes | 2 | 0 | 0 | 0 | 2 | Detail | |
ProjectReaderTests) |
skip
pt33.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests)
|
||||||
ProjectReaderTests) |
skip
pt33.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer | 2 | 0 | 0 | 0 | 2 | Detail | |
TransferEncryptedVolumeTest) |
skip
pt34.1: setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest)
|
||||||
TransferEncryptedVolumeTest) |
skip
pt34.2: setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency | 2 | 0 | 0 | 0 | 2 | Detail | |
ConcurrentVolumeActionsTest) |
skip
pt35.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency.ConcurrentVolumeActionsTest)
|
||||||
ConcurrentVolumeActionsTest) |
skip
pt35.2: setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency.ConcurrentVolumeActionsTest)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumeMultiattachTests) |
skip
pt36.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests)
|
||||||
VolumeMultiattachTests) |
skip
pt36.2: 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
pt37.1: setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test)
|
||||||
LiveMigrationTest) |
skip
pt37.2: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest)
|
||||||
LiveMigrationWithoutHostTest) |
skip
pt37.3: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationWithoutHostTest)
|
||||||
| setUpClass (tempest.api.compute.admin.test_volume_swap | 1 | 0 | 0 | 0 | 1 | Detail | |
TestMultiAttachVolumeSwap) |
skip
pt38.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
pt39.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
pt40.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
pt41.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
pt42.1: setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volume_retype | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumeRetypeMultiattachTest) |
skip
pt43.1: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeMultiattachTest)
|
||||||
VolumeRetypeWithMigrationTest) |
skip
pt43.2: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volumes_backup | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesBackupsAdminTest) |
skip
pt44.1: setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest)
|
||||||
| setUpClass (tempest.api.volume.test_volumes_backup | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumesBackupsTest) |
skip
pt45.1: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest)
|
||||||
VolumesBackupsV39Test) |
skip
pt45.2: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test)
|
||||||
| setUpClass (tempest.scenario.test_volume_backup_restore | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeBackupRestore) |
skip
pt46.1: setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore)
|
||||||
| setUpClass (tempest.scenario.test_volume_migrate_attached | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeMigrateRetypeAttached) |
skip
pt47.1: setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached)
|
||||||
| 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
pt48.1: tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap[id-1769f00d-a693-4d67-a631-6a3496773813,slow]
|
||||||
| 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
pt49.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
pt49.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
pt49.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
pt49.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
pt49.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
pt49.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
pt49.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
pt49.8: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id[id-c03ea686-905b-41a2-8748-9635154b7c57,negative]
|
||||||
| tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_reset_group_snapshot_status[id-3b42c9b9-c984-4444-816e-ca2e1ed30b40] |
pass
pt50.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
pt51.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
pt52.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
pt52.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
pt53.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
pt53.2: tempest.api.volume.admin.test_groups.GroupsTest.test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006]
|
||||||
| tempest.api.volume.admin.test_groups.GroupsV320Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c] |
pass
pt54.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
pt55.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
pt55.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
pt55.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
pt55.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
pt55.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
pt55.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
pt55.7: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key[id-ed00fd85-4494-45f2-8ceb-9e2048919aed]
|
||||||
| tempest.api.volume.admin.test_user_messages.UserMessagesTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_delete_message[id-c6eb6901-cdcc-490f-b735-4fe251842aed] |
pass
pt56.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
pt56.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
pt57.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
pt57.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
pt58.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
pt58.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
pt59.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
pt59.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
pt60.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
pt60.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
pt60.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
pt60.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
pt60.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
pt60.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
pt60.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
pt61.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
pt61.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
pt61.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
pt62.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_negative.VolumeServicesNegativeTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_disable_log_reason_with_no_reason[id-77767b36-5e8f-4c68-a0b5-2308cc21ec64,negative] |
pass
pt63.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
pt63.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
pt63.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
pt63.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
pt63.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
pt64.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
pt64.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
pt65.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
pt65.2: tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list[id-5220eb28-a435-43ce-baaf-ed46f0e95159]
|
||||||
| tempest.api.volume.admin.test_volume_types.VolumeTypesTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_volume_type_create_get_delete[id-4e955c3b-49db-4515-9590-0c99f8e471ad] |
pass
pt66.1: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete[id-4e955c3b-49db-4515-9590-0c99f8e471ad]
|
||||||
test_volume_type_encryption_create_get_update_delete[id-7830abd0-ff99-4793-a265-405684a54d46] |
pass
pt66.2: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete[id-7830abd0-ff99-4793-a265-405684a54d46]
|
||||||
test_volume_type_list[id-9d9b28e3-1b2e-4483-a2cc-24aa0ea1de54] |
pass
pt66.3: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list[id-9d9b28e3-1b2e-4483-a2cc-24aa0ea1de54]
|
||||||
test_volume_type_update[id-cf9f07c6-db9e-4462-a243-5933ad65e9c8] |
pass
pt66.4: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update[id-cf9f07c6-db9e-4462-a243-5933ad65e9c8]
|
||||||
| tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_volume_type_extra_spec_create_get_delete[id-d4772798-601f-408a-b2a5-29e8a59d1220] |
pass
pt67.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
pt67.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
pt67.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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_list.VolumesListAdminTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_list_param_tenant[id-5866286f-3290-4cfd-a414-088aa6cdc469] |
pass
pt70.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
pt71.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
pt72.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
pt73.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
pt74.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
pt74.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
pt75.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
pt75.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
pt76.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
pt77.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
pt77.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
pt78.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
pt78.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
pt79.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
pt79.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
pt80.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
pt80.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
pt81.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
pt81.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_clone_negative.VolumesCloneNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative] |
pass
pt82.1: tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative]
|
||||||
| tempest.api.volume.test_volumes_extend.VolumesExtendTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e] |
pass
pt83.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
pt83.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
pt84.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
pt84.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
pt84.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
pt85.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
pt86.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
pt86.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
pt86.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
pt86.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
pt86.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
pt86.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
pt86.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
pt86.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
pt86.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
pt86.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
pt86.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
pt86.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
pt86.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
pt86.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
pt86.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
pt86.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
pt86.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
pt86.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_snapshots.VolumesSnapshotTestJSON | 4 | 3 | 0 | 0 | 1 | Detail | |
test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c] |
skip
pt87.1: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c]
|
||||||
test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e] |
pass
pt87.2: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e]
|
||||||
test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4] |
pass
pt87.3: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4]
|
||||||
test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a] |
pass
pt87.4: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a]
|
||||||
| tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON | 13 | 13 | 0 | 0 | 0 | Detail | |
test_snapshot_list_param_limit[id-db4d8e0a-7a2e-41cc-a712-961f6844e896] |
pass
pt88.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
pt88.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
pt88.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
pt88.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
pt88.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
pt88.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
pt88.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
pt88.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
pt88.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
pt88.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
pt88.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
pt88.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
pt88.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
pt89.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
pt89.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
pt89.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
pt89.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
pt89.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
pt89.6: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative]
|
||||||
| Total | 278 | 202 | 20 | 0 | 56 | ||